@vuetify/nightly 3.7.10-dev.2025-02-04 → 3.7.10-dev.2025-02-10

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.7.10-dev.2025-02-04...v) (2025-02-04)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.10-dev.2025-02-10...v) (2025-02-10)
2
2
 
3
3
 
4
4
 
5
- ## [3.7.10-dev.2025-02-04](https://github.com/vuetifyjs/vuetify/compare/v3.7.10...v3.7.10-dev.2025-02-04) "Other Commmits" (2025-02-04)
5
+ ## [3.7.10-dev.2025-02-10](https://github.com/vuetifyjs/vuetify/compare/v3.7.10...v3.7.10-dev.2025-02-10) "Other Commmits" (2025-02-10)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -21,16 +21,18 @@
21
21
  ### :wrench: Bug Fixes
22
22
 
23
23
  * replace getUid with vue's useId ([cbd14a7](https://github.com/vuetifyjs/vuetify/commit/cbd14a7ace7e210fab91b4b2003ff0bcd7892d32)), closes [#19696](https://github.com/vuetifyjs/vuetify/issues/19696)
24
+ * **build:** use subpath exports in import maps ([90986f2](https://github.com/vuetifyjs/vuetify/commit/90986f29bd851f4c5b180b258fe729bdb872580a))
24
25
  * **package:** add .mjs -> .js export redirect ([d06119b](https://github.com/vuetifyjs/vuetify/commit/d06119b638e42337e5db8ea60690e3e7fde4e33e))
25
26
  * **types:** optimise build ([#20484](https://github.com/vuetifyjs/vuetify/issues/20484)) ([bf13ecc](https://github.com/vuetifyjs/vuetify/commit/bf13eccde630b14820f4e24b09f3b34f90bb255e)), closes [#20480](https://github.com/vuetifyjs/vuetify/issues/20480)
26
27
  * **VDataTableVirtual:** add missing thead, tbody, tfoot slots ([#19072](https://github.com/vuetifyjs/vuetify/issues/19072)) ([b6db70d](https://github.com/vuetifyjs/vuetify/commit/b6db70d8eeb98cbf186bceecf0600d2355c979a4))
27
28
  * **VList:** ignore input element interactions ([#20881](https://github.com/vuetifyjs/vuetify/issues/20881)) ([f54ca9a](https://github.com/vuetifyjs/vuetify/commit/f54ca9a12f65f69b95c0b45accc7783a2b1c6d52)), closes [#20523](https://github.com/vuetifyjs/vuetify/issues/20523)
29
+ * **VTimeline:** alignment consistency ([#20876](https://github.com/vuetifyjs/vuetify/issues/20876)) ([2d3ddd5](https://github.com/vuetifyjs/vuetify/commit/2d3ddd5c7599bcc3c89c8853f83047fadafa5a45))
28
30
  * **VVirtualScroll:** don't fully deep watch items ([70db0c7](https://github.com/vuetifyjs/vuetify/commit/70db0c7ea6c63a0f6a6acc4979716894a952cc92)), closes [#19941](https://github.com/vuetifyjs/vuetify/issues/19941) [#20608](https://github.com/vuetifyjs/vuetify/issues/20608)
29
31
 
30
32
 
31
33
  ### Other Commmits
32
34
 
33
- * chore(release): publish v3.7.10-dev.2025-02-04 ([fe82cf9](https://github.com/vuetifyjs/vuetify/commit/fe82cf9c2560753450f00ddf2e7786b6f58f6c30))
35
+ * chore(release): publish v3.7.10-dev.2025-02-10 ([d6ed034](https://github.com/vuetifyjs/vuetify/commit/d6ed0347ffb4def9d30e3109558927222bbe0dd6))
34
36
  * chore: fix lint ([ff0a982](https://github.com/vuetifyjs/vuetify/commit/ff0a982b372c42647843bacfe62761e0f9b173a9))
35
37
  * test(display): use effectScope ([1950f2b](https://github.com/vuetifyjs/vuetify/commit/1950f2b7a9f1b66cf9292e576ac18c1ec5ee2481))
36
38
  * chore: remove unused import ([9e5a3c8](https://github.com/vuetifyjs/vuetify/commit/9e5a3c88a9bb9175990a6268d04cebfb01508d88))