🔧 Bug Fixes
- date: update cz value in date options (4e54c4c), closes #18397
- date: update _YYYMMDD regexp to account for string length (7f8fbcf)
- date: ensure compatibility with date-io (1e5a50b), closes #18642
- types: add missing generic types (8030d40), closes #17379 #18666
- VBtn: don't bind symbol value as an attribute (43558f2), closes #18655
- VDataTable: prevent layout shift when changing pages (c6e4546)
- VDataTableVirtual: pass original item index to item slots (51ef1e3), closes #18668
- VDatePicker: use disabled prop for all disabled calculations (b43aa8b), closes #18650
- VDatePicker: avoid reset of isReversing from duplicate update event (f24c129)
- VDatePicker: pass prop width if available (fad105e), closes #18674
- VDatePicker: add missing header slot (d6646b4), closes #18675
- VDatePickerMonth: always render 6 rows for consistent height (9132ed3)
- VDialog: don't clip card shadow (3ce876f), closes #18052
- VImg: stop timers and events when unmounted (e5f09a4), closes #18651 #18616
- VSelectionControl: ensure array model when multiple (e36974e), closes #18366
- VSwitch: reset with VForm (f2be584)
- VVirtualScroll: reset offsets when items change (f5b13c1), closes #18648