scanbot-sdk-example-react-native
scanbot-sdk-example-react-native copied to clipboard
Bump react-native-gesture-handler from 2.14.0 to 2.16.0 in /latest
Bumps react-native-gesture-handler from 2.14.0 to 2.16.0.
Release notes
Sourced from react-native-gesture-handler's releases.
2.16.0
❗ Important changes
- Add
mouseButtonimplementation on Android by@m-bertin software-mansion/react-native-gesture-handler#2680- Add
pointerTypeto event by@m-bertin software-mansion/react-native-gesture-handler#2760- feat: add necessary changes for new arch on RN 0.74 by
@WoLewickiin software-mansion/react-native-gesture-handler#2766- Add
touchActionprop. by@m-bertin software-mansion/react-native-gesture-handler#2787- Allows to apply different border radius to RectButton component by
@camilossantos2809in software-mansion/react-native-gesture-handler#2792- Improve RectButton border styles on Android by
@camilossantos2809in software-mansion/react-native-gesture-handler#2798- Make FlingHandler use velocity as the activation metric. by
@LatekVoin software-mansion/react-native-gesture-handler#2796- Add corner area detection to Fling gesture. by
@LatekVoin software-mansion/react-native-gesture-handler#2807🐛 Bug fixes
- Add rotation and pinch velocity on macOS by
@jfedakin software-mansion/react-native-gesture-handler#2706- Fix
ConcurrentModificationException. by@m-bertin software-mansion/react-native-gesture-handler#2750- Fix pointers count on iOS by
@m-bertin software-mansion/react-native-gesture-handler#2755- fix: remove usage of bridge uimanager in one more place by
@WoLewickiin software-mansion/react-native-gesture-handler#2768- Remove hardcoded version of
cocoapodsby@m-bertin software-mansion/react-native-gesture-handler#2772- Move
customDirectEventTypesto separate files. by@m-bertin software-mansion/react-native-gesture-handler#2786- Fix nested taps activation by
@m-bertin software-mansion/react-native-gesture-handler#2759- Cancel handlers by
NativeViewGestureHandlerby@m-bertin software-mansion/react-native-gesture-handler#2788- Make simultaneous handlers always symmetric on iOS by
@j-piaseckiin software-mansion/react-native-gesture-handler#2800- Update mocks to work when testing for the new arch by
@j-piaseckiin software-mansion/react-native-gesture-handler#2801- fix(web): After swiping closed, the Swipeable component cannot be swiped open again by
@yatessssin software-mansion/react-native-gesture-handler#2802- Remove event listeners on handler drop by
@m-bertin software-mansion/react-native-gesture-handler#2815- Use correct origin point for calculating the absolute position on Android by
@j-piaseckiin software-mansion/react-native-gesture-handler#2826- Add check when removing handlers from orchestrator by
@m-bertin software-mansion/react-native-gesture-handler#2831- Use
locationOfTouch:inViewoverlocationInViewfor focal point by@rrebasein software-mansion/react-native-gesture-handler#2834👍 Improvements
- Pass
{ flex: 1 }as default style toGestureHandlerRootViewby@kacperkapusciakin software-mansion/react-native-gesture-handler#2757- Stop sending event on pressure changes by
@m-bertin software-mansion/react-native-gesture-handler#2762- feat: use proper APIs for newest RN versions on new arch by
@WoLewickiin software-mansion/react-native-gesture-handler#2767- Remove circular dependencies on web by
@m-bertin software-mansion/react-native-gesture-handler#2783- Address compilation warnings by
@m-bertin software-mansion/react-native-gesture-handler#2597- Add
userSelectto TouchableOpacity by@m-bertin software-mansion/react-native-gesture-handler#2812- Web
Orchestratorrefactor. by@m-bertin software-mansion/react-native-gesture-handler#2819- Replace
mach_absolute_timewithCACurrentMediaTimeby@j-piaseckiin software-mansion/react-native-gesture-handler#2830🔢 Miscellaneous
- Restyle Gesture Handler Documentation by
@patrycjakalinskain software-mansion/react-native-gesture-handler#2753- Fix incorrect link to Github repository by
@patrycjakalinskain software-mansion/react-native-gesture-handler#2761- Add links to each gesture on landing in docs by
@kacperkapusciakin software-mansion/react-native-gesture-handler#2763- Update pods on CI by
@m-bertin software-mansion/react-native-gesture-handler#2765- Restyle steps in docs by
@kacperkapusciakin software-mansion/react-native-gesture-handler#2774- Fix wrong admonition color on initial render by
@kacperkapusciakin software-mansion/react-native-gesture-handler#2779- Various style fixes in docs by
@kacperkapusciakin software-mansion/react-native-gesture-handler#2780- Add closable App.js banner to docs landing page by
@patrycjakalinskain software-mansion/react-native-gesture-handler#2781- Add
mouseButtondescription to docs. by@m-bertin software-mansion/react-native-gesture-handler#2789- Add
pointerTypedescription to docs. by@m-bertin software-mansion/react-native-gesture-handler#2791- Add
enableContextMenudescription to docs. by@m-bertin software-mansion/react-native-gesture-handler#2790
... (truncated)
Commits
86a5771Bump version to 2.16.0 (#2836)23b218eUselocationOfTouch:inViewoverlocationInViewfor focal point (#2834)f4f1907Add check when removing handlers from orchestrator (#2831)b358207Use correct origin point for calculating the absolute position on Android (#2...c6ee4a4Replacemach_absolute_timewithCACurrentMediaTime(#2830)6cb12f4Bump express from 4.18.2 to 4.19.2 in /e2e/web-tests (#2828)108db36Bump express from 4.18.2 to 4.19.2 in /example (#2827)12ea5b5Bump express from 4.18.2 to 4.19.2 in /docs (#2829)d1ab3d5Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs (#2822)6808ca3WebOrchestratorrefactor. (#2819)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)