Welcome to the v3.2 release of Vuetify! The team has been hard at work on some exciting new updates and we're excited to finally get it into your hands!
Orion has a huge focus on improving the defaults engine and giving users more tools to customize their application. We started by adding support for global class and style defaults; then hooked it up to virtual components.
For example, you can set the default class for all v-btn components to be my-btn:
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.6.15 to 3.2.2.
<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>v3.2.2</h2>
<h3>:wrench: Bug Fixes</h3>
<ul>
<li><strong>inputs:</strong> pass active prop to VField (<a href="https://github.com/vuetifyjs/vuetify/commit/b7cbf1ba795fc3ce70aed45cf3b55a6373301a94">b7cbf1b</a>)</li>
<li><strong>types:</strong> re-export DateInstance interface (<a href="https://github.com/vuetifyjs/vuetify/commit/4fa3c60d504b6b03e4b925b067cb3e905343035a">4fa3c60</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17242">#17242</a></li>
<li><strong>VAppBar:</strong> correct fade-image ratio, inverted behavior (<a href="https://github.com/vuetifyjs/vuetify/commit/2d579b5ce850f1b0c7ec48d30b31333aa0b3ffa1">2d579b5</a>)</li>
<li><strong>VAppBarNavIcon:</strong> use makeBtnProps, set default variant (<a href="https://github.com/vuetifyjs/vuetify/commit/5b25057a5659797815af11b97ee7c0a3fe566e4b">5b25057</a>)</li>
<li><strong>VAutocomplete:</strong> remove selected item when deleting search (<a href="https://github.com/vuetifyjs/vuetify/issues/17100">#17100</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/66e7ee41ad2f389cd888a199e7abc10b42e9de29">66e7ee4</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17019">#17019</a></li>
<li><strong>VAutocomplete:</strong> hide chip when focused single select (<a href="https://github.com/vuetifyjs/vuetify/commit/e5cc42603b976e0d1182e9f3142a9a68dfdc7375">e5cc426</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/16186">#16186</a> <a href="https://github.com/vuetifyjs/vuetify/issues/17208">#17208</a></li>
<li><strong>VDataTable:</strong> switch page if beyond page count (<a href="https://github.com/vuetifyjs/vuetify/commit/a6f9e3e3601b48acff2eba9733837c2d666974cb">a6f9e3e</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17226">#17226</a></li>
<li><strong>VDataTable:</strong> checkbox vertical alignment (<a href="https://github.com/vuetifyjs/vuetify/commit/96f8a9e725f4afb8b73cbe11e138848c4e06d8d5">96f8a9e</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17235">#17235</a></li>
<li><strong>VIcon:</strong> default slot reactivity (<a href="https://github.com/vuetifyjs/vuetify/commit/78bb19f6f8362cacccb3bd2e7d94210fb257d0f3">78bb19f</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17266">#17266</a></li>
<li><strong>VNavigationDrawer:</strong> remove inset styles from scrim (<a href="https://github.com/vuetifyjs/vuetify/commit/d345a6ab7bb222782cf51bdd4d6dabe8d1230013">d345a6a</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/16261">#16261</a></li>
<li><strong>VSelect:</strong> render prependIcon in items (<a href="https://github.com/vuetifyjs/vuetify/commit/e900eacd6011afcba820a9073d866c3d7f0e8aac">e900eac</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17247">#17247</a></li>
<li><strong>VSelects:</strong> prevent menu from opening when closing chips (<a href="https://github.com/vuetifyjs/vuetify/commit/7805988c502ca58c7056304427b21eb448ab20dc">7805988</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17253">#17253</a></li>
<li><strong>VSheet:</strong> add missing positions (<a href="https://github.com/vuetifyjs/vuetify/commit/875fcd4aeff40e89cc0890a62c5592dcea72c3be">875fcd4</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17249">#17249</a></li>
</ul>
<h3>:microscope: Code Refactoring</h3>
<ul>
<li><strong>VBtn:</strong> explicitly define onClick function (<a href="https://github.com/vuetifyjs/vuetify/commit/633f0b182db64c7deb90f665d92f35425921a437">633f0b1</a>)</li>
</ul>
<h2>v3.2.1</h2>
<h3>:rocket: Features</h3>
<ul>
<li><strong>defaults:</strong> simplify useDefaults usage (<a href="https://github.com/vuetifyjs/vuetify/commit/9b7b7b95eb302e89b6c1eee5c9f72be759d64f33">9b7b7b9</a>)</li>
</ul>
<h2>v3.2.0</h2>
<!-- raw HTML omitted -->
<p>Welcome to the v3.2 release of Vuetify! The team has been hard at work on some exciting new updates and we're excited to finally get it into your hands!</p>
<p>Orion has a huge focus on improving the defaults engine and giving users more tools to customize their application. We started by adding support for global class and style defaults; then hooked it up to virtual components.</p>
<p>For example, you can set the default class for all <code>v-btn</code> components to be <code>my-btn</code>:</p>
<pre lang="js"><code>import { createVuetify } from 'vuetify'
<p>export default createVuetify({
defaults: {
VBtn: {
class: 'my-btn',
},
},
</tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/d57187aa9c12c2b0cba165b3d02d77118c410267"><code>d57187a</code></a> chore(release): publish v3.2.2</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/78bb19f6f8362cacccb3bd2e7d94210fb257d0f3"><code>78bb19f</code></a> fix(VIcon): default slot reactivity</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/66e7ee41ad2f389cd888a199e7abc10b42e9de29"><code>66e7ee4</code></a> fix(VAutocomplete): remove selected item when deleting search (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/17100">#17100</a>)</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/875fcd4aeff40e89cc0890a62c5592dcea72c3be"><code>875fcd4</code></a> fix(VSheet): add missing positions</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/15f912eebb37364efb9a48a957d96ed72d16a10e"><code>15f912e</code></a> chore(VSelects): re-order imports</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/b7cbf1ba795fc3ce70aed45cf3b55a6373301a94"><code>b7cbf1b</code></a> fix(inputs): pass active prop to VField</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/e900eacd6011afcba820a9073d866c3d7f0e8aac"><code>e900eac</code></a> fix(VSelect): render prependIcon in items</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/d345a6ab7bb222782cf51bdd4d6dabe8d1230013"><code>d345a6a</code></a> fix(VNavigationDrawer): remove inset styles from scrim</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/ea566b1ca201c2ddc1dd0b16d56b8e6b5d35ae6b"><code>ea566b1</code></a> test(VCheckboxBtn): fix failing cypress test</li>
<li><a href="https://github.com/vuetifyjs/vuetify/commit/d495215713bd3cd8c3f730969088979899248491"><code>d495215</code></a> chore(dev): move playground template to correct location</li>
<li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v3.2.2/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>
Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps vuetify from 2.6.15 to 3.2.2.
Release notes
Sourced from vuetify's releases.
... (truncated)
Commits
d57187achore(release): publish v3.2.278bb19ffix(VIcon): default slot reactivity66e7ee4fix(VAutocomplete): remove selected item when deleting search (#17100)875fcd4fix(VSheet): add missing positions15f912echore(VSelects): re-order importsb7cbf1bfix(inputs): pass active prop to VFielde900eacfix(VSelect): render prependIcon in itemsd345a6afix(VNavigationDrawer): remove inset styles from scrimea566b1test(VCheckboxBtn): fix failing cypress testd495215chore(dev): move playground template to correct locationDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsDependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an
ignorecondition with the desiredupdate_typesto your config file.Pull request closed