@vuetify/nightly 3.4.10-dev.2024-01-10 → 3.4.10-master.2024-01-10
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 +2 -15
- package/dist/json/attributes.json +80 -104
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +122 -122
- package/dist/json/tags.json +0 -6
- package/dist/json/web-types.json +138 -192
- package/dist/vuetify-labs.css +1186 -1193
- package/dist/vuetify-labs.d.ts +0 -54
- package/dist/vuetify-labs.esm.js +110 -136
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +109 -135
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2112 -2119
- package/dist/vuetify.d.ts +39 -93
- package/dist/vuetify.esm.js +110 -136
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +109 -135
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +134 -135
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCard/VCard.css +2 -6
- package/lib/components/VCard/VCard.sass +0 -5
- package/lib/components/VCard/VCardItem.mjs +10 -23
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +2 -2
- package/lib/components/VCarousel/index.d.mts +0 -21
- package/lib/components/VImg/VImg.css +0 -3
- package/lib/components/VImg/VImg.mjs +3 -14
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -3
- package/lib/components/VImg/_variables.scss +0 -3
- package/lib/components/VImg/index.d.mts +0 -21
- package/lib/components/VList/VList.mjs +1 -5
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +0 -12
- package/lib/components/index.d.mts +0 -54
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +39 -39
- package/lib/locale/index.d.mts +22 -124
- package/lib/locale/index.mjs +0 -2
- package/lib/locale/index.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/locale/km.mjs +0 -100
- package/lib/locale/km.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.10-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.10-master.2024-01-10...v) (2024-01-10)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.4.10-
|
|
5
|
+
## [3.4.10-master.2024-01-10](https://github.com/vuetifyjs/vuetify/compare/v3.4.10...v3.4.10-master.2024-01-10) (2024-01-10)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -10,17 +10,4 @@
|
|
|
10
10
|
* **locationStrategies:** remove nested requestAnimationFrame ([1ff7faa](https://github.com/vuetifyjs/vuetify/commit/1ff7faafc0a04a49e55c91af95776815444dc2d8)), closes [#11098](https://github.com/vuetifyjs/vuetify/issues/11098) [#15352](https://github.com/vuetifyjs/vuetify/issues/15352) [#17126](https://github.com/vuetifyjs/vuetify/issues/17126) [#18033](https://github.com/vuetifyjs/vuetify/issues/18033)
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
### Features
|
|
14
|
-
|
|
15
|
-
* **locale:** add khmer translations ([#18695](https://github.com/vuetifyjs/vuetify/issues/18695)) ([e1d0e03](https://github.com/vuetifyjs/vuetify/commit/e1d0e0340f127de054c610486d0662d5ca484ad8))
|
|
16
|
-
* **VCardItem:** bring in-line with VListItem functionality ([356bfd1](https://github.com/vuetifyjs/vuetify/commit/356bfd1a65a189c3808d83b43e0c8676635cafe4))
|
|
17
|
-
* **VImg:** add rounded and color support ([32ac0a1](https://github.com/vuetifyjs/vuetify/commit/32ac0a1f1f20fb9f43a5b72f23e91848ea8c36c3))
|
|
18
|
-
* **VList:** add expand / collapse icon support ([8414baf](https://github.com/vuetifyjs/vuetify/commit/8414baf763453d9efd87a0e3e64345ea6c486c38))
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### BREAKING CHANGES
|
|
22
|
-
|
|
23
|
-
* **VCardItem:** append/prepend icon/avatar will now show independently and have reduced inline padding
|
|
24
|
-
|
|
25
|
-
|
|
26
13
|
|