Skip to content

Releases: software-mansion/react-native-reanimated

3.16.6

20 Dec 15:02
6713c4c
Compare
Choose a tag to compare

What's changed

3.17.0-rc.1

13 Dec 15:32
Compare
Choose a tag to compare
3.17.0-rc.1 Pre-release
Pre-release

Key changes

  • Cache worklets - optimization #6758
  • Restoring JSInvoker everywhere #6783

Full Changelog: 3.17.0-rc.0...3.17.0-rc.1

3.16.5

10 Dec 15:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.16.4...3.16.5

3.16.4

09 Dec 18:03
Compare
Choose a tag to compare

What's Changed

  • fix: brownfield integration in #6774 by @WoLewicki
  • fix: Empty array & null checks in handleTabNavigatorChange method fixes #6698 in #6700 by @aymather
  • Fix crash caused by using ShareableHandle in multiple remote runtimes in #6796 by @tomekzaw
  • Clear operationsInBatch_ before terminating UI runtime in #6779 by @tomekzaw

Full Changelog: 3.16.3...3.16.4

3.16.3

26 Nov 09:13
Compare
Choose a tag to compare

What's Changed

  • Restoring jsxRuntime: classic when building Reanimated module output with react-native-builder-bob for NativeWind support #6760
  • Adding mocks for get set API for mutables #6742
  • Fixing sideEffects paths for web support #6634
  • Fixing unnecessary warning #6631
  • release: 3.16.3 by @tjzel in #6761

Full Changelog: 3.16.2...3.16.3

3.17.0-rc.0

20 Nov 10:15
27726ec
Compare
Choose a tag to compare
3.17.0-rc.0 Pre-release
Pre-release

What's changed

This RC release focuses mostly on new native module WorkletsModule and is a significant milestone in our effort to split Worklets and Reanimated.

Key pull request:

  • feat(Worklets): Create a stub of Worklets Module by @tjzel in #6539

What's Changed

New Contributors

Full Changelog: 3.16.1...3.17.0-rc.0

3.16.2

20 Nov 14:06
94ca94a
Compare
Choose a tag to compare

Key changes

  • Fix for the new useSharedValue get/set API not working properly with with* animation assignments: #6715
  • Adding fallback methods for better detection of Worklet Classes #6706
  • Fix for crashing on TypeScript tokens in Worklet Classes #6667

Full Changelog: 3.16.1...3.16.2

3.16.1

21 Oct 13:02
Compare
Choose a tag to compare

Fixes USE_FRAMEWORKS=static on iOS.

Full Changelog: 3.16.0...3.16.1

3.16.0

17 Oct 15:35
Compare
Choose a tag to compare

Features

  • Support React Native 0.76 by @tomekzaw in #6499
  • feat: Add react-compiler safe API to mutables by @tjzel in #6312
  • [Web LA] Add skipEntering by @m-bert in #6425
  • feat: Implement better reanimated logger with clean stack traces by @MatiPl01 in #6385
  • feat: Use new logger and ReanimatedError for lib warnings and errors by @MatiPl01 in #6387
  • feat: add support for isNavigationBarTranslucentAndroid by @maciekstosio in #6431
  • feat: Expose BaseLayoutAnimationConfig by @tjzel in #6558

Fixes

Docs changes

Internal changes

Read more

3.15.5

11 Oct 15:58
c815de5
Compare
Choose a tag to compare

What's Changed

  • Picking #6590. It fixes a typo which made 3.15.4 hotfix not work.

Full Changelog: 3.15.4...3.15.5