Skip to content

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

2.13.2

11 Oct 15:01
a0506c0
Compare
Choose a tag to compare

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

New Contributors

Full Changelog: 2.13.1...2.13.2

2.13.1

19 Sep 15:40
989c0cb
Compare
Choose a tag to compare

🐛 Bug fixes

New Contributors

Full Changelog: 2.13.0...2.13.1

2.13.0

18 Sep 11:55
2cdcdf6
Compare
Choose a tag to compare

❗ Important changes

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

New Contributors

Full Changelog: 2.12.0...2.13.0

2.12.1

31 Jul 09:05
b5e3caf
Compare
Choose a tag to compare

🐛 Bug fixes

  • Remove error with GestureHandlerRootView on web (in #2558)

2.12.0

13 Jun 14:06
9a3b90d
Compare
Choose a tag to compare

❗ Important changes

2.11.0

07 Jun 14:46
e9336bd
Compare
Choose a tag to compare

A small release made for nice people at Expo 😃.

🐛 Bug fixes

  • Correctly attach root view recognizer in modals on iOS by @j-piasecki in #2498

Full Changelog: 2.10.2...2.11.0

2.10.2

31 May 14:00
69b034a
Compare
Choose a tag to compare

🐛 Bug fixes

New Contributors

Full Changelog: 2.10.1...2.10.2

2.10.1

18 May 12:26
0aa200c
Compare
Choose a tag to compare

🐛 Bug fixes

2.10.0

10 May 13:06
5c25dc2
Compare
Choose a tag to compare

❗ Important changes

  • Enable the new web implementation by default by @j-piasecki in #2394
  • Replace setImmediate and requestAnimationFrame with queueMicrotask by @j-piasecki in #2467
  • Show error when gestures are used without root view by @j-piasecki in #2420
  • Change how velocity is calculated on the new web implementation by @j-piasecki in #2443

🐛 Bug fixes

  • Fix types for gestureHandlerRootHOC to accept component with props by @Nodonisko in #2413
  • Remove DrawerLayoutAndroid import on web by @j-piasecki in #2305
  • Fix ripple always showing on Touchables when on Android 13 by @j-piasecki in #2418
  • Whitelist Native gesture props in GestureDetector by @j-piasecki in #2433
  • Fix Gesture Handlers getting stuck due to missing up event when using the new web implementation by @j-piasecki in #2442
  • Fix Gesture Handler's buttons activating after scroll when using RefreshControl by @j-piasecki in #2457
  • Make single instance assertion work with Gradle Configuration Cache by @j-piasecki in #2453
  • fix: PureNativeButton is not exported by @magrinj in #2447
  • fix: do not apply namespace if it is not available in agp by @WoLewicki in #2448

👍 Improvements

🔢 Miscellaneous

New Contributors

Full Changelog: 2.9.0...2.10.0

2.9.0

13 Jan 09:34
f0868f7
Compare
Choose a tag to compare

❗ Important changes

🐛 Bug fixes

  • Use ReturnType instead of explicit AnimatedInterpolation type by @j-piasecki in #2294
  • Fix default shouldCancelWhenOutside on iOS and Android by @Warus15 in #2297
  • Fix onBegin and onTouchesDown event ordering on iOS by @j-piasecki in #2278
  • Fix buttons getting locked in some cases on Android by @j-piasecki in #2315
  • fix RNGH not working in pnpm project by @chj-damon in #2334
  • GestureDetector: more checks for mounted component by @phryneas in #2335
  • Fix GestureDetector not working when the underlying view changes by @j-piasecki in #2092
  • Cocoapods: Fix deprecated/removed File.exists method by @tomekzaw in #2368

🔢 Miscellaneous

New Contributors

Full Changelog: 2.8.0...2.9.0