@vuetify/nightly 3.7.15-master.2025-03-07 → 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 CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.15-master.2025-03-07...v) (2025-03-07)
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-07](https://github.com/vuetifyjs/vuetify/compare/v3.7.15...v3.7.15-master.2025-03-07) "Other Commmits" (2025-03-07)
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
@@ -14,17 +14,33 @@
14
14
  ### :microscope: Code Refactoring
15
15
 
16
16
  * explicit number casting ([4f6e77f](https://github.com/vuetifyjs/vuetify/commit/4f6e77fac2585873645961472ccd4ae6d9477d60))
17
+ * **VDatePickerMonth:** remove useless VDefaultsProvider ([80184e4](https://github.com/vuetifyjs/vuetify/commit/80184e4f094adf0862ef9f29b9d13f64136b13f1))
18
+
19
+
20
+ ### :arrows_counterclockwise: Reverts
21
+
22
+ * Revert "docs(faq): add onMounted ref question" ([4b8c78b](https://github.com/vuetifyjs/vuetify/commit/4b8c78bef2a8f55ea10a2cea44dc5573151f2f35))
17
23
 
18
24
 
19
25
  ### :test_tube: Labs
20
26
 
27
+ * **VDateInput:** eager load menu on focus ([e738692](https://github.com/vuetifyjs/vuetify/commit/e738692074fd7a600b30c6d3387662b88d334d83))
28
+ * **VDateInput:** show-adjacent-months by default ([dd6ac15](https://github.com/vuetifyjs/vuetify/commit/dd6ac156d3be50faecbad6837d36a7fb3b8cf669))
21
29
  * **VFileUpload:** clear internal input when empty ([#21038](https://github.com/vuetifyjs/vuetify/issues/21038)) ([010eb32](https://github.com/vuetifyjs/vuetify/commit/010eb32107c973b202c00f7b82bec9e0bdddb0ff)), closes [#21029](https://github.com/vuetifyjs/vuetify/issues/21029)
30
+ * **VTimePicker:** add active state for seconds ([#20926](https://github.com/vuetifyjs/vuetify/issues/20926)) ([ed9aa9f](https://github.com/vuetifyjs/vuetify/commit/ed9aa9f90ede9b0099d01ba7cc68916792121c6b))
22
31
  * **VTimePicker:** external control over `viewMode` ([#20677](https://github.com/vuetifyjs/vuetify/issues/20677)) ([5f3185e](https://github.com/vuetifyjs/vuetify/commit/5f3185e9cb7c4b55eb47a69c4bef0e69470d06b4)), closes [#20671](https://github.com/vuetifyjs/vuetify/issues/20671)
23
32
 
24
33
 
25
34
  ### Other Commmits
26
35
 
27
- * chore(release): publish v3.7.15-master.2025-03-07 ([fbe0b05](https://github.com/vuetifyjs/vuetify/commit/fbe0b05c9d48d81e9eedba18dda05c0691fe78bc))
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))
41
+ * chore(sheets.md): move design specification to page features ([9dbe0bc](https://github.com/vuetifyjs/vuetify/commit/9dbe0bc82bd29c98fdcfc259d19e51f7902474b7))
42
+ * docs(Example/UsageExample): add copy to usage, update tooltips, clean-up ([55f2085](https://github.com/vuetifyjs/vuetify/commit/55f2085fab3d63e1e55476de000addd8c2669e79))
43
+ * docs(VFooter): clean-up examples ([f57ae6e](https://github.com/vuetifyjs/vuetify/commit/f57ae6e7460f214c15b3fbff690ae6034518bdbf))
28
44
  * chore: default undefined for text props with boolean ([421f6ce](https://github.com/vuetifyjs/vuetify/commit/421f6cebcdf8a1620cfef77b05d4405c6dd84736))
29
45
  * chore: fix lint error ([580ddd2](https://github.com/vuetifyjs/vuetify/commit/580ddd2853aac016495906bf8e5c4dc852b87aff))
30
46
  * docs(data-table-misc-expand): hook up v-rating ([c8f8564](https://github.com/vuetifyjs/vuetify/commit/c8f856435021b4fd3ee6dece41ad869f4833693a))