react-native-reanimated

React Native's Animated library reimplemented

MIT License

Downloads
4.4M
Stars
8.5K
Committers
334

Bot releases are visible (Hide)

react-native-reanimated - 2.6.0

Published by piaskowyk over 2 years ago

What's Changed

  • Fix TypeScript definitions
  • Fix building for TvOS
  • Update to [email protected]
  • Support for Gradle plugin 7
react-native-reanimated - 2.5.0

Published by piaskowyk over 2 years ago

🚀 New features

🐛 Important Bug fixes

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/2.4.1...2.5.0

🙌 Thank you for your contributions!

react-native-reanimated - 2.3.3

Published by piaskowyk over 2 years ago

What's Changed

  • Fix path for Web (CI build)

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/2.3.2...2.3.3

react-native-reanimated - 1.13.4

Published by piaskowyk over 2 years ago

What's Changed

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/1.13.3...1.13.4

react-native-reanimated - 2.3.2

Published by piaskowyk over 2 years ago

What's Changed

  • Fix chrome debugger for iOS
react-native-reanimated - 2.4.1

Published by piaskowyk over 2 years ago

react-native-reanimated - 2.4.0

Published by piaskowyk over 2 years ago

What's Changed

Package build

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/2.3.1...2.4.0

react-native-reanimated - 2.3.1

Published by piaskowyk almost 3 years ago

💡 Main changes

Two fixes for Expo

  • Fix duplicated BuildConfig error in release build #2713
  • Import react classes from formal react module #2720

🙌 Thank you for your contributions!

react-native-reanimated - 2.3.0

Published by piaskowyk almost 3 years ago

