Skip to content

Bump vuetify from 3.2.5 to 3.3.0 in /webapp

Dependabot requested to merge dependabot-npm_and_yarn-webapp-vuetify-3.3.0 into master

Bumps vuetify from 3.2.5 to 3.3.0.

Release notes

Sourced from vuetify's releases.

v3.3.0

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


... (truncated)

Commits
  • f1d452f chore(release): publish v3.3.0
  • f8882a6 Revert "fix(transitions): add missing export"
  • 31a8f4d feat: add VDataIterator to labs (#16839)
  • 9b88014 fix(VField): match chips line-height, center prepend/append (#17175)
  • ffb0852 feat(VAutocomplete/Combobox): add auto-select-first prop (#17257)
  • 81dcc7c fix(types): declare array props as readonly
  • b1aad71 fix(transitions): add missing export
  • 3da827f fix(VDataTable): expose slot props
  • c759e8c chore: fix prop types error
  • c38c018 fix(VBadge): add missing variable !default declaration
  • 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

Merge request reports