Skip to content

Releases: vuetifyjs/vuetify

v3.5.6

24 Feb 03:32
Compare
Choose a tag to compare

🔧 Bug Fixes

  • filter: don't return entire object for undefined values (ce127c4), closes #19260
  • goto: use clamp intead of Math.max for easing progress (2aa3ab4)
  • VAutocomplete: fix screenreader navigation (#19199) (1ef07bd), closes #18858
  • VExpansionPanels: add missing focusable prop (f346f84)
  • VSelect/VAutocomplete: prevent toggle in single selection (#19268) (72a7c39), closes #19261

v3.5.5

21 Feb 22:52
Compare
Choose a tag to compare

🔧 Bug Fixes

  • goto: retry unreachable target (#19128) (b146397)
  • locale: capitalize Dutch local for badge (#19221) (af85fd4)
  • rounded: add missing tile prop (e33ae9f)
  • VDataTable: improve headers value function typing (#18703) (54f05f2)
  • VDataTableHeaders: add missing type export (a163956)
  • VDatePicker: set view-mode when selecting same month/year (#19153) (25bbb7c), closes #19132
  • VDatePicker: mark current date when it's disabled (#19229) (84f4d71), closes #19218
  • VDatePicker: height and element sizing (67bd7d5), closes #19202
  • VDatePickerMonth: day btn sizing (ceef1f2)
  • VExpansionPanels: correct static prop defaults target (f5c0f7b)
  • VExpansionPanels: add missing tile prop (090736d)
  • VExpansionPanels: add missing flat prop (76147a7)
  • VField: ensure label is reversed when reverse prop is used (#19214) (1407128)
  • VFileInput: don't emit control click when clicking prepend (389372c), closes #19232
  • VForm: batch validation updates (07d91b2), closes #19161
  • VIcon: add mdi set only if defaultSet is mdi (#18876) (3daa452)
  • VIcon: remove tag attribute from fa-svg (4923e53), closes #19148
  • VList: set explicit overflow-wrap to break-word (#19234) (8fe0cbf), closes #19233
  • VMenu: do not call closeParents when still inside parent (#19239) (5c88603), closes #17004 #19138
  • VSelect: closing chip removes selection (#19242) (b5c7660), closes #19235
  • VTabs: animate tab indicator when switching to next (72a2194), closes #18892
  • VTooltip: set overflow-wrap for long text (#19136) (8ff3f8d)
  • VVirtualScroll: reset scroll velocity when height changes (cb62963), closes #18918

🧪 Labs

v3.5.4

14 Feb 06:28
Compare
Choose a tag to compare

🔧 Bug Fixes

  • VAvatar: target correct component for default provider (a83c336)
  • VColorPicker: keep internal hue reference (188b39c), closes #19201
  • VDatePicker: correct date format in month text (0f6850c), closes #19196 #19198
  • VSnackbar: progress animation reset styling (d33f10b)

v2.7.2

14 Feb 06:24
Compare
Choose a tag to compare

🔧 Bug Fixes

v3.5.3

07 Feb 22:15
Compare
Choose a tag to compare

🔧 Bug Fixes

  • VAvatar: provide component defaults to default slot (a765a6b)
  • VCheckbox/VSwitch: incorrect default flex inherited from VInput (de501c3)
  • VChip: prevent content div from taking activator target (e9a5a4a)
  • VColorPicker: correct value gradient (d1251f5), closes #19187
  • VListItemAction: adjust spacing when using the start/end props (1f63ca8)
  • VOverlay: add missing opacity property (a27026f), closes #19182

🔄 Reverts

  • Revert "fix(VOverlay): don't render if disabled" (0b79317), closes #19144

v3.5.2

31 Jan 08:50
Compare
Choose a tag to compare

🔧 Bug Fixes

  • date: format dayOfMonth with NumberFormat instead of DateTimeFormat (d0136e0), closes #18093
  • group: use index as value if not provided (#19119) (1a23d47), closes #19107
  • VColorPicker: parse partial input in the current mode (8c01536), closes #18977
  • VDataTable: use header height from density (f23bcb0), closes #18795
  • VDatePicker: use start of month for month model (9eb82db), closes #19087 #19116
  • VDatePicker: don't truncate day names in other locales (9ceade2), closes #19013
  • VDatePicker: correct generic model type when multiple (c48c2a7)
  • VForm: always update errors in slot (c0c28d1)
  • VMenu: set aria-owns id on overlay element (916c9ef), closes #19054
  • VOverlay: override scroll-behavior when restoring scroll position (2ddc9c5), closes #19109
  • VWindow: increase pointer-event specificity (b560ead)

🔬 Code Refactoring

  • CalendarProps: fix types (adba173)
  • VSelectionControl/VLabel: update click implementation (3095220)

v3.5.1

20 Jan 17:37
Compare
Choose a tag to compare

🔧 Bug Fixes

  • VChipGroup: correctly filter props (54054d8)

v3.5.0

19 Jan 21:02
Compare
Choose a tag to compare

v3.5.0 (Polaris)

Welcome to the v3.5.0 release of Vuetify!


Hero

💪 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

  • VCardItem append/prepend icon/avatar will now show independently and have reduced inline padding. This brings the component more in line with how VListItem works.

💯 Release notes

🚀 Features

🔧 Bug Fixes

v3.4.11

18 Jan 15:54
Compare
Choose a tag to compare

🔧 Bug Fixes

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)