-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency react-native-gesture-handler to ~2.22.0 #3
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/react-native-gesture-handler-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
2 times, most recently
from
November 19, 2023 02:24
df119ec
to
a9bea3b
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.13.0
fix(deps): update dependency react-native-gesture-handler to ~2.14.0
Nov 23, 2023
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
November 23, 2023 19:54
a9bea3b
to
5dadfad
Compare
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
February 5, 2024 16:58
5dadfad
to
b97d1ca
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.14.0
fix(deps): update dependency react-native-gesture-handler to ~2.15.0
Feb 5, 2024
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
2 times, most recently
from
February 27, 2024 20:10
13eb546
to
6fb62df
Compare
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
March 27, 2024 17:18
6fb62df
to
d9cd896
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.15.0
fix(deps): update dependency react-native-gesture-handler to ~2.16.0
Mar 27, 2024
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
June 19, 2024 13:47
d9cd896
to
f36b9bc
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.16.0
fix(deps): update dependency react-native-gesture-handler to ~2.17.0
Jun 19, 2024
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
July 30, 2024 16:49
f36b9bc
to
9b9486d
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.17.0
fix(deps): update dependency react-native-gesture-handler to ~2.18.0
Jul 30, 2024
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
September 2, 2024 10:31
9b9486d
to
015616c
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.18.0
fix(deps): update dependency react-native-gesture-handler to ~2.19.0
Sep 2, 2024
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
September 25, 2024 10:09
015616c
to
87ccd9f
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.19.0
fix(deps): update dependency react-native-gesture-handler to ~2.20.0
Sep 25, 2024
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
October 7, 2024 13:41
87ccd9f
to
880392a
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.20.0
fix(deps): update dependency react-native-gesture-handler to ~2.21.0
Nov 14, 2024
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
November 14, 2024 14:14
880392a
to
2a87e73
Compare
renovate
bot
force-pushed
the
renovate/react-native-gesture-handler-2.x
branch
from
January 10, 2025 17:02
2a87e73
to
134153c
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-gesture-handler to ~2.21.0
fix(deps): update dependency react-native-gesture-handler to ~2.22.0
Jan 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
~2.16.1
->~2.22.0
Release Notes
software-mansion/react-native-gesture-handler (react-native-gesture-handler)
v2.22.1
Compare Source
🐛 Bug fixes
Swipeable
misalignment after resizing on web by @latekvo in (#3341)🔢 Miscellaneous
Full Changelog: software-mansion/react-native-gesture-handler@2.22.0...2.22.1
v2.22.0
Compare Source
❗ Important changes
Text
component by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3202onTouchEvent
todispatchTouchEvent
inNativeViewGestureHandler
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3244👍 Improvements
ScrollViewHook
toReactHorizontalScrollView
components by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3298stylusData
property of theGestureUpdateEvent
optional by @kkafar in https://github.com/software-mansion/react-native-gesture-handler/pull/3270🐛 Bug fixes
onPointerOutOfBounds
toLongPress
gesture handler by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3313🔢 Miscellaneous
FabricExample
to 0.77.0-rc.6 by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3314Swipe & Scroll
guide by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3254Native
gesture by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3272yarn.lock
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3241New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.21.2...2.22.0
v2.21.2
Compare Source
👍 Improvements
🔢 Miscellaneous
quickstart
docs page by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3213ReanimatedDrawerLayout
component by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3188Full Changelog: software-mansion/react-native-gesture-handler@2.21.1...2.21.2
v2.21.1
Compare Source
❗ Important changes
New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.21.0...2.21.1
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/docs: bump@swmansion/t-rex-ui
to 0.0.12 software-mansion/react-native-gesture-handler#2958](https://redirect.github.com/sofConfiguration
📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone America/Sao_Paulo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.