Commit 20ae073
committed
⬆️ Bump react-beautiful-dnd from 12.2.0 to 13.1.0 (#6)
Bumps [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) from 12.2.0 to 13.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/atlassian/react-beautiful-dnd/releases">react-beautiful-dnd's releases</a>.</em></p>
<blockquote>
<h2>v13.1.0</h2>
<h2>Features</h2>
<p><em>You can now import default sensors</em> as <code>useMouseSensor</code>, <code>useKeyboardSensor</code>, or <code>useTouchSensor</code> for individual reuse via <code>sensors</code> prop
– Thanks <a href="https://github.com/vladmoroz"><code>@vladmoroz</code></a></p>
<p>React 17 is now supported 🎉
– Thanks <a href="https://github.com/100terres"><code>@100terres</code></a></p>
<h2>Fixes</h2>
<p>Removed redundant event listener
– Thanks <a href="https://github.com/hodovani"><code>@hodovani</code></a></p>
<h2>Misc</h2>
<p>Various improvements to the docs and examples
– Thanks <a href="https://github.com/theBstar"><code>@theBstar</code></a> <a href="https://github.com/Ardeshir81"><code>@Ardeshir81</code></a> <a href="https://github.com/hednowley"><code>@hednowley</code></a> <a href="https://github.com/RavenAlly"><code>@RavenAlly</code></a> <a href="https://github.com/alexbudure"><code>@alexbudure</code></a> <a href="https://github.com/vkentta"><code>@vkentta</code></a> <a href="https://github.com/johnrees"><code>@johnrees</code></a> <a href="https://github.com/agilatakishiyev"><code>@agilatakishiyev</code></a> <a href="https://github.com/petyosi"><code>@petyosi</code></a> <a href="https://github.com/inokawa"><code>@inokawa</code></a> <a href="https://github.com/ToriK17"><code>@ToriK17</code></a> <a href="https://github.com/paulshen"><code>@paulshen</code></a> <a href="https://github.com/ValentinH"><code>@ValentinH</code></a> <a href="https://github.com/featherbear"><code>@featherbear</code></a> <a href="https://github.com/GarrisonJ"><code>@GarrisonJ</code></a></p>
<p>Documentation is now available in Greek 🇬🇷
– Thanks <a href="https://github.com/hdks55l"><code>@hdks55l</code></a></p>
<p>Story source code is now visible in Storybook
– Thanks <a href="https://github.com/2stash"><code>@2stash</code></a></p>
<p>Various internal changes
– Thanks <a href="https://github.com/ValentinH"><code>@ValentinH</code></a></p>
<h2>13.0.0</h2>
<p><img src="https://user-images.githubusercontent.com/2182637/74905984-c251d780-5403-11ea-9e62-7e4d8fdd4ff6.png" alt="release banner image" /></p>
<blockquote>
<p>📷 Cover photo by <a href="https://unsplash.com/@matheusferrero?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Matheus Ferrero</a> on Unsplash</p>
</blockquote>
<blockquote>
<p>🎧 Release soundtrack: <a href="https://www.youtube.com/watch?v=HFh377W9zvY">Colder Heavens - Blanco White</a></p>
</blockquote>
<h2>Highlights</h2>
<ul>
<li>🛠 Babel changes: no more unintentional polyfilling!</li>
<li>♿️ More reliable on focus messaging. Verified on VoiceOver, JAWS and NVDA screen readers</li>
</ul>
<blockquote>
<p>This is a low risk breaking version. It is essentially a bug fix release with some API changes. You might need to make some changes if you were unintentionally relying on our unexpected polyfilling, or if you are overriding our default screen reader messaging, then there will be some stuff for you to do.</p>
</blockquote>
<h2>Babel</h2>
<blockquote>
<p>This has been marked this as a breaking change 💥 as consumers might have been unknowingly relying on polyfills in <code>rbd</code> as a <strong>side effect</strong> 😲. This is a very low risk breaking change</p>
</blockquote>
<p>We have moved from <code>@babel/runtime-corejs2</code> to <code>@babel/runtime</code> <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/1629">#1629</a>. <code>rbd</code> aims to <strong>never</strong> polyfill anything - it should only use <a href="https://ponyfoo.com/articles/polyfills-or-ponyfills">ponyfills</a> (This should be the position of most libraries!) Sadly, choosing to use <code>corejs2</code> meant that <code>rbd</code> did do polyfilling. We have now fixed this. Moving to <code>@babel/runtime</code> also saved a few <code>kbs</code> which is nice too.</p>
<p>Thanks <a href="https://github.com/TrySound"><code>@TrySound</code></a> for making this happen!</p>
<h2>Accessibility</h2>
<blockquote>
<p>This is marked as a breaking change 💥 as there have been some changes in API - but they are <strong>pretty small</strong>. If you are not touching any of the <code>rbd</code> <code>aria-*</code> attributes or <code>DragDropContext | liftInstruction</code> then you can upgrade safely.</p>
</blockquote>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/83a22564a01d53aef24717d5f977c7e832f129fb"><code>83a2256</code></a> 13.1.0</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/d94f4bd59e1b86153852f2941069055695d02585"><code>d94f4bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/1860">#1860</a> from atlassian/renovate/configure</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/57f4d610e0fde8e7f40c1ebb0e503248ae248dec"><code>57f4d61</code></a> Add renovate.json</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/00b9209f017767702ee8166e38dc6c1474755f08"><code>00b9209</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/1943">#1943</a> from vkentta/patch-1</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/4a14a3f7aadd0b5d921750d0e10435d656884061"><code>4a14a3f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/1981">#1981</a> from agilatakishiyev/text-fixes</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/bcfaf331e4b2f9c3b8ec5ff43f617c6986101335"><code>bcfaf33</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/2011">#2011</a> from ValentinH/fix-touch-sensor-typo</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/3ff34897a85f06319ece96c785e0bb30291d5195"><code>3ff3489</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/1838">#1838</a> from vladmoroz/export-default-sensors</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/7e1e0bff4ec02131173aad47383f81e8c5d76111"><code>7e1e0bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/2071">#2071</a> from petyosi/patch-1</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/fa4af86277dee3a378ae375a656d5250196fcc73"><code>fa4af86</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/2044">#2044</a> from ToriK17/patch-1</li>
<li><a href="https://github.com/atlassian/react-beautiful-dnd/commit/a39e89289c1e539496e76daf1a28bcaa4746ea2d"><code>a39e892</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/atlassian/react-beautiful-dnd/issues/2035">#2035</a> from 100terres/allow-react-v17-as-peer-dependency</li>
<li>Additional commits viewable in <a href="https://github.com/atlassian/react-beautiful-dnd/compare/v12.2.0...v13.1.0">compare view</a></li>
</ul>
</details>
<br />
[](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 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>1 parent 80ccb62 commit 20ae073
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments