Skip to content

2.18.0

Compare
Choose a tag to compare
@j-piasecki j-piasecki released this 30 Jul 14:40
· 62 commits to main since this release
980e65b

❗ Important changes

👍 Improvements

  • [macOS] Add ForceTouch warning by @m-bert in #2954
  • Remove shared value read on the JS thread during detector update by @j-piasecki in #2957
  • Use a newer constructor for all Gesture Handler events on Android by @j-piasecki in #2967
  • Persist rotation and pinch gesture through pointer changes on android by @coado in #2983
  • [macOS] Add NativeViewGestureHandler by @m-bert in #3004
  • Add enabled prop support to swipeable by @latekvo in #3011

🐛 Bug fixes

  • Make handler comparator work only on non-null objects by @j-piasecki in #2964
  • fix: bind scope to null to prevent issues with inline requires by @EvanBacon in #2972
  • Replace queueMicrotask with requestAnimationFrame by @m-bert in #2969
  • Resolve circular dependencies on JS side by @latekvo in #2970
  • Fix Android native buttons emitting 2 press events when talkback is enabled by @latekvo in #3002
  • Fix ScrollView intercepting touches through out-of-bounds children by @j-piasecki in #3017
  • Change onPress argument in buttons by @m-bert in #3006
  • [macOS] Fix handlers not responding after opening context menu by @m-bert in #3008
  • [iOS | macOS] Fix translation calculation in LongPress by @m-bert in #3013
  • Fix cancelling manual activation gestures blocking interactivity on iOS by @latekvo in #3007

🔢 Miscellaneous

New Contributors

Full Changelog: 2.17.0...2.18.0