Skip to content

Releases: software-mansion/react-native-reanimated

1.1.0

19 Jun 07:31
Compare
Choose a tag to compare

Minor release with a huge ton of improvement and a couple small features added. Read on 👇

🎉 NEW FEATURES

🐛 BUG FIXES

  • Remove dependencies' cycles by @osdnk (#187)
  • Fix broken link to springUtils example in README by @mikedemarais (#255)
  • Replace “SprintUtils” typo with “SpringUtils” by @mikedemarais (#256)
  • Convert CATransform3d using [NSValue valueWithCATransform3D] by @krszwsk (#254)
  • [web] Added shim for web by @EvanBacon (#242)
  • Fix example app's metro config on windows machines by @sJJdGG (#266)
  • Remove react/react-native peerDependencies by @brentvatne (#298)

👍 IMPROVEMENTS

🙌 Thanks for all the contributions and issue reports! We've got 14! contributors with changes in this release. Keep on the great work!

1.0.1

17 Apr 14:29
Compare
Choose a tag to compare

Minor release with a bunch of improvements mainly focused on new Transitioning API.

🎉 NEW FEATURES

🐛 BUG FIXES

👍 IMPROVEMENTS

🙌 Thanks for all the contributions and issue reports!

1.0.0-alpha.10

11 Oct 10:37
Compare
Choose a tag to compare
1.0.0-alpha.10 Pre-release
Pre-release

Yet another minor alpha release full of small, incremental improvements.

OTHER IMPROVEMENTS

  • #113 by @osdnk – fixes to example app
  • #111 by @osdnk – even more improvements of the example app
  • #115 by @brentvatne – export createAnimatedComponent
  • #117 by @kelset – update example app to React Native 0.57
  • #118 by @split – fix typescript warnings by exporting EasingFunction from type definition file

🙌 Thanks for all the contributions and issue reports!

1.0.0-alpha.9

28 Sep 12:32
Compare
Choose a tag to compare
1.0.0-alpha.9 Pre-release
Pre-release

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

10 Jul 09:17
Compare
Choose a tag to compare
1.0.0-alpha.5 Pre-release
Pre-release

Minor release to support recently released RN 0.56

1.0.0-alpha.3

01 Jun 15:16
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

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 👏 👏