@vuetify/nightly 3.8.3-master.2025-05-04 → 3.8.3-master.2025-05-05
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 +8 -3
- package/dist/json/attributes.json +1465 -1465
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +2570 -2570
- package/dist/vuetify-labs.cjs +4 -4
- package/dist/vuetify-labs.css +2897 -2897
- package/dist/vuetify-labs.d.ts +65 -321
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3093 -3093
- package/dist/vuetify.d.ts +65 -321
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +7 -134
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +7 -134
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +1 -1
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-05-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-05-05...v) (2025-05-05)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.3-master.2025-05-
|
5
|
+
## [3.8.3-master.2025-05-05](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-master.2025-05-05) "Other Commits" (2025-05-05)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
9
9
|
|
10
10
|
* **VDataTable:** shift click should only toggle selectable rows ([#21334](https://github.com/vuetifyjs/vuetify/issues/21334)) ([cd971b4](https://github.com/vuetifyjs/vuetify/commit/cd971b4ad1f24dfd3b72f0c8db8b7f218723d15f)), closes [#21328](https://github.com/vuetifyjs/vuetify/issues/21328)
|
11
|
+
* **VDataTableServer/Virtual:** add generic headers type ([32044d0](https://github.com/vuetifyjs/vuetify/commit/32044d0420ec9d11bec20964eb31db7a3d659de4)), closes [#21327](https://github.com/vuetifyjs/vuetify/issues/21327)
|
12
|
+
* **VDialog:** only take focus on open if scrim or retainFocus ([#21343](https://github.com/vuetifyjs/vuetify/issues/21343)) ([d678b70](https://github.com/vuetifyjs/vuetify/commit/d678b70de8e2d417b910b7411e07f73fef0eb8a5)), closes [#21301](https://github.com/vuetifyjs/vuetify/issues/21301)
|
11
13
|
* **VTable:** remove border radius when top/bottom is present ([95582d9](https://github.com/vuetifyjs/vuetify/commit/95582d9f26189ab9fd1f63a233631ce9e1c1c471)), closes [#21320](https://github.com/vuetifyjs/vuetify/issues/21320) [#21321](https://github.com/vuetifyjs/vuetify/issues/21321)
|
12
14
|
* **VTextField:** reset field on clear ([#21310](https://github.com/vuetifyjs/vuetify/issues/21310)) ([#21314](https://github.com/vuetifyjs/vuetify/issues/21314)) ([5029e1b](https://github.com/vuetifyjs/vuetify/commit/5029e1b7162d1dd2547ce8c295f44def08962e8e))
|
13
15
|
* **VTooltip:** disable transition when transition=false ([5d58b69](https://github.com/vuetifyjs/vuetify/commit/5d58b693cd059bb728f27ea01c7fce3e10fb4dd9)), closes [#21268](https://github.com/vuetifyjs/vuetify/issues/21268)
|
@@ -21,7 +23,10 @@
|
|
21
23
|
|
22
24
|
### Other Commits
|
23
25
|
|
24
|
-
* chore(release): publish v3.8.3-master.2025-05-
|
26
|
+
* chore(release): publish v3.8.3-master.2025-05-05 ([670c539](https://github.com/vuetifyjs/vuetify/commit/670c5390c30fe33ef69782f2a4b12513db9dc59b))
|
27
|
+
* chore(ci): update crowdin/github-action action to v2 ([#21367](https://github.com/vuetifyjs/vuetify/issues/21367)) ([48bb022](https://github.com/vuetifyjs/vuetify/commit/48bb0222e740d6f5366ea3f23f99dca7f65b32db))
|
28
|
+
* chore(package): update dependency vue-i18n to v11.1.2 ([#21362](https://github.com/vuetifyjs/vuetify/issues/21362)) ([7c0bf93](https://github.com/vuetifyjs/vuetify/commit/7c0bf93de636eae585e1cd4b65efa9cf30bac376))
|
29
|
+
* chore: enable renovate ([179d23a](https://github.com/vuetifyjs/vuetify/commit/179d23a3ae6664f5a195bcd9a436ba220e670a14))
|
25
30
|
* chore: remove patreon ([ea600fa](https://github.com/vuetifyjs/vuetify/commit/ea600fa349e505d2c129623fc57e59286089010c))
|
26
31
|
* docs(blog): add april 2025 update ([#21349](https://github.com/vuetifyjs/vuetify/issues/21349)) ([c359af7](https://github.com/vuetifyjs/vuetify/commit/c359af7a6cfbbe1667d363a94118fdbbda9113dc))
|
27
32
|
* docs(VFileInput): updated validation example for multiple file upload ([#21335](https://github.com/vuetifyjs/vuetify/issues/21335)) ([bf30c07](https://github.com/vuetifyjs/vuetify/commit/bf30c076d7c3477b86ebc2f619cd79605cbe19ee)), closes [#21099](https://github.com/vuetifyjs/vuetify/issues/21099)
|