@vuetify/nightly 3.8.10-master.2025-06-19 → 3.8.11-master.2025-06-24
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 +3 -11
- package/dist/json/attributes.json +3215 -3215
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +5554 -5554
- package/dist/vuetify-labs.cjs +30 -30
- package/dist/vuetify-labs.css +6330 -6336
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +30 -30
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -30
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +30 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3867 -3873
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +30 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +30 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +33 -33
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VField/VField.js +2 -10
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js +7 -3
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,13 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.11-master.2025-06-24...v) (2025-06-24)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.
|
6
|
-
|
7
|
-
|
8
|
-
### :wrench: Bug Fixes
|
9
|
-
|
10
|
-
* **VBtn:** allow text values for letter-spacing Sass variable ([#21602](https://github.com/vuetifyjs/vuetify/issues/21602)) ([525b0fd](https://github.com/vuetifyjs/vuetify/commit/525b0fd1d1f2afb9d0814db35e073386b61f7346))
|
5
|
+
## [3.8.11-master.2025-06-24](https://github.com/vuetifyjs/vuetify/compare/v3.8.11...v3.8.11-master.2025-06-24) "Other Commits" (2025-06-24)
|
11
6
|
|
12
7
|
|
13
8
|
### Other Commits
|
14
9
|
|
15
|
-
* chore(release): publish v3.8.
|
16
|
-
* docs(markdown): use current branch in request ([6b3091a](https://github.com/vuetifyjs/vuetify/commit/6b3091af29fd50ce34acac4abf769db0b540487c))
|
17
|
-
* docs(markdown): change copy source ([dfd8eea](https://github.com/vuetifyjs/vuetify/commit/dfd8eea1ebd28e6fde702c19b15a33af3620daa4))
|
18
|
-
* docs(contributing): add information about component language files ([0534b7c](https://github.com/vuetifyjs/vuetify/commit/0534b7ce0b57a219d0e6664becf78a2a0d1ca517))
|
10
|
+
* chore(release): publish v3.8.11-master.2025-06-24 ([11936ae](https://github.com/vuetifyjs/vuetify/commit/11936ae4be6529d83dcb8b6e11e8ba6e64970df4))
|
19
11
|
|
20
12
|
|
21
13
|
|