💡 Main changes

  • Layout Reanimation (#2058) by @Szymon20000 and @piaskowyk
  • Introducing Keyframe-like animation definition schema (#2195) by @jmysliv

🐛 Bug fixes

  • Fix problems with polyfills (#2161) by @piaskowyk
  • Fixed transparent colors in interpolateColors (#2354) by @jmysliv
  • Fixed removing native views without ViewManager (#2486) by @piaskowyk
  • Fix/fix duplicate c++ symbols jsi (#2530) by @piaskowyk
  • fix: ios native stack and RN modals (#2581) by @WoLewicki
  • Detach old animated styles and props (#2600) by @tomekzaw
  • Fix measure in iOS Modal (#2654) by @piaskowyk

👍 Improvements

  • Shared style (#1470) by @piaskowyk
  • Performance optimization (#1879) by @piaskowyk
  • Add cpplint to check C++ code (#1979) by @mrousavy
  • Handling JSError on iOS (#2153) by @piaskowyk
  • Basic chrome debugger support (#2197) by @piaskowyk
  • Attach pointer to worklet runtime in main runtime (#2253) by @wkozyra95
  • Support for nested objects in animations (#2257) by @jmysliv
  • Auto-workletize React Native Gesture Handler callback functions (#2433) by @tomekzaw
  • Add support for animating transform matrices (#2511) by @kmagiera
  • Add global method that allows manipulation of states in Gesture Handler (#2519) by @j-piasecki
  • Reanimated 120 fps (#2636) by @tomekzaw
  • Add performance.now() to Worklets (#2679) by @mrousavy

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/2.2.4...2.3.0

⚠ī¸ Please note that we no longer support React Native 0.62. Please upgrade to 0.63+.

🙌 Thank you for your contributions!

react-native-reanimated - 2.3.0-beta.4

Published by piaskowyk almost 3 years ago

💡 Main changes

  • Add support for RN 0.67.x #2579
  • Add support for 120 fps #2636
  • Disable disappearing animation for native stack #2617
  • Disable layout animations for all navigators using screens #2647

🐛 Bug fixes

  • Fix android build for builds with flavours #2564
  • Fix behaviour of RN modals & some animations #2581
  • Fix wrong initial value fo SlideIn animation #2591
  • Fix problem with null values in hooks useDerivedValue, useAnimatedStyle #2646
  • Fix bug related to animated styles / props not being properly detached #2600
  • Fix SSR regression #2622

👍 Improvements

  • Add fallback for not yet supported RN versions #2553 #2562
  • Add support for colours in layout animations #2583
  • Adjust behaviour of combined enter/exit animations #2644

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/2.3.0-beta.3...2.3.0-beta.4

🙌 Thank you for your contributions!

react-native-reanimated - 2.2.4

Published by piaskowyk almost 3 years ago

🔑 Key changes

All changes: compare 2.2.3 - 2.2.4

🙌 Thank you for your contributions!

react-native-reanimated - 2.3.0-beta.3

Published by piaskowyk about 3 years ago

💡 Main changes

🐛 Bug fixes

👍 Improvements

📓 Docs improvements

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/2.3.0-beta.2...2.3.0-beta.3

🙌 Thank you for your contributions!

react-native-reanimated - 2.2.3

Published by piaskowyk about 3 years ago

🔑 Key changes

⚠ī¸ JS part of 2.2.3 is fully compatible with 2.2.0

🙌 Thank you for your contributions!

react-native-reanimated - 2.3.0-beta.2

Published by piaskowyk about 3 years ago

🔑 Key changes

🐛 Bug fixes

📓 Docs improvements

🙌 Thank you for your contributions!

đŸ“ĸ Keep watching! We will be back with new features soon! 🤗

react-native-reanimated - 2.3.0-beta.1

Published by jmysliv about 3 years ago

💡 Features

  • Auto-workletize React Native Gesture Handler callback functions 2b7b92b
  • Predefined Layout Transitions d52a388

🐛 Bug fixes

  • Fixed jni reference in destructor 9a9debc
  • Fixed No command found with name 'scroll-To bf8c2db
  • Added checking falsy style in AnimatedComponent 772d2b1
  • Fixed ViewManager for tag -1 could not be found 59a1bf2
  • Cleared mPendingDeletionsForTag 7beaeba
  • Fixed problem with overlapping views 6cbb524
  • Fixed default layout transition 0622a4b
  • Fixed order for keys in object inside a worklet fad06b7
  • Fixed animated style occasional flicker due to rerenders ad9b5d6

👍 Improvements

📓 Docs improvements

🙌 Thank you for your contributions!

đŸ“ĸ Keep watching! We will be back with new features soon! 🤗

react-native-reanimated - 2.2.2

Published by piaskowyk about 3 years ago

🔑 Key changes

  • Patch release to fix build issues people using Expo EAS

⚠ī¸ JS part of 2.2.2 is fully compatible with 2.2.0

🙌 Thank you for your contributions!

react-native-reanimated - 2.2.1

Published by piaskowyk about 3 years ago

🔑 Key changes

⚠ī¸ JS part of 2.2.1 is fully compatible with 2.2.0

🙌 Thank you for your contributions!

react-native-reanimated - 2.3.0-alpha.3

Published by jmysliv about 3 years ago

ℹī¸ Important info

We decided to redesign the architecture of Layout Animations to make them even more efficient and less buggy. That is why you are no longer need to use < AnimatedLayout />, and if you are migrating your code from the previous alpha version, you will have to remove this tag. Layout animations from Reanimated are also no longer compatible with react-native Layout animations so keep in mind that you can use only one of them.

💡 Features

  • Removed < AnimatedLayout /> 3f1ac80
  • Added support for animating nested props 65b4c93
  • Added support for gradle flavours 5e70c17
  • Added useHandler hook for handling custom events d6476f3

🐛 Bug fixes

  • Fixed setNativeProps for web a95f0aa
  • Fixed placeholderTextColor animation 696f922
  • Fixed problem with RN 0.65.0 1714680

👍 Improvements

📓 Docs improvements

🙌 Thank you for your contributions!

đŸ“ĸ Keep watching! We will be back with new features soon! 🤗

react-native-reanimated - 2.3.0-alpha.2

Published by piaskowyk about 3 years ago

💡 Features

  • Shared Style 0c2f66f
  • Keyframe-like animation definition schema 84558ff
  • Callback for Layout Animations 2e8923e

🐛 Bug fixes

  • Fixed crash when using transform or color properties on a style object. 3c2bf7c
  • Fixed possible division by 0 in timing function 57e8969
  • Fixed handling JSErrors on IOS e0b9712
  • Fixed occasional IOS crash 2ee1429
  • Fixed problems with polyfills 2603d4d
  • Fixed typescript build issue 1d00b99
  • Fixed nested animated styles problem 5a8dedb
  • Fixed callback issue 4da7fd7

👍 Improvements

  • Improved and Added TS typings 21b0dac 067aa6e
  • Added possibility to start layout animation when entering one hasn't finished 4d85ca1
  • Added possibility to animate svg components with createAnimatedComponent on the web. 09fb12f
  • Added more predefined layout animations f1aa710
  • Overrided libfbjni.so to handle JSError bb62c77
  • Added chrome debugger support 1d698d8

📓 Docs improvements

🙌 Thank you for your contributions!

đŸ“ĸ Keep watching! We will back with new features soon! 🤗

react-native-reanimated - 2.3.0-alpha.1

Published by Szymon20000 over 3 years ago

Features 💡

  • Layout Animations 🤗
  • Performance optimization 🚀

Docs 🗄

  • Layout Animations docs