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.19.0
Release Notes
software-mansion/react-native-gesture-handler (react-native-gesture-handler)
v2.19.0
Compare Source
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/2906relativeCoords
average toPointerTracker
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2939New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.16.2...2.17.0
v2.16.2
Compare Source
🐛 Bug fixes
.web
files to default and add.native
(#2835)" by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2896🔢 Miscellaneous
Full Changelog: software-mansion/react-native-gesture-handler@2.16.1...2.16.2
v2.16.1
Compare Source
🐛 Bug fixes
manualActivation
on web by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2869startX
andstartY
values inPan
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2871minVelocity
toPan
custom activation criteria by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2884👍 Improvements
TypeDoc
to new API by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2874🔢 Miscellaneous
.web
files to default and add.native
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2835typescript
version in example by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2848cancell
typo by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2854New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.16.0...2.16.1
v2.16.0
Compare Source
❗ Important changes
mouseButton
implementation on Android by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2680pointerType
to event by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2760touchAction
prop. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2787🐛 Bug fixes
ConcurrentModificationException
. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2750cocoapods
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2772customDirectEventTypes
to separate files. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2786NativeViewGestureHandler
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2788locationOfTouch:inView
overlocationInView
for focal point by @rrebase in https://github.com/software-mansion/react-native-gesture-handler/pull/2834👍 Improvements
{ flex: 1 }
as default style toGestureHandlerRootView
by @kacperkapusciak in https://github.com/software-mansion/react-native-gesture-handler/pull/2757userSelect
to TouchableOpacity by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2812Orchestrator
refactor. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2819mach_absolute_time
withCACurrentMediaTime
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2830🔢 Miscellaneous
mouseButton
description to docs. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2789pointerType
description to docs. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2791enableContextMenu
description to docs. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2790touchAction
description to docs. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2794MouseButton
export type. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2804New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.15.0...2.16.0
v2.15.0
Compare Source
❗ Important changes
mouseButton
prop by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2676🐛 Bug fixes
GestureDetectors
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2694didMountComponentsWithRootTag
on the new arch by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2687activateAfterLongPress
is used by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2628inactive
handlers staying at finished state by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2738🔢 Miscellaneous
workflow_dispatch
to workflows by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2295Platform: MacOS
label whenMacOS
is picked in the issue by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2699ban-types
to warning. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2714New Contributors
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.