@vuetify/nightly 3.8.0-beta.0-dev.2025-03-25 → 3.8.0-beta.0-dev.2025-03-26

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,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.0-beta.0-dev.2025-03-25...v) (2025-03-25)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.0-beta.0-dev.2025-03-26...v) (2025-03-26)
2
2
 
3
3
 
4
4
 
5
- # [3.8.0-beta.0-dev.2025-03-25](https://github.com/vuetifyjs/vuetify/compare/v3.8.0-beta.0...v3.8.0-beta.0-dev.2025-03-25) "Other Commmits" (2025-03-25)
5
+ # [3.8.0-beta.0-dev.2025-03-26](https://github.com/vuetifyjs/vuetify/compare/v3.7.19...v3.8.0-beta.0-dev.2025-03-26) "Other Commmits" (2025-03-26)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -12,9 +12,6 @@
12
12
 
13
13
  ### :wrench: Bug Fixes
14
14
 
15
- * replace hasOwn with hasOwnProperty ([227ba8e](https://github.com/vuetifyjs/vuetify/commit/227ba8e8f2b0793a9e210b2069534cfbe1361485))
16
- * **VDataTableRow:** provide correct defaults for special slots ([#21071](https://github.com/vuetifyjs/vuetify/issues/21071)) ([a5e2de1](https://github.com/vuetifyjs/vuetify/commit/a5e2de10d2686b0d71b81cb6b15198dd2e3d61f4))
17
- * **VDatePicker:** use adapter date in onMultipleClick ([#21091](https://github.com/vuetifyjs/vuetify/issues/21091)) ([0b1dc46](https://github.com/vuetifyjs/vuetify/commit/0b1dc46a366e7c2ab7fd1367e7c2216f306b60cc)), closes [#21090](https://github.com/vuetifyjs/vuetify/issues/21090)
18
15
  * **VField:** min-height calculation incorrect ([3d09d1c](https://github.com/vuetifyjs/vuetify/commit/3d09d1cbf558b66830dce78bfe784af1b2f8f501))
19
16
  * **VInput:** don't apply opacity to message with glow ([9caab87](https://github.com/vuetifyjs/vuetify/commit/9caab8776a79c2042f46562b894310c064291b53))
20
17
 
@@ -22,45 +19,92 @@
22
19
  ### :microscope: Code Refactoring
23
20
 
24
21
  * **VField:** default slot fallback ([#21074](https://github.com/vuetifyjs/vuetify/issues/21074)) ([0a8528a](https://github.com/vuetifyjs/vuetify/commit/0a8528a9c6517ece5cf8199002ba093c31e3164d))
25
- * **VIcon:** swap provideTheme with useTheme ([633e7c2](https://github.com/vuetifyjs/vuetify/commit/633e7c2da541660bdc22c1bf1cdd7cc71f0c3036))
26
22
 
27
23
 
28
24
  ### :test_tube: Labs
29
25
 
30
26
  * **VDateInput:** hide confirm actions by default ([dca7872](https://github.com/vuetifyjs/vuetify/commit/dca78726abdbc2f3263d46d2862443eed1c70d6b))
31
- * **VDateInput:** add new display-format prop ([d177272](https://github.com/vuetifyjs/vuetify/commit/d177272641eeb988950e4f77776636f703106500))
32
- * **VDateInput:** add missing save / cancel events ([5ce8ec8](https://github.com/vuetifyjs/vuetify/commit/5ce8ec87a03ba8315c6eac8d62852d3b1bdecf5c))
33
27
 
34
28
 
35
29
  ### Other Commmits
36
30
 
37
- * chore(release): publish v3.8.0-beta.0-dev.2025-03-25 ([dc8d0fd](https://github.com/vuetifyjs/vuetify/commit/dc8d0fdb64541b29d5f576148c817ef82cb8d116))
31
+ * chore(release): publish v3.8.0-beta.0-dev.2025-03-26 ([a68752d](https://github.com/vuetifyjs/vuetify/commit/a68752d17a1500e692cafe70c85b9ba17485c26f))
38
32
  * chore(prop-display-format): fix lint ([6d4439e](https://github.com/vuetifyjs/vuetify/commit/6d4439e8a78364662c4c4f80c0c2bbefdc8829be))
39
- * docs(prop-prepend-icon): clean-up example ([23ef6f3](https://github.com/vuetifyjs/vuetify/commit/23ef6f3e8932964982a2c4d5c973125bb1a02d8c))
40
- * docs: clarify ad rendering condition to prevent null spot access ([5c3061b](https://github.com/vuetifyjs/vuetify/commit/5c3061b9020504b4e6d133fe464b9f84df2402da))
41
- * docs(sass-variables): clean up usage/component section ([a74cd52](https://github.com/vuetifyjs/vuetify/commit/a74cd5240632c3ead68a7eb70444476058628961))
42
- * docs: fix example prop order ([bef4782](https://github.com/vuetifyjs/vuetify/commit/bef4782e32cd14cfc1e14b656566d5486f7f6fb6))
43
- * docs: added missing IconAliases properties ([#21126](https://github.com/vuetifyjs/vuetify/issues/21126)) ([06cc0f7](https://github.com/vuetifyjs/vuetify/commit/06cc0f797e03aed2e1fa378276ac978c0ab8de15))
44
- * docs(inputs): remove unused example and style ([0799be5](https://github.com/vuetifyjs/vuetify/commit/0799be55c238d6e929c769acf192a5cad65ac89d))
45
- * docs(VInput): remove unused script section ([#21135](https://github.com/vuetifyjs/vuetify/issues/21135)) ([9bc0100](https://github.com/vuetifyjs/vuetify/commit/9bc010042fa2f973dab06e2bd365518939dedc29))
46
- * docs(VToolbar): remove unnecessary spacer ([#21142](https://github.com/vuetifyjs/vuetify/issues/21142)) ([cd5b48f](https://github.com/vuetifyjs/vuetify/commit/cd5b48fd8791ec61c57dfe6f619336e7c9edef19))
47
- * docs(api): set correct description for border prop ([#21108](https://github.com/vuetifyjs/vuetify/issues/21108)) ([127160f](https://github.com/vuetifyjs/vuetify/commit/127160f37fff9c19cb8e342e628c17782128c63d))
48
- * docs(sass-variables): correct use of `$utilities` and `$color-pack` ([#21144](https://github.com/vuetifyjs/vuetify/issues/21144)) ([4e4c98c](https://github.com/vuetifyjs/vuetify/commit/4e4c98c3f4f61f8fa29e9df0a2206b1ca7c69454))
49
33
  * docs(package.json): update @intlify/unplugin-vue-i18n ([4761355](https://github.com/vuetifyjs/vuetify/commit/47613550d93cf3230b3ec0b2458015ef50ce3cb5))
50
- * docs(misc-open-in-list): add missing sheet variable ([77e6069](https://github.com/vuetifyjs/vuetify/commit/77e6069092ff89383d9fc7f410c432f274dac2d5))
51
- * docs(prop-load-children): add unique id for users ([7c33933](https://github.com/vuetifyjs/vuetify/commit/7c339338ac174aed2e6f22286d06308990f2bf19))
52
- * docs(enterprise-support): update page content ([da8068b](https://github.com/vuetifyjs/vuetify/commit/da8068bac814d637c61fae5dfe385c9a869062d0))
53
- * docs(blog): remove snips advert ([5633564](https://github.com/vuetifyjs/vuetify/commit/5633564064b09698f75523e1d9c53c19b611df35))
54
- * docs(team): update entries ([5cac075](https://github.com/vuetifyjs/vuetify/commit/5cac0757caec12f7689248a130978b315917241d))
55
- * chore: add link to post-mortem ([cdc524a](https://github.com/vuetifyjs/vuetify/commit/cdc524a92799908600d9fad1844a9096dd13d00e))
56
- * docs: update roadmap ([4f61063](https://github.com/vuetifyjs/vuetify/commit/4f610633d6940b31b94e9903a7272f13652049e7))
57
- * docs(team.json): update core team ([#21101](https://github.com/vuetifyjs/vuetify/issues/21101)) ([9af24c4](https://github.com/vuetifyjs/vuetify/commit/9af24c4451644068508aec82b05e0c6e55a1e5e3))
58
- * docs(state-of-the-union-2024-post-mortem): add new blog post ([b61f7e4](https://github.com/vuetifyjs/vuetify/commit/b61f7e49cea7a005e78e72637518c152ffc671ab))
59
- * docs(VSlideGroup): Update active class prop ([#20988](https://github.com/vuetifyjs/vuetify/issues/20988)) ([849ed78](https://github.com/vuetifyjs/vuetify/commit/849ed78730a6e26217ccb325a28a1b762a331723))
60
- * docs(VDateInput): add hideActions description ([#21082](https://github.com/vuetifyjs/vuetify/issues/21082)) ([0c7d417](https://github.com/vuetifyjs/vuetify/commit/0c7d4178f73bfdb0a586805a4b68351abd0383f9))
61
- * docs(api): set VBanner specific description for the prepend slot ([#21085](https://github.com/vuetifyjs/vuetify/issues/21085)) ([a9c97b3](https://github.com/vuetifyjs/vuetify/commit/a9c97b3cf7eabb779e5e70ce04512feae70f977e))
62
- * docs(v-checkbox-btn): remove misleading description ([#21078](https://github.com/vuetifyjs/vuetify/issues/21078)) ([c843189](https://github.com/vuetifyjs/vuetify/commit/c8431899fe0b9b8ae853796bb303f83d321f0928))
63
- * docs(api): clarify borderColor usage of VAlert ([#21123](https://github.com/vuetifyjs/vuetify/issues/21123)) ([42268ae](https://github.com/vuetifyjs/vuetify/commit/42268ae8fac3db8473a9de08790c5537ae70be06))
34
+
35
+
36
+
37
+ # [3.8.0-beta.0](https://github.com/vuetifyjs/vuetify/compare/v3.7.18...v3.8.0-beta.0) "Other Commmits" (2025-03-21)
38
+
39
+
40
+ ### :rocket: Features
41
+
42
+ * allow tag prop to accept Component ([327a2c9](https://github.com/vuetifyjs/vuetify/commit/327a2c92404b1cb7faba68c3655550ca6f574d25)), closes [#20806](https://github.com/vuetifyjs/vuetify/issues/20806)
43
+ * require vue 3.5 ([8c5a2b9](https://github.com/vuetifyjs/vuetify/commit/8c5a2b92fdeb4e3e50a5cccf09bf999724a3f875))
44
+ * **framework:** add unmount function ([5d9db2c](https://github.com/vuetifyjs/vuetify/commit/5d9db2cc957a7d1d0efec9513cd9639b7089d9e4)), closes [#20429](https://github.com/vuetifyjs/vuetify/issues/20429)
45
+ * **nested:** add trunk select strategy ([ca38ce3](https://github.com/vuetifyjs/vuetify/commit/ca38ce33f22d2f00d2337f719d74b45a4d8b56e4)), closes [#6759](https://github.com/vuetifyjs/vuetify/issues/6759)
46
+ * **theme:** add stylesheetId and scope options ([#20789](https://github.com/vuetifyjs/vuetify/issues/20789)) ([794a2e6](https://github.com/vuetifyjs/vuetify/commit/794a2e6999c20b69c041f94ea44d64d5e916ad68)), closes [#4065](https://github.com/vuetifyjs/vuetify/issues/4065)
47
+ * **types:** expose public interfaces ([44be603](https://github.com/vuetifyjs/vuetify/commit/44be6034569b938621c44dd877e76ea6314c2f78)), closes [#16680](https://github.com/vuetifyjs/vuetify/issues/16680) [#19723](https://github.com/vuetifyjs/vuetify/issues/19723) [#21052](https://github.com/vuetifyjs/vuetify/issues/21052)
48
+ * **VAutocomplete:** support multiple match highlighting ([#16462](https://github.com/vuetifyjs/vuetify/issues/16462)) ([9da6442](https://github.com/vuetifyjs/vuetify/commit/9da64422e5bf4cf24819b5b7cf4c03b8405ee34e)), closes [#18946](https://github.com/vuetifyjs/vuetify/issues/18946)
49
+ * **VChip:** add base-color prop ([#20702](https://github.com/vuetifyjs/vuetify/issues/20702)) ([1e099f2](https://github.com/vuetifyjs/vuetify/commit/1e099f2c1858617a4447c308326cf204f9e9d112)), closes [#19678](https://github.com/vuetifyjs/vuetify/issues/19678)
50
+ * **VColorPicker:** support emitting rgb() and hsl() strings ([a5efcf1](https://github.com/vuetifyjs/vuetify/commit/a5efcf167fe82ad8d5565f6688fb957a05b7a7f2)), closes [#20944](https://github.com/vuetifyjs/vuetify/issues/20944)
51
+ * **VConfirmEdit:** add hideActions prop ([9618326](https://github.com/vuetifyjs/vuetify/commit/9618326a61254366e1f6b7408fe1c4ea8a2aa6a4)), closes [#20905](https://github.com/vuetifyjs/vuetify/issues/20905)
52
+ * **VDataTable:** support shift click for multiple selection ([c9a2a22](https://github.com/vuetifyjs/vuetify/commit/c9a2a2269b0492cc3cd0b757888be9ddd96316ba)), closes [#20055](https://github.com/vuetifyjs/vuetify/issues/20055)
53
+ * **VDataTableVirtual:** expose scrollToIndex ([#21006](https://github.com/vuetifyjs/vuetify/issues/21006)) ([526f160](https://github.com/vuetifyjs/vuetify/commit/526f1605057ece9dc9516c5ca90b189acc2551e5))
54
+ * **VDatePicker:** add new prop control-height ([6090515](https://github.com/vuetifyjs/vuetify/commit/609051508221132d55518dfbe759b22adbcd68b7))
55
+ * **VDatePicker:** add new prop header-color ([fcf392b](https://github.com/vuetifyjs/vuetify/commit/fcf392b7963170dcc2d8424a7ce75cc3a3a9ca43))
56
+ * **VDatePicker:** add rtl classes ([a9ad813](https://github.com/vuetifyjs/vuetify/commit/a9ad813275aa4f6a2b465cf2278b550d7124fae5))
57
+ * **VField/VInput:** add new props icon-color and glow ([#21076](https://github.com/vuetifyjs/vuetify/issues/21076)) ([409fa95](https://github.com/vuetifyjs/vuetify/commit/409fa95f7cfb80f572d74b9d09f828b72958dc15)), closes [#17763](https://github.com/vuetifyjs/vuetify/issues/17763)
58
+ * **VNumberInput:** promote from labs ([11efba2](https://github.com/vuetifyjs/vuetify/commit/11efba208a092399304543b8283ccc3485514154))
59
+ * **VSnackbarQueue:** promote from labs ([aa8d4c9](https://github.com/vuetifyjs/vuetify/commit/aa8d4c933ce2b23c44ee183946a9469e0f48c9d4))
60
+ * **VTimeline:** side prop for individual items ([#20855](https://github.com/vuetifyjs/vuetify/issues/20855)) ([1c65f8f](https://github.com/vuetifyjs/vuetify/commit/1c65f8fe9ce0bd81e5ade43c4bb51bf0b883cb80)), closes [#19363](https://github.com/vuetifyjs/vuetify/issues/19363)
61
+ * **VTooltip:** add new prop intertactive ([1599512](https://github.com/vuetifyjs/vuetify/commit/159951278e9a27309d4d1eb633b426c770989584)), closes [#19473](https://github.com/vuetifyjs/vuetify/issues/19473)
62
+ * **VVirtualScroll:** add itemKey prop ([fabc511](https://github.com/vuetifyjs/vuetify/commit/fabc511bfbf90149b536ba09c6ba5e18bafd4c3a)), closes [#20809](https://github.com/vuetifyjs/vuetify/issues/20809)
63
+
64
+
65
+ ### :wrench: Bug Fixes
66
+
67
+ * replace getUid with vue's useId ([cbd14a7](https://github.com/vuetifyjs/vuetify/commit/cbd14a7ace7e210fab91b4b2003ff0bcd7892d32)), closes [#19696](https://github.com/vuetifyjs/vuetify/issues/19696)
68
+ * **blueprints/md1/md2/md3:** set VDatePicker defaults ([d9c8918](https://github.com/vuetifyjs/vuetify/commit/d9c8918629d78f61c92d8acd2c6f14e3c01c4f29))
69
+ * **build:** use subpath exports in import maps ([90986f2](https://github.com/vuetifyjs/vuetify/commit/90986f29bd851f4c5b180b258fe729bdb872580a))
70
+ * **package:** fix missing types and simplify exports ([#21104](https://github.com/vuetifyjs/vuetify/issues/21104)) ([7811fdd](https://github.com/vuetifyjs/vuetify/commit/7811fdd5c759fa14c09bd943c27d239335a53a38))
71
+ * **package:** add .mjs -> .js export redirect ([d06119b](https://github.com/vuetifyjs/vuetify/commit/d06119b638e42337e5db8ea60690e3e7fde4e33e))
72
+ * **types:** support moduleResolution node16 ([011be15](https://github.com/vuetifyjs/vuetify/commit/011be154dcfb547540ed20f5e8928555798ac298))
73
+ * **types:** optimise build ([#20484](https://github.com/vuetifyjs/vuetify/issues/20484)) ([bf13ecc](https://github.com/vuetifyjs/vuetify/commit/bf13eccde630b14820f4e24b09f3b34f90bb255e)), closes [#20480](https://github.com/vuetifyjs/vuetify/issues/20480)
74
+ * **VDataTableVirtual:** add missing thead, tbody, tfoot slots ([#19072](https://github.com/vuetifyjs/vuetify/issues/19072)) ([b6db70d](https://github.com/vuetifyjs/vuetify/commit/b6db70d8eeb98cbf186bceecf0600d2355c979a4))
75
+ * **VList:** ignore input element interactions ([#20881](https://github.com/vuetifyjs/vuetify/issues/20881)) ([f54ca9a](https://github.com/vuetifyjs/vuetify/commit/f54ca9a12f65f69b95c0b45accc7783a2b1c6d52)), closes [#20523](https://github.com/vuetifyjs/vuetify/issues/20523)
76
+ * **VTimeline:** alignment consistency ([#20876](https://github.com/vuetifyjs/vuetify/issues/20876)) ([2d3ddd5](https://github.com/vuetifyjs/vuetify/commit/2d3ddd5c7599bcc3c89c8853f83047fadafa5a45))
77
+ * **VVirtualScroll:** don't fully deep watch items ([70db0c7](https://github.com/vuetifyjs/vuetify/commit/70db0c7ea6c63a0f6a6acc4979716894a952cc92)), closes [#19941](https://github.com/vuetifyjs/vuetify/issues/19941) [#20608](https://github.com/vuetifyjs/vuetify/issues/20608)
78
+
79
+
80
+ ### :microscope: Code Refactoring
81
+
82
+ * **VColorPicker:** implement VPicker ([5530832](https://github.com/vuetifyjs/vuetify/commit/55308327b73953a0f3cd3999f2c42172e72b1f99))
83
+ * **VDatePickerMonth:** remove VDefaultsProvider usage ([d96798a](https://github.com/vuetifyjs/vuetify/commit/d96798aeddaa7c164c117e05a901e49d86971353))
84
+
85
+
86
+ ### :test_tube: Labs
87
+
88
+ * **rules:** add useRules composable ([#18332](https://github.com/vuetifyjs/vuetify/issues/18332)) ([f7d9377](https://github.com/vuetifyjs/vuetify/commit/f7d9377988736b0f0480bc66daf112e16a4250f9))
89
+ * **VPicker:** add new prop divided ([ea25366](https://github.com/vuetifyjs/vuetify/commit/ea253667c16efbd76b5a11935d0b73c40af3c842))
90
+
91
+
92
+ ### Other Commmits
93
+
94
+ * chore(release): publish v3.8.0-beta.0 ([7b121d2](https://github.com/vuetifyjs/vuetify/commit/7b121d2f5910c055aa960504fb2c83f521b1a53c))
95
+ * docs(rules): add api section ([c047081](https://github.com/vuetifyjs/vuetify/commit/c047081008cb4792cb7b7d0a89a084765bac0cf1))
96
+ * docs(VSnackbarQueue): add examples ([e079c0d](https://github.com/vuetifyjs/vuetify/commit/e079c0d966307c095af1bcd6a66550ff2956456e))
97
+ * chore(VDateInput): remove redundant prop ([10b2a9f](https://github.com/vuetifyjs/vuetify/commit/10b2a9f1757b3f036db6118250de272652d0feea))
98
+ * test(VTextarea): update selectors ([7e4be06](https://github.com/vuetifyjs/vuetify/commit/7e4be068049a62bf0e17defbbeff730ca14d934b))
99
+ * chore: update @vuetify/one ([2ead254](https://github.com/vuetifyjs/vuetify/commit/2ead254167e00012fc6ef5cbe01c88c0e2f9d373))
100
+ * chore: move repo to ESM ([#21105](https://github.com/vuetifyjs/vuetify/issues/21105)) ([d822282](https://github.com/vuetifyjs/vuetify/commit/d822282b74c0b07c07201244897d949a6156c5f1))
101
+ * docs: extract component for "introduced in" alert ([1a427b3](https://github.com/vuetifyjs/vuetify/commit/1a427b33166d8e7d8c916d528176a7a62d383856))
102
+ * docs(VSnackbarQueue): filter internal vnode props from types ([cdd6d71](https://github.com/vuetifyjs/vuetify/commit/cdd6d715bb6e60ee088af4dd4d947507bb24a6ca)), closes [#20384](https://github.com/vuetifyjs/vuetify/issues/20384)
103
+ * chore: fix docs typescript error ([7319b0f](https://github.com/vuetifyjs/vuetify/commit/7319b0f62b7290454746a03f466085a2e1fa4ba3))
104
+ * style: fix lint ([74c84ba](https://github.com/vuetifyjs/vuetify/commit/74c84ba5c8fc816cec48a69d38009d82aeb3d7b8))
105
+ * chore: fix lint ([ff0a982](https://github.com/vuetifyjs/vuetify/commit/ff0a982b372c42647843bacfe62761e0f9b173a9))
106
+ * test(display): use effectScope ([1950f2b](https://github.com/vuetifyjs/vuetify/commit/1950f2b7a9f1b66cf9292e576ac18c1ec5ee2481))
107
+ * chore: remove unused import ([9e5a3c8](https://github.com/vuetifyjs/vuetify/commit/9e5a3c88a9bb9175990a6268d04cebfb01508d88))
64
108
 
65
109
 
66
110