@vuetify/nightly 3.10.7-dev.2025-10-23 → 3.10.7-dev.2025-10-24

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.10.7-dev.2025-10-23...v) (2025-10-23)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.7-dev.2025-10-24...v) (2025-10-24)
2
2
 
3
3
 
4
4
 
5
- ## [3.10.7-dev.2025-10-23](https://github.com/vuetifyjs/vuetify/compare/v3.10.7...v3.10.7-dev.2025-10-23) "Other Commits" (2025-10-23)
5
+ ## [3.10.7-dev.2025-10-24](https://github.com/vuetifyjs/vuetify/compare/v3.10.7...v3.10.7-dev.2025-10-24) "Other Commits" (2025-10-24)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -23,13 +23,21 @@
23
23
 
24
24
  ### :wrench: Bug Fixes
25
25
 
26
+ * catch querySelector errors in focusableChildren() ([ae2af38](https://github.com/vuetifyjs/vuetify/commit/ae2af38f982dc83c662bfa84ce7189c4c08ff16b)), closes [#22238](https://github.com/vuetifyjs/vuetify/issues/22238)
26
27
  * **build:** avoid circular dependency in icons setup ([#21670](https://github.com/vuetifyjs/vuetify/issues/21670)) ([605cd80](https://github.com/vuetifyjs/vuetify/commit/605cd8097ba60ca6bc17b5c4083128c1ff40453a)), closes [#20436](https://github.com/vuetifyjs/vuetify/issues/20436)
28
+ * **nested:** selection should react to items changes ([#22236](https://github.com/vuetifyjs/vuetify/issues/22236)) ([6bcdbea](https://github.com/vuetifyjs/vuetify/commit/6bcdbea3800c03bdf3ae736969c423bcd7e54672)), closes [#21733](https://github.com/vuetifyjs/vuetify/issues/21733)
29
+ * **VOverlay:** `stick-to-target` content visible until target overflows ([#22233](https://github.com/vuetifyjs/vuetify/issues/22233)) ([0e1dff0](https://github.com/vuetifyjs/vuetify/commit/0e1dff0be1cbcc05985bd6f50c58e70ccc0ceea8)), closes [#22055](https://github.com/vuetifyjs/vuetify/issues/22055)
27
30
  * **VTreeview:** `indent-lines` support for `footer` slot ([efa50e4](https://github.com/vuetifyjs/vuetify/commit/efa50e462d082224e6b2c964877da666705c0b70))
28
31
 
29
32
 
33
+ ### :arrows_counterclockwise: Reverts
34
+
35
+ * Revert "fix(VOverlay): ignore mouseenter events from touch devices" ([d448e0e](https://github.com/vuetifyjs/vuetify/commit/d448e0eb4f958967cea632e6af2140a8847f860e)), closes [#17640](https://github.com/vuetifyjs/vuetify/issues/17640) [#22237](https://github.com/vuetifyjs/vuetify/issues/22237)
36
+
37
+
30
38
  ### Other Commits
31
39
 
32
- * chore(release): publish v3.10.7-dev.2025-10-23 ([6c05e82](https://github.com/vuetifyjs/vuetify/commit/6c05e8201b005a7876e8dee89e203014e5e69be7))
40
+ * chore(release): publish v3.10.7-dev.2025-10-24 ([99c188a](https://github.com/vuetifyjs/vuetify/commit/99c188ac4d5675bc555243ac82bc25311314342c))
33
41
  * docs(VDivider): remove section without example ([20c580a](https://github.com/vuetifyjs/vuetify/commit/20c580a4e6557c94df7d22b5a6250b5539ac3db8))
34
42
 
35
43