-
-
Notifications
You must be signed in to change notification settings - Fork 57
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.23.0 #236
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7658f62
to
37fd880
Compare
37fd880
to
d869f37
Compare
d869f37
to
6b39ad5
Compare
6b39ad5
to
331d1fe
Compare
331d1fe
to
c51c082
Compare
c51c082
to
d3c7f07
Compare
d3c7f07
to
728bc5d
Compare
728bc5d
to
2349e5b
Compare
2349e5b
to
ed0ee50
Compare
ed0ee50
to
85d11ab
Compare
85d11ab
to
c696a2d
Compare
c696a2d
to
fb5a415
Compare
fb5a415
to
088400f
Compare
088400f
to
f213657
Compare
f213657
to
e54f73f
Compare
e54f73f
to
6f5a76e
Compare
6f5a76e
to
e198b44
Compare
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.12.0
->~2.23.0
Release Notes
software-mansion/react-native-gesture-handler (react-native-gesture-handler)
v2.23.0
Compare Source
❗ Important changes
DrawerLayout
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3339Touchable
components by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3260👍 Improvements
simultaneousWithExternalGesture
to ReanimatedSwipable by @MrSltun in https://github.com/software-mansion/react-native-gesture-handler/pull/3324testing-library
compatibility props by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3357blocksGesture
symmetric on native iOS by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3322🐛 Bug fixes
enabled
changes by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3330Text
with RN component when callbacks are not specified by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3336backgroundColor
not being applied toRNGestureHandlerButton
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3368findNodeHandle
correctly handleFlatList
in old API by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3361Text
component by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3338Swipeable
misalignment after resizing on web by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3341ReanimatedSwipeable
reanimated warnings by @juliendevleeschauwer in https://github.com/software-mansion/react-native-gesture-handler/pull/3365TouchableNativeFeedback
regression by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3294🔢 Miscellaneous
example
toExpo 52
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3317next
tomain
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3303get
toset
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3263New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.22.1...2.23.0
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/3075Configuration
📅 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 is behind base branch, 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.