couleurbummel
couleurbummel copied to clipboard
Bump react-native-gesture-handler from 2.9.0 to 2.14.0
Bumps react-native-gesture-handler from 2.9.0 to 2.14.0.
Release notes
Sourced from react-native-gesture-handler's releases.
2.14.0
❗ Important changes
- Remove Gesture Handler limits on Android by
@m-bert
in software-mansion/react-native-gesture-handler#2672- Add a new gesture relation -
blocksHandlers
- working likereversed waitFor
by@j-piasecki
in software-mansion/react-native-gesture-handler#2627- Support React Native 0.73 by
@j-piasecki
in software-mansion/react-native-gesture-handler#2671🐛 Bug fixes
- Fix double
onPress
by@m-bert
in software-mansion/react-native-gesture-handler#2657- Fix tvOS build by
@m-bert
in software-mansion/react-native-gesture-handler#2654- Add a non-null assertion for
reactApplicationContext.javaScriptContextHolder
by@UNIDY2002
in software-mansion/react-native-gesture-handler#2662- Move REACT_NATIVE_VERSION to native-only code by
@chriscoomber
in software-mansion/react-native-gesture-handler#2666- Fix selection when TalkBack is enabled by
@m-bert
in software-mansion/react-native-gesture-handler#2669- Fix inputs focus on safari by
@m-bert
in software-mansion/react-native-gesture-handler#2675🔢 Miscellaneous
- Bump browserify-sign from 4.2.1 to 4.2.2 in /example by
@dependabot
in software-mansion/react-native-gesture-handler#2661- Change Alert to console.log in new docs by
@m-bert
in software-mansion/react-native-gesture-handler#2670- Remove
handlersToCancel
on web. by@m-bert
in software-mansion/react-native-gesture-handler#2679New Contributors
@chriscoomber
made their first contribution in software-mansion/react-native-gesture-handler#2666Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/2.13.4...2.14.0
2.13.4
🐛 Bug fixes
- Fix background color when
foreground
is set. by@m-bert
in software-mansion/react-native-gesture-handler#2642- Inline adding spec dependencies by
@j-piasecki
in software-mansion/react-native-gesture-handler#2653🔢 Miscellaneous
- Bump
@babel/traverse
from 7.22.20 to 7.23.2 in /e2e/web-tests by@dependabot
in software-mansion/react-native-gesture-handler#2646- Bump react-devtools-core from 4.28.0 to 4.28.4 in /e2e/web-tests by
@dependabot
in software-mansion/react-native-gesture-handler#2651Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/2.13.3...2.13.4
2.13.3
👍 Improvements
- [iOS] Update podspec to use install_modules_dependencies by
@cipolleschi
in software-mansion/react-native-gesture-handler#2635What's Changed
- Docs: Fix Brent Vatne's last name (Vetne -> Vatne) by
@peterpme
in software-mansion/react-native-gesture-handler#2634New Contributors
@cipolleschi
made their first contribution in software-mansion/react-native-gesture-handler#2635Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/2.13.2...2.13.3
2.13.2
🐛 Bug fixes
- Add
ghQueueMicrotask
by@m-bert
in software-mansion/react-native-gesture-handler#2612
... (truncated)
Commits
83d8e7b
Bump version to 2.14.0 (#2682)24a7d1c
Support React Native 0.73 (#2671)09adf84
RemovehandlersToCancel
on web. (#2679)510905e
Add a new gesture relation -blocksHandlers
- working like `reversed waitFo...25ba4b8
Remove Gesture Handler limits on Android (#2672)73533a2
Fix inputs focus on safari (#2675)d91de59
Fix selection when TalkBack is enabled (#2669)8d3d5e0
Change Alert to console.log in new docs (#2670)ff3b820
Move REACT_NATIVE_VERSION to native-only code (#2666)b0986c3
Bump browserify-sign from 4.2.1 to 4.2.2 in /example (#2661)- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)