-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency react-native-gesture-handler to ~2.27.0 #5
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the react-native-gesture-handler dependency from version ~2.20.2 to ~2.22.0. This includes several bug fixes, improvements, and new features. Class diagram showing dependency updateclassDiagram
class Package {
+dependencies
}
class ReactNativeGestureHandler {
+version: string
-oldVersion: ~2.20.2
+newVersion: ~2.22.0
}
Package --> ReactNativeGestureHandler: depends on
Flow diagram of major changes in v2.22.0flowchart TD
A[Version 2.20.2] --> B[Version 2.22.0]
B --> C[New Text Component]
B --> D[Support for React Native 0.77]
B --> E[iOS Handler Improvements]
B --> F[Web Implementation Changes]
E --> G[Check handler before reattaching]
F --> H[Legacy web implementation deprecated]
F --> I[ScrollViewHook improvements]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
10005ec
to
1203a0a
Compare
1203a0a
to
6e11848
Compare
6e11848
to
2ebd143
Compare
2ebd143
to
424eec4
Compare
424eec4
to
5093de1
Compare
This PR contains the following updates:
~2.20.2
->~2.27.0
Release Notes
software-mansion/react-native-gesture-handler (react-native-gesture-handler)
v2.27.1
Compare Source
What's Changed
/lib
missing in the2.27.0
npm releaseFull Changelog: software-mansion/react-native-gesture-handler@2.27.0...2.27.1
v2.27.0
Compare Source
❗ Important changes
Pressable
refactor. by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3571ForceTouch
gesture by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3550🐛 Bug fixes
README.md
to package by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3558PointerTracker
elements nullable by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3565🔢 Miscellaneous
needs-repro
CI on comments by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3570New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.26.0...2.27.0
v2.26.0
Compare Source
❗ Important changes
react-native
0.80 by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3530👍 Improvements
Pressable
andReanimatedSwipeable
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3473🐛 Bug fixes
providers.exec
to enableconfiguration-cache
by @lukmccall in https://github.com/software-mansion/react-native-gesture-handler/pull/3504onPress
ifonLongPress
is not defined by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3549onSwipeableWillClose
called on opening ofReanimatedSwipeable
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3478🔢 Miscellaneous
react-native-builder-bob
by @satya164 in https://github.com/software-mansion/react-native-gesture-handler/pull/3468GestureHandler
on Android non generic by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3491needs-more-info
action by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3546yarn format:apple
script by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3500react-native
0.79 by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3436package.json
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3483eslintIgnore
frompackage.json
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3533react-native-reanimated
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3545expo
to stable 53 by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3527New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.25.0...2.26.0
v2.25.0
Compare Source
❗ Important changes
react-native-svg
interface by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3242handlerTag
each time handler is created by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3453UIManagerType
error by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3466👍 Improvements
accessible
prop onPressable
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3463Pressable
withforwardRef
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3431🐛 Bug fixes
accessibility
props to button view by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3444activeOpacity
inBorderlessButton
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3433hover
events inRNGestureHandlerRootHelper
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3462shouldBeCancelledByOther
to respectblocksExternalGesture
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3429🔢 Miscellaneous
react-native-reanimated
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3430actions
on CI by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3432yarn
version by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3461SVG
files by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3465ref
type from props inPressable
Example by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3446getReactNativeVersion
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3452New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.24.0...2.25.0
v2.24.0
Compare Source
❗ Important changes
ReanimatedDrawerLayout
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3391👍 Improvements
animationSpeed
toReanimatedDrawerLayout
by @latekvo in https://github.com/software-mansion/react-native-gesture-handler/pull/3401🐛 Bug fixes
SVG
wrapped withcreateAnimatedComponent
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3379hitSlop
intochildProps
increateNativeWrapper
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3399Text
withTouchables
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3418🔢 Miscellaneous
Full Changelog: software-mansion/react-native-gesture-handler@2.23.1...2.24.0
v2.23.1
Compare Source
❗ Important changes
🐛 Bug fixes
🔢 Miscellaneous
New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.23.0...2.23.1
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/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 was generated by Mend Renovate. View the repository job log.