Releases: vuetifyjs/vuetify
Releases Β· vuetifyjs/vuetify
v3.5.15
π§ Bug Fixes
- borders: add missing thin border width for border composable (309de63)
- locale: update Slovene locale (#19520) (2b3ccee)
- locale: update Lithuanian locale (#19536) (53202ff)
- VBtn: size loader based on em (e7297e6), closes #9870
- VDataTable: avoid changing page if oldOptions not defined (#19542) (37a573d), closes #17966
- VMenu: restore menu focus on enter inside input (#19519) (85ba4a8), closes #19206
- VSelectionControl: apply baseColor to background colors (87d0dd7)
π§ͺ Labs
v3.5.14
π§ Bug Fixes
- router: make props.to individually reactive (f15b57b), closes #19515
- VBtn: prevent keyboard tab while loading (#18639) (bf65296), closes #18524
- VChip: prevent default onClose (#19496) (3e3294a), closes #19461
- VDataTableServer: add missing VDivider above footer (#19488) (5f6c723)
- VDatePicker: fixed missing adapter abstractions (#19516) (cc96e14), closes #18942
- VField: pass events to clear slot (07cfde8)
- VFileInput: conditionally return single File instead of File[] (581bbbc)
- VListItem: remove hover effect when not clickable (#19506) (7f86562), closes #19005
- VOtpInput: don't convert null model to string (d93b9d7)
- VRangeSlider: mimic VSlider readonly behavior (8b00a5b)
- VSelects: focus / activation of chips and clearable w/ kb (#18838) (384d89e), closes #18482
- VSwitch: label when using direction vertical (#19504) (6748fd7), closes #18952
π§ͺ Labs
v3.5.13
v3.5.12
π§ Bug Fixes
- MaybeTransition: don't override custom props with undefined (508a307), closes #19446
- router: make useLink link reactive (#19386) (7cca1b5), closes #19300
- VAvatar: add missing style for start/end props (#19449) (b3067be), closes #19349
- VChip: apply correct default v-icon sizing (6969bf7)
- VChip: comfortable / compact density sizing (23d9d3b)
- VDivider: vertical prop height in flexbox (72e5319)
- VExpansionPanel: accordion variant border radius (#19433) (955fc62), closes #19379
- VField: use xl border-radius for rounded prop (#19457) (2e993ef), closes #19151
- VForm: return promise from reset and resetValidation (800b0c5), closes #19399
- VSelectionContolGroup: update ripple prop type (#19465) (12cc8cc), closes #19462
- VSelectionControl: add aria labels (#19406) (7f65b1f), closes #18228
π Reverts
- Revert "chore(package.json): update vite-plugin-vuetify peerDep version" (110985e)
π§ͺ Labs
v3.5.11
v3.5.10
π§ Bug Fixes
- entry-bundler: add missing blueprints export for Vuetify Play (fbf7ec5)
- locale: translate
open
for no.ts (#19380) (b465273) - theme: add null check for current dark check (#19408) (5e07860)
- VAutocomplete/VCombobox: allow delete in single mode (#19387) (a95aeb2), closes #19369
- VBreadcrumbs: item types for slots (#19341) (756331e), closes #19339
- VDatePickerMonth: set correct rangeStart/Stop from model (#19372) (f4055aa), closes #19366
- VField: Seamlessly fit loader inside outlined border (56faf45), closes #19410
- VIcon: add tabindex to clickable icons (873550d)
- VListItem: use .value to check activatable and selectable (fa5f351)
- VMenu: close when press key enter or space (#19368) (cc266f4), closes #19361
- VNavigationDrawer: missing image slot and transition (1b01835)
- VOtpInput: paste string to input number (#19345) (32b30cf), closes #18931
- VOverlay: click outside only applies to scrim (#19393) (03b66fa), closes #18384
- VOverlay: correct scrollStrategy teardown ordering (4c7d254), closes #19373
- VProgressLinear: animation issue with will-change (#19435) (0167be4), closes #19410
π§ͺ Labs
v3.5.9
v3.5.8
π§ 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
π§ͺ Labs
v3.5.7
π§ Bug Fixes
- VAutocomplete/VCombobox: position w/ selection slot (#19294) (1e57453), closes #17573
- VCheckbox: show correct color in error state (#19286) (7029f06), closes #19127
- VDataIterator: generic slot types (478ef31), closes #19285
π¬ 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)
π§ͺ Labs
v3.5.6
π§ 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