Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Jul 16, 2018

We've updated a dependency and here is what you need to know:

name version specification old version new version
react-native-gesture-handler ^1.0.1 1.0.1 1.0.6

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

  • Interact with handlers using second or further finger – we now allow for handler to be activated with another finger while there is another interaction already happening. We now treat each finger as a separate stream of events that can be delivered to a completely different set of handlers. This does not affect the way it used to work when handlers overlap or are "nested" within each other. In such a case "simultanousHandlers" or "waitFor" can be used to control how handlers should activate. See a sample video here: https://twitter.com/kzzzf/status/1015907930649055233 (#237 author: @osdnk)

🐛 BUG FIXES

  • #232 by @angly-cat – border radius fix for buttons on Android
  • #235 by @kmagiera – restores a way for react-native-navigation apps to install GH root views on Android
  • #248 by @osdnk – fixes issue with border radius reported in #222
  • #250 by @osdnk – allows for render prop to be used with DrawerLayout component
  • #247 by @osdnk – fixes problem with incorect tap gesture coordinates on Android reported in #241
  • #240 by @osdnk – fixes problem with tap gesture coordinates on iOS reported in #233

OTHER IMPROVEMENTS

🙌 Thanks for all the contributions and issue reports!

Commits

See the full diff on Github. The new version differs by 29 commits:


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.

Depfu Status

@depfu depfu bot added the depfu label Jul 16, 2018
@brianlovin brianlovin merged commit 4accde1 into alpha Jul 16, 2018
@depfu depfu bot deleted the depfu/update/mobile/yarn/react-native-gesture-handler-1.0.6 branch July 16, 2018 14:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants