Triex / react-native-web-browser-app

Not another wrapper around SFSafariViewController. A fully-featured, cross-platform web browser written in React Native.
Mozilla Public License 2.0
1 stars 0 forks source link

Update dependency react-native-gesture-handler to v2 #32

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-gesture-handler ^1.10.3 -> ^2.0.0 age adoption passing confidence

Release Notes

software-mansion/react-native-gesture-handler ### [`v2.12.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.12.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.11.0...2.12.0) #### ❗ Important changes - Support for React Native 0.72 on the new architecture by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2441](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2441) ### [`v2.11.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.11.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.10.2...2.11.0) A small release made for nice people at Expo 😃. #### 🐛 Bug fixes - Correctly attach root view recognizer in modals on iOS by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2498](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2498) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.10.2...2.11.0 ### [`v2.10.2`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.10.2) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.10.1...2.10.2) #### 🐛 Bug fixes - Fix root view error for jest by [@​IvanIhnatsiuk](https://togithub.com/IvanIhnatsiuk) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2491](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2491) - Prevent GH buttons from activating when scrolling list by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2494](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2494) #### New Contributors - [@​IvanIhnatsiuk](https://togithub.com/IvanIhnatsiuk) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2491](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2491) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.10.1...2.10.2 ### [`v2.10.1`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.10.1) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.10.0...2.10.1) #### 🐛 Bug fixes - Fix operation scheduling on iOS by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2483](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2483) ### [`v2.10.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.10.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.9.0...2.10.0) #### ❗ Important changes - Enable the new web implementation by default by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2394](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2394) - Replace `setImmediate` and `requestAnimationFrame` with `queueMicrotask` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2467](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2467) - Show error when gestures are used without root view by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2420](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2420) - Change how velocity is calculated on the new web implementation by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2443](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2443) #### 🐛 Bug fixes - Fix types for gestureHandlerRootHOC to accept component with props by [@​Nodonisko](https://togithub.com/Nodonisko) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2413](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2413) - Remove `DrawerLayoutAndroid` import on web by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2305](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2305) - Fix ripple always showing on Touchables when on Android 13 by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2418](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2418) - Whitelist `Native` gesture props in `GestureDetector` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2433](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2433) - Fix Gesture Handlers getting stuck due to missing `up` event when using the new web implementation by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2442](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2442) - Fix Gesture Handler's buttons activating after scroll when using `RefreshControl` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2457](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2457) - Make single instance assertion work with Gradle Configuration Cache by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2453](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2453) - fix: PureNativeButton is not exported by [@​magrinj](https://togithub.com/magrinj) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2447](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2447) - fix: do not apply namespace if it is not available in agp by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2448](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2448) #### 👍 Improvements - Returns Swipeable reference on renderLeftActions by [@​ntocampos](https://togithub.com/ntocampos) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2426](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2426) - Add a method `reset` to component `Swipeable` by [@​UNIDY2002](https://togithub.com/UNIDY2002) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2431](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2431) - Remove conditional imports for native components by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2461](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2461) - Add `dragOffsetFromLeftEdge` and `dragOffsetFromRightEdge` props to `Swipeable` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2408](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2408) #### 🔢 Miscellaneous - Bump ua-parser-js from 0.7.31 to 0.7.33 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2392](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2392) - Bump ua-parser-js from 0.7.24 to 0.7.33 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2389](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2389) - Hide `back-to-top` button in the docs by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2398](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2398) - Upgrade Expo in the example app to use API 47 by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2393](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2393) - chore: change fabric flag by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2397](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2397) - Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2407](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2407) - Bump http-cache-semantics from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2406](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2406) - End-to-end tests for web version by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2298](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2298) - Bump ua-parser-js from 0.7.32 to 0.7.33 in /e2e/web-tests by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2417](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2417) - Bump loader-utils from 1.4.0 to 1.4.2 in /e2e/web-tests by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2416](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2416) - Bump decode-uri-component from 0.2.0 to 0.2.2 in /e2e/web-tests by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2415](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2415) - Add `Handler state` section to sidebar by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2422](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2422) - Bump webpack from 5.73.0 to 5.76.1 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2436](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2436) - chore: set library namespace in build script by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2435](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2435) - docs: add appjs banner by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2432](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2432) - Bump [@​xmldom/xmldom](https://togithub.com/xmldom/xmldom) from 0.7.6 to 0.7.9 in /e2e/web-tests by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2444](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2444) - Bump [@​sideway/formula](https://togithub.com/sideway/formula) from 3.0.0 to 3.0.1 in /e2e/web-tests by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2445](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2445) - Bump minimist from 1.2.5 to 1.2.8 in /example by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2456](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2456) - Move `GestureHandlerRootView` to `components` directory by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2468](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2468) - Remove unnecessary `throw` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2446](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2446) #### New Contributors - [@​Nodonisko](https://togithub.com/Nodonisko) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2413](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2413) - [@​ntocampos](https://togithub.com/ntocampos) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2426](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2426) - [@​UNIDY2002](https://togithub.com/UNIDY2002) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2431](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2431) - [@​magrinj](https://togithub.com/magrinj) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2447](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2447) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.9.0...2.10.0 ### [`v2.9.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.9.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.8.0...2.9.0) #### ❗ Important changes - Support React Native 0.71 by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2313](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2313) #### 🐛 Bug fixes - Use `ReturnType` instead of explicit `AnimatedInterpolation` type by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2294](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2294) - Fix default `shouldCancelWhenOutside` on iOS and Android by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2297](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2297) - Fix `onBegin` and `onTouchesDown` event ordering on iOS by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2278](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2278) - Fix buttons getting locked in some cases on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2315](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2315) - fix RNGH not working in pnpm project by [@​chj-damon](https://togithub.com/chj-damon) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2334](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2334) - GestureDetector: more checks for mounted component by [@​phryneas](https://togithub.com/phryneas) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2335](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2335) - Fix `GestureDetector` not working when the underlying view changes by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2092](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2092) - Cocoapods: Fix deprecated/removed File.exists method by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2368](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2368) #### 🔢 Miscellaneous - Update React Native to 0.70.3 in the example apps by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2267](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2267) - Reformat iOS codebase by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2296](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2296) - Update the commit hash in `.git-blame-ignore-revs` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2306](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2306) - Provide proper Algolia Search API key by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2308](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2308) - Fix search modal styling in the docs by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2309](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2309) - Bump loader-utils from 2.0.0 to 2.0.3 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2311](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2311) - Fixed typo in doc: cancelsToucesInView > cancelsTouchesInView by [@​vidalmaxime](https://togithub.com/vidalmaxime) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2318](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2318) - Bump decode-uri-component from 0.2.0 to 0.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2338](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2338) - Bump loader-utils from 2.0.3 to 2.0.4 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2321](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2321) - Bump qs from 6.10.1 to 6.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2342](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2342) - Bump decode-uri-component from 0.2.0 to 0.2.2 in /FabricExample by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2340](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2340) - \[docs] Fixed doubleTap example in docs by [@​robwalkerco](https://togithub.com/robwalkerco) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2349](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2349) - Bump json5 from 2.2.1 to 2.2.3 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2366](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2366) - Bump json5 from 2.2.1 to 2.2.3 in /FabricExample by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2365](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2365) #### New Contributors - [@​vidalmaxime](https://togithub.com/vidalmaxime) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2318](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2318) - [@​chj-damon](https://togithub.com/chj-damon) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2334](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2334) - [@​robwalkerco](https://togithub.com/robwalkerco) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2349](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2349) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.8.0...2.9.0 ### [`v2.8.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.8.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.7.1...2.8.0) #### ❗ Important changes - Add `userSelect` prop by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2280](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2280) - Make `gesture` required prop in `GestureDetector` by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2285](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2285) #### 🐛 Bug fixes - Make handlers respect `shouldCancelWhenOutside` by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2271](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2271) - Fix `ManualGestureHandler` shouldCancelWhenOutside on iOS by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2274](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2274) - Fix missing `begin` event on Android for Pinch and Rotation by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2264](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2264) #### 🔢 Miscellaneous - Add pre-commit hook and linters for Android and iOS code by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2114](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2114) - Add module file for Windows by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2272](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2272) - Bump react-native-reanimated from 2.4.1 to 2.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2287](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2287) - Fix example app with Reanimated by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2251](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2251) - Make `clang-format` a dev dependency by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2289](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2289) - Merge `lib` package into the main one in the Android implementation by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2270](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2270) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.7.1...2.8.0 ### [`v2.7.1`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.7.1) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.7.0...2.7.1) #### 🐛 Bug fixes - Pan shouldCancelWhenOutside fix by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2256](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2256) - Change in handling coordinates in FlingGestureHandler by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2253](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2253) - Fix simultaneous gesture when it receives composed gestures as arguments by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2252](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2252) - Remove userSelect: none on NativeViewGestureHandler by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2260](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2260) - Change order of sending touch events and assigning new state by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2261](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2261) - fix a potential race on component unmount by [@​phryneas](https://togithub.com/phryneas) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2262](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2262) #### 👍 Improvements - Disable context menu on LongPressGestureHandler by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2257](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2257) #### New Contributors - [@​phryneas](https://togithub.com/phryneas) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2262](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2262) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.7.0...2.7.1 ### [`v2.7.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.7.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.6.2...2.7.0) #### ❗ Important changes - Change default Kotlin version by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2224](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2224) - Transform entire `MotionEvent` instead of single pointer only by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2156](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2156) #### 🐛 Bug fixes - Prevent handlers from crashing when they don't use touch events by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2246](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2246) - Update if statments in PointerTracker to correctly return coordinates by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2247](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2247) - Fix nested buttons on Android and buttons becoming unresponsive in a list by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2187](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2187) - Fix `NullPointerException` when evaluating `hitSlop` on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2241](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2241) - Make `ReanimatedEventDispatcher` a class and not an object by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2203](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2203) #### 🔢 Miscellaneous - Bump Fabric Example to stable RN 0.70 by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2205](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2205) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.6.2...2.7.0 ### [`v2.6.2`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.6.2) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.6.1...2.6.2) #### 🐛 Bug fixes - Use `cloneElement` when assigning a refresh control by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2231](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2231) - Use `_reactInternalFiber` instead of `_reactInternals` on RN 0.63 by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2238](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2238) - Make handlers send touches cancel on gesture end by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2240](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2240) #### 👍 Improvements - Make macOS codepath less chatty by [@​hsjoberg](https://togithub.com/hsjoberg) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2193](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2193) - Returning Swipeable reference by [@​franck-nadeau](https://togithub.com/franck-nadeau) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2105](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2105) #### 🔢 Miscellaneous - Replace `jcenter` with `mavenCentral` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2225](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2225) - Typo Corrections. by [@​anujraghuvanshi](https://togithub.com/anujraghuvanshi) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2235](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2235) - Update message about the new API in docs by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2230](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2230) #### New Contributors - [@​franck-nadeau](https://togithub.com/franck-nadeau) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2105](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2105) - [@​anujraghuvanshi](https://togithub.com/anujraghuvanshi) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2235](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2235) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.6.1...2.6.2 ### [`v2.6.1`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.6.1) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.6.0...2.6.1) #### ❗ Important changes - Touch events web by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2177](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2177) - Manual gesture receiving touch events by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2188](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2188) - Pointer events to touch events mapping by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2207](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2207) #### 🐛 Bug fixes - Nested touchables fix by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2210](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2210) - Add check for module by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2215](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2215) - Cache averages in PointerTracker by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2212](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2212) - Remove calling web implementation on native apps by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2214](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2214) - Add support for enable by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2206](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2206) #### 👍 Improvements - Update `@types/react-native` and remove comments about missing `.d.ts` files by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2189](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2189) - Unify how `reanimated` module is looked for on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2201](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2201) - Remove event parameter by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2190](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2190) #### 🔢 Miscellaneous - Bump ws from 7.4.4 to 7.5.9 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2182](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2182) - Bump terser from 5.7.1 to 5.15.0 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2183](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2183) - Fix concurrent CI by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2198](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2198) - Update dependencies and fix CI by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2202](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2202) - Bump Example app to RN 0.70 by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2209](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2209) - fix: broken links by [@​lucioroadtoglory](https://togithub.com/lucioroadtoglory) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2218](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2218) #### New Contributors - [@​lucioroadtoglory](https://togithub.com/lucioroadtoglory) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2218](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2218) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.6.0...2.6.1 ### [`v2.6.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.6.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.5.0...2.6.0) #### ❗ Important changes - Add experimental web implementation by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2157](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2157) - Validate children of GestureDetector to check if there is only one native view that can be a target of the gestures by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2132](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2132) - Add `onLongPress` callback to Gesture Handler buttons by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2083](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2083) - Detect duplicate instances by [@​piaskowyk](https://togithub.com/piaskowyk) and [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2155](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2155), [https://github.com/software-mansion/react-native-gesture-handler/pull/2162](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2162), [https://github.com/software-mansion/react-native-gesture-handler/pull/2173](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2173), [https://github.com/software-mansion/react-native-gesture-handler/pull/2174](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2174) - Export custom `RefreshControl` component and add logic required to handle it by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2137](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2137) - Compatibility with React Native 0.70, replace NDK with CMake by [@​tomekzaw](https://togithub.com/tomekzaw) and [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2153](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2153) #### 🐛 Bug fixes - Make gestures work on non-editable `TextInput` on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2112](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2112) - fix: remove explicit folly version by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2148](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2148) - Pass `disabled` prop to the `BaseButton` in `TouchableNativeFeedback` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2141](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2141) - Fix some edge cases in state flow on Android when handler is waiting for another one by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2145](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2145) - Build only required architectures on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2126](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2126) - Remove unsafe methods by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2130](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2130) - Cancel gestures when an uninterruptible native gesture becomes active by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2129](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2129) - Fix default max distance for long press on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2095](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2095) - Make Gesture Handler on web respect `simultaneousHandlers` prop when used on a `ScrollView` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2125](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2125) - Check if loaded module is really Reanimated in `reanimatedWrapper` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2179](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2179) - Use angle-bracket imports by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2180](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2180) - fix: `RCT_NEW_ARCH_ENABLED=0` to disable new arch by [@​nomi9995](https://togithub.com/nomi9995) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2178](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2178) #### 👍 Improvements - Display a more expressive error message when Gesture Handler receives more than one child by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2131](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2131) - Use non-deprecated `Handler` constructor by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2163](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2163) - Upgrade Docusaurus & theme to match Reanimated by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2166](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2166) - Make Example app run on web by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2110](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2110) - Update issue template by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2165](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2165) #### 🔢 Miscellaneous - Update version requirements in docs and `README` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2077](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2077) - Bump moment from 2.29.2 to 2.29.4 in /ci/e2e by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2123](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2123) - Bump terser from 4.8.0 to 4.8.1 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2136](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2136) - Add `runOnJS` where necessary in Drag and Drop example by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2144](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2144) - Mention automatic workletization of callbacks in the docs by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2124](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2124) - chore: typo in issue template by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2176](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2176) #### New Contributors - [@​piaskowyk](https://togithub.com/piaskowyk) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2155](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2155) - [@​kkafar](https://togithub.com/kkafar) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2173](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2173) - [@​Warus15](https://togithub.com/Warus15) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2157](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2157) - [@​nomi9995](https://togithub.com/nomi9995) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2178](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2178) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.5.0...2.6.0 ### [`v2.5.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.5.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.4.2...2.5.0) #### ❗ Important changes - Add `activateAfterLongPress` modifier to Pan gesture by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1938](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1938) - Make `NativeViewGestureHandler` behave more like on iOS when wrapping `TextInput` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2017](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2017) - Extract handlers when child view is handling touch with `pointerEvents='box-none'` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2024](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2024) - Fix sound effects on nested buttons, add `touchSoundDisabled` prop by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2047](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2047) #### 🐛 Bug fixes - Update scroll view class check in `RNNativeViewHandler` on Fabric by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2031](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2031) - Fix `simultaneousHandlers` prop on `NativeViewGestureHandler` on iOS by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2018](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2018) - Don't use `reanimated` module in a worklet by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2070](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2070) - Schedule calling `dropAllGestureHandlers` on main queue by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2028](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2028) - Refactor how ripple animation is applied to `GestureHandlerButton` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2014](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2014) - Make sure that react-native-macos is supported by using the web fallback by [@​hsjoberg](https://togithub.com/hsjoberg) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2010](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2010) - Default import `package.json` in `src/utils` by [@​nandorojo](https://togithub.com/nandorojo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2036](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2036) - Fix wrong coordinates when multiple gestures are tracking different pointers on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2098](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2098) - Fix touchable inspector for Gesture Handler buttons by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2103](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2103) - Fix wrong coordinated reported by `Fling` gesture on iOS by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2059](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2059) - Fix Kotlin compiler error inferred type Context? by [@​muhamad-rizki](https://togithub.com/muhamad-rizki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2096](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2096) - Fix: use different touchHandler on Fabric by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2104](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2104) - Fix state flow for manual activation on iOS by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1912](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1912) - Fix importing `PressabilityDebugView` on web by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2109](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2109) - Upgrade Gesture Handler and FabricExample to support RN 0.69 by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2053](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2053) #### 🔢 Miscellaneous - Fix Markdown format by [@​nidelson](https://togithub.com/nidelson) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2107](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2107) - Add a guide for migrating to the new API by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2076](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2076) - Create more general extension mechanism for `NativeViewGestureHandler` on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2016](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2016) - Delete `App.js` from FabricExample by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2035](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2035) #### New Contributors - [@​hsjoberg](https://togithub.com/hsjoberg) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2010](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2010) - [@​nandorojo](https://togithub.com/nandorojo) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2036](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2036) - [@​muhamad-rizki](https://togithub.com/muhamad-rizki) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2096](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2096) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.4.2...2.5.0 ### [`v2.4.2`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.4.2) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.4.1...2.4.2) #### 🐛 Bug fixes - Fix resolution of refs in the old API by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2019](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2019) - Use constant value for translation when `DrawerLayout` is idle by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2005](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2005) - Fix compatibility with `@types/react^18.0.0` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2030](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2030) - Don't update shared value containing the gesture config unless the config has changed by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2037](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2037) #### 🔢 Miscellaneous - Upgrade Example app dependencies and React Native by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1989](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1989) - Move helper functions outside of `useAnimatedGesture` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2034](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2034) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.4.1...2.4.2 ### [`v2.4.1`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.4.1) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.4.0...2.4.1) #### 🐛 Bug fixes - Support monorepos with new architecture by [@​oblador](https://togithub.com/oblador) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2015](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2015) - Add mocks for `flushOperations` in https://github.com/software-mansion/react-native-gesture-handler/commit/daaeea8cae2d22f0aa18cc9479c829ce387b6014, originally by [@​Alex5ander](https://togi

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.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.