@vuetify/nightly 3.7.11-master.2025-02-11 → 3.7.12-master.2025-02-12
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 +5 -23
- package/dist/json/attributes.json +2945 -2945
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +5403 -5403
- package/dist/vuetify-labs.css +3490 -3490
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4638 -4638
- package/dist/vuetify.d.ts +49 -49
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +49 -49
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,33 +1,15 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.12-master.2025-02-12...v) (2025-02-12)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.
|
6
|
-
|
7
|
-
|
8
|
-
### :wrench: Bug Fixes
|
9
|
-
|
10
|
-
* **VOverlay:** don't inherit scrim opacity ([4ff8d58](https://github.com/vuetifyjs/vuetify/commit/4ff8d58be718ff8deefb8b6ef8e1f2651d37d547)), closes [#20969](https://github.com/vuetifyjs/vuetify/issues/20969)
|
11
|
-
* **VRipple:** no animation on mobile ([#20369](https://github.com/vuetifyjs/vuetify/issues/20369)) ([45e931c](https://github.com/vuetifyjs/vuetify/commit/45e931c65e526cbf85c4e8912f816199716ebeec)), closes [#12288](https://github.com/vuetifyjs/vuetify/issues/12288)
|
12
|
-
* **VSelect:** pick props instead of using toRaw ([1413d20](https://github.com/vuetifyjs/vuetify/commit/1413d20b74e22f8d5fc3c21541f191232de32aaf))
|
13
|
-
* **VSelect:** improve selection performance ([#20937](https://github.com/vuetifyjs/vuetify/issues/20937)) ([08aa9d4](https://github.com/vuetifyjs/vuetify/commit/08aa9d49779d961b958ac8c512fcffb65fb0154e)), closes [#20703](https://github.com/vuetifyjs/vuetify/issues/20703)
|
14
|
-
* **VSlider:** skip position calculation if element does not exist ([1f4f945](https://github.com/vuetifyjs/vuetify/commit/1f4f945e5de7acd615998c5d1f54f5db14511c2b)), closes [#19891](https://github.com/vuetifyjs/vuetify/issues/19891)
|
15
|
-
|
16
|
-
|
17
|
-
### :test_tube: Labs
|
18
|
-
|
19
|
-
* **VDateInput:** do not pass `rounded` to the picker ([#20972](https://github.com/vuetifyjs/vuetify/issues/20972)) ([b5ed84d](https://github.com/vuetifyjs/vuetify/commit/b5ed84dd1cbbde6c33e3b88a652960d90ae2baa9))
|
20
|
-
* **VDateInput:** transform model in / out for VConfirmEdit ([#20281](https://github.com/vuetifyjs/vuetify/issues/20281)) ([fac2f99](https://github.com/vuetifyjs/vuetify/commit/fac2f99b2e87cb8fb5435e1b81da4327a38768bf)), closes [#20146](https://github.com/vuetifyjs/vuetify/issues/20146)
|
21
|
-
* **VDateInput:** forwardRefs and handle local and form level reset ([1461d7e](https://github.com/vuetifyjs/vuetify/commit/1461d7e2e1bba90d0e2ab1ffdb29e33abc7382e6)), closes [#19965](https://github.com/vuetifyjs/vuetify/issues/19965)
|
5
|
+
## [3.7.12-master.2025-02-12](https://github.com/vuetifyjs/vuetify/compare/v3.7.12...v3.7.12-master.2025-02-12) "Other Commmits" (2025-02-12)
|
22
6
|
|
23
7
|
|
24
8
|
### Other Commmits
|
25
9
|
|
26
|
-
* chore(release): publish v3.7.
|
27
|
-
*
|
28
|
-
* chore
|
29
|
-
* Revert "chore(ci): use ucacher" ([8d02e01](https://github.com/vuetifyjs/vuetify/commit/8d02e01b4b439b635398a5e982ba47fb7fbd20ed))
|
30
|
-
* chore: update vite-plugin-vuetify ([2df9ac6](https://github.com/vuetifyjs/vuetify/commit/2df9ac6a2b18a9e50b9aba63e02e1e7a04a55809))
|
10
|
+
* chore(release): publish v3.7.12-master.2025-02-12 ([e3197fc](https://github.com/vuetifyjs/vuetify/commit/e3197fc3ad6d635db9210e37d1874cbdb2932dbc))
|
11
|
+
* chore: update caniuse-lite ([9fd2041](https://github.com/vuetifyjs/vuetify/commit/9fd204137f7a5683aae7de4158380d9b790857db))
|
12
|
+
* chore: enable more vitest eslint rules ([6536895](https://github.com/vuetifyjs/vuetify/commit/65368957b140dfdcda48839983a2b449db6e33a9))
|
31
13
|
|
32
14
|
|
33
15
|
|