# vuetify v4.1.7 - Product: vuetify (https://whatsnew.fyi/product/vuetify) - Vendor: vuetifyjs - Date: 2026-07-30 - Version: v4.1.7 - Original notes: https://github.com/vuetifyjs/vuetify/releases/tag/v4.1.7 - Permalink: https://whatsnew.fyi/product/vuetify/releases/v4.1.7 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — The hover-elevation prop should not require elevation to be set - **fixed** — Camelize item props for prepend icon and avatar in VAutocomplete and VCombobox - **fixed** — Avoid Vite v8 dropping transition timing in VProgressLinear and VIconBtn - **fixed** — Remove unnecessary error color applied to step content in VStepperVerticalItem - **fixed** — Guard against double teardown in VStepperWindow and VTouch - **fixed** — Respect hide-details="auto" with counter in VTextField ###### :wrench: Bug Fixes * **elevation:** `hover-elevation` prop should not require `elevation` ([378f593](https://github.com/vuetifyjs/vuetify/commit/378f59353dd5ffa2bc3e9897b9e6e9d3e9a0ce9d)) * **VAutocomplete,VCombobox:** camelize item props for prepend icon and avatar ([8a20623](https://github.com/vuetifyjs/vuetify/commit/8a20623d354fb497bb5f7458d9e416031721a835)), closes [#20989](https://github.com/vuetifyjs/vuetify/issues/20989) * **VProgressLinear,VIconBtn:** avoid Vite v8 dropping transition timing ([f23af8a](https://github.com/vuetifyjs/vuetify/commit/f23af8a11a74e1a7aadfd8bbcdc8ef674ad6314d)), closes [#23046](https://github.com/vuetifyjs/vuetify/issues/23046) * **VStepperVerticalItem:** unnecessary error color to step content ([fce4eaa](https://github.com/vuetifyjs/vuetify/commit/fce4eaa07f40c1c4dab8338f4c946f10af35c639)), closes [#23032](https://github.com/vuetifyjs/vuetify/issues/23032) * **VStepperWindow/VTouch:** guard against double teardown ([#23030](https://github.com/vuetifyjs/vuetify/issues/23030)) ([54a2b6a](https://github.com/vuetifyjs/vuetify/commit/54a2b6a7dcb84a9894368f2ebd8bf52c3108f266)) * **VTextField:** respect `hide-details="auto"` with counter ([#22620](https://github.com/vuetifyjs/vuetify/issues/22620)) ([a94efe4](https://github.com/vuetifyjs/vuetify/commit/a94efe4a53072865e89bc53196dc261ec50c6fe4)), closes [#19998](https://github.com/vuetifyjs/vuetify/issues/19998)