@vuetify/nightly 3.10.9-dev.2025-11-06 → 3.10.9-dev.2025-11-09

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,14 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.9-dev.2025-11-06...v) (2025-11-06)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.9-dev.2025-11-09...v) (2025-11-09)
2
2
 
3
3
 
4
4
 
5
- ## [3.10.9-dev.2025-11-06](https://github.com/vuetifyjs/vuetify/compare/v3.10.9...v3.10.9-dev.2025-11-06) "Other Commits" (2025-11-06)
5
+ ## [3.10.9-dev.2025-11-09](https://github.com/vuetifyjs/vuetify/compare/v3.10.9...v3.10.9-dev.2025-11-09) "Other Commits" (2025-11-09)
6
6
 
7
7
 
8
8
  ### :rocket: Features
9
9
 
10
10
  * **VBreadcrumbs:** pass props and width to items ([#22213](https://github.com/vuetifyjs/vuetify/issues/22213)) ([a8751b2](https://github.com/vuetifyjs/vuetify/commit/a8751b28a5928e72c61ac8935aa474a989b5f8fb)), closes [#12249](https://github.com/vuetifyjs/vuetify/issues/12249)
11
+ * **VCombobox:** create new items when pasting with line breaks ([#22304](https://github.com/vuetifyjs/vuetify/issues/22304)) ([7c53fa0](https://github.com/vuetifyjs/vuetify/commit/7c53fa0fb4112d542b77708a88d81801815d76bd)), closes [#10813](https://github.com/vuetifyjs/vuetify/issues/10813)
11
12
  * **VDataTable:** apply `color` to internal controls ([#22157](https://github.com/vuetifyjs/vuetify/issues/22157)) ([0b3315d](https://github.com/vuetifyjs/vuetify/commit/0b3315dbbca435fde236a1e3859bdcf5ef403c9a)), closes [#22097](https://github.com/vuetifyjs/vuetify/issues/22097) [#19700](https://github.com/vuetifyjs/vuetify/issues/19700)
12
13
  * **VDataTable:** add `initial-sort-order` prop ([#22156](https://github.com/vuetifyjs/vuetify/issues/22156)) ([b2f632f](https://github.com/vuetifyjs/vuetify/commit/b2f632fceb3b89e412eae09ed8de2af50b13f168)), closes [#11117](https://github.com/vuetifyjs/vuetify/issues/11117) [#20615](https://github.com/vuetifyjs/vuetify/issues/20615)
13
14
  * **VDataTable:** multi-sort mode and keyboard modifiers ([#22133](https://github.com/vuetifyjs/vuetify/issues/22133)) ([54bbc84](https://github.com/vuetifyjs/vuetify/commit/54bbc84d5447b08f37a11c276cad68e35b045701)), closes [#22132](https://github.com/vuetifyjs/vuetify/issues/22132)
@@ -28,12 +29,13 @@
28
29
  ### :wrench: Bug Fixes
29
30
 
30
31
  * **build:** avoid circular dependency in icons setup ([#21670](https://github.com/vuetifyjs/vuetify/issues/21670)) ([605cd80](https://github.com/vuetifyjs/vuetify/commit/605cd8097ba60ca6bc17b5c4083128c1ff40453a)), closes [#20436](https://github.com/vuetifyjs/vuetify/issues/20436)
32
+ * **VInfiniteScroll:** hide side element when empty ([#21749](https://github.com/vuetifyjs/vuetify/issues/21749)) ([55f8b52](https://github.com/vuetifyjs/vuetify/commit/55f8b52998d3e19ab2587673805c74c992e8fd82)), closes [#21705](https://github.com/vuetifyjs/vuetify/issues/21705)
31
33
  * **VTreeview:** `indent-lines` support for `footer` slot ([efa50e4](https://github.com/vuetifyjs/vuetify/commit/efa50e462d082224e6b2c964877da666705c0b70))
32
34
 
33
35
 
34
36
  ### Other Commits
35
37
 
36
- * chore(release): publish v3.10.9-dev.2025-11-06 ([946c1e9](https://github.com/vuetifyjs/vuetify/commit/946c1e91e1888429af85564d6b86f8280c878c6b))
38
+ * chore(release): publish v3.10.9-dev.2025-11-09 ([eed917e](https://github.com/vuetifyjs/vuetify/commit/eed917e96d65bf5c6b2861e00db98d73c512a905))
37
39
  * docs(VDatePicker): badges for new props ([22f666d](https://github.com/vuetifyjs/vuetify/commit/22f666d9288c784c9ee29a637fbec2c3f268c731))
38
40
  * docs(VDivider): remove section without example ([20c580a](https://github.com/vuetifyjs/vuetify/commit/20c580a4e6557c94df7d22b5a6250b5539ac3db8))
39
41