Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump react-native-gesture-handler from 2.20.2 to 2.21.2 (#258)
Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 2.20.2 to 2.21.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/software-mansion/react-native-gesture-handler/releases">react-native-gesture-handler's releases</a>.</em></p> <blockquote> <h2>2.21.2</h2> <h2>👍 Improvements</h2> <ul> <li>Make Gesture Handler more futureproof by <a href="https://github.com/tomekzaw"><code>@tomekzaw</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3225">software-mansion/react-native-gesture-handler#3225</a></li> </ul> <h2>🔢 Miscellaneous</h2> <ul> <li>Fix broken links in the <code>quickstart</code> docs page by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3213">software-mansion/react-native-gesture-handler#3213</a></li> <li>Add docs page for the new <code>ReanimatedDrawerLayout</code> component by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3188">software-mansion/react-native-gesture-handler#3188</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/software-mansion/react-native-gesture-handler/compare/2.21.1...2.21.2">https://github.com/software-mansion/react-native-gesture-handler/compare/2.21.1...2.21.2</a></p> <h2>2.21.1</h2> <h2>❗ Important changes</h2> <ul> <li>fix: missing ReanimatedDrawerLayout by <a href="https://github.com/r0b0t3d"><code>@r0b0t3d</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3218">software-mansion/react-native-gesture-handler#3218</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/r0b0t3d"><code>@r0b0t3d</code></a> made their first contribution in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3218">software-mansion/react-native-gesture-handler#3218</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/software-mansion/react-native-gesture-handler/compare/2.21.0...2.21.1">https://github.com/software-mansion/react-native-gesture-handler/compare/2.21.0...2.21.1</a></p> <h2>2.21.0</h2> <h2>❗ Important changes</h2> <ul> <li>Create <code>ReanimatedDrawerLayout</code> component by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3146">software-mansion/react-native-gesture-handler#3146</a></li> <li>fix(web): broken at dropping by <a href="https://github.com/MJRT"><code>@MJRT</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3125">software-mansion/react-native-gesture-handler#3125</a></li> <li>[Web] Remove <code>findNodeHandle</code> function. by <a href="https://github.com/m-bert"><code>@m-bert</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3127">software-mansion/react-native-gesture-handler#3127</a></li> <li>[web] Add support for two finger pan by <a href="https://github.com/m-bert"><code>@m-bert</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3163">software-mansion/react-native-gesture-handler#3163</a></li> <li>[Web] Adjust <code>findNodeHandle</code> to properly detect <code>SVG</code> by <a href="https://github.com/m-bert"><code>@m-bert</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3197">software-mansion/react-native-gesture-handler#3197</a></li> </ul> <h2>👍 Improvements</h2> <ul> <li>[Web] Fix <code>KeyboardEventManager</code> listeners unmount by <a href="https://github.com/m-bert"><code>@m-bert</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3126">software-mansion/react-native-gesture-handler#3126</a></li> <li>feat: Clangd support by <a href="https://github.com/coado"><code>@coado</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3069">software-mansion/react-native-gesture-handler#3069</a></li> <li>[Web] Simplify <code>PointerTracker</code> methods by <a href="https://github.com/m-bert"><code>@m-bert</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3139">software-mansion/react-native-gesture-handler#3139</a></li> <li>Allow Android Rotation Gesture to continue after second Pointer Lift and Land by <a href="https://github.com/DmitriyGalyanov"><code>@DmitriyGalyanov</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3057">software-mansion/react-native-gesture-handler#3057</a></li> <li>Optimise <code>ReanimatedSwipeable</code> component by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3165">software-mansion/react-native-gesture-handler#3165</a></li> <li>[Web] Remove <code>collapsable</code> property by <a href="https://github.com/m-bert"><code>@m-bert</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3203">software-mansion/react-native-gesture-handler#3203</a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>[Android] Fix gestures being able to activate despite their parent already being active by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3095">software-mansion/react-native-gesture-handler#3095</a></li> <li>[MacOS] Fix <code>Pressable</code> being unresponsive by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3142">software-mansion/react-native-gesture-handler#3142</a></li> <li>Fix swipeable swiping to left when no <code>renderRightActions</code> is set by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3145">software-mansion/react-native-gesture-handler#3145</a></li> <li>Fix <code>onStart</code> callbacks of <code>ReanimatedSwipeable</code> being called every update by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3151">software-mansion/react-native-gesture-handler#3151</a></li> <li>Fix elements dissapearing due to high values set to <code>threshold</code> props in <code>ReanimatedSwipeable</code> by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3153">software-mansion/react-native-gesture-handler#3153</a></li> <li>[<code>ReanimatedSwipeable</code>] Multiple bug fixes and improvements by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3149">software-mansion/react-native-gesture-handler#3149</a></li> </ul> <h2>🔢 Miscellaneous</h2> <ul> <li><code>stylusData</code> documentation. by <a href="https://github.com/m-bert"><code>@m-bert</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3112">software-mansion/react-native-gesture-handler#3112</a></li> <li>Update examples by <a href="https://github.com/j-piasecki"><code>@j-piasecki</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2919">software-mansion/react-native-gesture-handler#2919</a></li> <li>Make osx example utilise the common example app by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3055">software-mansion/react-native-gesture-handler#3055</a></li> <li>[docs] Improve Reanimated Swipeable documentation. by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3121">software-mansion/react-native-gesture-handler#3121</a></li> <li>[MacOS] fix header in the example app to look like the one on web. by <a href="https://github.com/latekvo"><code>@latekvo</code></a> in <a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3134">software-mansion/react-native-gesture-handler#3134</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/6fc506d5f6781805d72cf34520b0909773c674fe"><code>6fc506d</code></a> Release 2.21.2 (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3226">#3226</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/709c0863be992ae26de96fe00155275811ce032a"><code>709c086</code></a> Make Gesture Handler more futureproof (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3225">#3225</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/2eae15cca474752fc463e454e22fce5cf4710eb8"><code>2eae15c</code></a> Add docs page for the new <code>ReanimatedDrawerLayout</code> component (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3188">#3188</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/f58afd26038b6ee3f41876197d5a75a3dfef53c4"><code>f58afd2</code></a> Fix broken links in the <code>quickstart</code> docs page (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3213">#3213</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/91c541b255b7679541825171be5414875928c287"><code>91c541b</code></a> Release 2.21.1 (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3220">#3220</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/5b116c8db44d3f6114d1d91bb73d0e6c84fe49eb"><code>5b116c8</code></a> fix: missing ReanimatedDrawerLayout (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3218">#3218</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/2a1586aec529f826702d418fab6d72f78da33026"><code>2a1586a</code></a> Release 2.21.0 (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3215">#3215</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/4e17ec28174fee070e6394e1289f4b28e0beccd8"><code>4e17ec2</code></a> Update outdated compatibility table in docs (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3212">#3212</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/87fc6d3a8cccbf4ab826a6128e393937a379559d"><code>87fc6d3</code></a> Fix <code>TwoFingerPan</code> import (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3211">#3211</a>)</li> <li><a href="https://github.com/software-mansion/react-native-gesture-handler/commit/79aa1de86086397593700e0b792cd6d6af1e9491"><code>79aa1de</code></a> Update Gemfiles in example apps (<a href="https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/3200">#3200</a>)</li> <li>Additional commits viewable in <a href="https://github.com/software-mansion/react-native-gesture-handler/compare/2.20.2...2.21.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-gesture-handler&package-manager=npm_and_yarn&previous-version=2.20.2&new-version=2.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information