@vuetify/nightly 3.8.2-master.2025-04-28 → 3.8.3-master.2025-04-29
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 +4 -45
- package/dist/json/attributes.json +3240 -3240
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5921 -5921
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3759 -3759
- package/dist/vuetify-labs.d.ts +57 -57
- 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 +5339 -5339
- package/dist/vuetify.d.ts +57 -57
- 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.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,55 +1,14 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-04-29...v) (2025-04-29)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.
|
6
|
-
|
7
|
-
|
8
|
-
### :wrench: Bug Fixes
|
9
|
-
|
10
|
-
* **VMenu:** use last known position if target is hidden ([#21145](https://github.com/vuetifyjs/vuetify/issues/21145)) ([00814a3](https://github.com/vuetifyjs/vuetify/commit/00814a33fbe17262f11ef7c7d4fc1df709ad370e)), closes [#20515](https://github.com/vuetifyjs/vuetify/issues/20515)
|
11
|
-
* **VOverlay:** prevent flip logic resizeObserver loop ([#21300](https://github.com/vuetifyjs/vuetify/issues/21300)) ([94d49da](https://github.com/vuetifyjs/vuetify/commit/94d49dad40977dafec96984fa17a2fadcbe64f1e)), closes [#21098](https://github.com/vuetifyjs/vuetify/issues/21098)
|
12
|
-
* **VSelect:** add aria-label a11y ([#21181](https://github.com/vuetifyjs/vuetify/issues/21181)) ([95c77fd](https://github.com/vuetifyjs/vuetify/commit/95c77fd74ba418afbc44c22f1d8b14eaed7a81ad))
|
13
|
-
|
14
|
-
|
15
|
-
### :microscope: Code Refactoring
|
16
|
-
|
17
|
-
* replace computed() with toRef() ([#21167](https://github.com/vuetifyjs/vuetify/issues/21167)) ([9b07be9](https://github.com/vuetifyjs/vuetify/commit/9b07be93d4f0a57727033ab912b4b8adbd33befd))
|
18
|
-
* **defaults:** reduce computed getter calls ([8d798e3](https://github.com/vuetifyjs/vuetify/commit/8d798e36baf86f04eebf2828be0cffa0dc31053a))
|
19
|
-
|
20
|
-
|
21
|
-
### :arrows_counterclockwise: Reverts
|
22
|
-
|
23
|
-
* Revert "fix(validation): a disabled / readonly field should always be valid (#21222)" ([89d6df0](https://github.com/vuetifyjs/vuetify/commit/89d6df0e2bb99ed65627df4376ec05ed5a236ed9))
|
24
|
-
|
25
|
-
|
26
|
-
### :test_tube: Labs
|
27
|
-
|
28
|
-
* **VCalendar:** add emits and slots ([#19568](https://github.com/vuetifyjs/vuetify/issues/19568)) ([616d861](https://github.com/vuetifyjs/vuetify/commit/616d861a1ff4b8219c98afe5059f6da7000550d1))
|
29
|
-
* **VIconBtn:** always use icon-size if present ([c903c55](https://github.com/vuetifyjs/vuetify/commit/c903c55a99181a8c0c3b7ae8e2ff511bee95a11c))
|
5
|
+
## [3.8.3-master.2025-04-29](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-master.2025-04-29) "Other Commits" (2025-04-29)
|
30
6
|
|
31
7
|
|
32
8
|
### Other Commits
|
33
9
|
|
34
|
-
* chore(release): publish v3.8.
|
35
|
-
*
|
36
|
-
* chore: update @vuetify/one ([99be7ac](https://github.com/vuetifyjs/vuetify/commit/99be7acd9b3ebbf28bde5cbcb375eab4f8a76615))
|
37
|
-
* docs: app bar fully visible in mobile ([#21295](https://github.com/vuetifyjs/vuetify/issues/21295)) ([b288cbf](https://github.com/vuetifyjs/vuetify/commit/b288cbfef7863891e6b00976267fd29637d3d126))
|
38
|
-
* chore: live reload browser in dev:prod ([b921e61](https://github.com/vuetifyjs/vuetify/commit/b921e616a3008b9be31554fb393b70b42f55c224))
|
39
|
-
* docs(VDialog): example for activator prop one dialog instance ([#21308](https://github.com/vuetifyjs/vuetify/issues/21308)) ([f1cfbd5](https://github.com/vuetifyjs/vuetify/commit/f1cfbd52911c9b1bdc978fb15b93fadab21968c7))
|
40
|
-
* docs: add text-pre-wrap class ([#21305](https://github.com/vuetifyjs/vuetify/issues/21305)) ([47fdfda](https://github.com/vuetifyjs/vuetify/commit/47fdfda3d0fdb57a613ed229eef4ce0c836b956d))
|
41
|
-
* docs: remove edit this page button on API pages ([#21297](https://github.com/vuetifyjs/vuetify/issues/21297)) ([9022875](https://github.com/vuetifyjs/vuetify/commit/90228750f5e70c8406c9d8f15d9b0e38aa4b47e8))
|
42
|
-
* docs(VDataTable): correct docs for header slots and header props ([#21292](https://github.com/vuetifyjs/vuetify/issues/21292)) ([d09e65a](https://github.com/vuetifyjs/vuetify/commit/d09e65ac00ddf43bed3013b6c1416b3c0b0d8efb))
|
43
|
-
* docs: fix es locale designation ([5fdd241](https://github.com/vuetifyjs/vuetify/commit/5fdd24199703409e387afa9102147e4309a432e4))
|
44
|
-
* ci: increase max-old-space-size slightly ([c3835a0](https://github.com/vuetifyjs/vuetify/commit/c3835a000ffa97cde3e63a42111708495c238cf4))
|
45
|
-
* docs: add spanish translations ([ad08f31](https://github.com/vuetifyjs/vuetify/commit/ad08f313f0424a686ef9b78ce6a97ac5c4f3b443))
|
46
|
-
* docs: team members not showing ([#21304](https://github.com/vuetifyjs/vuetify/issues/21304)) ([5e32061](https://github.com/vuetifyjs/vuetify/commit/5e32061eddacf9031623551706ef1fcc47e132aa))
|
47
|
-
* docs: fix typos ([#21294](https://github.com/vuetifyjs/vuetify/issues/21294)) ([846c072](https://github.com/vuetifyjs/vuetify/commit/846c0720e6601e589e047373eda2ee925399fc4f))
|
48
|
-
* docs(VList): bind update event to checkbox ([eb64311](https://github.com/vuetifyjs/vuetify/commit/eb643118fcc65f5a037a5967059db777c7bd79f5))
|
49
|
-
* chore(package.json): update @vuetify/one ([10a7c53](https://github.com/vuetifyjs/vuetify/commit/10a7c53fb2391c3a7b38d63aef66d1567cd17857))
|
50
|
-
* chore(package.json): update @vuetify/one ([c6fae98](https://github.com/vuetifyjs/vuetify/commit/c6fae989b9daba0753be71d55d3679fcc69c98ac))
|
51
|
-
* chore: update @vuetify/one ([b0580d8](https://github.com/vuetifyjs/vuetify/commit/b0580d8da329437aa2c1ee2564a7fd8a78025b12))
|
52
|
-
* docs: update overflow.md ([#21277](https://github.com/vuetifyjs/vuetify/issues/21277)) ([c028113](https://github.com/vuetifyjs/vuetify/commit/c028113db289a25fd62f344d351a43a4607350a7))
|
10
|
+
* chore(release): publish v3.8.3-master.2025-04-29 ([a92cee2](https://github.com/vuetifyjs/vuetify/commit/a92cee26a53a09cfa268f127fc2dcc3bee34c0b3))
|
11
|
+
* chore: update conventional-github-releaser ([a2e295e](https://github.com/vuetifyjs/vuetify/commit/a2e295ea365f97228c163692ed1b6bccccf91906))
|
53
12
|
|
54
13
|
|
55
14
|
|