# vuetify v3.13.0 - Product: vuetify (https://whatsnew.fyi/product/vuetify) - Vendor: vuetifyjs - Date: 2026-07-27 - Version: v3.13.0 - Original notes: https://github.com/vuetifyjs/vuetify/releases/tag/v3.13.0 - Permalink: https://whatsnew.fyi/product/vuetify/releases/v3.13.0 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'. --- - **added** — Add `size` prop to VBtnGroup to align with standalone buttons - **added** — Add aria-sort to VDataTable sortable headers - **added** — Add aria-labels for VDataTable selection controls - **added** — Add mobile header slot to VDataTable - **added** — Add new events for multi-selection in VSelect, VAutocomplete, and VCombobox - **added** — Add `chip-group` type to VSkeletonLoader - **added** — Add prop and reintroduce functionality to VSkeletonLoader - **fixed** — Correctly handle `true` and `undefined` in v-tooltip - **fixed** — Hide empty header cell in VDataTable mobile view - **fixed** — Respect disableSort prop for VDataTable sortable header - **fixed** — Remove unnecessary error color from VStepperVerticalItem step content - **fixed** — Guard against double teardown in VStepperWindow and VTouch ###### :rocket: Features * **VBtnGroup:** add `size` prop to align with standalone buttons ([eada595](https://github.com/vuetifyjs/vuetify/commit/eada5959aedaf8021571e1303dd03d6275dc92a8)), closes [#16054](https://github.com/vuetifyjs/vuetify/issues/16054) * **VDataTable:** add aria-sort to sortable headers ([25c0f0f](https://github.com/vuetifyjs/vuetify/commit/25c0f0fa888e05432dbddee14d02886fa292361c)), closes [#20974](https://github.com/vuetifyjs/vuetify/issues/20974) [#22575](https://github.com/vuetifyjs/vuetify/issues/22575) * **VDataTable:** add aria-labels for selection controls ([db186fc](https://github.com/vuetifyjs/vuetify/commit/db186fcc80c1f55e15068130c72eb210f1e07cb0)), closes [#9956](https://github.com/vuetifyjs/vuetify/issues/9956) [#21543](https://github.com/vuetifyjs/vuetify/issues/21543) [#22791](https://github.com/vuetifyjs/vuetify/issues/22791) * **VDataTable:** add mobile header slot ([#21429](https://github.com/vuetifyjs/vuetify/issues/21429)) ([541cb4e](https://github.com/vuetifyjs/vuetify/commit/541cb4e8012230f37314dce57956fa4fdb3b281c)), closes [#19730](https://github.com/vuetifyjs/vuetify/issues/19730) * **VSelect/VAutocomplete/VCombobox:** new events for multi-selection ([#23038](https://github.com/vuetifyjs/vuetify/issues/23038)) ([cdd14a9](https://github.com/vuetifyjs/vuetify/commit/cdd14a97eb1da34a7db974757cd58a69dc2e24b2)), closes [#4054](https://github.com/vuetifyjs/vuetify/issues/4054) [#5682](https://github.com/vuetifyjs/vuetify/issues/5682) * **VSkeletonLoader:** add `chip-group` type ([07ceb33](https://github.com/vuetifyjs/vuetify/commit/07ceb3333d3b0952fff3c940386e4de0b2dc3dd5)), closes [#20695](https://github.com/vuetifyjs/vuetify/issues/20695) * **VSkeletonLoader:** add prop & reintroduce ([#23037](https://github.com/vuetifyjs/vuetify/issues/23037)) ([e098eec](https://github.com/vuetifyjs/vuetify/commit/e098eec42c36ae2994ab954ffef9787611e9ca0b)), closes [#20942](https://github.com/vuetifyjs/vuetify/issues/20942) [#17506](https://github.com/vuetifyjs/vuetify/issues/17506) ###### :wrench: Bug Fixes * **v-tooltip:** correctly handle `true` and `undefined` ([db4f890](https://github.com/vuetifyjs/vuetify/commit/db4f890634286cb4e32b818acce45797d8000844)), closes [#20463](https://github.com/vuetifyjs/vuetify/issues/20463) * **VDataTable:** hide empty header cell in mobile view ([516d347](https://github.com/vuetifyjs/vuetify/commit/516d347abf8e1b6bb008d067318b60d23435cbb9)) * **VDataTable:** respect disableSort prop for sortable header ([#22684](https://github.com/vuetifyjs/vuetify/issues/22684)) ([a5a2d08](https://github.com/vuetifyjs/vuetify/commit/a5a2d08973218168aae449cec229cccac40e1e54)), closes [#22523](https://github.com/vuetifyjs/vuetify/issues/22523) * **VStepperVerticalItem:** unnecessary error color to step content ([e5141c0](https://github.com/vuetifyjs/vuetify/commit/e5141c0204c9ecd4571f31daf1e54ec5869ba58c)) * **VStepperWindow/VTouch:** guard against double teardown ([#23030](https://github.com/vuetifyjs/vuetify/issues/23030)) ([37ef495](https://github.com/vuetifyjs/vuetify/commit/37ef495ffe626a7bf9e199cc4657f6dd529d7428))