@vuetify/nightly 3.9.2-master.2025-07-26 → 3.9.2-master.2025-07-28
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 +10 -3
- package/dist/json/attributes.json +2551 -2551
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +4649 -4637
- package/dist/vuetify-labs.cjs +15 -8
- package/dist/vuetify-labs.css +5178 -5178
- package/dist/vuetify-labs.d.ts +100 -59
- package/dist/vuetify-labs.esm.js +15 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5833 -5833
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +3 -1
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/labs/VPie/VPie.css +1 -1
- package/lib/labs/VPie/VPie.d.ts +50 -0
- package/lib/labs/VPie/VPie.js +9 -4
- package/lib/labs/VPie/VPie.js.map +1 -1
- package/lib/labs/VPie/VPie.sass +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.2-master.2025-07-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.9.2-master.2025-07-28...v) (2025-07-28)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.9.2-master.2025-07-
|
5
|
+
## [3.9.2-master.2025-07-28](https://github.com/vuetifyjs/vuetify/compare/v3.9.2...v3.9.2-master.2025-07-28) "Other Commits" (2025-07-28)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
@@ -12,6 +12,8 @@
|
|
12
12
|
* **VDatePicker:** avoid infinite loop when first day is out of range ([#21649](https://github.com/vuetifyjs/vuetify/issues/21649)) ([a330d75](https://github.com/vuetifyjs/vuetify/commit/a330d75ef091046c96aae3451bed5f29a66b5d3b))
|
13
13
|
* **VFileInput:** avoid text overflow with long file names ([#21748](https://github.com/vuetifyjs/vuetify/issues/21748)) ([389a260](https://github.com/vuetifyjs/vuetify/commit/389a260a334d2b9fa1cd717d04904c0b60abe755)), closes [#21707](https://github.com/vuetifyjs/vuetify/issues/21707)
|
14
14
|
* **VFileUploadItem:** accept `title` slot ([#21769](https://github.com/vuetifyjs/vuetify/issues/21769)) ([fe85aa0](https://github.com/vuetifyjs/vuetify/commit/fe85aa0ecb4efa17f499beccea27710ad3bea164))
|
15
|
+
* **VNumberInput:** only trim zeros from the end ([ab2d941](https://github.com/vuetifyjs/vuetify/commit/ab2d941c02a2b5f0c976269c277471a808f251ca)), closes [#21828](https://github.com/vuetifyjs/vuetify/issues/21828)
|
16
|
+
* **VNumberInput:** keep cursor position when typing decimal values ([acc30fb](https://github.com/vuetifyjs/vuetify/commit/acc30fbfa5cd8295f341c545bd4adc5629b14bd6))
|
15
17
|
* **VOverlay:** trigger scrollStrategy when target is a point ([1146171](https://github.com/vuetifyjs/vuetify/commit/114617141a73271f07c108b91829186f3ec36291))
|
16
18
|
* **VProgressLinear:** accept pointer events unless `clickable` is used ([#21691](https://github.com/vuetifyjs/vuetify/issues/21691)) ([a6b1136](https://github.com/vuetifyjs/vuetify/commit/a6b1136243f70bf868c438f8d9e6be9b18a492e3)), closes [#21690](https://github.com/vuetifyjs/vuetify/issues/21690)
|
17
19
|
* **VTextField:** don't try to re-focus input on focus ([#21722](https://github.com/vuetifyjs/vuetify/issues/21722)) ([14c88df](https://github.com/vuetifyjs/vuetify/commit/14c88df44eff939e176f8c01cc4350d2be0d81c5)), closes [#21716](https://github.com/vuetifyjs/vuetify/issues/21716) [#21626](https://github.com/vuetifyjs/vuetify/issues/21626) [#21717](https://github.com/vuetifyjs/vuetify/issues/21717)
|
@@ -20,10 +22,15 @@
|
|
20
22
|
|
21
23
|
### :test_tube: Labs
|
22
24
|
|
25
|
+
* docs(VPie): adapt examples for mobile ([1e51d0e](https://github.com/vuetifyjs/vuetify/commit/1e51d0e2f75411498189e8a37284cccedfbbd1c1))
|
23
26
|
* docs(VVideo): include tooltips and aria labels in controls slot example ([859bf98](https://github.com/vuetifyjs/vuetify/commit/859bf98685420feb3d5a71ed9eba2c632951ffeb))
|
24
27
|
* docs(VVideo): fix GitHub link ([2798cbc](https://github.com/vuetifyjs/vuetify/commit/2798cbc921895115031f1f82464a8a4380ac738a))
|
25
28
|
* docs(VVideo): fix link to VVideoVolume API ([dac5a94](https://github.com/vuetifyjs/vuetify/commit/dac5a944b632d1e216cbd9401f4c2f2b2ce0e823))
|
26
29
|
* docs(VVideo): fix missing icon ([e495003](https://github.com/vuetifyjs/vuetify/commit/e495003850bc4c9e53a95c2796e8820ac0da3820))
|
30
|
+
* **VPie:** apply opacity only to chips within VChipGroup ([0a3c710](https://github.com/vuetifyjs/vuetify/commit/0a3c7102de0ec444fb0aa46f3b48b51406c0f1e6))
|
31
|
+
* **VPie:** control avatar size with tooltip prop ([8540548](https://github.com/vuetifyjs/vuetify/commit/8540548624fe1b5bc26519e2558e0d41bf3da580))
|
32
|
+
* **VPie:** expose total in most of the slots ([7190a85](https://github.com/vuetifyjs/vuetify/commit/7190a8500e8796a5dde4f87a3f6f30a5a12cd351))
|
33
|
+
* **VPie:** update description of notable features ([2472ce9](https://github.com/vuetifyjs/vuetify/commit/2472ce9704a55e1402a97f6148f0e8836da6d44b))
|
27
34
|
* **VPie:** create new component ([#21176](https://github.com/vuetifyjs/vuetify/issues/21176)) ([5f0ebca](https://github.com/vuetifyjs/vuetify/commit/5f0ebca99b830f2cdce234b5f45529a1553c66ef))
|
28
35
|
* **VStepperVertical:** correct avatar alignment ([#21797](https://github.com/vuetifyjs/vuetify/issues/21797)) ([6292149](https://github.com/vuetifyjs/vuetify/commit/6292149811091210af7005bbaf7de37aea66b69a)), closes [#21792](https://github.com/vuetifyjs/vuetify/issues/21792)
|
29
36
|
* **VVideo:** keep slider thumb label readable ([85ce063](https://github.com/vuetifyjs/vuetify/commit/85ce063230b873caaf7e975d3c85d1a5fbe83f69))
|
@@ -34,7 +41,7 @@
|
|
34
41
|
|
35
42
|
### Other Commits
|
36
43
|
|
37
|
-
* chore(release): publish v3.9.2-master.2025-07-
|
44
|
+
* chore(release): publish v3.9.2-master.2025-07-28 ([4967a2f](https://github.com/vuetifyjs/vuetify/commit/4967a2f8e446f737056127c3adab814c4a8e7a90))
|
38
45
|
* docs: fix roadmap headings ([24431df](https://github.com/vuetifyjs/vuetify/commit/24431dfbbb28d5c500b9577dfde52faeb0728c3e))
|
39
46
|
* docs(VAutocomplete): remove unnecessary v-model ([d577476](https://github.com/vuetifyjs/vuetify/commit/d577476428ca8a6650baeff1776609bf280ee1ff))
|
40
47
|
* docs: split & update roadmap ([f6df9b9](https://github.com/vuetifyjs/vuetify/commit/f6df9b9678de51999ea0457ea7ff01fd8ddd3ef0))
|