@vuetify/nightly 3.8.4-master.2025-05-09 → 3.8.4-master.2025-05-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 +10 -3
- package/dist/json/attributes.json +1380 -1380
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +2517 -2517
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4585 -4585
- package/dist/vuetify-labs.d.ts +46 -46
- 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 +5410 -5410
- package/dist/vuetify.d.ts +46 -46
- 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 +46 -46
- package/lib/framework.js +1 -1
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.4-master.2025-05-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.4-master.2025-05-12...v) (2025-05-12)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.4-master.2025-05-
|
5
|
+
## [3.8.4-master.2025-05-12](https://github.com/vuetifyjs/vuetify/compare/v3.8.4...v3.8.4-master.2025-05-12) "Other Commits" (2025-05-12)
|
6
6
|
|
7
7
|
|
8
8
|
### :arrows_counterclockwise: Reverts
|
@@ -12,7 +12,14 @@
|
|
12
12
|
|
13
13
|
### Other Commits
|
14
14
|
|
15
|
-
* chore(release): publish v3.8.4-master.2025-05-
|
15
|
+
* chore(release): publish v3.8.4-master.2025-05-12 ([4277ccb](https://github.com/vuetifyjs/vuetify/commit/4277ccbbf3f3279737ec708f0e8509e10789a1df))
|
16
|
+
* chore: remove formatjs/intl dependency ([21acdff](https://github.com/vuetifyjs/vuetify/commit/21acdffbea759a572692e01a78a201dcfe46db21))
|
17
|
+
* docs: hide extra links sooner ([0f20fea](https://github.com/vuetifyjs/vuetify/commit/0f20fea724eca0abf27f0653406caf44ae68bbb6))
|
18
|
+
* chore: fix lint ([ea0b4ea](https://github.com/vuetifyjs/vuetify/commit/ea0b4eae3f7258ad76a6cf7c08d89d3be907abde))
|
19
|
+
* chore: replace nginx with caddy ([24045f3](https://github.com/vuetifyjs/vuetify/commit/24045f30125e88e29099be0b1a974d6dab0700be))
|
20
|
+
* chore: remove sentry BrowserSession integration ([7819e31](https://github.com/vuetifyjs/vuetify/commit/7819e318d00fd8913b8f5a6f2bffd20970e566e4))
|
21
|
+
* docs(AppBar): update links ([4229025](https://github.com/vuetifyjs/vuetify/commit/42290253a7f3d41ec530ee25c6b335dabf585dfb))
|
22
|
+
* docs: center avatar on navigation drawer ([#21386](https://github.com/vuetifyjs/vuetify/issues/21386)) ([d8bddc2](https://github.com/vuetifyjs/vuetify/commit/d8bddc21607ed5913868546a1d2d5f209659522d))
|
16
23
|
|
17
24
|
|
18
25
|
|