react-native-external-display
react-native-external-display copied to clipboard
chore(deps): bump react-native-gesture-handler from 1.10.3 to 2.7.1
Bumps react-native-gesture-handler from 1.10.3 to 2.7.1.
Release notes
Sourced from react-native-gesture-handler's releases.
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🔢 Miscellaneous
- Bump Fabric Example to stable RN 0.70 by
@j-piaseckiin software-mansion/react-native-gesture-handler#2205Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/2.6.2...2.7.0
2.6.2
🐛 Bug fixes
- Use
cloneElementwhen assigning a refresh control by@j-piaseckiin software-mansion/react-native-gesture-handler#2231- Use
_reactInternalFiberinstead of_reactInternalson RN 0.63 by@j-piaseckiin software-mansion/react-native-gesture-handler#2238- Make handlers send touches cancel on gesture end by
@Warus15in software-mansion/react-native-gesture-handler#2240👍 Improvements
- Make macOS codepath less chatty by
@hsjobergin software-mansion/react-native-gesture-handler#2193- Returning Swipeable reference by
@franck-nadeauin software-mansion/react-native-gesture-handler#2105🔢 Miscellaneous
- Replace
jcenterwithmavenCentralby@j-piaseckiin software-mansion/react-native-gesture-handler#2225- Typo Corrections. by
@anujraghuvanshiin software-mansion/react-native-gesture-handler#2235- Update message about the new API in docs by
@j-piaseckiin software-mansion/react-native-gesture-handler#2230New Contributors
... (truncated)
Commits
c75146fRelease 2.7.1 (#2268)6ce80c5fix a potential race on component unmount (#2262)97f6df9Change order of sending touch events and assigning new state (#2261)412f719Remove userSelect: none on NativeViewGestureHandler (#2260)ff2a41dDisable context menu on LongPressGestureHandler (#2257)a6d83a1Fix simultaneous gesture when it receives composed gestures as arguments (#2252)d22f5edChange in handling coordinates in FlingGestureHandler (#2253)fb7824bPan shouldCancelWhenOutside fix (#2256)bbb85d8Release 2.7.0 (#2250)9cd2905FixNullPointerExceptionwhen evaluatinghitSlopon Android (#2241)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jakub.piasecki, a new releaser for react-native-gesture-handler since your current version.
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)