Skip to content

Releases: vuetifyjs/vuetify

v3.4.10

09 Jan 18:17
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

πŸ§ͺ Labs

  • VCalendar: weekdays prop to affect week view mode (#18948) (2c4b7b1)

v3.4.9

28 Dec 02:02
Compare
Choose a tag to compare

πŸš€ Features

v3.4.8

19 Dec 20:11
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

v3.4.7

13 Dec 03:50
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

v3.4.6

06 Dec 19:07
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • theme: move defaults object to generator function (af07b7f), closes #18339

v3.4.5

05 Dec 18:31
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

πŸ”₯ Performance Improvements

  • VOverlay: only add resize listener when overlay is open (ca2174c), closes #18372

v3.4.4

28 Nov 20:49
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

v3.4.3

21 Nov 22:27
Compare
Choose a tag to compare

πŸ”§ Bug Fixes

  • date: use provided locale (fe38cb2), closes #18685
  • locale: dataFooter.itemsPerPageText typo in fr locale (#18594) (e66f65e)
  • router: match query with exact prop (870b091), closes #18724
  • VCarousel: add missing control item class and styling (f5292a3)
  • VDataTable: pass minWidth to headers (2f8a4b4), closes #18727
  • VDataTable: add missing footer divider and update padding (48c6573)
  • VDataTable: remove custom pagination for v-pagination component (d84591e), closes #16447
  • VDatePicker: always emit month when clicking prev or next (9269530)
  • VDatePickerMonth: apply month/year updates when displayValue changes (6901d24)
  • VDatePickerMonth: use min / allowed-dates in displayDate calculation (05db921)
  • VDatePickerMonth: convert min/max to date for isAfter function (2faefa8)
  • VOtpInput: disable input when prop.disabled is true (#18697) (9d3eb14), closes #18690
  • VPagination: properly check if totalVisible prop has a value (a822307)
  • VPagination: hide visible items if value is <= 0 (3a52406)
  • VPagination: set circle border radius when using rounded prop (5b0055b)
  • VSelect: add option role to VListItem elements (#18629) (82e596e), closes #17767 #16881
  • VSelectionControlGroup: default readonly value (#18513) (7e3f892), closes #18424
  • VSlideGroup: disable prev/next button clicks (e522e3f), closes #18706
  • VTab: pass through VBtn slots (aeaa776)
  • VTable: font-color, size, and icon size (ecbf74e)

v3.4.2

16 Nov 16:20
Compare
Choose a tag to compare

πŸ”„ Reverts

  • Revert "fix(VDataTable): prevent layout shift when changing pages" (26c9ccb), closes #18689

v3.4.1

14 Nov 20:31
Compare
Choose a tag to compare

πŸ”§ 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