Skip to content

Releases: software-mansion/react-native-reanimated

1.4.0

31 Oct 22:15
Compare
Choose a tag to compare

Minor release, because of native changes related to fixing the evaluation logic:

Features 🎉:

  1. Add tvos podspec support (#440) @keshavkaul
  2. Allow to pass a callback as parameter of useCode() (#408) @wcandillon

Fixes 🐛:

  1. Refine debug() typing (#434) @wcandillon
  2. Fix node dirty marking when new connection between nodes is made (#450) @kmagiera
  3. fix: mock.js NOOP to allow for "new" constructor call (#439) @ajsmth

Docs 📖:

  1. Add Jest doc to the README @PierreCapo

Many thanks!

1.3.1

30 Oct 11:50
Compare
Choose a tag to compare

Path release, since it does not include any native changes.

In this release, we introduce WEB SUPPORT by @EvanBacon! (#390)

🐛 Fixes

  1. 💄Export AnimateProps & AnimateStyle (#429) @wcandillon

  2. fixed EventArgFunc typings (#422) @iyegoroff

  3. Fix invalid url in readme.md (example in event handling) (#418) @738

  4. [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)

26 Sep 20:03
Compare
Choose a tag to compare

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

👍 IMPROVEMENTS

🙌 Thanks you for all the contributions!

1.2.0: Make `ReanimatedModule.NAME` public (#356)

07 Aug 08:31
Compare
Choose a tag to compare

Minor release with a number of important improvements, see the list below:

🎉 NEW FEATURES

🐛 BUG FIXES

👍 IMPROVEMENTS

🙌 Thanks you for all the contributions!

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