Skip to content

Releases: vuetifyjs/vuetify

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)

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