Skip to content
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

[Snyk] Upgrade react-native-gesture-handler from 1.0.15 to 1.8.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Nov 6, 2020

Snyk has created this PR to upgrade react-native-gesture-handler from 1.0.15 to 1.8.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 23 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-09-03.
Release notes
Package name: react-native-gesture-handler
  • 1.8.0 - 2020-09-03

    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

    👍 Improvements

    🔢 Miscellaneous

    🙌 Thank you for your contributions!

  • 1.7.0 - 2020-07-22
    Read more
  • 1.6.1 - 2020-03-20

    Patch release to include type definition fix from #978

  • 1.6.0 - 2020-02-14

    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!

  • 1.5.6 - 2020-02-03

    Release including minor regression's fix. #944

  • 1.5.5 - 2020-02-02

    Minor release with including files in package.json: "GestureHandlerRootView.android.js", "GestureHandlerRootView.android.expo.js", "GestureHandlerButton.web.js",

  • 1.5.4 - 2020-02-02

    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 ❤️

  • 1.5.3 - 2019-12-30
    Read more
  • 1.5.2 - 2019-11-28

    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!

  • 1.5.1 - 2019-11-21
    Read more
  • 1.5.0 - 2019-10-29
  • 1.4.1 - 2019-08-23
  • 1.4.0 - 2019-08-22
  • 1.3.0 - 2019-06-01
  • 1.2.2 - 2019-05-29
  • 1.2.1 - 2019-04-30
  • 1.2.0 - 2019-04-29
  • 1.1.3 - 2019-06-04
  • 1.1.2 - 2019-06-04
  • 1.1.1 - 2019-05-29
  • 1.1.0 - 2019-03-01
  • 1.0.17 - 2019-03-01
  • 1.0.16 - 2019-02-21
  • 1.0.15 - 2019-01-25
from react-native-gesture-handler GitHub release notes
Commit messages
Package name: react-native-gesture-handler
  • ecf90a4 Release 1.8.0
  • e32583d Bump bl from 4.0.2 to 4.0.3 (#1182)
  • 79ad500 Update yarn.lock, remove fsevents resolutions, add release-it (#1140)
  • e64d6fc Fix RNGestureHandlerManager to use explicit imports (#1160)
  • 1d23e20 Remove unused `PointerEvents*` enums (#1177)
  • d300474 Increase MAX_POINTERS_COUNT to 12 (#1175)
  • 486b65c Removed website directory (#1174)
  • 8e1174b Fix thread safety of `RNGestureHandlerModule` methods (#1173)
  • f8df91b Fix threading issue in RNGestureHandlerStateChangeEvent (#1171)
  • a2f2186 Upgrade hoist-non-react-statics to 3.3+ (#995)
  • 4e3dd05 Add issue templates (#1165)
  • d960294 Bump prismjs from 1.20.0 to 1.21.0 in /docs (#1161)
  • 98ae77a Bump elliptic from 6.5.2 to 6.5.3 in /docs (#1154)
  • e7e1be9 Bump elliptic from 6.5.2 to 6.5.3 (#1153)
  • df5de67 Fix expo links in docs (#1145)
  • d0b8f0c Fix installation and documentation links (#1144)
  • 6718bf3 Update README.md (#1141)
  • 70c9711 Bump lodash from 4.17.15 to 4.17.19 in /docs (#1135)
  • 0b987e4 Bump version to 1.7.0 (#1139)
  • 9da6177 Bump lodash from 4.17.11 to 4.17.19 in /Example (#1132)
  • 9321a3b Update expo links in the Example app (#1131)
  • 733fafa Make Touchable* work with Detox 17 (#1104)
  • 05d1e63 Update docs config (#1130)
  • b810f54 Maybe fix docs (#1127)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant