This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Update react-native-gesture-handler: 1.0.1 → 1.0.6 (patch) #3582
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.
We've updated a dependency and here is what you need to know:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ react-native-gesture-handler (1.0.1 → 1.0.6) · Repo
Release Notes
From the Github release:
This version includes some fundamental updates to the way we handle multi-touch interactions. But since the API stays the same and no breaking changes has been introduces we release it as a "minor" update which should allow most of the user to adapt this new version sooner.
🎉 NEW FEATURES
🐛 BUG FIXES
✅ OTHER IMPROVEMENTS
🙌 Thanks for all the contributions and issue reports!
Commits
See the full diff on Github. The new version differs by 29 commits:
Bump version -> 1.0.6Issue #233 - Add touchesMoved invoke to touchesBegan in Tap (#240)issue #241 - reseting values in Tap on Android (#247)Issue #155 - Add possibility for DrawerLayout's child to be a render function (#250)Issue #222 - Fix checking OS version condition while applying border radius in button 😵 (#248)Allow again for the root view to be created from JS on android. (#245)Update some dev packages to make project work on recent versions of nodeAdd Android logic for support multihandlers (#237)[README] Show logo (#242)Fix border radius of buttons on Android (#232)improve android installation instructions (#219)Bump version -> 1.0.5Change wrong handler title in docs (#217)Spelling: simultanious -> simultaneous (#214)Fix BorderlessButtonProperties (#208)Add Algolia search bar :mag_right: (#200)Fix typo in docs and website (#206)Adapt to react-native's changes to ReactNativeBridgeEventPlugin (#199)Fix typo in documentation (#204)Bump version -> 1.0.4Do not call GH native methods from setImmediate, only update props from setImmediate when necessary (#202)Fix swipeable example :princess: (#197)Bump version -> 1.0.3Fix handler lifecycle (#196)Bump version -> 1.0.2Bottom sheet improvemets (#190)Swipeable extra methods (#164)Swipeable fix (#165)Add inspector handling (#177)Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.