This repository has been archived by the owner on Sep 25, 2022. It is now read-only.
fix(deps): update dependency react-native-gesture-handler to v2 #52
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.10.3
->^2.0.0
Release Notes
software-mansion/react-native-gesture-handler
v2.5.0
Compare Source
❗ Important changes
activateAfterLongPress
modifier to Pan gesture by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1938NativeViewGestureHandler
behave more like on iOS when wrappingTextInput
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2017pointerEvents='box-none'
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2024touchSoundDisabled
prop by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2047🐛 Bug fixes
RNNativeViewHandler
on Fabric by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2031simultaneousHandlers
prop onNativeViewGestureHandler
on iOS by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2018reanimated
module in a worklet by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2070dropAllGestureHandlers
on main queue by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2028GestureHandlerButton
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2014package.json
insrc/utils
by @nandorojo in https://github.com/software-mansion/react-native-gesture-handler/pull/2036Fling
gesture on iOS by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2059PressabilityDebugView
on web by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2109🔢 Miscellaneous
NativeViewGestureHandler
on Android by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2016App.js
from FabricExample by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2035New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.4.2...2.5.0
v2.4.2
Compare Source
🐛 Bug fixes
DrawerLayout
is idle by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2005@types/react^18.0.0
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2030🔢 Miscellaneous
useAnimatedGesture
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2034Full Changelog: software-mansion/react-native-gesture-handler@2.4.1...2.4.2
v2.4.1
Compare Source
🐛 Bug fixes
flushOperations
in software-mansion/react-native-gesture-handler@daaeea8, originally by @Alex5ander in https://github.com/software-mansion/react-native-gesture-handler/pull/2008🔢 Miscellaneous
New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.4.0...2.4.1
v2.4.0
Compare Source
❗ Important changes
GestureDetector
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1934RNGestureHandlerEnabledRootView
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1936pointerCount must be at least 1
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1982cancelsTouchesInView
prop on iOS by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1688🐛 Bug fixes
setTimeout
by removing NodeJS types by @henrikra in https://github.com/software-mansion/react-native-gesture-handler/pull/1959nil
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1946GestureHandlerButton
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1967GestureButton
type by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1981🔢 Miscellaneous
New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.3.2...2.4.0
v2.3.2
Compare Source
jestUtils
from the mainindex.ts
and move it to separatepackage.json
(https://github.com/software-mansion/react-native-gesture-handler/pull/1917 by @j-piasecki)We felt that, although it's a breaking change, this fix important enough to warrant a patch release. If you started using
fireGestureHandler
andgetByGestureTestId
methods, change their import toreact-native-gesture-handler/jest-utils
.❗ Important changes
TouchableOpacity
animations (https://github.com/software-mansion/react-native-gesture-handler/pull/1924 by @j-piasecki)v2.3.1
Compare Source
🐛 Bug fixes
RNGestureHandlerButtonNativeComponent.js
(https://github.com/software-mansion/react-native-gesture-handler/pull/1908 by @djMax)🙌 Thank you for your contributions!
v2.3.0
Compare Source
❗ Important changes
🐛 Bug fixes
👍 Improvements
🔢 Miscellaneous
runOnJS
modifier to gestures (software-mansion/react-native-gesture-handler@7ce194f by @j-piasecki)v2.2.1
Compare Source
This release backports a few important changes for Expo.
❗ Important changes
GestureDetector
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/1934v2.2.0
Compare Source
❗ Important changes
We want to improve the discoverability of the new API so we added a one-time notice whenever an old gesture handler is used. Check out #1817 for information on how to disable it if you find the notice unhelpful.
🐛 Bug fixes
export type
when exporting types (https://github.com/software-mansion/react-native-gesture-handler/pull/1791) by @j-piaseckionTouchesDown
after gesture begins (https://github.com/software-mansion/react-native-gesture-handler/pull/1793) by @j-piaseckiUNDETERMINED
toCANCELLED
state change event (https://github.com/software-mansion/react-native-gesture-handler/pull/1796) by @j-piaseckiv2.1.3
Compare Source
Use
export type
when exporting types (https://github.com/software-mansion/react-native-gesture-handler/pull/1791) by @j-piaseckiv2.1.2
Compare Source
Use path relative to the directory of Reanimated when checking its version (https://github.com/software-mansion/react-native-gesture-handler/pull/1757) by @j-piasecki
v2.1.1
Compare Source
Changes
onChange
callback to continuous gestures that carries change of value since the last event (software-mansion/react-native-gesture-handler@605aab5 and software-mansion/react-native-gesture-handler@e611e2d)v2.1.0
Compare Source
Changes
onFinalize
callback (#1749)v2.0.0
Compare Source
This release marks a new milestone in Gesture Handler - we added new API that's easier to use, tidied up some cruft that accumulated over the years and fixed many longstanding bugs. Check the changelog below.
For the documentation about the new API and newly added features please check out the updated docs page at https://docs.swmansion.com/react-native-gesture-handler/
overshootFriction
behavior (#1275) by @kolking❗ Important changes
🐛 Bug fixes
👍 Improvements
🔢 Miscellaneous
🙌 Thank you for your contributions!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.