Skip to content

Bump vuetify from 3.1.15 to 3.2.2 in /webapp

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

Bumps vuetify from 3.1.15 to 3.2.2.

Release notes

Sourced from vuetify's releases.

v3.2.2

🔧 Bug Fixes

  • inputs: pass active prop to VField (b7cbf1b)
  • types: re-export DateInstance interface (4fa3c60), closes #17242
  • VAppBar: correct fade-image ratio, inverted behavior (2d579b5)
  • VAppBarNavIcon: use makeBtnProps, set default variant (5b25057)
  • VAutocomplete: remove selected item when deleting search (#17100) (66e7ee4), closes #17019
  • VAutocomplete: hide chip when focused single select (e5cc426), closes #16186 #17208
  • VDataTable: switch page if beyond page count (a6f9e3e), closes #17226
  • VDataTable: checkbox vertical alignment (96f8a9e), closes #17235
  • VIcon: default slot reactivity (78bb19f), closes #17266
  • VNavigationDrawer: remove inset styles from scrim (d345a6a), closes #16261
  • VSelect: render prependIcon in items (e900eac), closes #17247
  • VSelects: prevent menu from opening when closing chips (7805988), closes #17253
  • VSheet: add missing positions (875fcd4), closes #17249

🔬 Code Refactoring

  • VBtn: explicitly define onClick function (633f0b1)

v3.2.1

🚀 Features

  • defaults: simplify useDefaults usage (9b7b7b9)

v3.2.0

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:

import { createVuetify } from 'vuetify'
export default createVuetify({
defaults: {
VBtn: {
class: 'my-btn',
},
},
</tr></table>

... (truncated)

Commits
  • d57187a chore(release): publish v3.2.2
  • 78bb19f fix(VIcon): default slot reactivity
  • 66e7ee4 fix(VAutocomplete): remove selected item when deleting search (#17100)
  • 875fcd4 fix(VSheet): add missing positions
  • 15f912e chore(VSelects): re-order imports
  • b7cbf1b fix(inputs): pass active prop to VField
  • e900eac fix(VSelect): render prependIcon in items
  • d345a6a fix(VNavigationDrawer): remove inset styles from scrim
  • ea566b1 test(VCheckboxBtn): fix failing cypress test
  • d495215 chore(dev): move playground template to correct location
  • 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