@vuetify/nightly 3.8.1-master.2025-04-14 → 3.8.1-master.2025-04-16
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 +12 -9
- package/dist/json/attributes.json +2888 -2888
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +5346 -5350
- package/dist/vuetify-labs.cjs +24 -13
- package/dist/vuetify-labs.css +5230 -5230
- package/dist/vuetify-labs.d.ts +74 -74
- package/dist/vuetify-labs.esm.js +24 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +24 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +24 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2734 -2734
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +24 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +24 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +18 -5
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/composables/calendar.d.ts +2 -3
- package/lib/composables/calendar.js +3 -5
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/package.json +19 -23
package/CHANGELOG.md
CHANGED
@@ -1,32 +1,35 @@
|
|
1
|
-
## (2025-04-
|
1
|
+
## (2025-04-16)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
5
|
|
6
|
-
## <small>3.8.1-master.2025-04-
|
6
|
+
## <small>3.8.1-master.2025-04-16 (2025-04-16)</small>
|
7
7
|
|
8
8
|
* chore: allow native dependencies to build ([e89b97c](https://github.com/vuetifyjs/vuetify/commit/e89b97c))
|
9
9
|
* chore: dedupe dependencies ([764fabe](https://github.com/vuetifyjs/vuetify/commit/764fabe))
|
10
|
-
* chore: deprecate `firstDayOfWeek` prop (#21207) ([e87ad43](https://github.com/vuetifyjs/vuetify/commit/e87ad43)), closes [#21207](https://github.com/vuetifyjs/vuetify/issues/21207)
|
11
10
|
* chore: fix eslint config ([31ca977](https://github.com/vuetifyjs/vuetify/commit/31ca977))
|
12
11
|
* chore: fix tests ([ba8ba4e](https://github.com/vuetifyjs/vuetify/commit/ba8ba4e))
|
13
12
|
* chore: fix webdriverio path ([4d856dc](https://github.com/vuetifyjs/vuetify/commit/4d856dc))
|
13
|
+
* chore: lint json files ([48e5e69](https://github.com/vuetifyjs/vuetify/commit/48e5e69))
|
14
|
+
* chore: speed up vuetify build ([1f7b96c](https://github.com/vuetifyjs/vuetify/commit/1f7b96c))
|
15
|
+
* chore: update eslint-plugin-vue ([04c926e](https://github.com/vuetifyjs/vuetify/commit/04c926e))
|
14
16
|
* chore: update husky config ([839d418](https://github.com/vuetifyjs/vuetify/commit/839d418))
|
15
|
-
* chore(catalog): move shared dependencies to pnpm-workplace ([97324d1](https://github.com/vuetifyjs/vuetify/commit/97324d1))
|
16
17
|
* chore(ci): upload failed test screenshots ([68cd1fd](https://github.com/vuetifyjs/vuetify/commit/68cd1fd))
|
17
18
|
* chore(filter): fix test ([00b9897](https://github.com/vuetifyjs/vuetify/commit/00b9897))
|
18
19
|
* chore(package.json): update most dependencies to latest ([1e1aa3f](https://github.com/vuetifyjs/vuetify/commit/1e1aa3f))
|
19
|
-
* chore(release): publish v3.8.1-master.2025-04-
|
20
|
-
* fix(
|
21
|
-
* docs(announcing-vuetify-3.8): add new blog post (#21233) ([cde1028](https://github.com/vuetifyjs/vuetify/commit/cde1028)), closes [#21233](https://github.com/vuetifyjs/vuetify/issues/21233)
|
22
|
-
* docs(App): media.addListener -> addEventListener ([c2b8884](https://github.com/vuetifyjs/vuetify/commit/c2b8884))
|
23
|
-
* docs(sass-variables): mention import.meta.glob for layers ([d235bba](https://github.com/vuetifyjs/vuetify/commit/d235bba))
|
20
|
+
* chore(release): publish v3.8.1-master.2025-04-16 ([8f0dbe9](https://github.com/vuetifyjs/vuetify/commit/8f0dbe9))
|
21
|
+
* fix(md3): use outlined variant for form controls ([64fae35](https://github.com/vuetifyjs/vuetify/commit/64fae35))
|
24
22
|
* fix(validation): a disabled / readonly field should always be valid (#21222) ([8711494](https://github.com/vuetifyjs/vuetify/commit/8711494)), closes [#21222](https://github.com/vuetifyjs/vuetify/issues/21222)
|
25
23
|
* fix(VAutocomplete): correct match splitting with custom filter ([1bef712](https://github.com/vuetifyjs/vuetify/commit/1bef712)), closes [#21228](https://github.com/vuetifyjs/vuetify/issues/21228)
|
26
24
|
* fix(VCode): display multiline as inline-block ([d183b40](https://github.com/vuetifyjs/vuetify/commit/d183b40))
|
27
25
|
* fix(VDataTable): data table expand button content overflows (#21218) ([82a321a](https://github.com/vuetifyjs/vuetify/commit/82a321a)), closes [#21218](https://github.com/vuetifyjs/vuetify/issues/21218) [#20545](https://github.com/vuetifyjs/vuetify/issues/20545)
|
28
26
|
* fix(VDataTable): ignore default filter if query is empty ([0a8de9b](https://github.com/vuetifyjs/vuetify/commit/0a8de9b)), closes [#21212](https://github.com/vuetifyjs/vuetify/issues/21212)
|
27
|
+
* fix(VDatePicker): resolve firstDayOfWeek from locale (#21260) ([1c1d6b0](https://github.com/vuetifyjs/vuetify/commit/1c1d6b0)), closes [#21260](https://github.com/vuetifyjs/vuetify/issues/21260)
|
29
28
|
* fix(VDatePicker): use start of week to calculate week numbers (#21199) ([7321535](https://github.com/vuetifyjs/vuetify/commit/7321535)), closes [#21199](https://github.com/vuetifyjs/vuetify/issues/21199) [#20724](https://github.com/vuetifyjs/vuetify/issues/20724) [#20490](https://github.com/vuetifyjs/vuetify/issues/20490)
|
29
|
+
* fix(VTooltip, VSnackbar): increase contrast on dark theme (#21184) ([638977e](https://github.com/vuetifyjs/vuetify/commit/638977e)), closes [#21184](https://github.com/vuetifyjs/vuetify/issues/21184)
|
30
|
+
* docs(announcing-vuetify-3.8): add new blog post (#21233) ([cde1028](https://github.com/vuetifyjs/vuetify/commit/cde1028)), closes [#21233](https://github.com/vuetifyjs/vuetify/issues/21233)
|
31
|
+
* docs(App): media.addListener -> addEventListener ([c2b8884](https://github.com/vuetifyjs/vuetify/commit/c2b8884))
|
32
|
+
* docs(sass-variables): mention import.meta.glob for layers ([d235bba](https://github.com/vuetifyjs/vuetify/commit/d235bba))
|
30
33
|
|
31
34
|
|
32
35
|
|