@vuetify/nightly 3.7.15-master.2025-03-11 → 3.7.16-master.2025-03-12
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 -50
- package/dist/json/attributes.json +3085 -3085
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5856 -5856
- package/dist/vuetify-labs.css +2573 -2572
- 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 +6195 -6194
- package/dist/vuetify.d.ts +59 -59
- 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/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +59 -59
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,64 +1,23 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.16-master.2025-03-12...v) (2025-03-12)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.
|
5
|
+
## [3.7.16-master.2025-03-12](https://github.com/vuetifyjs/vuetify/compare/v3.7.16...v3.7.16-master.2025-03-12) "Other Commmits" (2025-03-12)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
9
9
|
|
10
|
-
*
|
11
|
-
* **VDataTable:** use width as minWidth for multiple fixed columns ([c2574c8](https://github.com/vuetifyjs/vuetify/commit/c2574c847b53fb8b85c7ec949191d42030150f02)), closes [#21063](https://github.com/vuetifyjs/vuetify/issues/21063)
|
12
|
-
* **VOverlay:** don't emit keydown.esc if not the top overlay ([05ef925](https://github.com/vuetifyjs/vuetify/commit/05ef92586ccb64e08c256a752135897fd77dbfe9))
|
13
|
-
|
14
|
-
|
15
|
-
### :microscope: Code Refactoring
|
16
|
-
|
17
|
-
* explicit number casting ([4f6e77f](https://github.com/vuetifyjs/vuetify/commit/4f6e77fac2585873645961472ccd4ae6d9477d60))
|
18
|
-
* **VDatePickerMonth:** remove useless VDefaultsProvider ([80184e4](https://github.com/vuetifyjs/vuetify/commit/80184e4f094adf0862ef9f29b9d13f64136b13f1))
|
19
|
-
|
20
|
-
|
21
|
-
### :arrows_counterclockwise: Reverts
|
22
|
-
|
23
|
-
* Revert "docs(faq): add onMounted ref question" ([4b8c78b](https://github.com/vuetifyjs/vuetify/commit/4b8c78bef2a8f55ea10a2cea44dc5573151f2f35))
|
24
|
-
|
25
|
-
|
26
|
-
### :test_tube: Labs
|
27
|
-
|
28
|
-
* **VDateInput:** eager load menu on focus ([e738692](https://github.com/vuetifyjs/vuetify/commit/e738692074fd7a600b30c6d3387662b88d334d83))
|
29
|
-
* **VDateInput:** show-adjacent-months by default ([dd6ac15](https://github.com/vuetifyjs/vuetify/commit/dd6ac156d3be50faecbad6837d36a7fb3b8cf669))
|
30
|
-
* **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)
|
31
|
-
* **VTimePicker:** add active state for seconds ([#20926](https://github.com/vuetifyjs/vuetify/issues/20926)) ([ed9aa9f](https://github.com/vuetifyjs/vuetify/commit/ed9aa9f90ede9b0099d01ba7cc68916792121c6b))
|
32
|
-
* **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)
|
10
|
+
* **VToolbar:** don't force full width when using floating prop ([0aea286](https://github.com/vuetifyjs/vuetify/commit/0aea28697b432e7ab945d90be7c76177cdf40843))
|
33
11
|
|
34
12
|
|
35
13
|
### Other Commmits
|
36
14
|
|
37
|
-
* chore(release): publish v3.7.
|
38
|
-
* docs(
|
39
|
-
* docs:
|
40
|
-
* docs(
|
41
|
-
* docs(
|
42
|
-
*
|
43
|
-
* docs(UsageExample): fix missing variable ([183cbd4](https://github.com/vuetifyjs/vuetify/commit/183cbd4d8fa942277b6b40b5f12fb8e6245e30d0))
|
44
|
-
* chore(VBottomSheet): clean-up doc page and examples ([e264240](https://github.com/vuetifyjs/vuetify/commit/e264240762da93724ca92ffc85b439b14b306133))
|
45
|
-
* chore(sheets.md): move design specification to page features ([9dbe0bc](https://github.com/vuetifyjs/vuetify/commit/9dbe0bc82bd29c98fdcfc259d19e51f7902474b7))
|
46
|
-
* docs(Example/UsageExample): add copy to usage, update tooltips, clean-up ([55f2085](https://github.com/vuetifyjs/vuetify/commit/55f2085fab3d63e1e55476de000addd8c2669e79))
|
47
|
-
* docs(VFooter): clean-up examples ([f57ae6e](https://github.com/vuetifyjs/vuetify/commit/f57ae6e7460f214c15b3fbff690ae6034518bdbf))
|
48
|
-
* chore: default undefined for text props with boolean ([421f6ce](https://github.com/vuetifyjs/vuetify/commit/421f6cebcdf8a1620cfef77b05d4405c6dd84736))
|
49
|
-
* chore: fix lint error ([580ddd2](https://github.com/vuetifyjs/vuetify/commit/580ddd2853aac016495906bf8e5c4dc852b87aff))
|
50
|
-
* docs(data-table-misc-expand): hook up v-rating ([c8f8564](https://github.com/vuetifyjs/vuetify/commit/c8f856435021b4fd3ee6dece41ad869f4833693a))
|
51
|
-
* docs: update multiple data table examples ([67edcdc](https://github.com/vuetifyjs/vuetify/commit/67edcdc60eb6625114ec61f8fde38a10f926f027))
|
52
|
-
* docs(data-table-basics-virtual): update example ([129e5fb](https://github.com/vuetifyjs/vuetify/commit/129e5fb91b6adb7ae406e89c4f347c02fb3aacc8))
|
53
|
-
* docs(data-table-basics): update usage and misc-expand ([178736e](https://github.com/vuetifyjs/vuetify/commit/178736ec500e5cedc015bebf03c658ef26c26bc4))
|
54
|
-
* docs(UsageExample): set correct property for language ([86095e3](https://github.com/vuetifyjs/vuetify/commit/86095e304cd8a5c75092b32c6f3d0bec8ea9285b))
|
55
|
-
* docs(UsageExample): width issues when displaying datatable usage ([13fe68a](https://github.com/vuetifyjs/vuetify/commit/13fe68acce40ce31615e2ae1d7b7d093d0042919))
|
56
|
-
* docs(data-table-slot-loading): update example ([c7360ef](https://github.com/vuetifyjs/vuetify/commit/c7360efc33b4698bae0dfcaa9b8efb9bf3a95941))
|
57
|
-
* docs(data-table-basics): update multiple examples ([80e4c4d](https://github.com/vuetifyjs/vuetify/commit/80e4c4d79cd4b766b6f08a8b93672f7093baa2e5))
|
58
|
-
* docs(data-table-basics): update code fences ([b456fb5](https://github.com/vuetifyjs/vuetify/commit/b456fb5d9cc7f142d9e8499559650879743bf09b))
|
59
|
-
* docs(options): clean-up available, remove deprecated ([58e4ba2](https://github.com/vuetifyjs/vuetify/commit/58e4ba267a3679050d200f9dca2d5022ee25ec08))
|
60
|
-
* docs(v-hover): update implementations ([51e7490](https://github.com/vuetifyjs/vuetify/commit/51e7490005927245cb47293cedbc0bb3e70a693f))
|
61
|
-
* docs: update @vuetify/one and tweak ad location / display ([d0dfb5c](https://github.com/vuetifyjs/vuetify/commit/d0dfb5cf95385277e464e03b9a46a883003247b6))
|
15
|
+
* chore(release): publish v3.7.16-master.2025-03-12 ([19f1c31](https://github.com/vuetifyjs/vuetify/commit/19f1c319d16c09654821de7e3eea50f54f3eef01))
|
16
|
+
* docs(application-layout): clean-up content and examples ([f3e26cf](https://github.com/vuetifyjs/vuetify/commit/f3e26cf7edc7ae1ac712562e7dd7438b0b48a2f8))
|
17
|
+
* docs: remove various page's emphasized ([a4daad9](https://github.com/vuetifyjs/vuetify/commit/a4daad9e99d096142163af28962794c784f192d2))
|
18
|
+
* docs(AppList): add support for group level emphasized ([3399ed8](https://github.com/vuetifyjs/vuetify/commit/3399ed850e08e9c998e725f59470474bf53cf51f))
|
19
|
+
* docs(VToolbar): clean-up docs and examples ([09e5016](https://github.com/vuetifyjs/vuetify/commit/09e50167dcf0605e30c98a8f0d2650397604fda4))
|
20
|
+
* docs(commits): handle failing more gracefully ([b3d0763](https://github.com/vuetifyjs/vuetify/commit/b3d0763a9165c063319657563d2c8f6575f6470b))
|
62
21
|
|
63
22
|
|
64
23
|
|