@vuetify/nightly 3.8.1-master.2025-04-15 → 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 CHANGED
@@ -1,13 +1,12 @@
1
- ## (2025-04-15)
1
+ ## (2025-04-16)
2
2
 
3
3
 
4
4
 
5
5
 
6
- ## <small>3.8.1-master.2025-04-15 (2025-04-15)</small>
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))
@@ -18,7 +17,8 @@
18
17
  * chore(ci): upload failed test screenshots ([68cd1fd](https://github.com/vuetifyjs/vuetify/commit/68cd1fd))
19
18
  * chore(filter): fix test ([00b9897](https://github.com/vuetifyjs/vuetify/commit/00b9897))
20
19
  * chore(package.json): update most dependencies to latest ([1e1aa3f](https://github.com/vuetifyjs/vuetify/commit/1e1aa3f))
21
- * chore(release): publish v3.8.1-master.2025-04-15 ([8a90abe](https://github.com/vuetifyjs/vuetify/commit/8a90abe))
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))
22
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)
23
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)
24
24
  * fix(VCode): display multiline as inline-block ([d183b40](https://github.com/vuetifyjs/vuetify/commit/d183b40))