Closed renovate[bot] closed 2 years ago
Base: 99.45% // Head: 99.45% // No change to project coverage :thumbsup:
Coverage data is based on head (
aa9b8e7
) compared to base (43be61c
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
2.3.2
->2.7.0
Release Notes
software-mansion/react-native-gesture-handler
### [`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://togithub.com/Alex5ander) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2008](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2008) #### 🔢 Miscellaneous - Add ndkVersion to Android project by [@maximzhemerenko](https://togithub.com/maximzhemerenko) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2012](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2012) #### New Contributors - [@maximzhemerenko](https://togithub.com/maximzhemerenko) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2012](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2012) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.4.0...2.4.1 ### [`v2.4.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.4.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.3.2...2.4.0) #### ❗ Important changes - Basic web support for `GestureDetector` by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1934](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1934) - Remove warning about the old API by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1960](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1960) - Suppress deprecated warnings by [@jakub-gonet](https://togithub.com/jakub-gonet) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1886](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1886) - Effectively remove `RNGestureHandlerEnabledRootView` by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1936](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1936) - Add a workaround for `pointerCount must be at least 1` by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1982](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1982) - Add `cancelsTouchesInView` prop on iOS by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1688](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1688) - Implement sending events directly to Reanimated on Fabric by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1987](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1987) #### 🐛 Bug fixes - Fix TypeScript typing issues with `setTimeout` by removing NodeJS types by [@henrikra](https://togithub.com/henrikra) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1959](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1959) - Pass accessibilityActions properties by [@pooyahrtn](https://togithub.com/pooyahrtn) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1963](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1963) - Use device events when remote debugging is enabled by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1929](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1929) - Don't send events on iOS when target is `nil` by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1946](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1946) - Fix props on `GestureHandlerButton` by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1967](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1967) - Add missing props to `GestureButton` type by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1981](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1981) - Fix gestures not attaching to views on iOS when using Fabric by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1979](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1979) - Fix Fabric checks happening too early by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1923](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1923) - Drop all gesture handlers on invalidate by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1988](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1988) - Fix nested buttons with outer one disabled on iOS by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1991](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1991) #### 🔢 Miscellaneous - Fixed a typo in example url by [@ghorbani-m](https://togithub.com/ghorbani-m) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1931](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1931) - Update [@react-navigation](https://togithub.com/react-navigation) version & fix example bug. by [@alantoa](https://togithub.com/alantoa) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1942](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1942) - Updated Tap Gesture Handler Documentation by [@ajatdarojat45](https://togithub.com/ajatdarojat45) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1962](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1962) - Use C++17 for Fabric on iOS by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1932](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1932) - Add compileOptions to build.gradle. Needed for Detox@19.5.7 to work by [@EmmaSteady](https://togithub.com/EmmaSteady) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1937](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1937) - Update documentation for wix/react-native-navigation by [@Yrsafam](https://togithub.com/Yrsafam) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1965](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1965) - Rewrite codegen config with TypeScript by [@j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/1952](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1952) #### New Contributors - [@ghorbani-m](https://togithub.com/ghorbani-m) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/1931](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1931) - [@ajatdarojat45](https://togithub.com/ajatdarojat45) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/1962](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1962) - [@pooyahrtn](https://togithub.com/pooyahrtn) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/1963](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1963) - [@EmmaSteady](https://togithub.com/EmmaSteady) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/1937](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1937) - [@Yrsafam](https://togithub.com/Yrsafam) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/1965](https://togithub.com/software-mansion/react-native-gesture-handler/pull/1965) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.3.2...2.4.0Configuration
📅 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.