Vuetify Versions Save

🐉 Vue Component Framework

v3.5.9

1 month ago

:wrench: Bug Fixes

  • VColorPickerPreview: slider overflowing (bb61a69)
  • VSelects: Open menu only when items mutate from an empty array (7b5f229), closes #19346

:test_tube: Labs

v3.5.8

1 month ago

:wrench: Bug Fixes

  • types: import vue/jsx, remove duplicate ComponentPublicInstance (e3c513b), closes #19177
  • VAutocomplete/VCombobox: input always absolute position when not using selection slot/chips (#19316) (d3bafd8)
  • VCombobox: don't update v-model when it already contains the search text in single selection mode (#19331) (9a816bf)
  • VDatePicker: crash with date multiple and external adapter (#19336) (2a739b9), closes #19330
  • VSwitch: remove elevation with flat props (#19324) (1b4b0ce), closes #19307

:test_tube: Labs

v3.5.7

2 months ago

:wrench: Bug Fixes

:microscope: Code Refactoring

  • VSelects: normalize select process as much as possible (b23c44f)
  • VSelects: implement better fix for #18556 (12c9e27)
  • VTrendline: improve filled display when using gradient (767f8ce)

:test_tube: Labs

v3.5.6

2 months ago

:wrench: 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

2 months ago

:wrench: 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

:test_tube: Labs

v3.5.4

2 months ago

:wrench: 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

2 months ago

:wrench: Bug Fixes

v3.5.3

2 months ago

:wrench: 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

:arrows_counterclockwise: Reverts

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

v3.5.2

3 months ago

:wrench: 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)

:microscope: Code Refactoring

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

v3.5.1

3 months ago

:wrench: Bug Fixes

  • VChipGroup: correctly filter props (54054d8)