@vuetify/nightly 3.8.6-master.2025-05-26 → 3.8.7-master.2025-05-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 +4 -28
- package/dist/json/attributes.json +1795 -1795
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +188 -188
- package/dist/json/web-types.json +3192 -3192
- package/dist/vuetify-labs.cjs +14 -13
- package/dist/vuetify-labs.css +4001 -4001
- package/dist/vuetify-labs.d.ts +64 -64
- package/dist/vuetify-labs.esm.js +14 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +14 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4046 -4046
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +14 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +14 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +11 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +64 -64
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,42 +1,18 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.7-master.2025-05-27...v) (2025-05-27)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.
|
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))
|
11
|
-
|
12
|
-
|
13
|
-
### :wrench: Bug Fixes
|
14
|
-
|
15
|
-
* **VField:** prevent tab focus on clear icon ([5f8208f](https://github.com/vuetifyjs/vuetify/commit/5f8208f41da4cf66907f5094312c9dbfb5e67a06)), closes [#19528](https://github.com/vuetifyjs/vuetify/issues/19528)
|
16
|
-
* **VMenu:** position relative to visualViewport when not zoomed ([6523eee](https://github.com/vuetifyjs/vuetify/commit/6523eee4dbcf2de396cfbaabc5d05b66487d9afa)), closes [#21462](https://github.com/vuetifyjs/vuetify/issues/21462)
|
17
|
-
* **VNumberInput:** capture touch pointer on controls ([34d37f3](https://github.com/vuetifyjs/vuetify/commit/34d37f3d05695f73bd352d450effbd0d3ee17944)), closes [#21436](https://github.com/vuetifyjs/vuetify/issues/21436)
|
18
|
-
* **VSelect:** keyboard match multiple items with the same prefix ([#21419](https://github.com/vuetifyjs/vuetify/issues/21419)) ([f460731](https://github.com/vuetifyjs/vuetify/commit/f460731d86465c85923e587d59984bf716078293))
|
5
|
+
## [3.8.7-master.2025-05-27](https://github.com/vuetifyjs/vuetify/compare/v3.8.7...v3.8.7-master.2025-05-27) "Other Commits" (2025-05-27)
|
19
6
|
|
20
7
|
|
21
8
|
### :microscope: Code Refactoring
|
22
9
|
|
23
|
-
*
|
24
|
-
* use clamp() util function ([6784ba7](https://github.com/vuetifyjs/vuetify/commit/6784ba7aae029c3e25dd92197c5b5d19feb43430))
|
10
|
+
* **VNumberInput:** replace touch-action with pointercancel ([97e3509](https://github.com/vuetifyjs/vuetify/commit/97e3509f90f17a43ff27bd0850fc501bbc0afe13)), closes [#21436](https://github.com/vuetifyjs/vuetify/issues/21436)
|
25
11
|
|
26
12
|
|
27
13
|
### Other Commits
|
28
14
|
|
29
|
-
* chore(release): publish v3.8.
|
30
|
-
* chore: update babel-plugin-jsx ([56ca995](https://github.com/vuetifyjs/vuetify/commit/56ca99563c120ff219cf332ff691536acba5e186))
|
31
|
-
* chore: replace vue/babel-plugin-jsx with our fork ([e1dea87](https://github.com/vuetifyjs/vuetify/commit/e1dea87022dfc038fd2c667d233cfc7c102c76e2))
|
32
|
-
* docs: meta title on api pages ([#21447](https://github.com/vuetifyjs/vuetify/issues/21447)) ([d2e2d38](https://github.com/vuetifyjs/vuetify/commit/d2e2d385046506f2ab6ff70370910bc0408028b5))
|
33
|
-
* docs: add open in Vuetify Bin functionality ([fa4835e](https://github.com/vuetifyjs/vuetify/commit/fa4835e95a18d1b9f33ae3b003db7e6c05b61f4d))
|
34
|
-
* docs(textareas): background-color -> bg-color ([#21467](https://github.com/vuetifyjs/vuetify/issues/21467)) ([d9559a1](https://github.com/vuetifyjs/vuetify/commit/d9559a1cec6dc3755c7f40350abd61d3a65a11c8))
|
35
|
-
* docs: fix duplicate key warning in search ([#21457](https://github.com/vuetifyjs/vuetify/issues/21457)) ([18fa665](https://github.com/vuetifyjs/vuetify/commit/18fa665efc57440861884279cf7e2fdc2aafecf1))
|
36
|
-
* chore: replace querySelector in tests with getByCSS ([629924a](https://github.com/vuetifyjs/vuetify/commit/629924a2cd85cef8043769f1876085c21251a8ca))
|
37
|
-
* test(VOtpInput): convert cypress tests to vitest browser ([e140a2e](https://github.com/vuetifyjs/vuetify/commit/e140a2e2fe289c3473743e9f8d590410fe819a97))
|
38
|
-
* style: sort props ([08fc447](https://github.com/vuetifyjs/vuetify/commit/08fc4476818e32a31cdc3489e5ec5cd453228258))
|
39
|
-
* chore: fix windows build scripts ([2c861a0](https://github.com/vuetifyjs/vuetify/commit/2c861a03adda5638ee8be51a075f55f25a85725a))
|
15
|
+
* chore(release): publish v3.8.7-master.2025-05-27 ([4f38b5b](https://github.com/vuetifyjs/vuetify/commit/4f38b5b71f5a399662c204475c72eaf34a31ad64))
|
40
16
|
|
41
17
|
|
42
18
|
|