app
app copied to clipboard
chore(deps): bump react-native-gesture-handler from 2.3.2 to 2.6.1 in /packages/mobile
trafficstars
Bumps react-native-gesture-handler from 2.3.2 to 2.6.1.
Release notes
Sourced from react-native-gesture-handler's releases.
2.6.1
❗ Important changes
- Touch events web by
@Warus15in software-mansion/react-native-gesture-handler#2177- Manual gesture receiving touch events by
@Warus15in software-mansion/react-native-gesture-handler#2188- Pointer events to touch events mapping by
@Warus15in software-mansion/react-native-gesture-handler#2207🐛 Bug fixes
- Nested touchables fix by
@Warus15in software-mansion/react-native-gesture-handler#2210- Add check for module by
@Warus15in software-mansion/react-native-gesture-handler#2215- Cache averages in PointerTracker by
@Warus15in software-mansion/react-native-gesture-handler#2212- Remove calling web implementation on native apps by
@Warus15in software-mansion/react-native-gesture-handler#2214- Add support for enable by
@Warus15in software-mansion/react-native-gesture-handler#2206👍 Improvements
- Update
@types/react-nativeand remove comments about missing.d.tsfiles by@j-piaseckiin software-mansion/react-native-gesture-handler#2189- Unify how
reanimatedmodule is looked for on Android by@j-piaseckiin software-mansion/react-native-gesture-handler#2201- Remove event parameter by
@Warus15in software-mansion/react-native-gesture-handler#2190🔢 Miscellaneous
- Bump ws from 7.4.4 to 7.5.9 in /docs by
@dependabotin software-mansion/react-native-gesture-handler#2182- Bump terser from 5.7.1 to 5.15.0 in /docs by
@dependabotin software-mansion/react-native-gesture-handler#2183- Fix concurrent CI by
@tomekzawin software-mansion/react-native-gesture-handler#2198- Update dependencies and fix CI by
@j-piaseckiin software-mansion/react-native-gesture-handler#2202- Bump Example app to RN 0.70 by
@j-piaseckiin software-mansion/react-native-gesture-handler#2209- fix: broken links by
@lucioroadtogloryin software-mansion/react-native-gesture-handler#2218New Contributors
@lucioroadtoglorymade their first contribution in software-mansion/react-native-gesture-handler#2218Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/2.6.0...2.6.1
2.6.0
❗ Important changes
- Add experimental web implementation by
@Warus15in software-mansion/react-native-gesture-handler#2157- Validate children of GestureDetector to check if there is only one native view that can be a target of the gestures by
@j-piaseckiin software-mansion/react-native-gesture-handler#2132- Add
onLongPresscallback to Gesture Handler buttons by@j-piaseckiin software-mansion/react-native-gesture-handler#2083- Detect duplicate instances by
@piaskowykand@kkafarin software-mansion/react-native-gesture-handler#2155, software-mansion/react-native-gesture-handler#2162, software-mansion/react-native-gesture-handler#2173, software-mansion/react-native-gesture-handler#2174- Export custom
RefreshControlcomponent and add logic required to handle it by@j-piaseckiin software-mansion/react-native-gesture-handler#2137- Compatibility with React Native 0.70, replace NDK with CMake by
@tomekzawand@j-piaseckiin software-mansion/react-native-gesture-handler#2153🐛 Bug fixes
- Make gestures work on non-editable
TextInputon Android by@j-piaseckiin software-mansion/react-native-gesture-handler#2112- fix: remove explicit folly version by
@kacperkapusciakin software-mansion/react-native-gesture-handler#2148- Pass
disabledprop to theBaseButtoninTouchableNativeFeedbackby@j-piaseckiin software-mansion/react-native-gesture-handler#2141- Fix some edge cases in state flow on Android when handler is waiting for another one by
@j-piaseckiin software-mansion/react-native-gesture-handler#2145- Build only required architectures on Android by
@j-piaseckiin software-mansion/react-native-gesture-handler#2126- Remove unsafe methods by
@j-piaseckiin software-mansion/react-native-gesture-handler#2130- Cancel gestures when an uninterruptible native gesture becomes active by
@j-piaseckiin software-mansion/react-native-gesture-handler#2129- Fix default max distance for long press on Android by
@j-piaseckiin software-mansion/react-native-gesture-handler#2095
... (truncated)
Commits
8b90795Bump version to 2.6.1 (#2226)ca71f48Cache averages in PointerTracker (#2212)1895063fix: broken links in docs (#2218)c85c658Add check for module (#2215)bbf36d9Nested touchables fix (#2210)ceedcc4Bump Example app to RN 0.70 (#2209)49e8d9aRemove calling web implementation on native apps (#2214)68b3badAdd support for enable (#2206)0ce63adPointer events to touch events mapping (#2207)c98db2eAdding state manager on web (#2191)- 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)