@vuetify/nightly 3.8.9-master.2025-06-13 → 3.8.9-master.2025-06-14

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,12 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.9-master.2025-06-13...v) (2025-06-13)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.9-master.2025-06-14...v) (2025-06-14)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.9-master.2025-06-13](https://github.com/vuetifyjs/vuetify/compare/v3.8.9...v3.8.9-master.2025-06-13) "Other Commits" (2025-06-13)
5
+ ## [3.8.9-master.2025-06-14](https://github.com/vuetifyjs/vuetify/compare/v3.8.9...v3.8.9-master.2025-06-14) "Other Commits" (2025-06-14)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
9
9
 
10
+ * **VDataTableColumn:** on tab focus also show sortable icon ([#21540](https://github.com/vuetifyjs/vuetify/issues/21540)) ([fef3588](https://github.com/vuetifyjs/vuetify/commit/fef3588a9e496869cb3c1520d1d631403b40aa5e))
10
11
  * **VDatePicker:** reactive month and year ([#21563](https://github.com/vuetifyjs/vuetify/issues/21563)) ([9099082](https://github.com/vuetifyjs/vuetify/commit/9099082dbfe14611f43265a3973b77fab0f0b055)), closes [#21562](https://github.com/vuetifyjs/vuetify/issues/21562)
11
12
  * **VDatePicker:** Fix autoscroll ([#21556](https://github.com/vuetifyjs/vuetify/issues/21556)) ([f5f13f5](https://github.com/vuetifyjs/vuetify/commit/f5f13f526b097ff33dee826a9d567539d232c866))
12
13
  * **VNumberInput:** focus after click handler executed ([#21217](https://github.com/vuetifyjs/vuetify/issues/21217)) ([1452442](https://github.com/vuetifyjs/vuetify/commit/14524423646a06fe6962183cda84a38c68feb6fe)), closes [#21213](https://github.com/vuetifyjs/vuetify/issues/21213)
@@ -16,13 +17,15 @@
16
17
 
17
18
  ### :test_tube: Labs
18
19
 
20
+ * **VFileUpload:** file name not passed correctly ([#21541](https://github.com/vuetifyjs/vuetify/issues/21541)) ([06d4593](https://github.com/vuetifyjs/vuetify/commit/06d4593da36a97ca325951e08842e5622ad8bd9b))
19
21
  * **VTimePicker:** Value not changing on wheel ([#21549](https://github.com/vuetifyjs/vuetify/issues/21549)) ([3667eb5](https://github.com/vuetifyjs/vuetify/commit/3667eb53a1ce4ae61da4c514595587f42d42e566))
20
22
  * **VTreeview:** avoid inaccessible items when overflow ([#21443](https://github.com/vuetifyjs/vuetify/issues/21443)) ([5c9dcb3](https://github.com/vuetifyjs/vuetify/commit/5c9dcb333a751582e5ecae7ea40b49d395d327b1)), closes [#21387](https://github.com/vuetifyjs/vuetify/issues/21387)
21
23
 
22
24
 
23
25
  ### Other Commits
24
26
 
25
- * chore(release): publish v3.8.9-master.2025-06-13 ([7812747](https://github.com/vuetifyjs/vuetify/commit/78127471f8d57ad47d6f5718a1e635da317a976f))
27
+ * chore(release): publish v3.8.9-master.2025-06-14 ([1b04427](https://github.com/vuetifyjs/vuetify/commit/1b04427bbcdf7c377ceaef0620b6867cda8fd40d))
28
+ * chore(hotkey): drop unnecessary refs ([#21571](https://github.com/vuetifyjs/vuetify/issues/21571)) ([f3523e5](https://github.com/vuetifyjs/vuetify/commit/f3523e5758195a4ae7b9331c5052b37ef1171674))
26
29
  * chore(hotkey): add new composable ([#21566](https://github.com/vuetifyjs/vuetify/issues/21566)) ([3663c71](https://github.com/vuetifyjs/vuetify/commit/3663c7190988dadc88a24f1ab1a6b21726a2499b))
27
30
 
28
31