Releases: software-mansion/react-native-reanimated
2.0.0-alpha.3
Fresh release of Reanimated 2.0 alpha. Includes a number of fixes to issues reported by the community after the initial launch. We've also made a number of optimizations and stability improvements. Some notable changes:
- Worklet caching - Each worklet is evaluated only once what significantly improves performance.
- Typescript support - From now on itβs possible to use typescript within worklets.
- Possibility to start animations from JS side just like we do in worklets.
x.value = withSpring(0);
- Color interpolation fixes
1.9.0
Minor release improving typings and native code.
π Bug fixes
- Fix formatting numbers in concat node by @jakub-gonet (#720)
- Fix strict mode typings by @hastom (#722)
- Revert "Use component type in createAnimatedComponent" by @jakub-gonet (#791)
π Improvements
- Add ios/build to npm package.json blacklist by @jakub-gonet (#716)
- Fix link to transitions example in docs by @osdnk (#726)
- Add publishing docs with gh-pages by @osdnk (#727)
- Simplify typings for 'proc' by @iyegoroff (#750)
- Remove duplicated interface of RCTUIManager by @osdnk (#776)
- Fix PR template by @jakub-gonet (#766)
π Thank you all for your contributions!
1.8.0
Minor release mostly improving typings of Reanimated and porting examples to RN 0.62.
π Bug fixes
- Fix traverse order in createEventObjectProxy by @jakub-gonet (#682)
- Update createEventObjectProxyPolyfill.js by @ShaMan123 (#687)
- Hide Nullable from global scope by @mokoshi (#685)
- Fix
greaterThan
andlessThan
operators platform differences by @adamczyk777 (#688) - Use component type in createAnimatedComponent by @salockhart (#696)
- Fix incorrect transform style prop typings by @hastomhastom (#707)
- Fix return type for block() by @wcandillon (#712)
π Improvements
- New Software Mansion logo in README and docs by @adamczyk777 (#689)
- Hide leading zeroes on int number in concatNode by @jakub-gonet (#698)
- Bump examples to 0.62 by @jakub-gonet (#709)
π Thank you all for your contributions!
1.7.1
1.7.0
Release mostly fixing regressions in 1.5.0 and 1.6.0
Fixes:
Remove RCTAssertParam from REANodesManager.m (#568) @osdnk
Remove useless exports of the main clock (#565) @osdnk
Fallback to the old mechanism of setting value if the value is a node or string (#566) @osdnk
Bump reanimated in an Example @osdnk
Remove cycle of requires in AnimatedParam (#562) @osdnk
fix for crashing on Android [Problem with setValue when a node is not @alimek
[web] Fix parity issue between native addChild and JS addChild (#553) @EvanBacon
Features:
Unify sanitizing nodes for platform (#549) @EvanBaconx
[web] Added support for callID (#547) @EvanBacon
Thank you! β€οΈ
1.6.0
1.5.0
Release with bunch or improvement and bugfixes. It's a minor release because it contains some native changes. Actually, none of these are breaking.
Features:
Add displayName to createAnimatedComponent (#543) @lindesvard
[web] Changed how values are updated with Animated.event to prev⦠(#536) @EvanBacon
[web] Add missing animated param methods (#534) @EvanBacon
[web] Add color support π¨ (#533) @EvanBacon
Add setValue to InternalAnimatedValue (#532) @EvanBacon
Add return values to Event function Proxy (#529) @jakub-gonet
Feat: Provide basic mock (#522) @wcandillon
Improvement for error messages (#505) @jakub-gonet
Allow useCode 1st parameter to return undefined, null or an array (#455) @yairopro
Use procs in derived nodes and animations (#468) @osdnk
Rename links @osdnk
Add docs website (#273) @osdnk
Make clock ops workable inside procs (#518) @osdnk
Make AnimatedCode sensible for props changing (#526) @osdnk
Use in AnimatedValue.setValue react method instead of evaluateOnce.@Szymon20000
Make interpolate consistent with react-native animated lib (#502) @Szymon20000
Feat: Allow for automatic exports of functions (#503) @wcandillon
Fixes:
Remove unused vars @osdnk
Remove clockTest invariant for procs @osdnk
Fix procs handling by removing parentNode check (#541) @osdnk
fix: clockStop not working #467 #182 (#490) @wilau2
fix all transform errors in the example (#535) @EvanBacon
Fix issue with some events not propagating correctly via Animated.event @kmagiera
Fix: bug in cond() TS typing (#496) @wcandillon
Fix: Make proc() typesafe (#523) @wcandillon
Fix TypeScript exports π· (#512) @wcandillon
Fix: CI π (#511) @wcandillon
Fix: CI π (#509) @wcandillon
[Android] Fix EQ and NEQ operators. (#498) @Szymon20000
Fix tests' config (#504) @Szymon20000
Replace ListView with FlatList (#492) @jakub-gonet
fixed children disappearing on transition.change (#483) @CameronStuartSmith
Fix width and height example crashing on android (#485) @jakub-gonet
Fix typo in proc docs page (#484) @jakub-gonet
πFix typing of set() function (#471) @wcandillon
Fix Android Gradle setup (#463) @friederbluemle
Fixes transitioning API delay when delayMs is not set (#335) @tomasgcs
Docs:
docs: add how to interpolate strings (#494) @brunohkbx
add Pod install instruction in Getting Started page (#520) @AudyOdi
Update docs for running examples on iOS (#482) @brobertsUPS
Fix reference to GH in docs @osdnk
Fix docs website @osdnk
Improve docs (#486) @jakub-gonet
Thanks a ton for all the contributions. You rock! π€
1.4.0
Minor release, because of native changes related to fixing the evaluation logic:
Features π:
- Add tvos podspec support (#440) @keshavkaul
- Allow to pass a callback as parameter of useCode() (#408) @wcandillon
Fixes π:
- Refine debug() typing (#434) @wcandillon
- Fix node dirty marking when new connection between nodes is made (#450) @kmagiera
- fix: mock.js NOOP to allow for "new" constructor call (#439) @ajsmth
Docs π:
- Add Jest doc to the README @PierreCapo
Many thanks!
1.3.1
Path release, since it does not include any native changes.
In this release, we introduce WEB SUPPORT by @EvanBacon! (#390)
π Fixes
-
πExport AnimateProps & AnimateStyle (#429) @wcandillon
-
fixed EventArgFunc typings (#422) @iyegoroff
-
Fix invalid url in readme.md (example in event handling) (#418) @738
-
[iOS] Fix floor() implementation (#362) @wcandillon
π Thanks you for all the contributions!
1.3.0: fix(π): Fix Android bug when dealing with string animated values (#311)
Minor release to support recently released RN 0.61.
IMPORTANT This release drops support for React Native on Android prior to version 0.60 due to migration to AndroidX. It is still possible to use it on older version but additional steps to setup revers jettifier are necessary.
All fixes and improvements listed below:
π BUG FIXES
- Fix Android bug when dealing with string animated values by @wcandillon (#311)
- Add createAnimatedComponent to mock by @PierreCapo (#389)
- add event type to event mapping by @ShaMan123 (#388)
- FIX javaCompileProvider by @Fabsolute (#393)
π IMPROVEMENTS
- Update Example project to RN 0.61 by @Mjuk-Biltvatt (#407) and @kmagiera (#402)
- Optimize constant nodes creation and cleanup by @kmagiera (#403)
- migrate to AndroidX by @dulmandakh (#395)
- Specify component typings as React.Component classes by @christianchown (#373)
- Remove prevPosition in SpringState by @wcandillon (#386)
- Update README.md by @leotm (#384)
π Thanks you for all the contributions!