@vuetify/nightly 3.8.7-master.2025-06-02 → 3.8.8-master.2025-06-04
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 -16
- package/dist/json/attributes.json +1935 -1935
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +3629 -3629
- package/dist/vuetify-labs.cjs +29 -11
- package/dist/vuetify-labs.css +3132 -3126
- package/dist/vuetify-labs.d.ts +61 -55
- package/dist/vuetify-labs.esm.js +30 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +29 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +29 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1342 -1336
- package/dist/vuetify.d.ts +61 -55
- package/dist/vuetify.esm.js +30 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +29 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1002 -999
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -9
- package/lib/components/VChip/VChip.js +1 -0
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +6 -6
- package/lib/components/VCombobox/VCombobox.sass +3 -9
- package/lib/components/VSelect/VSelect.css +6 -0
- package/lib/components/VSelect/VSelect.sass +3 -0
- package/lib/components/VSelect/_mixins.scss +14 -0
- package/lib/components/VSlider/VSliderThumb.js +12 -6
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/slider.js +4 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/composables/icons.d.ts +6 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -55
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa.js +3 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +3 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +3 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +3 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +9 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,29 +1,18 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.8-master.2025-06-04...v) (2025-06-04)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.
|
5
|
+
## [3.8.8-master.2025-06-04](https://github.com/vuetifyjs/vuetify/compare/v3.8.8...v3.8.8-master.2025-06-04) "Other Commits" (2025-06-04)
|
6
6
|
|
7
7
|
|
8
|
-
### :
|
8
|
+
### :wrench: Bug Fixes
|
9
9
|
|
10
|
-
* **
|
11
|
-
|
12
|
-
|
13
|
-
### :microscope: Code Refactoring
|
14
|
-
|
15
|
-
* **VNumberInput:** replace touch-action with pointercancel ([97e3509](https://github.com/vuetifyjs/vuetify/commit/97e3509f90f17a43ff27bd0850fc501bbc0afe13)), closes [#21436](https://github.com/vuetifyjs/vuetify/issues/21436)
|
16
|
-
|
17
|
-
|
18
|
-
### :test_tube: Labs
|
19
|
-
|
20
|
-
* **VDateInput:** use common date range parser ([#21450](https://github.com/vuetifyjs/vuetify/issues/21450)) ([5ef1243](https://github.com/vuetifyjs/vuetify/commit/5ef12434aa48ddd43993fd9545f8002d6a4c1da5))
|
10
|
+
* **icons:** add missing aliases in presets ([055e9cc](https://github.com/vuetifyjs/vuetify/commit/055e9cc619c8dc1d3429a78f267b7d9e3736cb99)), closes [#21521](https://github.com/vuetifyjs/vuetify/issues/21521)
|
21
11
|
|
22
12
|
|
23
13
|
### Other Commits
|
24
14
|
|
25
|
-
* chore(release): publish v3.8.
|
26
|
-
* chore: update babel-plugin-jsx ([c32ee9f](https://github.com/vuetifyjs/vuetify/commit/c32ee9fee102c51d9c1b6b1ab893227081c94dd9))
|
15
|
+
* chore(release): publish v3.8.8-master.2025-06-04 ([c66632d](https://github.com/vuetifyjs/vuetify/commit/c66632d68c756203f10838a1e16ac09916e932dd))
|
27
16
|
|
28
17
|
|
29
18
|
|