@vuetify/nightly 3.8.1-master.2025-04-13 → 3.8.1-master.2025-04-14
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 +29 -27
- package/dist/json/attributes.json +392 -392
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +194 -194
- package/dist/json/web-types.json +681 -681
- package/dist/vuetify-labs.cjs +27 -21
- package/dist/vuetify-labs.css +3267 -3267
- package/dist/vuetify-labs.d.ts +80 -67
- package/dist/vuetify-labs.esm.js +27 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3269 -3269
- package/dist/vuetify.d.ts +80 -67
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +67 -66
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/package.json +56 -51
package/CHANGELOG.md
CHANGED
@@ -1,30 +1,32 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
*
|
11
|
-
*
|
12
|
-
*
|
13
|
-
*
|
14
|
-
*
|
15
|
-
*
|
16
|
-
*
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
*
|
22
|
-
*
|
23
|
-
*
|
24
|
-
*
|
25
|
-
*
|
26
|
-
*
|
27
|
-
*
|
1
|
+
## (2025-04-14)
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
## <small>3.8.1-master.2025-04-14 (2025-04-14)</small>
|
7
|
+
|
8
|
+
* chore: allow native dependencies to build ([e89b97c](https://github.com/vuetifyjs/vuetify/commit/e89b97c))
|
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
|
+
* chore: fix eslint config ([31ca977](https://github.com/vuetifyjs/vuetify/commit/31ca977))
|
12
|
+
* chore: fix tests ([ba8ba4e](https://github.com/vuetifyjs/vuetify/commit/ba8ba4e))
|
13
|
+
* chore: fix webdriverio path ([4d856dc](https://github.com/vuetifyjs/vuetify/commit/4d856dc))
|
14
|
+
* 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
|
+
* chore(ci): upload failed test screenshots ([68cd1fd](https://github.com/vuetifyjs/vuetify/commit/68cd1fd))
|
17
|
+
* chore(filter): fix test ([00b9897](https://github.com/vuetifyjs/vuetify/commit/00b9897))
|
18
|
+
* 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-14 ([a38ff80](https://github.com/vuetifyjs/vuetify/commit/a38ff80))
|
20
|
+
* 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)
|
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))
|
24
|
+
* 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
|
+
* 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
|
+
* fix(VCode): display multiline as inline-block ([d183b40](https://github.com/vuetifyjs/vuetify/commit/d183b40))
|
27
|
+
* 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
|
+
* 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)
|
29
|
+
* 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)
|
28
30
|
|
29
31
|
|
30
32
|
|