Skip to content

v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 12:00
· 1673 commits to master since this release

v3.3.0 (Icarus)

Welcome to the v3.3.0 release of Vuetify!

This MINOR release is meant to coincide with Vue v3.3 and includes a few new features and bug fixes.

The v-bottom-sheet component has hit labs and is ready for testing:

bottom sheets

It is a modified version of v-dialog that extends from the bottom of the screen.

The group composable's model now respects selection order:

group selection order

We cleaned up the Forms validation documentation and added greater control over when an input is validated.

form validation

The new lazy option skips validation on mount allowing you to avoid unnecessary rule invocation.

The following is a table of the different validation options:

validate-on= "input" "blur" "submit" "lazy"
On mount โœ… โœ… โœ… โŒ
On input โœ… โŒ โŒ *
On blur โœ… โœ… โŒ *
On submit โœ… โœ… โœ… *

*Uses the behavior of whatever it's combined with.

In addition, we ported over auto-select-first from v2, added loading indicators to all Data Table variants, and added Data Iterators to labs.

The team is now shifting focus to v2.7 Nirvana-lts and v3.4 (Blackguard); while also preparing to move Date Pickers and Calendars to Labs and promoting Data Tables to the core framework. These updates bring Vuetify 3 dangerously close to feature parity with Vuetify 2 and will mark a major milestone in the Vuetify 3 release cycle.

Once we have completed the above, it will free up the team to work on shoring up our GitHub issues and adding new features and functionality. Speaking of issues, in preparation for LTS, the team has been on an absolute tear triaging and dispositioning:

image

We hope that you enjoy this release and we look forward to rounding out the year with some exciting updates.

Until next time,

John Leider


๐Ÿ’ช Support Vuetify Development

Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:

๐Ÿ“– Table of Contents

๐Ÿ“‘ Upgrade guide

  • The active-color prop on v-list-item is deprecated, just use color (they did the same thing anyway)
  • v-img now has an automatic width and height, so you can probably remove some flex styles and explicit dimensions

๐Ÿ’ฏ Release notes

๐Ÿš€ Features

๐Ÿ”ง Bug Fixes

  • group: respect selection order in v-model (#17325) (1de8468), closes #17227
  • types: declare array props as readonly (81dcc7c)
  • validation: validate initial input value (#17111) (d1da47a), closes #15568
  • VBadge: add missing variable !default declaration (c38c018)
  • VCheckbox: use internal indeterminate value (a3150c4), closes #17389
  • VCombobox: show menu icon when hideNoData is disabled (c69dc9e)
  • VCombobox: close menu on icon mousedown (3d91fe7), closes #17280 #17355
  • VField: match chips line-height, center prepend/append (#17175) (9b88014), closes #15980 #17307
  • VSelect: avoid distributive conditional type with unbounded generic (5bdcfde), closes #17383
  • VSelect: don't rotate append-inner-icon (4d60eb7), closes #4447

๐Ÿงช Labs

BREAKING CHANGES

  • types: .d.ts imports have to be changed to .d.mts
  • types: minimum typescript version 4.7

๐Ÿ†˜ I need help!

If you are stuck and need help, don't fret! We have a very large and dedicated community that is able to provide help 24/7. Come to the #vuetify-3-help channel.