@vuetify/nightly 3.9.0-master.2025-07-08 → 3.9.0-master.2025-07-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 +12 -3
- package/dist/json/attributes.json +2733 -2733
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +4722 -4722
- package/dist/vuetify-labs.cjs +23 -23
- package/dist/vuetify-labs.css +5395 -5395
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +23 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4203 -4203
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +15 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.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/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,22 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-09...v) (2025-07-09)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
# [3.9.0-master.2025-07-
|
5
|
+
# [3.9.0-master.2025-07-09](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-master.2025-07-09) "Other Commits" (2025-07-09)
|
6
|
+
|
7
|
+
|
8
|
+
### :test_tube: Labs
|
9
|
+
|
10
|
+
* **VStepperVertical:** fix next/prev-text props ([#21360](https://github.com/vuetifyjs/vuetify/issues/21360)) ([11986c6](https://github.com/vuetifyjs/vuetify/commit/11986c6e2ac351c38194cd3a8c74f6e03f58e3cf)), closes [#21358](https://github.com/vuetifyjs/vuetify/issues/21358)
|
6
11
|
|
7
12
|
|
8
13
|
### Other Commits
|
9
14
|
|
10
|
-
* chore(release): publish v3.9.0-master.2025-07-
|
15
|
+
* chore(release): publish v3.9.0-master.2025-07-09 ([83161db](https://github.com/vuetifyjs/vuetify/commit/83161db12446a7d3c715270c85f6a2926ea8eed3))
|
16
|
+
* chore(VTreeview): fix flaky test ([f34989d](https://github.com/vuetifyjs/vuetify/commit/f34989db89650d877693f2bf36b561bebb431e7b))
|
17
|
+
* chore: enforce JSX prop casing ([a8716c0](https://github.com/vuetifyjs/vuetify/commit/a8716c09c49e45ae23173fc1f80660e71ed18560))
|
18
|
+
* docs(data-tables): fix typo ([#21718](https://github.com/vuetifyjs/vuetify/issues/21718)) ([fab15be](https://github.com/vuetifyjs/vuetify/commit/fab15be435ef2ccdab22c3a1f6267599006f2b7b))
|
19
|
+
* docs(roadmap): move v2 releases to archived ([647a3fe](https://github.com/vuetifyjs/vuetify/commit/647a3fe229fec18a0527ae27ced8472688add833))
|
11
20
|
|
12
21
|
|
13
22
|
|