Skip to content

Commit 870a77f

Browse files
committed
docs: update newIn
1 parent bd63c36 commit 870a77f

File tree

3 files changed

+89
-5
lines changed

3 files changed

+89
-5
lines changed

packages/docs/src/data/new-in.json

+87-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,60 @@
66
},
77
"VAutocomplete": {
88
"props": {
9-
"autoSelectFirst": "3.3.0"
9+
"autoSelectFirst": "3.3.0",
10+
"clearOnSelect": "3.5.0",
11+
"listProps": "3.5.0"
12+
}
13+
},
14+
"VAvatar": {
15+
"props": {
16+
"text": "3.4.0",
17+
"border": "3.7.0"
18+
}
19+
},
20+
"VBanner": {
21+
"props": {
22+
"bgColor": "3.4.0"
1023
}
1124
},
1225
"VBtn": {
1326
"props": {
14-
"text": "3.2.0"
27+
"text": "3.2.0",
28+
"slim": "3.4.0",
29+
"readonly": "3.6.0",
30+
"activeColor": "3.7.0"
31+
}
32+
},
33+
"VChip": {
34+
"props": {
35+
"baseColor": "3.8.0"
36+
}
37+
},
38+
"VCombobox": {
39+
"props": {
40+
"clearOnSelect": "3.5.0",
41+
"listProps": "3.5.0"
42+
}
43+
},
44+
"VConfirmEdit": {
45+
"props": {
46+
"hideActions": "3.8.0"
47+
}
48+
},
49+
"VDatePicker": {
50+
"props": {
51+
"controlHeight": "3.8.0",
52+
"headerColor": "3.8.0"
53+
}
54+
},
55+
"VDataTable": {
56+
"props": {
57+
"headerProps": "3.5.0"
58+
}
59+
},
60+
"VExpansionPanels": {
61+
"props": {
62+
"static": "3.4.0"
1563
}
1664
},
1765
"VField": {
@@ -25,6 +73,15 @@
2573
"opacity": "3.8.0"
2674
}
2775
},
76+
"VImg": {
77+
"props": {
78+
"position": "3.4.0",
79+
"draggable": "3.4.0",
80+
"referrerpolicy": "3.4.0",
81+
"crossorigin": "3.4.0",
82+
"absolute": "3.7.0"
83+
}
84+
},
2885
"VInput": {
2986
"props": {
3087
"iconColor": "3.8.0",
@@ -33,7 +90,23 @@
3390
},
3491
"VListItem": {
3592
"props": {
36-
"baseColor": "3.3.0"
93+
"baseColor": "3.3.0",
94+
"slim": "3.4.0"
95+
}
96+
},
97+
"VMenu": {
98+
"props": {
99+
"submenu": "3.7.0"
100+
}
101+
},
102+
"VNavigationDrawer": {
103+
"props": {
104+
"persistent": "3.6.0"
105+
}
106+
},
107+
"VSelect": {
108+
"props": {
109+
"listProps": "3.5.0"
37110
}
38111
},
39112
"VSlider": {
@@ -42,6 +115,12 @@
42115
"end": "3.2.0"
43116
}
44117
},
118+
"VSnackbar": {
119+
"props": {
120+
"timer": "3.4.0",
121+
"text": "3.4.0"
122+
}
123+
},
45124
"VSwitch": {
46125
"slots": {
47126
"thumb": "3.5.0",
@@ -59,5 +138,10 @@
59138
"eager": "3.2.0",
60139
"interactive": "3.8.0"
61140
}
141+
},
142+
"VVirtualScroll": {
143+
"props": {
144+
"itemKey": "3.8.0"
145+
}
62146
}
63147
}

packages/docs/src/pages/en/components/number-inputs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The VNumberInput extends the standard HTML number-type input, ensuring style con
2020

2121
<page-features />
2222

23-
<DocIntroduced version="3.7.0" />
23+
<DocIntroduced version="3.8.0" />
2424

2525
## Usage
2626

packages/docs/src/pages/en/components/snackbar-queue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `v-snackbar-queue` component is used to display a sequence of messages to th
2222

2323
<PageFeatures />
2424

25-
<DocIntroduced version="3.7.0" />
25+
<DocIntroduced version="3.8.0" />
2626

2727
## Usage
2828

0 commit comments

Comments
 (0)