This repository was archived by the owner on Dec 26, 2023. It is now read-only.
Update dependency react-native-gesture-handler to v1.10.3 #17
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.2.0
->1.10.3
Release Notes
software-mansion/react-native-gesture-handler (react-native-gesture-handler)
v1.10.3
Compare Source
Patch release fixing Expo 41 support, types, and removing deprecation warning.
⌨️ Typescript
🔢 Miscellaneous
🙌 Thank you for your contributions!
v1.10.2
Compare Source
Patch release fixing missing mocks problem.
🐛 Bug fixes
👍 Improvements
🔢 Miscellaneous
🙌 Thank you for your contributions!
v1.10.1
Compare Source
Patch release fixing most problems that came up after rewriting the library to TS.
🐛 Bug fixes
⌨️ Typescript
🙌 Thank you for your contributions!
v1.10.0
Compare Source
This release includes docs wording improvements thanks to @jtalz, some bugfixes and drawer improvement. We also rewritten source code of RNGH to Typescript.
🐛 Bug fixes
👍 Improvements
onDrawerSlide()
(#999) by @rorygarandspeed
parameter to open/closeDrawer (#1133) by @jeremywho⌨️ Typescript
🔢 Miscellaneous
🙌 Thank you for your contributions!
v1.9.0
Compare Source
This release mainly fixes problems with
hitslop
property and web implementation, adds two-finger scrolling on iPadOS, adds tap sound on touchables, and improves TS typings.🐛 Bug fixes
ref.props
on the web (#1220) by @hosseinmd👍 Improvements
🔢 Miscellaneous
onGestureEvent
in docs (#1189) by @jakub-gonet🙌 Thank you for your contributions!
v1.8.0
Compare Source
In this release, we fixed some long-standing threading issues which were crashing apps integrated with RNGH. Additionally,
MAX_POINTERS_COUNT
has been increased to support devices that handle up to 12 simultaneous touches.🐛 Bug fixes
RNGestureHandlerModule
methods (#1173) by @jakub-gonet👍 Improvements
🔢 Miscellaneous
PointerEvents*
enums (#1177) by @jakub-gonet🙌 Thank you for your contributions!
v1.7.0
Compare Source
❗ Important changes
🐛 Bug fixes
👍 Improvements
🔢 Miscellaneous
Platform
import (#988) by @oblador🙌 Thank you all for your contributions!
v1.6.1
Compare Source
Patch release to include type definition fix from #978
v1.6.0
Compare Source
Small release including native changes. Take a look at modal support! 🤗
Rename mReactRootView to mRootView @osdnk
Remove extra hammerjs code (#951) @EvanBacon
Fix CI (#968) @jakub-gonet
Make RNGH workable inside modals on Android (#937) @osdnk
Thanks!
v1.5.6
Compare Source
Release including minor regression's fix. https://github.com/software-mansion/react-native-gesture-handler/pull/944
v1.5.5
Compare Source
Minor release with including files in package.json: "GestureHandlerRootView.android.js", "GestureHandlerRootView.android.expo.js", "GestureHandlerButton.web.js",
v1.5.4
Compare Source
Minor release with bunch of fixes and improvements:
FIXES:
Syntax issue on paragraph 16 (#916) … @kant
Add missing LongPressGestureHandlerGestureEvent; fixes #723 (#860) @lafiosca
Multiply velocity to match velocity on native devices (#918) … @EvanBacon
Reset the gesture state when it begins to ensure tap gesture state is… … @EvanBacon
Fix gesture button states on web (#919) @EvanBacon
Added web routing for web (#911) @EvanBacon
[example] Disable the android-only test on other pl@Naturalclar 0) @EvanBacon
Update link to cli (#912) … @Naturalclar
gestureHandlerRootHOC: Parameterize generic Props. (#871) … @marcotoniut
Remove ToolbarAndroid (Lean Core)@newyankeecodeshop s
Replace Omit with Pick + Exclude (#899) … @newyankeecodeshop
Fix header mode on web (#901) @EvanBacon
IMPROVEMENTS:
Export a component for gesture handler root view (#925) … @satya164
Ensure that onHandlerStateChange is only called once per state change (… … @EvanBacon
Replaced HammerJS with EGJS/HammerJS (#896) … @codymurphyjones
Update how reanimated values are set (#905) @EvanBacon
Thanks ❤️
v1.5.3
Compare Source
Minor release with the following improvements:
v1.5.2
Compare Source
Features
Add option to style touchable container by @njdancer
Other
Remove unused files by @friederbluemle
Update readme for running ios by @brobertsUPS
update getting started to include ios library import by @bell-steven
Thanks!
v1.5.1
Compare Source
Patch release with patch for issue #320
v1.5.0
Compare Source
Update that includes fix for an important crash reported in #657
This release includes several other improvements listed below:
Thanks to everyone who contributed to this release 🙌
v1.4.1
Compare Source
Patch release to include component memoization logic fix by @janicduplessis #654
v1.4.0
Compare Source
IMPORTANT!! This version is compatible with React Native @ 0.60+
This version brings support for gesture-handler to react-native-web projects. Many thanks and congratulations to @EvanBacon for working on this project 🎉 🍾 🙇
As a part of this release we publish changes to resolve compatibility issues with AndroidX that has broken support for imported projects (they way most react native apps are consumed by third party). As upgrade to 0.59 is required in order to be able to publish updates to google play store we decided to publish a release that is only compatible with 0.60 hoping for the community to update to one of the most recent versions of react native anyways.
🎉 NEW FEATURES
🐛 BUG FIXES
package.json
by @EvanBacon (#701)👍 IMPROVEMENTS
v1.3.0
Compare Source
Minor release that includes a number of improvements:
🐛 BUG FIXES
👍 IMPROVEMENTS
v1.2.2
Compare Source
v1.2.1
Compare Source
Patch release to include #593 fix for missing jest setup file
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 has been generated by Mend Renovate. View repository job log here.