@vuetify/nightly 3.8.6-master.2025-05-22 → 3.8.6-master.2025-05-23
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 +12 -3
- package/dist/json/attributes.json +3406 -3406
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +6419 -6419
- package/dist/vuetify-labs.cjs +29 -6
- package/dist/vuetify-labs.css +5757 -5757
- package/dist/vuetify-labs.d.ts +66 -66
- package/dist/vuetify-labs.esm.js +29 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +29 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +29 -6
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4837 -4837
- package/dist/vuetify.d.ts +66 -66
- package/dist/vuetify.esm.js +29 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +29 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +12 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +15 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,13 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.6-master.2025-05-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.6-master.2025-05-23...v) (2025-05-23)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.6-master.2025-05-
|
5
|
+
## [3.8.6-master.2025-05-23](https://github.com/vuetifyjs/vuetify/compare/v3.8.6...v3.8.6-master.2025-05-23) "Other Commits" (2025-05-23)
|
6
|
+
|
7
|
+
|
8
|
+
### :rocket: Features
|
9
|
+
|
10
|
+
* **VNumberInput:** extract number from pasted text ([#21263](https://github.com/vuetifyjs/vuetify/issues/21263)) ([d654af4](https://github.com/vuetifyjs/vuetify/commit/d654af45023008a965a2fabf963ef86fc7c696db))
|
6
11
|
|
7
12
|
|
8
13
|
### :wrench: Bug Fixes
|
@@ -19,7 +24,11 @@
|
|
19
24
|
|
20
25
|
### Other Commits
|
21
26
|
|
22
|
-
* chore(release): publish v3.8.6-master.2025-05-
|
27
|
+
* chore(release): publish v3.8.6-master.2025-05-23 ([5c6f28f](https://github.com/vuetifyjs/vuetify/commit/5c6f28f8fcf3faf70d9f1196bc706dfc23f385c9))
|
28
|
+
* docs(textareas): background-color -> bg-color ([#21467](https://github.com/vuetifyjs/vuetify/issues/21467)) ([d9559a1](https://github.com/vuetifyjs/vuetify/commit/d9559a1cec6dc3755c7f40350abd61d3a65a11c8))
|
29
|
+
* docs: fix duplicate key warning in search ([#21457](https://github.com/vuetifyjs/vuetify/issues/21457)) ([18fa665](https://github.com/vuetifyjs/vuetify/commit/18fa665efc57440861884279cf7e2fdc2aafecf1))
|
30
|
+
* chore: replace querySelector in tests with getByCSS ([629924a](https://github.com/vuetifyjs/vuetify/commit/629924a2cd85cef8043769f1876085c21251a8ca))
|
31
|
+
* test(VOtpInput): convert cypress tests to vitest browser ([e140a2e](https://github.com/vuetifyjs/vuetify/commit/e140a2e2fe289c3473743e9f8d590410fe819a97))
|
23
32
|
* style: sort props ([08fc447](https://github.com/vuetifyjs/vuetify/commit/08fc4476818e32a31cdc3489e5ec5cd453228258))
|
24
33
|
* chore: fix windows build scripts ([2c861a0](https://github.com/vuetifyjs/vuetify/commit/2c861a03adda5638ee8be51a075f55f25a85725a))
|
25
34
|
|