1.9.0
This release mainly fixes problems with hitslop
property and web implementation, adds two-finger scrolling on iPadOS, adds tap sound on touchables, and improves TS typings.
🐛 Bug fixes
- Fix GestureHandler isWithinBounds top hitslop (#1202) by @eeynard
- Fix destructuring
ref.props
on the web (#1220) by @hosseinmd
👍 Improvements
- make PressGestureHandler web implementation to pass along the move event and fix the propTypes issue (#1098) by @connectdotz
- Support RN headers in both namespaces on iOS (#1183) by @grit96
- fix: move Swipeable and DrawerLayout type definition (#955) by @Naturalclar
- Fix typings for enums (#1055) by @iyegoroff
- Allow two finger touchpad scrolling on iPadOS (#1128) by @robertherber and @jakub-gonet
- Allow minDurationMs=0 in LongPressGestureHandler (#1216) by @jacobp100
- Add sound to Touchables on Android (#1172) by @jakub-gonet
🔢 Miscellaneous
- Update docs to 0.63 (#1185) by @jakub-gonet
- Add note about
onGestureEvent
in docs (#1189) by @jakub-gonet - Fix Xcode 12 compatibility (#1193) by @radko93
- Update Detox and XCode CI version to 12 (#1191) by @jakub-gonet
- Add fbjs as dependency (#1226) by @jakub-gonet
- Fix wrong github link (#1229) by @sunnylqm
- Fix broken link in docs (#1230) by @hehex9
🙌 Thank you for your contributions!