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

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,14 +1,15 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-05-02...v) (2025-05-02)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-05-04...v) (2025-05-04)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.3-master.2025-05-02](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-master.2025-05-02) "Other Commits" (2025-05-02)
5
+ ## [3.8.3-master.2025-05-04](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-master.2025-05-04) "Other Commits" (2025-05-04)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
9
9
 
10
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
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)
12
+ * **VTextField:** reset field on clear ([#21310](https://github.com/vuetifyjs/vuetify/issues/21310)) ([#21314](https://github.com/vuetifyjs/vuetify/issues/21314)) ([5029e1b](https://github.com/vuetifyjs/vuetify/commit/5029e1b7162d1dd2547ce8c295f44def08962e8e))
12
13
  * **VTooltip:** disable transition when transition=false ([5d58b69](https://github.com/vuetifyjs/vuetify/commit/5d58b693cd059bb728f27ea01c7fce3e10fb4dd9)), closes [#21268](https://github.com/vuetifyjs/vuetify/issues/21268)
13
14
 
14
15
 
@@ -20,7 +21,8 @@
20
21
 
21
22
  ### Other Commits
22
23
 
23
- * chore(release): publish v3.8.3-master.2025-05-02 ([9e44749](https://github.com/vuetifyjs/vuetify/commit/9e447492775e90532c474d2f2367d1c46148adce))
24
+ * chore(release): publish v3.8.3-master.2025-05-04 ([76f1b6f](https://github.com/vuetifyjs/vuetify/commit/76f1b6fb0583605605f145390a066c2b464a06ae))
25
+ * chore: remove patreon ([ea600fa](https://github.com/vuetifyjs/vuetify/commit/ea600fa349e505d2c129623fc57e59286089010c))
24
26
  * docs(blog): add april 2025 update ([#21349](https://github.com/vuetifyjs/vuetify/issues/21349)) ([c359af7](https://github.com/vuetifyjs/vuetify/commit/c359af7a6cfbbe1667d363a94118fdbbda9113dc))
25
27
  * docs(VFileInput): updated validation example for multiple file upload ([#21335](https://github.com/vuetifyjs/vuetify/issues/21335)) ([bf30c07](https://github.com/vuetifyjs/vuetify/commit/bf30c076d7c3477b86ebc2f619cd79605cbe19ee)), closes [#21099](https://github.com/vuetifyjs/vuetify/issues/21099)
26
28
  * docs(VOverlay): update opacity description ([9c0a1ca](https://github.com/vuetifyjs/vuetify/commit/9c0a1ca0f7c988ec829227b8be280e65182d5c8d)), closes [#21347](https://github.com/vuetifyjs/vuetify/issues/21347)