@vuetify/nightly 3.8.3-master.2025-04-30 → 3.8.3-master.2025-05-01

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,18 +1,32 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-04-30...v) (2025-04-30)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-05-01...v) (2025-05-01)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.3-master.2025-04-30](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-master.2025-04-30) "Other Commits" (2025-04-30)
5
+ ## [3.8.3-master.2025-05-01](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-master.2025-05-01) "Other Commits" (2025-05-01)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
9
9
 
10
+ * **VDataTable:** shift click should only toggle selectable rows ([#21334](https://github.com/vuetifyjs/vuetify/issues/21334)) ([cd971b4](https://github.com/vuetifyjs/vuetify/commit/cd971b4ad1f24dfd3b72f0c8db8b7f218723d15f)), closes [#21328](https://github.com/vuetifyjs/vuetify/issues/21328)
11
+ * **VTable:** remove border radius when top/bottom is present ([95582d9](https://github.com/vuetifyjs/vuetify/commit/95582d9f26189ab9fd1f63a233631ce9e1c1c471)), closes [#21320](https://github.com/vuetifyjs/vuetify/issues/21320) [#21321](https://github.com/vuetifyjs/vuetify/issues/21321)
10
12
  * **VTooltip:** disable transition when transition=false ([5d58b69](https://github.com/vuetifyjs/vuetify/commit/5d58b693cd059bb728f27ea01c7fce3e10fb4dd9)), closes [#21268](https://github.com/vuetifyjs/vuetify/issues/21268)
11
13
 
12
14
 
15
+ ### :test_tube: Labs
16
+
17
+ * **VDateInput:** add update-on prop ([#21249](https://github.com/vuetifyjs/vuetify/issues/21249)) ([7304a37](https://github.com/vuetifyjs/vuetify/commit/7304a373444e72f47c7dbee137878826d2f2b4cc)), closes [#21245](https://github.com/vuetifyjs/vuetify/issues/21245) [#20964](https://github.com/vuetifyjs/vuetify/issues/20964)
18
+
19
+
13
20
  ### Other Commits
14
21
 
15
- * chore(release): publish v3.8.3-master.2025-04-30 ([6e1225b](https://github.com/vuetifyjs/vuetify/commit/6e1225b154a5f1842e6285d8ba39da9918e703ed))
22
+ * chore(release): publish v3.8.3-master.2025-05-01 ([da6a44b](https://github.com/vuetifyjs/vuetify/commit/da6a44be82b2bedb38e88d81b72c511181fcafb6))
23
+ * docs(VOverlay): update opacity description ([9c0a1ca](https://github.com/vuetifyjs/vuetify/commit/9c0a1ca0f7c988ec829227b8be280e65182d5c8d)), closes [#21347](https://github.com/vuetifyjs/vuetify/issues/21347)
24
+ * docs: type inference issue on exposed API documentation ([#21278](https://github.com/vuetifyjs/vuetify/issues/21278)) ([dd0dc0f](https://github.com/vuetifyjs/vuetify/commit/dd0dc0f341b2d99fbae73da9cbfc09cbc68161f7))
25
+ * docs: more precise description of the offset for location strategy ([#21317](https://github.com/vuetifyjs/vuetify/issues/21317)) ([37a6fa6](https://github.com/vuetifyjs/vuetify/commit/37a6fa65ec60913c19aa351dfcab15925dc3b5d7))
26
+ * docs: missing links to GitHub ([#21313](https://github.com/vuetifyjs/vuetify/issues/21313)) ([60afb15](https://github.com/vuetifyjs/vuetify/commit/60afb15c6a719e609a9cdc88a1c2168a9b3932ef))
27
+ * docs(sass-variables): mention how to use variable values containing commas ([#21346](https://github.com/vuetifyjs/vuetify/issues/21346)) ([7022c64](https://github.com/vuetifyjs/vuetify/commit/7022c64f5123e94791ec0fffc63157cc1a9c47c3))
28
+ * docs(vue-gtag): remove vue-gtag ([0e04ba2](https://github.com/vuetifyjs/vuetify/commit/0e04ba2cabc2406b36e6f7d81dac22f4469f63a0))
29
+ * docs(team): update roster / blog post ([e8ccf6a](https://github.com/vuetifyjs/vuetify/commit/e8ccf6a16e2b7fdd4d49568c27ecbf95b0ec0203))
16
30
  * chore(eslint-local-rules): update process for requiring modules ([050d544](https://github.com/vuetifyjs/vuetify/commit/050d544712dd46efbbab61142c1d6e5f6aadb010))
17
31
  * chore(vue-gtag): transition from vue-gtag-next to vue-gtag ([fc3e514](https://github.com/vuetifyjs/vuetify/commit/fc3e514f4030774638e9015e852ff3f6c7fbe282))
18
32
  * chore: update conventional-github-releaser ([a2e295e](https://github.com/vuetifyjs/vuetify/commit/a2e295ea365f97228c163692ed1b6bccccf91906))