@vuetify/nightly 3.8.2-master.2025-04-22 → 3.8.2-master.2025-04-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 +9 -3
- package/dist/json/attributes.json +2983 -2983
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5495 -5495
- package/dist/vuetify-labs.cjs +3 -8
- package/dist/vuetify-labs.css +4534 -4534
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +3 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4747 -4747
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +3 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/validation.js +0 -5
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.2-master.2025-04-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.2-master.2025-04-24...v) (2025-04-24)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.2-master.2025-04-
|
5
|
+
## [3.8.2-master.2025-04-24](https://github.com/vuetifyjs/vuetify/compare/v3.8.2...v3.8.2-master.2025-04-24) "Other Commits" (2025-04-24)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
@@ -15,6 +15,11 @@
|
|
15
15
|
* replace computed() with toRef() ([#21167](https://github.com/vuetifyjs/vuetify/issues/21167)) ([9b07be9](https://github.com/vuetifyjs/vuetify/commit/9b07be93d4f0a57727033ab912b4b8adbd33befd))
|
16
16
|
|
17
17
|
|
18
|
+
### :arrows_counterclockwise: Reverts
|
19
|
+
|
20
|
+
* Revert "fix(validation): a disabled / readonly field should always be valid (#21222)" ([89d6df0](https://github.com/vuetifyjs/vuetify/commit/89d6df0e2bb99ed65627df4376ec05ed5a236ed9))
|
21
|
+
|
22
|
+
|
18
23
|
### :test_tube: Labs
|
19
24
|
|
20
25
|
* **VCalendar:** add emits and slots ([#19568](https://github.com/vuetifyjs/vuetify/issues/19568)) ([616d861](https://github.com/vuetifyjs/vuetify/commit/616d861a1ff4b8219c98afe5059f6da7000550d1))
|
@@ -23,7 +28,8 @@
|
|
23
28
|
|
24
29
|
### Other Commits
|
25
30
|
|
26
|
-
* chore(release): publish v3.8.2-master.2025-04-
|
31
|
+
* chore(release): publish v3.8.2-master.2025-04-24 ([d7cc306](https://github.com/vuetifyjs/vuetify/commit/d7cc30681a8b0c4a72219eebc5f374b86e5409d2))
|
32
|
+
* docs: team members not showing ([#21304](https://github.com/vuetifyjs/vuetify/issues/21304)) ([5e32061](https://github.com/vuetifyjs/vuetify/commit/5e32061eddacf9031623551706ef1fcc47e132aa))
|
27
33
|
* docs: fix typos ([#21294](https://github.com/vuetifyjs/vuetify/issues/21294)) ([846c072](https://github.com/vuetifyjs/vuetify/commit/846c0720e6601e589e047373eda2ee925399fc4f))
|
28
34
|
* docs(VList): bind update event to checkbox ([eb64311](https://github.com/vuetifyjs/vuetify/commit/eb643118fcc65f5a037a5967059db777c7bd79f5))
|
29
35
|
* chore(package.json): update @vuetify/one ([10a7c53](https://github.com/vuetifyjs/vuetify/commit/10a7c53fb2391c3a7b38d63aef66d1567cd17857))
|