@vuetify/nightly 3.8.11-master.2025-06-24 → 3.8.11-master.2025-06-27

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,26 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.11-master.2025-06-24...v) (2025-06-24)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.11-master.2025-06-27...v) (2025-06-27)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.11-master.2025-06-24](https://github.com/vuetifyjs/vuetify/compare/v3.8.11...v3.8.11-master.2025-06-24) "Other Commits" (2025-06-24)
5
+ ## [3.8.11-master.2025-06-27](https://github.com/vuetifyjs/vuetify/compare/v3.8.11...v3.8.11-master.2025-06-27) "Other Commits" (2025-06-27)
6
+
7
+
8
+ ### :wrench: Bug Fixes
9
+
10
+ * **VDataTable:** only tab focus sortable columns ([27aaaf4](https://github.com/vuetifyjs/vuetify/commit/27aaaf41246aaaf3bed977c74d0b962daf0a5662)), closes [#20899](https://github.com/vuetifyjs/vuetify/issues/20899)
11
+ * **VTextField:** avoid infinite focus loop ([#21628](https://github.com/vuetifyjs/vuetify/issues/21628)) ([efaaa5d](https://github.com/vuetifyjs/vuetify/commit/efaaa5d4f02e886b3e0c46e1f9dd9eed1cdf2e88)), closes [#21626](https://github.com/vuetifyjs/vuetify/issues/21626)
12
+
13
+
14
+ ### :test_tube: Labs
15
+
16
+ * **VIconBtn:** add button type ([#21638](https://github.com/vuetifyjs/vuetify/issues/21638)) ([dd1db74](https://github.com/vuetifyjs/vuetify/commit/dd1db749edd8df351727c01eeca67a1bb7fb8fb6)), closes [#21634](https://github.com/vuetifyjs/vuetify/issues/21634)
6
17
 
7
18
 
8
19
  ### Other Commits
9
20
 
10
- * chore(release): publish v3.8.11-master.2025-06-24 ([11936ae](https://github.com/vuetifyjs/vuetify/commit/11936ae4be6529d83dcb8b6e11e8ba6e64970df4))
21
+ * chore(release): publish v3.8.11-master.2025-06-27 ([25dc0a7](https://github.com/vuetifyjs/vuetify/commit/25dc0a7102b440228917ad2b71a210d4c730842f))
22
+ * docs: update link to material design icons ([#21636](https://github.com/vuetifyjs/vuetify/issues/21636)) ([63da3a1](https://github.com/vuetifyjs/vuetify/commit/63da3a18fa21e8cee0d7243608a396637a744927))
23
+ * chore(package.json): update deps ([5d81d46](https://github.com/vuetifyjs/vuetify/commit/5d81d46fd680f05a3f4338fb48599d8ab93d3d87))
11
24
 
12
25
 
13
26