@vuetify/nightly 3.8.1-master.2025-04-08 → 3.8.1-master.2025-04-10

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,14 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.1-master.2025-04-08...v) (2025-04-08)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.1-master.2025-04-10...v) (2025-04-10)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.1-master.2025-04-08](https://github.com/vuetifyjs/vuetify/compare/v3.8.1...v3.8.1-master.2025-04-08) "Other Commmits" (2025-04-08)
5
+ ## [3.8.1-master.2025-04-10](https://github.com/vuetifyjs/vuetify/compare/v3.8.1...v3.8.1-master.2025-04-10) "Other Commmits" (2025-04-10)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
9
9
 
10
10
  * **VAutocomplete:** correct match splitting with custom filter ([1bef712](https://github.com/vuetifyjs/vuetify/commit/1bef7128a300840cee6eb5ae393bc3976a86375f)), closes [#21228](https://github.com/vuetifyjs/vuetify/issues/21228)
11
+ * **VCode:** display multiline as inline-block ([d183b40](https://github.com/vuetifyjs/vuetify/commit/d183b407c100ca23c457cb8d25daec60369d9f3b))
11
12
  * **VDataTable:** ignore default filter if query is empty ([0a8de9b](https://github.com/vuetifyjs/vuetify/commit/0a8de9b32e15855b1146d080c634f2e30b158c13)), closes [#21212](https://github.com/vuetifyjs/vuetify/issues/21212)
12
13
  * **VDataTable:** data table expand button content overflows ([#21218](https://github.com/vuetifyjs/vuetify/issues/21218)) ([82a321a](https://github.com/vuetifyjs/vuetify/commit/82a321adb5030ebed752a6b944e68ddc29701737)), closes [#20545](https://github.com/vuetifyjs/vuetify/issues/20545)
13
14
  * **VDatePicker:** use start of week to calculate week numbers ([#21199](https://github.com/vuetifyjs/vuetify/issues/21199)) ([7321535](https://github.com/vuetifyjs/vuetify/commit/7321535bbb4d561883c44924425120d126562095)), closes [#20724](https://github.com/vuetifyjs/vuetify/issues/20724) [#20490](https://github.com/vuetifyjs/vuetify/issues/20490)
@@ -15,7 +16,9 @@
15
16
 
16
17
  ### Other Commmits
17
18
 
18
- * chore(release): publish v3.8.1-master.2025-04-08 ([cc4f5ce](https://github.com/vuetifyjs/vuetify/commit/cc4f5ce5143541252e69636e2a0a0af6177fbac5))
19
+ * chore(release): publish v3.8.1-master.2025-04-10 ([de62705](https://github.com/vuetifyjs/vuetify/commit/de6270570ae1ab27aad6738807110584f28628bc))
20
+ * docs(sass-variables): mention import.meta.glob for layers ([d235bba](https://github.com/vuetifyjs/vuetify/commit/d235bba43924b25423f63cdf14bbb89970bb4aaa))
21
+ * docs(announcing-vuetify-3.8): add new blog post ([#21233](https://github.com/vuetifyjs/vuetify/issues/21233)) ([cde1028](https://github.com/vuetifyjs/vuetify/commit/cde102898f8a93daea7e1fbceff5364c00272d33))
19
22
  * chore(filter): fix test ([00b9897](https://github.com/vuetifyjs/vuetify/commit/00b9897cede9a494d36b583f1a0c312b813bf6f1))
20
23
 
21
24