⚠️ There was a bug found related to list items that shipped with this release. Reference this for patch notes but please install v3.3.19.
🔧 Bug Fixes
- Selects: ignore disable props (#18299) (00c9fc0), closes #18293
- Selects: use selected items as counter value (#18319) (871d2d8), closes #17812
- VCombobox: prevent removing disabled items with backspace (#18300) (d49184b), closes #18298
- VList: respect return-object in list items (#18325) (ffb1c80), closes #18304
- VTimeline: prevent divider gap with truncate-line (#18160) (b13e7f9), closes #18149
- VTimeline: horizontal timeline alignment (#18324) (497254a), closes #18176
🧪 Labs
- VBottomSheet: apply class and style props (#18321) (fdbd59a)
- VDataTable: allow columns with no id, alias id to value if not set (8286b21), closes #17847 #17716
- VDataTable: update item slot props (283a18f), closes #16954 #17599
- VDataTable: strip item value proxies in selected Set (4d65db6)
- VDataTable: cast boolean values to string (3759243), closes #17810
- VDataTable: add missing transition properties (#18297) (0b552bb), closes #18295
- VDataTable: deep compare selected values (305a211), closes #18151 #18322
- VDatePicker: render actions slot if available (#18318) (67f6d27), closes #18315
- VDatePicker: grid shift with some locales (#18245) (8bc84d6)
- VOtpInput: cast length prop to number (#18329) (92c1fe2), closes #18327
BREAKING CHANGES
- VDataTable: Slot props have changed.
item
is now the original item object,item.raw
anditem.columns
have moved to a newinternalItem
property. You can fix this with find+replace, just make sure to leaveitem.raw
on select/autocomplete/combobox as that remains unchanged.