@vuetify/nightly 3.8.1-next.2025-04-15 → 3.8.1-next.2025-04-18
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 +2950 -2950
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +5831 -5831
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4855 -4875
- package/dist/vuetify-labs.d.ts +56 -56
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2642 -2662
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VBtn/VBtn.css +7 -20
- package/lib/components/VBtn/VBtn.sass +6 -19
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VField/VField.css +4 -11
- package/lib/components/VField/VField.sass +4 -11
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/styles/main.css +6 -6
- package/lib/styles/settings/_variables.scss +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.1-next.2025-04-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.1-next.2025-04-18...v) (2025-04-18)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.1-next.2025-04-
|
5
|
+
## [3.8.1-next.2025-04-18](https://github.com/vuetifyjs/vuetify/compare/v3.8.1...v3.8.1-next.2025-04-18) "Other Commmits" (2025-04-18)
|
6
6
|
|
7
7
|
|
8
8
|
### :rocket: Features
|
@@ -21,11 +21,14 @@
|
|
21
21
|
|
22
22
|
* **theme:** change default theme to 'system' ([9c8506c](https://github.com/vuetifyjs/vuetify/commit/9c8506c24d04bbe6589539834dcf99305dfd647f))
|
23
23
|
* **theme:** add internal methods for testing tw implementation ([abfdb77](https://github.com/vuetifyjs/vuetify/commit/abfdb777e0e00d4a1798f52d7e4c118e7409fcb9))
|
24
|
+
* **VBtn:** remove default text transform ([#21079](https://github.com/vuetifyjs/vuetify/issues/21079)) ([712bdd6](https://github.com/vuetifyjs/vuetify/commit/712bdd6b5a8786f58e9da823b157dba6b6839c6d))
|
25
|
+
* **VBtn:** convert display from grid to flex ([41b7768](https://github.com/vuetifyjs/vuetify/commit/41b7768a0310ea5a5050103ec4e80c1f4ce81a8c))
|
26
|
+
* **VField:** convert display from grid to flex ([#21035](https://github.com/vuetifyjs/vuetify/issues/21035)) ([b213e3b](https://github.com/vuetifyjs/vuetify/commit/b213e3b4700dce401b85d59f3d54d7a43c78f4ce))
|
24
27
|
|
25
28
|
|
26
29
|
### Other Commmits
|
27
30
|
|
28
|
-
* chore(release): publish v3.8.1-next.2025-04-
|
31
|
+
* chore(release): publish v3.8.1-next.2025-04-18 ([66e5233](https://github.com/vuetifyjs/vuetify/commit/66e5233eacce0b592f7e50a5d978ebe0b7bb31d0))
|
29
32
|
* chore(VTreeviewItem): bad merge added removed functionality ([fa90543](https://github.com/vuetifyjs/vuetify/commit/fa90543769656bb27b364cfe3f21f5a9f9e6970d))
|
30
33
|
* chore(theme): change upsertStyles parameters ([a0d03be](https://github.com/vuetifyjs/vuetify/commit/a0d03bed68e2e5052785536852b6b09231ae661d))
|
31
34
|
* docs: update updgrade guide for v4 ([da2e8a5](https://github.com/vuetifyjs/vuetify/commit/da2e8a57fd3dd9b55e40138be954eb8d82332dcd))
|