v4.1.7
Fixed 6
- The hover-elevation prop should not require elevation to be set
- Camelize item props for prepend icon and avatar in VAutocomplete and VCombobox
- Avoid Vite v8 dropping transition timing in VProgressLinear and VIconBtn
- Remove unnecessary error color applied to step content in VStepperVerticalItem
- Guard against double teardown in VStepperWindow and VTouch
- Respect hide-details="auto" with counter in VTextField
From vuetify
:wrench: Bug Fixes
- elevation:
hover-elevationprop should not requireelevation(378f593) - VAutocomplete,VCombobox: camelize item props for prepend icon and avatar (8a20623), closes #20989
- VProgressLinear,VIconBtn: avoid Vite v8 dropping transition timing (f23af8a), closes #23046
- VStepperVerticalItem: unnecessary error color to step content (fce4eaa), closes #23032
- VStepperWindow/VTouch: guard against double teardown (#23030) (54a2b6a)
- VTextField: respect
hide-details="auto"with counter (#22620) (a94efe4), closes #19998