🔧 Bug Fixes
- VBtn: do not render the value attribute on a link (#23122) (b741a1c), closes #23121
- VDataTable: key cells to prevent slot reuse (#23124) (a9528b5), closes #23123
- VDatePicker: restore the hover preview for range selection (6c1dee2)
- VDialog: avoid error when unmounted while closing (#23054) (8293f4c), closes #23053
- VDivider: drop redundant role attribute from
(#23107) (3d62bb8), closes #23104 - VImg: omit the root aria-label when alt is empty (#23112) (e00a7b1), closes #23111
- VNumberInput: snap to min/max when using buttons and value is out of range (#23109) (a35ab72), closes #23098
- VOverlay: reliably return focus to activator when eager (c879795)
- VProgressLinear: restore
left/rightanimation in split variant (537a5f7) - VProgressLinear: keep indeterminate bars visible in Firefox (694fcdb), closes #23125
- VTreeviewItem: only attach click handler when interactive (#23118) (a4297d1), closes #23117