@vuetify/nightly 3.7.15-master.2025-03-08 → 3.7.15-master.2025-03-10
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 +3249 -3249
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +6133 -6133
- package/dist/vuetify-labs.css +3816 -3816
- 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.css +4684 -4684
- package/dist/vuetify.d.ts +42 -42
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.15-master.2025-03-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.15-master.2025-03-10...v) (2025-03-10)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.15-master.2025-03-
|
5
|
+
## [3.7.15-master.2025-03-10](https://github.com/vuetifyjs/vuetify/compare/v3.7.15...v3.7.15-master.2025-03-10) "Other Commmits" (2025-03-10)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
@@ -17,6 +17,11 @@
|
|
17
17
|
* **VDatePickerMonth:** remove useless VDefaultsProvider ([80184e4](https://github.com/vuetifyjs/vuetify/commit/80184e4f094adf0862ef9f29b9d13f64136b13f1))
|
18
18
|
|
19
19
|
|
20
|
+
### :arrows_counterclockwise: Reverts
|
21
|
+
|
22
|
+
* Revert "docs(faq): add onMounted ref question" ([4b8c78b](https://github.com/vuetifyjs/vuetify/commit/4b8c78bef2a8f55ea10a2cea44dc5573151f2f35))
|
23
|
+
|
24
|
+
|
20
25
|
### :test_tube: Labs
|
21
26
|
|
22
27
|
* **VDateInput:** eager load menu on focus ([e738692](https://github.com/vuetifyjs/vuetify/commit/e738692074fd7a600b30c6d3387662b88d334d83))
|
@@ -28,7 +33,11 @@
|
|
28
33
|
|
29
34
|
### Other Commmits
|
30
35
|
|
31
|
-
* chore(release): publish v3.7.15-master.2025-03-
|
36
|
+
* chore(release): publish v3.7.15-master.2025-03-10 ([7e06b80](https://github.com/vuetifyjs/vuetify/commit/7e06b80329a870427e21a94a56950f908b7bc6ed))
|
37
|
+
* docs(UsageExample): add list subheader ([ae4f42e](https://github.com/vuetifyjs/vuetify/commit/ae4f42e2cc27b312b0f3db34cdeb65d15894e9c2))
|
38
|
+
* chore(VSelect): clean-up docs page and examples ([48bf7ae](https://github.com/vuetifyjs/vuetify/commit/48bf7ae7bd1011aeddb72bc7d1a8e678320c3f01))
|
39
|
+
* docs(UsageExample): fix missing variable ([183cbd4](https://github.com/vuetifyjs/vuetify/commit/183cbd4d8fa942277b6b40b5f12fb8e6245e30d0))
|
40
|
+
* chore(VBottomSheet): clean-up doc page and examples ([e264240](https://github.com/vuetifyjs/vuetify/commit/e264240762da93724ca92ffc85b439b14b306133))
|
32
41
|
* chore(sheets.md): move design specification to page features ([9dbe0bc](https://github.com/vuetifyjs/vuetify/commit/9dbe0bc82bd29c98fdcfc259d19e51f7902474b7))
|
33
42
|
* docs(Example/UsageExample): add copy to usage, update tooltips, clean-up ([55f2085](https://github.com/vuetifyjs/vuetify/commit/55f2085fab3d63e1e55476de000addd8c2669e79))
|
34
43
|
* docs(VFooter): clean-up examples ([f57ae6e](https://github.com/vuetifyjs/vuetify/commit/f57ae6e7460f214c15b3fbff690ae6034518bdbf))
|