Update dependency react-native-gesture-handler to v2 #27
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.2
->~2.21.0
Release Notes
software-mansion/react-native-gesture-handler (react-native-gesture-handler)
v2.21.0
Compare Source
❗ Important changes
ReanimatedDrawerLayout
component by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3146findNodeHandle
function. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3127findNodeHandle
to properly detectSVG
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3197👍 Improvements
KeyboardEventManager
listeners unmount by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3126PointerTracker
methods by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3139ReanimatedSwipeable
component by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3165collapsable
property by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3203🐛 Bug fixes
Pressable
being unresponsive by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3142renderRightActions
is set by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3145onStart
callbacks ofReanimatedSwipeable
being called every update by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3151threshold
props inReanimatedSwipeable
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3153ReanimatedSwipeable
] Multiple bug fixes and improvements by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3149🔢 Miscellaneous
stylusData
documentation. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3112App.tsx
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3138ReanimatedSwipeable
documentation by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3150TwoFingerPan
import by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3211New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.20.0...2.21.0
v2.20.2
Compare Source
❗ Important changes
🔢 Miscellaneous
New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.20.1...2.20.2
v2.20.1
Compare Source
❗ Important changes
🔢 Miscellaneous
New Contributors
v2.20.0
Compare Source
❗ Important changes
👍 Improvements
TouchEventManager
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3101🐛 Bug fixes
LongPressGestureHandler
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3090Pressable
styling by removing unnecessary wrappingView
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3087cursor
style by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3097FlatList
type by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3029getEventDispatcher
in ReactContextExtensions.kt by @tomekzaw in https://github.com/software-mansion/react-native-gesture-handler/pull/3120libreactnative.so
andlibjsi.so
by @tomekzaw in https://github.com/software-mansion/react-native-gesture-handler/pull/3118🔢 Miscellaneous
SWM
icon pack support. by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3114New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.19.0...2.20.0
v2.19.0
Compare Source
❗ Important changes
ManualGestureHandler
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3018LongPressGestureHandler
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3014HoverGestureHandler
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3027FlingGestureHandler
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3028web
] Add keyboard support to gesture handler by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3035👍 Improvements
numberOfPointers
toLongPress
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3043AGP version <= 7
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3077🐛 Bug fixes
Pressable
not inferring dimensions from it's children by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3020scale
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3031Pressables
's interference with other gestures when nested by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3015ReanimatedSwipeable
] Create separate spring configs to avoid overwriting ones already being used by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3045ReanimatedSwipeable
andPressable
to their inner components by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3039Hover
blocking scrolling with mouse wheel by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3067enabled
prop in buttons. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3062NativeViewGestureHandler
style. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3070🔢 Miscellaneous
yarn format
script name by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3053lint-staged
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3060onStart
firing onPan
withactivateAfterLongPress
when gesture is disabled while being pressed down. by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3075New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.18.1...2.19.0
v2.18.1
Compare Source
🐛 Bug fixes
What's Changed
Pressable
component by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/2992Full Changelog: software-mansion/react-native-gesture-handler@2.18.0...2.18.1
v2.18.0
Compare Source
❗ Important changes
👍 Improvements
ForceTouch
warning by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2954NativeViewGestureHandler
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3004enabled
prop support to swipeable by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3011🐛 Bug fixes
queueMicrotask
withrequestAnimationFrame
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2969ScrollView
intercepting touches through out-of-bounds children by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3017onPress
argument in buttons by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3006LongPress
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3013🔢 Miscellaneous
@swmansion/t-rex-ui
to 0.0.12 by @patrycjakalinska in https://github.com/software-mansion/react-native-gesture-handler/pull/2958@swmansion/t-rex-ui
component by @patrycjakalinska in https://github.com/software-mansion/react-native-gesture-handler/pull/2996drawerWillShow
inDrawerLayout
docs by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3000hasPointerInside
tocontainsPointInView
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3012New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.17.0...2.18.0
v2.17.1
Compare Source
🐛 Bug fixes
checkIntegrityBetweenArchitectures
task when installed as a dependency by @j-piasecki in #2953Full Changelog: software-mansion/react-native-gesture-handler@2.17.0...2.17.1
v2.17.0
Compare Source
❗ Important changes
ref
property toButtons
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2903web
with respect toAndroid
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2923touchType
toTouchEvent
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/2941👍 Improvements
GestureDetector
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2901PointerTracker
refactor. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2931offsetX
andoffsetY
calculations inPointerEventManager
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2938🐛 Bug fixes
RootViewGestureHandler
handler cancel awaiting gestures by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2900web
andnative
side. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2943🔢 Miscellaneous
GestureHandlerRootView
area and change component name in quick start section in docs. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2899Hire us
section by @patrycjakalinska in https://github.com/software-mansion/react-native-gesture-handler/pull/2908@swmansion/t-rex-ui
by @patrycjakalinska in https://github.com/software-mansion/react-native-gesture-handler/pull/2906Configuration
📅 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 was generated by Mend Renovate. View the repository job log.