Releases: software-mansion/react-native-reanimated
Releases Β· software-mansion/react-native-reanimated
1.0.0-alpha.9
Another alpha release bringing a number of updates to the API and some bugfixes.
π NEW FEATURES
- #83 by @osdnk β allow for providing animated block to handle events
- #104 by @osdnk β debug nodes now works in Expo and when debugging using chrome
π BUG FIXES
- #87 by @osdnk β make animated node persist value after reattaching
- #95 by @kitten βΒ fix Object.freeze crash on Android
- #97 by @osdnk β yet another fix for Object.freeze crash
β OTHER IMPROVEMENTS
- #107 by @osdnk β configure example app to import reanimated code from the parent directory
- #106 by @kmagiera β adds Interactable component implementation to example app
- #102 by @ckknight β whitelist "color" property (now it can be animated)
π Thanks for all the contributions and issue reports!
1.0.0-alpha.5
Minor release to support recently released RN 0.56
1.0.0-alpha.3
In this release we introduce a few new node types:
- interpolate (thanks @DylanVann π)
- color
- round
Also wanted to thank everyone who contributed fixes (even small ones) to the documentation and example app updates β thank you @AlicanC @joegoodall1 @slorber @lanceharper and @joefazz π π