chore(deps): bump vuetify from 2.4.6 to 2.5.12 #95

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vuetify-2.5.12 into master 2021-11-08 06:02:21 +00:00
argoyle commented 2021-11-08 05:26:42 +00:00 (Migrated from gitlab.com)

Bumps vuetify from 2.4.6 to 2.5.12.

Release notes

Sourced from vuetify's releases.

v2.5.12

🔧 Bug Fixes

  • detachable: remove content element in beforeDestroy (0a0d743), closes #14380

v2.5.11

🔧 Bug Fixes

v2.5.10

🔧 Bug Fixes

  • click-outside: check for ShadowRoot support (30dd6bc), closes #13845
  • goTo: check targetLocation when reach bottom (#13903) (c5e181e)
  • menuable: apply custom absolute position when attached (83f262a), closes #6877
  • menuable: remove unused fixed prop (52ac86e), closes #10946
  • Ripple: don't use Symbol to prevent ripples on parent elements (4c28ef1), closes #13383
  • selection-controls: don't override icon color in label if disabled (674fd5d), closes #14050 #14081
  • transitions: make hideOnLeave display !important (0e5438b), closes #13973
  • VAppBar: update active state when hide-on-scroll is changed (5eae27d), closes #12505
  • VCalendar: seconds -> milliseconds in error message (69bd908), closes #14160
  • VCalendar: touchmove does not notice category change (#14084) (1ec8c6a), closes #12366
  • VDataTable: don't empty header on mobile (#14191) (031b1f5), closes #14174
  • VSlideGroup: update scroll position on tab focus (5836928), closes #14003 #14019
  • VSnackbar: show background below text (ea33d85), closes #13075
  • VStepper: correct vertical padding in rtl (#14267) (b86eb5e), closes #13981
  • VTabs: do not deactivate item on same route query change (#14240) (c999017), closes #14156
  • VTextarea: update height when auto-grow is toggled (6045d49), closes #12444
  • VTooltip: ignore scroll offset when attached (#14223) (46938c7), closes #13961
  • VTreeView: independent selection drops async children (#13950) (71d6bde), closes #8791

v2.5.9

🔧 Bug Fixes

... (truncated)

Commits
  • 705cb6a chore(release): publish v2.5.12
  • 0a0d743 fix(detachable): remove content element in beforeDestroy
  • e53152f chore(release): publish v2.5.11
  • 562294b fix(VDialog): prevent pointer events during transition
  • 262057a fix(VDialog): don't re-focus autofocused children
  • e3f28a4 fix(breakpoints): prevent overlap on HiDPI displays (#14358)
  • 15e28f6 fix(VCalendar): implicitly narrow TouchEvent (#14280)
  • 13545ab fix(VTabs): prevent selection of disabled tabs (#14229)
  • 3df308f fix(VListItem): allow default color to change when inactive (#14207)
  • da5493b fix(VCombobox): keep highlighted item on filteredItems change (#14196)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.4.6 to 2.5.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuetifyjs/vuetify/releases">vuetify's releases</a>.</em></p> <blockquote> <h2>v2.5.12</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>detachable:</strong> remove content element in beforeDestroy (<a href="https://github.com/vuetifyjs/vuetify/commit/0a0d743a0233d3f42600d18309a42ad47cd90d65">0a0d743</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14380">#14380</a></li> </ul> <h2>v2.5.11</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>breakpoints:</strong> prevent overlap on HiDPI displays (<a href="https://github.com/vuetifyjs/vuetify/issues/14358">#14358</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/e3f28a4b6b44273b03f82c18339d5b337acd87f2">e3f28a4</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14353">#14353</a></li> <li><strong>detachable:</strong> wait for transition to finish before removing activator (<a href="https://github.com/vuetifyjs/vuetify/commit/4c12e40563352655e011b2446303939cdf4c2620">4c12e40</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/7422">#7422</a></li> <li><strong>locale:</strong> fix aria-label for FR locale (<a href="https://github.com/vuetifyjs/vuetify/issues/14296">#14296</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/933212c9af64c81fe341fec6eac62d1274778c09">933212c</a>)</li> <li><strong>VCalendar:</strong> implicitly narrow TouchEvent (<a href="https://github.com/vuetifyjs/vuetify/issues/14280">#14280</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/15e28f6e701de260fbc7acf3ae1bb9cfb4e4d7e3">15e28f6</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14276">#14276</a></li> <li><strong>VCombobox:</strong> keep highlighted item on filteredItems change (<a href="https://github.com/vuetifyjs/vuetify/issues/14196">#14196</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/da5493bf9fd75f607941d53ff475b8c10a327f5f">da5493b</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14194">#14194</a></li> <li><strong>VDialog:</strong> don't re-focus autofocused children (<a href="https://github.com/vuetifyjs/vuetify/commit/262057a20bfe17c157700158fbccde217f85543a">262057a</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14345">#14345</a></li> <li><strong>VDialog:</strong> prevent pointer events during transition (<a href="https://github.com/vuetifyjs/vuetify/commit/562294b14e58253bec98441619c176dbe35eaea2">562294b</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14224">#14224</a></li> <li><strong>VListItem:</strong> allow default color to change when inactive (<a href="https://github.com/vuetifyjs/vuetify/issues/14207">#14207</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/3df308f3305a77b1c2354fc7529bedc18b243dce">3df308f</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/9285">#9285</a></li> <li><strong>VTabs:</strong> prevent selection of disabled tabs (<a href="https://github.com/vuetifyjs/vuetify/issues/14229">#14229</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/13545ab4df30a1d4bdd98736c5980b3db5d93e42">13545ab</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13728">#13728</a></li> </ul> <h2>v2.5.10</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>click-outside:</strong> check for ShadowRoot support (<a href="https://github.com/vuetifyjs/vuetify/commit/30dd6bcfeec64388b1847c0e34d55e9dcb86b576">30dd6bc</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13845">#13845</a></li> <li><strong>goTo:</strong> check targetLocation when reach bottom (<a href="https://github.com/vuetifyjs/vuetify/issues/13903">#13903</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/c5e181e7c8996276a7c89f160c811fdc4733e6de">c5e181e</a>)</li> <li><strong>menuable:</strong> apply custom absolute position when attached (<a href="https://github.com/vuetifyjs/vuetify/commit/83f262a9f39584b7e30036d250b75f8d7d28666e">83f262a</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/6877">#6877</a></li> <li><strong>menuable:</strong> remove unused <code>fixed</code> prop (<a href="https://github.com/vuetifyjs/vuetify/commit/52ac86e5ccf31e50660f5f6558ea16807c15e858">52ac86e</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/10946">#10946</a></li> <li><strong>Ripple:</strong> don't use Symbol to prevent ripples on parent elements (<a href="https://github.com/vuetifyjs/vuetify/commit/4c28ef1dfce8ca93c60ac82d6b0649319b6d4f17">4c28ef1</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13383">#13383</a></li> <li><strong>selection-controls:</strong> don't override icon color in label if disabled (<a href="https://github.com/vuetifyjs/vuetify/commit/674fd5df2b55697e424d85a61bd148980b2d556e">674fd5d</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14050">#14050</a> <a href="https://github.com/vuetifyjs/vuetify/issues/14081">#14081</a></li> <li><strong>transitions:</strong> make hideOnLeave display !important (<a href="https://github.com/vuetifyjs/vuetify/commit/0e5438b476931d6e7e7dd97ce484168f4a09acc8">0e5438b</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13973">#13973</a></li> <li><strong>VAppBar:</strong> update active state when hide-on-scroll is changed (<a href="https://github.com/vuetifyjs/vuetify/commit/5eae27d2ec4400d2dca3e241a2b8cfc4ca062ad7">5eae27d</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/12505">#12505</a></li> <li><strong>VCalendar:</strong> seconds -&gt; milliseconds in error message (<a href="https://github.com/vuetifyjs/vuetify/commit/69bd908adf26745d6edbf3b7b32b48e66f78862f">69bd908</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14160">#14160</a></li> <li><strong>VCalendar:</strong> touchmove does not notice category change (<a href="https://github.com/vuetifyjs/vuetify/issues/14084">#14084</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/1ec8c6a01bf7c7f390d9deb3c85e57b31d58413f">1ec8c6a</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/12366">#12366</a></li> <li><strong>VDataTable:</strong> don't empty header on mobile (<a href="https://github.com/vuetifyjs/vuetify/issues/14191">#14191</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/031b1f50e03f494b2e571fd4ee9f2e9259ceece1">031b1f5</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14174">#14174</a></li> <li><strong>VSlideGroup:</strong> update scroll position on tab focus (<a href="https://github.com/vuetifyjs/vuetify/commit/583692820969f1f1ab68d172e6166b4e71354eb5">5836928</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14003">#14003</a> <a href="https://github.com/vuetifyjs/vuetify/issues/14019">#14019</a></li> <li><strong>VSnackbar:</strong> show background below text (<a href="https://github.com/vuetifyjs/vuetify/commit/ea33d85d3033e3aff5888742bf50f1bf9b6e51ab">ea33d85</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13075">#13075</a></li> <li><strong>VStepper:</strong> correct vertical padding in rtl (<a href="https://github.com/vuetifyjs/vuetify/issues/14267">#14267</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/b86eb5e738b7b1109cd5d3c31a06a216f4533d71">b86eb5e</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13981">#13981</a></li> <li><strong>VTabs:</strong> do not deactivate item on same route query change (<a href="https://github.com/vuetifyjs/vuetify/issues/14240">#14240</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/c999017b6f6a267b80b9f4c1a6ff322f63168b0e">c999017</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14156">#14156</a></li> <li><strong>VTextarea:</strong> update height when auto-grow is toggled (<a href="https://github.com/vuetifyjs/vuetify/commit/6045d49da736b9c4a840a3327dd7fec3a2316aaf">6045d49</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/12444">#12444</a></li> <li><strong>VTooltip:</strong> ignore scroll offset when attached (<a href="https://github.com/vuetifyjs/vuetify/issues/14223">#14223</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/46938c790527599446d33c56800ee452c93317f3">46938c7</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13961">#13961</a></li> <li><strong>VTreeView:</strong> independent selection drops async children (<a href="https://github.com/vuetifyjs/vuetify/issues/13950">#13950</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/71d6bde7eca8267568548cfa7abaa48368a83433">71d6bde</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/8791">#8791</a></li> </ul> <h2>v2.5.9</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>click-outside:</strong> check for ShadowRoot support (<a href="https://github.com/vuetifyjs/vuetify/commit/a1ce45dba516a8dc5e70ba4292e36cd928253003">a1ce45d</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13845">#13845</a></li> <li><strong>click-outside:</strong> listen for events on document instead of body (<a href="https://github.com/vuetifyjs/vuetify/commit/0635cd3386cf2b163f49336c5adde3ab74a9224a">0635cd3</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14040">#14040</a></li> <li><strong>locale:</strong> update czech translations (<a href="https://github.com/vuetifyjs/vuetify/issues/14171">#14171</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/1a7623683a2de4e5175aaa888f5ae413ceef2fad">1a76236</a>)</li> <li><strong>locale:</strong> update es translation (<a href="https://github.com/vuetifyjs/vuetify/issues/14095">#14095</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/48c31581e1584f4d6398221167a080dca8ead382">48c3158</a>)</li> <li><strong>VAutocomplete:</strong> don't reset tab focus on blur (<a href="https://github.com/vuetifyjs/vuetify/commit/5ce69463e85243f890fc71e42ccbce5c65415c51">5ce6946</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14009">#14009</a></li> <li><strong>VFileInput:</strong> support persistent-placeholder (<a href="https://github.com/vuetifyjs/vuetify/issues/14154">#14154</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/d34c50d4f30cbd28e352d062d838728cf9cd8f15">d34c50d</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13969">#13969</a></li> <li><strong>VIcon:</strong> properly apply dense height to svg (<a href="https://github.com/vuetifyjs/vuetify/issues/14129">#14129</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/c15cfc762fb441db23582620210f3f2d1e274335">c15cfc7</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/705cb6a5fce63aa2baaa75e1dc934d5f352ae367"><code>705cb6a</code></a> chore(release): publish v2.5.12</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/0a0d743a0233d3f42600d18309a42ad47cd90d65"><code>0a0d743</code></a> fix(detachable): remove content element in beforeDestroy</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e53152f610b9e1f9274079c48b0801a1cd538ea7"><code>e53152f</code></a> chore(release): publish v2.5.11</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/562294b14e58253bec98441619c176dbe35eaea2"><code>562294b</code></a> fix(VDialog): prevent pointer events during transition</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/262057a20bfe17c157700158fbccde217f85543a"><code>262057a</code></a> fix(VDialog): don't re-focus autofocused children</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e3f28a4b6b44273b03f82c18339d5b337acd87f2"><code>e3f28a4</code></a> fix(breakpoints): prevent overlap on HiDPI displays (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14358">#14358</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/15e28f6e701de260fbc7acf3ae1bb9cfb4e4d7e3"><code>15e28f6</code></a> fix(VCalendar): implicitly narrow TouchEvent (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14280">#14280</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/13545ab4df30a1d4bdd98736c5980b3db5d93e42"><code>13545ab</code></a> fix(VTabs): prevent selection of disabled tabs (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14229">#14229</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/3df308f3305a77b1c2354fc7529bedc18b243dce"><code>3df308f</code></a> fix(VListItem): allow default color to change when inactive (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14207">#14207</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/da5493bf9fd75f607941d53ff475b8c10a327f5f"><code>da5493b</code></a> fix(VCombobox): keep highlighted item on filteredItems change (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14196">#14196</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.5.12/packages/vuetify">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2021-11-08 06:02:21 +00:00 (Migrated from gitlab.com)

mentioned in commit fdd34dc358

mentioned in commit fdd34dc358d02607bed303fb6d13781c3ff8be16
argoyle (Migrated from gitlab.com) merged commit fdd34dc358 into master 2021-11-08 06:02:21 +00:00
Sign in to join this conversation.