Skip to content

Releases: software-mansion/react-native-reanimated

3.6.3

19 Feb 13:03
4316ce2
Compare
Choose a tag to compare

#5562 - Fixing layout animations now working in web production bundles

Full Changelog: 3.6.2...3.6.3

3.7.0

08 Feb 15:36
5633e7b
Compare
Choose a tag to compare

What's Changed

New features

Fixes

Improvements

New Contributors

@marmor157 @Code-Victor @wodin @amadeus @azashi @shubham1206agra @migueldaipre @cortinico @patrycjakalinska @jp1987 @okwasniewski

πŸ™Œ Thank you for your contributions!

Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/7017226041

Full Changelog: 3.6.2...3.7.0

3.6.2

25 Jan 13:16
Compare
Choose a tag to compare

Changes:

  • Remove warning in Expo Go

Full Changelog: 3.6.1...3.6.2

3.6.1

30 Nov 17:38
Compare
Choose a tag to compare

Changes:

  • Add TSDoc to public API (#5377)
  • Fix PlatformChecker.ts (#5440)
  • Fix ScrollView missing properties (#5437)

Full Changelog: 3.6.0...3.6.1

3.6.0

28 Nov 11:30
50391ff
Compare
Choose a tag to compare

What's Changed

New features

Fixes

Improvements

Typescript

  • A lot of type improvements - @tjzel

New Contributors

@khevamann @xSyki @ankit-tailor @caglar09 @gabrieldonadel @td-tomasz-joniec @cwclancy @szydlovsky @joshlam @andreysam @ugurcanatas

πŸ™Œ Thank you for your contributions!

Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/7017226041

Full Changelog: 3.5.0...3.6.0

3.5.4

21 Sep 09:38
Compare
Choose a tag to compare

Fixes accidental export of some enums as export type and also makes PlatformChecker.ts more approachable for TypeScript in user libraries (#5105).

Full Changelog: 3.5.3...3.5.4

3.5.3

20 Sep 12:50
Compare
Choose a tag to compare

Fixes improper export and export type in lib files (#5074).
Fixes Reanimated-Skia integration by exporting publicly startMapper and stopMapper (#5103).
Full Changelog: 3.5.2...3.5.3

3.5.2

15 Sep 14:52
446eb22
Compare
Choose a tag to compare

Fixing crash on Release mode with #5087 (bug introduced in #4794).

3.5.1

12 Sep 09:39
Compare
Choose a tag to compare

What's Changed

Fix for undefined _IS_FABRIC - #5065

πŸ™Œ Thank you for your contributions!

Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/6156776596

Full Changelog: 3.5.0...3.5.1

3.5.0

12 Sep 08:01
cee6f23
Compare
Choose a tag to compare

What's Changed

New features

Fixes

Improvements

  • Add CI to check react-native nightly build by @piaskowyk in #4843
  • Add CI to check Expo dev-client nightly build by @piaskowyk in #4818
  • [SET] Run animation only for source view by @piaskowyk in #4879
  • Lock weakNativeReanimatedModule using conditionals by @tomekzaw in #4871
  • Use pair as key in handlers map by @jfedak in #4766
  • Add nightly CI to check TS compatibility with different RN versions by @tjzel in #4908
  • Better reanimated shadow tree commit detection by @michalmaka in #4949
  • Fix useAnimatedSensor vector velocity on Android by @kowczarz in #4933
  • Use original function's name inside worklet by @tjzel in #4951
  • Adjust Web Android sensors to works the same as native iOS and Android by @wojtus7 in #4956
  • Unify error messages and add Troubleshooting section to docs by @tjzel in #4915
  • Add warning - component style is overwritten with animation style. by @Latropos in #4969
  • Fix dynamic_cast (RTTI) by adding key function to shareables by @tomekzaw in #4995
  • Fixed crash on reload on RN 0.73 by moving propsRegistry and hooks to nativeReanimatedModule by @michalmaka in #4982
  • Resolve headers name conflict with expo-dev-client by @piaskowyk in #5010
  • Fix compatibility with older rn-screens version by @piaskowyk in #5014
  • Fix crash on reload in ShareableRemoteFunction by @tomekzaw in #5015
  • Fix withDecay infinite updates issue by @MatiPl01 in #4699
  • Add fallback to setImmediate for Expo Router static rendering by @javascripter in #4665

Fabric

Typescript

  • Minor adjustments to types in useAnimatedRef and related by @tjzel in #4709
  • Unify AnimateStyle types by @tjzel in #4855
  • Hotfix: allow transform to be a string in useAnimatedStyle by @tjzel in #4881
  • Allow nullables in useAnimatedRef scrollable node getters by @tjzel in #4864
  • Remove return type from function components by @tomekzaw in #4928
  • Fix AnimatedStyle for good by @tjzel in #4923
  • Improve entry exit animation types by @Latropos in #4998

New Contributors

@m-bert @t0ms0n00 @gerzonc @schriker @kowczarz @aleqsio @Gaohaoyang @MatiPl01

πŸ™Œ Thank you for your contributions!

Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/6147177203

Full Changelog: 3.4.0...3.5.0