Skip to content

Releases: software-mansion/react-native-gesture-handler

2.3.2

14 Mar 13:36
aebd2f5
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Remove jestUtils from the main index.ts and move it to separate package.json (#1917 by @j-piasecki)

We felt that, although it's a breaking change, this fix important enough to warrant a patch release. If you started using fireGestureHandler and getByGestureTestId methods, change their import to react-native-gesture-handler/jest-utils.

❗ Important changes

  • Use native driver by default for TouchableOpacity animations (#1924 by @j-piasecki)

2.3.1

09 Mar 08:20
9532e58
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix ripple animation on touchables in some cases (#1877 by @j-piasecki)
  • Fix StyleSheet import in RNGestureHandlerButtonNativeComponent.js (#1908 by @djMax)
  • Fix missing testID when createHandler props do not have one assigned (#1910 by @virdesai)

🙌 Thank you for your contributions!

2.3.0

01 Mar 14:37
d53da9e
Compare
Choose a tag to compare

❗ Important changes

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

2.1.3

21 Feb 17:25
Compare
Choose a tag to compare

Use export type when exporting types (#1791) by @j-piasecki

2.1.2

17 Feb 08:42
Compare
Choose a tag to compare

Use path relative to the directory of Reanimated when checking its version (#1757) by @j-piasecki

2.2.0

17 Jan 08:48
470661c
Compare
Choose a tag to compare

❗ Important changes

  • Change absolute position to be relative to the window instead of the screen (#1812) by @j-piasecki
  • Add notice for old API users (#1817) by @jakub-gonet
    We want to improve the discoverability of the new API so we added a one-time notice whenever an old gesture handler is used. Check out #1817 for information on how to disable it if you find the notice unhelpful.

🐛 Bug fixes

2.1.1

10 Jan 11:47
Compare
Choose a tag to compare

Changes

  • Add onChange callback to continuous gestures that carries change of value since the last event (605aab5 and e611e2d)

2.1.0

06 Dec 18:09
b4296b0
Compare
Choose a tag to compare

Changes

  • Use common interface from Reanimated when available (#1747)
  • Add onFinalize callback (#1749)
  • Change invocation order of methods when resetting gesture recognizers (#1751)

2.0.0

03 Dec 10:36
361b4ca
Compare
Choose a tag to compare

This release marks a new milestone in Gesture Handler - we added new API that's easier to use, tidied up some cruft that accumulated over the years and fixed many longstanding bugs. Check the changelog below.

For the documentation about the new API and newly added features please check out the updated docs page at https://docs.swmansion.com/react-native-gesture-handler/

⚠️ Breaking changes

❗ Important changes

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

1.10.3

26 Feb 15:53
0343428
Compare
Choose a tag to compare

Patch release fixing Expo 41 support, types, and removing deprecation warning.

⌨️ Typescript

🔢 Miscellaneous

🙌 Thank you for your contributions!