Bump react-native-gesture-handler from 2.6.1 to 2.8.0
Bumps react-native-gesture-handler from 2.6.1 to 2.8.0.
Release notes
Sourced from react-native-gesture-handler's releases.
2.8.0
❗ Important changes
- Add
userSelectprop by@Warus15in software-mansion/react-native-gesture-handler#2280- Make
gesturerequired prop inGestureDetectorby@Warus15in software-mansion/react-native-gesture-handler#2285🐛 Bug fixes
- Make handlers respect
shouldCancelWhenOutsideby@Warus15in software-mansion/react-native-gesture-handler#2271- Fix
ManualGestureHandlershouldCancelWhenOutside on iOS by@Warus15in software-mansion/react-native-gesture-handler#2274- Fix missing
beginevent on Android for Pinch and Rotation by@j-piaseckiin software-mansion/react-native-gesture-handler#2264🔢 Miscellaneous
- Add pre-commit hook and linters for Android and iOS code by
@j-piaseckiin software-mansion/react-native-gesture-handler#2114- Add module file for Windows by
@Warus15in software-mansion/react-native-gesture-handler#2272- Bump react-native-reanimated from 2.4.1 to 2.10.0 by
@dependabotin software-mansion/react-native-gesture-handler#2287- Fix example app with Reanimated by
@j-piaseckiin software-mansion/react-native-gesture-handler#2251- Make
clang-formata dev dependency by@j-piaseckiin software-mansion/react-native-gesture-handler#2289- Merge
libpackage into the main one in the Android implementation by@j-piaseckiin software-mansion/react-native-gesture-handler#2270Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/2.7.1...2.8.0
2.7.1
🐛 Bug fixes
- Pan shouldCancelWhenOutside fix by
@Warus15in software-mansion/react-native-gesture-handler#2256- Change in handling coordinates in FlingGestureHandler by
@Warus15in software-mansion/react-native-gesture-handler#2253- Fix simultaneous gesture when it receives composed gestures as arguments by
@j-piaseckiin software-mansion/react-native-gesture-handler#2252- Remove userSelect: none on NativeViewGestureHandler by
@Warus15in software-mansion/react-native-gesture-handler#2260- Change order of sending touch events and assigning new state by
@Warus15in software-mansion/react-native-gesture-handler#2261- fix a potential race on component unmount by
@phryneasin software-mansion/react-native-gesture-handler#2262👍 Improvements
- Disable context menu on LongPressGestureHandler by
@Warus15in software-mansion/react-native-gesture-handler#2257New Contributors
@phryneasmade their first contribution in software-mansion/react-native-gesture-handler#2262Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/2.7.0...2.7.1
2.7.0
❗ Important changes
- Change default Kotlin version by
@j-piaseckiin software-mansion/react-native-gesture-handler#2224- Transform entire
MotionEventinstead of single pointer only by@j-piaseckiin software-mansion/react-native-gesture-handler#2156🐛 Bug fixes
- Prevent handlers from crashing when they don't use touch events by
@Warus15in software-mansion/react-native-gesture-handler#2246- Update if statments in PointerTracker to correctly return coordinates by
@Warus15in software-mansion/react-native-gesture-handler#2247- Fix nested buttons on Android and buttons becoming unresponsive in a list by
@j-piaseckiin software-mansion/react-native-gesture-handler#2187- Fix
NullPointerExceptionwhen evaluatinghitSlopon Android by@j-piaseckiin software-mansion/react-native-gesture-handler#2241- Make
ReanimatedEventDispatchera class and not an object by@j-piaseckiin software-mansion/react-native-gesture-handler#2203
... (truncated)
Commits
004b56cRelease 2.8.0 (#2290)a8539d2Makegesturerequired prop inGestureDetector(#2285)1b57803AdduserSelectprop (#2280)4b9b0bcFix missingbeginevent on Android for Pinch and Rotation (#2264)108b78bMakeclang-formata dev dependency (#2289)8cd9775Bump react-native-reanimated from 2.4.1 to 2.10.0 (#2287)ac46150Fix example app with Reanimated (#2251)49709adMergelibpackage into the main one in the Android implementation (#2270)1091a01FixManualGestureHandlershouldCancelWhenOutside on iOS (#2274)234ec68Make handlers respectshouldCancelWhenOutside(#2271)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #6528 (6aa45ca) into master (73a5600) will not change coverage. The diff coverage is
n/a.
Additional details and impacted files
@@ Coverage Diff @@
## master #6528 +/- ##
======================================
Coverage 7.87% 7.87%
======================================
Files 289 289
Lines 5371 5371
Branches 1382 1382
======================================
Hits 423 423
Misses 4948 4948
Superseded by #6712.