@vuetify/nightly 3.11.6-master.2026-01-13 → 3.11.6-master.2026-01-15
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 +6 -3
- package/dist/json/attributes.json +3783 -3783
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +6661 -6661
- package/dist/vuetify-labs.cjs +6 -6
- package/dist/vuetify-labs.css +3872 -3872
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -6
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3524 -3524
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +6 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.11.6-master.2026-01-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.11.6-master.2026-01-15...v) (2026-01-15)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.11.6-master.2026-01-
|
|
5
|
+
## [3.11.6-master.2026-01-15](https://github.com/vuetifyjs/vuetify/compare/v3.11.6...v3.11.6-master.2026-01-15) "Other Commits" (2026-01-15)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### :wrench: Bug Fixes
|
|
9
9
|
|
|
10
|
+
* **VAutocomplete:** Avoid no-items being selectable ([#22509](https://github.com/vuetifyjs/vuetify/issues/22509)) ([36f679c](https://github.com/vuetifyjs/vuetify/commit/36f679ccef976716996cf61482f063d3b4275275))
|
|
10
11
|
* **VBreadcrumbs:** drop redundant `item-props` prop ([901061b](https://github.com/vuetifyjs/vuetify/commit/901061b7fb31383f5cd801b6d70c0396ea503ac9))
|
|
11
12
|
* **VNumberInput:** prevent inner button overflow when rounded ([#22492](https://github.com/vuetifyjs/vuetify/issues/22492)) ([942ddcc](https://github.com/vuetifyjs/vuetify/commit/942ddcccc83ededd5e5aee36c41b1a0c911a8543)), closes [#22489](https://github.com/vuetifyjs/vuetify/issues/22489)
|
|
12
13
|
* **VTabs:** correct slider width with inset and vertical ([0201b64](https://github.com/vuetifyjs/vuetify/commit/0201b641c4d4e427c9de4ebf3209462f457aab40))
|
|
@@ -14,7 +15,9 @@
|
|
|
14
15
|
|
|
15
16
|
### Other Commits
|
|
16
17
|
|
|
17
|
-
* chore(release): publish v3.11.6-master.2026-01-
|
|
18
|
+
* chore(release): publish v3.11.6-master.2026-01-15 ([7ab3438](https://github.com/vuetifyjs/vuetify/commit/7ab343849c13d7ba8d4741b2454275a193719769))
|
|
19
|
+
* chore: update vizzly ([d4f5a53](https://github.com/vuetifyjs/vuetify/commit/d4f5a5362c46b61b35f6da41fe3c9c22d5f256ad))
|
|
20
|
+
* docs(VCheckbox): fix example for colors ([5f2b399](https://github.com/vuetifyjs/vuetify/commit/5f2b39913ffc9b3c4cbadbf2ef26279647c1fd42)), closes [#22515](https://github.com/vuetifyjs/vuetify/issues/22515)
|
|
18
21
|
* chore(deps): update @vuetify/one to ^2.12.0 ([49c3519](https://github.com/vuetifyjs/vuetify/commit/49c3519afba0af303af1001fc9653f6dfb37e97d))
|
|
19
22
|
* docs: fix broken v0 links ([3aa546b](https://github.com/vuetifyjs/vuetify/commit/3aa546bd307d675cc282013f47039a4fb7a8c832))
|
|
20
23
|
* docs(december-2025-update): remove example of the month ([b5c2e28](https://github.com/vuetifyjs/vuetify/commit/b5c2e287ca082aedd46a9e479789b0a6e0e5f938))
|