Skip to content

Bump vuetify from 3.4.0 to 3.4.1

Dependabot requested to merge dependabot-npm_and_yarn-vuetify-3.4.1 into master

Bumps vuetify from 3.4.0 to 3.4.1.

Release notes

Sourced from vuetify's releases.

v3.4.1

🔧 Bug Fixes

  • date: update cz value in date options (4e54c4c), closes #18397
  • date: update _YYYMMDD regexp to account for string length (7f8fbcf)
  • date: ensure compatibility with date-io (1e5a50b), closes #18642
  • types: add missing generic types (8030d40), closes #17379 #18666
  • VBtn: don't bind symbol value as an attribute (43558f2), closes #18655
  • VDataTable: prevent layout shift when changing pages (c6e4546)
  • VDataTableVirtual: pass original item index to item slots (51ef1e3), closes #18668
  • VDatePicker: use disabled prop for all disabled calculations (b43aa8b), closes #18650
  • VDatePicker: avoid reset of isReversing from duplicate update event (f24c129)
  • VDatePicker: pass prop width if available (fad105e), closes #18674
  • VDatePicker: add missing header slot (d6646b4), closes #18675
  • VDatePickerMonth: always render 6 rows for consistent height (9132ed3)
  • VDialog: don't clip card shadow (3ce876f), closes #18052
  • VImg: stop timers and events when unmounted (e5f09a4), closes #18651 #18616
  • VSelectionControl: ensure array model when multiple (e36974e), closes #18366
  • VSwitch: reset with VForm (f2be584)
  • VVirtualScroll: reset offsets when items change (f5b13c1), closes #18648
Commits
  • 0208d3c chore(release): publish v3.4.1
  • deb87ce chore(VDatePicker): fix lint
  • c6e4546 fix(VDataTable): prevent layout shift when changing pages
  • c359e18 refactor(VDatePicker): remove redundant model
  • 9132ed3 fix(VDatePickerMonth): always render 6 rows for consistent height
  • 448369b refactor(VDatePicker): move width logic from style to class
  • 3ce876f fix(VDialog): don't clip card shadow
  • e5f09a4 fix(VImg): stop timers and events when unmounted
  • f5b13c1 fix(VVirtualScroll): reset offsets when items change
  • 234fdfd style: fix lint
  • 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