@fluentui/react-field 9.0.0-alpha.1 → 9.0.0-alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +671 -1
- package/CHANGELOG.md +176 -2
- package/dist/index.d.ts +30 -95
- package/lib/Field.js.map +1 -1
- package/lib/components/Field/Field.types.js.map +1 -1
- package/lib/components/Field/SlotComponent.types.js.map +1 -1
- package/lib/components/Field/index.js.map +1 -1
- package/lib/components/Field/renderField.js.map +1 -1
- package/lib/components/Field/useField.js +30 -25
- package/lib/components/Field/useField.js.map +1 -1
- package/lib/components/Field/useFieldStyles.js +3 -3
- package/lib/components/Field/useFieldStyles.js.map +1 -1
- package/lib/index.js +0 -9
- package/lib/index.js.map +1 -1
- package/lib-amd/Field.js +6 -0
- package/lib-amd/Field.js.map +1 -0
- package/lib-amd/components/Field/Field.types.js +5 -0
- package/lib-amd/components/Field/Field.types.js.map +1 -0
- package/lib-amd/components/Field/SlotComponent.types.js +5 -0
- package/lib-amd/components/Field/SlotComponent.types.js.map +1 -0
- package/lib-amd/components/Field/index.js +9 -0
- package/lib-amd/components/Field/index.js.map +1 -0
- package/lib-amd/components/Field/renderField.js +20 -0
- package/lib-amd/components/Field/renderField.js.map +1 -0
- package/lib-amd/components/Field/useField.js +119 -0
- package/lib-amd/components/Field/useField.js.map +1 -0
- package/lib-amd/components/Field/useFieldStyles.js +97 -0
- package/lib-amd/components/Field/useFieldStyles.js.map +1 -0
- package/lib-amd/index.js +10 -0
- package/lib-amd/index.js.map +1 -0
- package/lib-commonjs/Field.js.map +1 -1
- package/lib-commonjs/components/Field/index.js.map +1 -1
- package/lib-commonjs/components/Field/renderField.js.map +1 -1
- package/lib-commonjs/components/Field/useField.js +30 -25
- package/lib-commonjs/components/Field/useField.js.map +1 -1
- package/lib-commonjs/components/Field/useFieldStyles.js +4 -4
- package/lib-commonjs/components/Field/useFieldStyles.js.map +1 -1
- package/lib-commonjs/index.js +1 -136
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +22 -24
- package/Spec.md +0 -354
- package/lib/CheckboxField.js +0 -2
- package/lib/CheckboxField.js.map +0 -1
- package/lib/ComboboxField.js +0 -2
- package/lib/ComboboxField.js.map +0 -1
- package/lib/InputField.js +0 -2
- package/lib/InputField.js.map +0 -1
- package/lib/RadioGroupField.js +0 -2
- package/lib/RadioGroupField.js.map +0 -1
- package/lib/SelectField.js +0 -2
- package/lib/SelectField.js.map +0 -1
- package/lib/SliderField.js +0 -2
- package/lib/SliderField.js.map +0 -1
- package/lib/SpinButtonField.js +0 -2
- package/lib/SpinButtonField.js.map +0 -1
- package/lib/SwitchField.js +0 -2
- package/lib/SwitchField.js.map +0 -1
- package/lib/TextareaField.js +0 -2
- package/lib/TextareaField.js.map +0 -1
- package/lib/components/CheckboxField/CheckboxField.js +0 -32
- package/lib/components/CheckboxField/CheckboxField.js.map +0 -1
- package/lib/components/CheckboxField/index.js +0 -2
- package/lib/components/CheckboxField/index.js.map +0 -1
- package/lib/components/ComboboxField/ComboboxField.js +0 -14
- package/lib/components/ComboboxField/ComboboxField.js.map +0 -1
- package/lib/components/ComboboxField/index.js +0 -2
- package/lib/components/ComboboxField/index.js.map +0 -1
- package/lib/components/InputField/InputField.js +0 -14
- package/lib/components/InputField/InputField.js.map +0 -1
- package/lib/components/InputField/index.js +0 -2
- package/lib/components/InputField/index.js.map +0 -1
- package/lib/components/RadioGroupField/RadioGroupField.js +0 -15
- package/lib/components/RadioGroupField/RadioGroupField.js.map +0 -1
- package/lib/components/RadioGroupField/index.js +0 -2
- package/lib/components/RadioGroupField/index.js.map +0 -1
- package/lib/components/SelectField/SelectField.js +0 -14
- package/lib/components/SelectField/SelectField.js.map +0 -1
- package/lib/components/SelectField/index.js +0 -2
- package/lib/components/SelectField/index.js.map +0 -1
- package/lib/components/SliderField/SliderField.js +0 -14
- package/lib/components/SliderField/SliderField.js.map +0 -1
- package/lib/components/SliderField/index.js +0 -2
- package/lib/components/SliderField/index.js.map +0 -1
- package/lib/components/SpinButtonField/SpinButtonField.js +0 -14
- package/lib/components/SpinButtonField/SpinButtonField.js.map +0 -1
- package/lib/components/SpinButtonField/index.js +0 -2
- package/lib/components/SpinButtonField/index.js.map +0 -1
- package/lib/components/SwitchField/SwitchField.js +0 -14
- package/lib/components/SwitchField/SwitchField.js.map +0 -1
- package/lib/components/SwitchField/index.js +0 -2
- package/lib/components/SwitchField/index.js.map +0 -1
- package/lib/components/TextareaField/TextareaField.js +0 -14
- package/lib/components/TextareaField/TextareaField.js.map +0 -1
- package/lib/components/TextareaField/index.js +0 -2
- package/lib/components/TextareaField/index.js.map +0 -1
- package/lib-commonjs/CheckboxField.js +0 -10
- package/lib-commonjs/CheckboxField.js.map +0 -1
- package/lib-commonjs/ComboboxField.js +0 -10
- package/lib-commonjs/ComboboxField.js.map +0 -1
- package/lib-commonjs/InputField.js +0 -10
- package/lib-commonjs/InputField.js.map +0 -1
- package/lib-commonjs/RadioGroupField.js +0 -10
- package/lib-commonjs/RadioGroupField.js.map +0 -1
- package/lib-commonjs/SelectField.js +0 -10
- package/lib-commonjs/SelectField.js.map +0 -1
- package/lib-commonjs/SliderField.js +0 -10
- package/lib-commonjs/SliderField.js.map +0 -1
- package/lib-commonjs/SpinButtonField.js +0 -10
- package/lib-commonjs/SpinButtonField.js.map +0 -1
- package/lib-commonjs/SwitchField.js +0 -10
- package/lib-commonjs/SwitchField.js.map +0 -1
- package/lib-commonjs/TextareaField.js +0 -10
- package/lib-commonjs/TextareaField.js.map +0 -1
- package/lib-commonjs/components/CheckboxField/CheckboxField.js +0 -42
- package/lib-commonjs/components/CheckboxField/CheckboxField.js.map +0 -1
- package/lib-commonjs/components/CheckboxField/index.js +0 -10
- package/lib-commonjs/components/CheckboxField/index.js.map +0 -1
- package/lib-commonjs/components/ComboboxField/ComboboxField.js +0 -24
- package/lib-commonjs/components/ComboboxField/ComboboxField.js.map +0 -1
- package/lib-commonjs/components/ComboboxField/index.js +0 -10
- package/lib-commonjs/components/ComboboxField/index.js.map +0 -1
- package/lib-commonjs/components/InputField/InputField.js +0 -24
- package/lib-commonjs/components/InputField/InputField.js.map +0 -1
- package/lib-commonjs/components/InputField/index.js +0 -10
- package/lib-commonjs/components/InputField/index.js.map +0 -1
- package/lib-commonjs/components/RadioGroupField/RadioGroupField.js +0 -25
- package/lib-commonjs/components/RadioGroupField/RadioGroupField.js.map +0 -1
- package/lib-commonjs/components/RadioGroupField/index.js +0 -10
- package/lib-commonjs/components/RadioGroupField/index.js.map +0 -1
- package/lib-commonjs/components/SelectField/SelectField.js +0 -24
- package/lib-commonjs/components/SelectField/SelectField.js.map +0 -1
- package/lib-commonjs/components/SelectField/index.js +0 -10
- package/lib-commonjs/components/SelectField/index.js.map +0 -1
- package/lib-commonjs/components/SliderField/SliderField.js +0 -24
- package/lib-commonjs/components/SliderField/SliderField.js.map +0 -1
- package/lib-commonjs/components/SliderField/index.js +0 -10
- package/lib-commonjs/components/SliderField/index.js.map +0 -1
- package/lib-commonjs/components/SpinButtonField/SpinButtonField.js +0 -24
- package/lib-commonjs/components/SpinButtonField/SpinButtonField.js.map +0 -1
- package/lib-commonjs/components/SpinButtonField/index.js +0 -10
- package/lib-commonjs/components/SpinButtonField/index.js.map +0 -1
- package/lib-commonjs/components/SwitchField/SwitchField.js +0 -24
- package/lib-commonjs/components/SwitchField/SwitchField.js.map +0 -1
- package/lib-commonjs/components/SwitchField/index.js +0 -10
- package/lib-commonjs/components/SwitchField/index.js.map +0 -1
- package/lib-commonjs/components/TextareaField/TextareaField.js +0 -24
- package/lib-commonjs/components/TextareaField/TextareaField.js.map +0 -1
- package/lib-commonjs/components/TextareaField/index.js +0 -10
- package/lib-commonjs/components/TextareaField/index.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,677 @@
|
|
2
2
|
"name": "@fluentui/react-field",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 20 Dec 2022 14:55:49 GMT",
|
6
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.11",
|
7
|
+
"version": "9.0.0-alpha.11",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "behowell@microsoft.com",
|
12
|
+
"package": "@fluentui/react-field",
|
13
|
+
"commit": "4d5cf677ea4d882be7cda6903d7fce9fd6a20189",
|
14
|
+
"comment": "chore: Move Field migration guide to Migration.md"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-field",
|
21
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.3",
|
22
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-field",
|
27
|
+
"comment": "Bump @fluentui/react-label to v9.0.13",
|
28
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-field",
|
33
|
+
"comment": "Bump @fluentui/react-theme to v9.1.4",
|
34
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-field",
|
39
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.0",
|
40
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"date": "Mon, 05 Dec 2022 18:29:23 GMT",
|
47
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.10",
|
48
|
+
"version": "9.0.0-alpha.10",
|
49
|
+
"comments": {
|
50
|
+
"prerelease": [
|
51
|
+
{
|
52
|
+
"author": "behowell@microsoft.com",
|
53
|
+
"package": "@fluentui/react-field",
|
54
|
+
"commit": "79a448b20b02bdb5b9832734e6fa19d9c82d5865",
|
55
|
+
"comment": "fix: Field should use aria-describedby instead of aria-errormessage"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"author": "tristan.watanabe@gmail.com",
|
59
|
+
"package": "@fluentui/react-field",
|
60
|
+
"commit": "886907609cb066a4c08364b57a7cb718b4069434",
|
61
|
+
"comment": "chore: Migrate to new package structure."
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"author": "beachball",
|
65
|
+
"package": "@fluentui/react-field",
|
66
|
+
"comment": "Bump @fluentui/react-label to v9.0.12",
|
67
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"author": "beachball",
|
71
|
+
"package": "@fluentui/react-field",
|
72
|
+
"comment": "Bump @fluentui/react-theme to v9.1.3",
|
73
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
74
|
+
}
|
75
|
+
]
|
76
|
+
}
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"date": "Thu, 17 Nov 2022 23:05:39 GMT",
|
80
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.9",
|
81
|
+
"version": "9.0.0-alpha.9",
|
82
|
+
"comments": {
|
83
|
+
"none": [
|
84
|
+
{
|
85
|
+
"author": "martinhochel@microsoft.com",
|
86
|
+
"package": "@fluentui/react-field",
|
87
|
+
"commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
|
88
|
+
"comment": "chore: update package scaffold"
|
89
|
+
}
|
90
|
+
],
|
91
|
+
"prerelease": [
|
92
|
+
{
|
93
|
+
"author": "beachball",
|
94
|
+
"package": "@fluentui/react-field",
|
95
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.2",
|
96
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"author": "beachball",
|
100
|
+
"package": "@fluentui/react-field",
|
101
|
+
"comment": "Bump @fluentui/react-label to v9.0.11",
|
102
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"author": "beachball",
|
106
|
+
"package": "@fluentui/react-field",
|
107
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.2",
|
108
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
109
|
+
}
|
110
|
+
]
|
111
|
+
}
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"date": "Fri, 11 Nov 2022 14:58:03 GMT",
|
115
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.8",
|
116
|
+
"version": "9.0.0-alpha.8",
|
117
|
+
"comments": {
|
118
|
+
"prerelease": [
|
119
|
+
{
|
120
|
+
"author": "martinhochel@microsoft.com",
|
121
|
+
"package": "@fluentui/react-field",
|
122
|
+
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
|
123
|
+
"comment": "fix: create valid export maps"
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"author": "behowell@microsoft.com",
|
127
|
+
"package": "@fluentui/react-field",
|
128
|
+
"commit": "b997f7086d8bc5d630f95eec27aa464f2cb53fe1",
|
129
|
+
"comment": "chore: Clean up Field tests and story imports in preparation of moving to individual packages"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"author": "behowell@microsoft.com",
|
133
|
+
"package": "@fluentui/react-field",
|
134
|
+
"commit": "39ba7b6d4648781b979fcf694579f97b851348af",
|
135
|
+
"comment": "chore: Move individual field components into their respective packages, and out of @fluentui/react-field"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"author": "beachball",
|
139
|
+
"package": "@fluentui/react-field",
|
140
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.1",
|
141
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"author": "beachball",
|
145
|
+
"package": "@fluentui/react-field",
|
146
|
+
"comment": "Bump @fluentui/react-label to v9.0.10",
|
147
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"author": "beachball",
|
151
|
+
"package": "@fluentui/react-field",
|
152
|
+
"comment": "Bump @fluentui/react-theme to v9.1.2",
|
153
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"author": "beachball",
|
157
|
+
"package": "@fluentui/react-field",
|
158
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.1",
|
159
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"author": "beachball",
|
163
|
+
"package": "@fluentui/react-field",
|
164
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
|
165
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
166
|
+
}
|
167
|
+
]
|
168
|
+
}
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"date": "Wed, 02 Nov 2022 11:57:52 GMT",
|
172
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.7",
|
173
|
+
"version": "9.0.0-alpha.7",
|
174
|
+
"comments": {
|
175
|
+
"prerelease": [
|
176
|
+
{
|
177
|
+
"author": "olfedias@microsoft.com",
|
178
|
+
"package": "@fluentui/react-field",
|
179
|
+
"commit": "c619ba066f11a8654e95375314824ba6b81b003e",
|
180
|
+
"comment": "chore: Update Griffel to latest version"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"author": "beachball",
|
184
|
+
"package": "@fluentui/react-field",
|
185
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.11",
|
186
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"author": "beachball",
|
190
|
+
"package": "@fluentui/react-field",
|
191
|
+
"comment": "Bump @fluentui/react-combobox to v9.0.0-beta.14",
|
192
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"author": "beachball",
|
196
|
+
"package": "@fluentui/react-field",
|
197
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.0",
|
198
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"author": "beachball",
|
202
|
+
"package": "@fluentui/react-field",
|
203
|
+
"comment": "Bump @fluentui/react-input to v9.2.4",
|
204
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"author": "beachball",
|
208
|
+
"package": "@fluentui/react-field",
|
209
|
+
"comment": "Bump @fluentui/react-label to v9.0.9",
|
210
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"author": "beachball",
|
214
|
+
"package": "@fluentui/react-field",
|
215
|
+
"comment": "Bump @fluentui/react-progress to v9.0.0-alpha.4",
|
216
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"author": "beachball",
|
220
|
+
"package": "@fluentui/react-field",
|
221
|
+
"comment": "Bump @fluentui/react-radio to v9.0.10",
|
222
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"author": "beachball",
|
226
|
+
"package": "@fluentui/react-field",
|
227
|
+
"comment": "Bump @fluentui/react-select to v9.0.0-beta.13",
|
228
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"author": "beachball",
|
232
|
+
"package": "@fluentui/react-field",
|
233
|
+
"comment": "Bump @fluentui/react-slider to v9.0.9",
|
234
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"author": "beachball",
|
238
|
+
"package": "@fluentui/react-field",
|
239
|
+
"comment": "Bump @fluentui/react-spinbutton to v9.0.7",
|
240
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"author": "beachball",
|
244
|
+
"package": "@fluentui/react-field",
|
245
|
+
"comment": "Bump @fluentui/react-switch to v9.0.10",
|
246
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"author": "beachball",
|
250
|
+
"package": "@fluentui/react-field",
|
251
|
+
"comment": "Bump @fluentui/react-textarea to v9.1.4",
|
252
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"author": "beachball",
|
256
|
+
"package": "@fluentui/react-field",
|
257
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.0",
|
258
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
259
|
+
},
|
260
|
+
{
|
261
|
+
"author": "beachball",
|
262
|
+
"package": "@fluentui/react-field",
|
263
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
|
264
|
+
"commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
|
265
|
+
}
|
266
|
+
]
|
267
|
+
}
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"date": "Tue, 25 Oct 2022 00:35:32 GMT",
|
271
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.6",
|
272
|
+
"version": "9.0.0-alpha.6",
|
273
|
+
"comments": {
|
274
|
+
"prerelease": [
|
275
|
+
{
|
276
|
+
"author": "behowell@microsoft.com",
|
277
|
+
"package": "@fluentui/react-field",
|
278
|
+
"commit": "f9436f583d3c291921fe7a4531f69551096e758c",
|
279
|
+
"comment": "feat: Add support for validationState to ProgressField"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"author": "beachball",
|
283
|
+
"package": "@fluentui/react-field",
|
284
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.10",
|
285
|
+
"commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"author": "beachball",
|
289
|
+
"package": "@fluentui/react-field",
|
290
|
+
"comment": "Bump @fluentui/react-input to v9.2.3",
|
291
|
+
"commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"author": "beachball",
|
295
|
+
"package": "@fluentui/react-field",
|
296
|
+
"comment": "Bump @fluentui/react-progress to v9.0.0-alpha.3",
|
297
|
+
"commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"author": "beachball",
|
301
|
+
"package": "@fluentui/react-field",
|
302
|
+
"comment": "Bump @fluentui/react-spinbutton to v9.0.6",
|
303
|
+
"commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
|
304
|
+
}
|
305
|
+
]
|
306
|
+
}
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"date": "Thu, 20 Oct 2022 08:39:33 GMT",
|
310
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.5",
|
311
|
+
"version": "9.0.0-alpha.5",
|
312
|
+
"comments": {
|
313
|
+
"prerelease": [
|
314
|
+
{
|
315
|
+
"author": "mgodbolt@microsoft.com",
|
316
|
+
"package": "@fluentui/react-field",
|
317
|
+
"commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
|
318
|
+
"comment": "chore: Bump peer deps to support React 18"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "olfedias@microsoft.com",
|
322
|
+
"package": "@fluentui/react-field",
|
323
|
+
"commit": "06865dada128321804646582f564ee86d835d174",
|
324
|
+
"comment": "chore: Update Griffel to latest version"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "beachball",
|
328
|
+
"package": "@fluentui/react-field",
|
329
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.9",
|
330
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"author": "beachball",
|
334
|
+
"package": "@fluentui/react-field",
|
335
|
+
"comment": "Bump @fluentui/react-combobox to v9.0.0-beta.13",
|
336
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"author": "beachball",
|
340
|
+
"package": "@fluentui/react-field",
|
341
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.5",
|
342
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"author": "beachball",
|
346
|
+
"package": "@fluentui/react-field",
|
347
|
+
"comment": "Bump @fluentui/react-input to v9.2.2",
|
348
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"author": "beachball",
|
352
|
+
"package": "@fluentui/react-field",
|
353
|
+
"comment": "Bump @fluentui/react-label to v9.0.8",
|
354
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"author": "beachball",
|
358
|
+
"package": "@fluentui/react-field",
|
359
|
+
"comment": "Bump @fluentui/react-progress to v9.0.0-alpha.2",
|
360
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"author": "beachball",
|
364
|
+
"package": "@fluentui/react-field",
|
365
|
+
"comment": "Bump @fluentui/react-radio to v9.0.9",
|
366
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"author": "beachball",
|
370
|
+
"package": "@fluentui/react-field",
|
371
|
+
"comment": "Bump @fluentui/react-select to v9.0.0-beta.12",
|
372
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"author": "beachball",
|
376
|
+
"package": "@fluentui/react-field",
|
377
|
+
"comment": "Bump @fluentui/react-slider to v9.0.8",
|
378
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"author": "beachball",
|
382
|
+
"package": "@fluentui/react-field",
|
383
|
+
"comment": "Bump @fluentui/react-spinbutton to v9.0.5",
|
384
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"author": "beachball",
|
388
|
+
"package": "@fluentui/react-field",
|
389
|
+
"comment": "Bump @fluentui/react-switch to v9.0.9",
|
390
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"author": "beachball",
|
394
|
+
"package": "@fluentui/react-field",
|
395
|
+
"comment": "Bump @fluentui/react-textarea to v9.1.3",
|
396
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"author": "beachball",
|
400
|
+
"package": "@fluentui/react-field",
|
401
|
+
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
402
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"author": "beachball",
|
406
|
+
"package": "@fluentui/react-field",
|
407
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.2",
|
408
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"author": "beachball",
|
412
|
+
"package": "@fluentui/react-field",
|
413
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
|
414
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
415
|
+
}
|
416
|
+
]
|
417
|
+
}
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"date": "Thu, 13 Oct 2022 11:02:50 GMT",
|
421
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.4",
|
422
|
+
"version": "9.0.0-alpha.4",
|
423
|
+
"comments": {
|
424
|
+
"prerelease": [
|
425
|
+
{
|
426
|
+
"author": "ololubek@microsoft.com",
|
427
|
+
"package": "@fluentui/react-field",
|
428
|
+
"commit": "a8e81b5296f1551e74010c1d2ad9d37c6fd48306",
|
429
|
+
"comment": "Add ProgressField to @fluentui/react-field"
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"author": "behowell@microsoft.com",
|
433
|
+
"package": "@fluentui/react-field",
|
434
|
+
"commit": "c78ae4c551ef8dd8109fc339047cfdfd1c1b9948",
|
435
|
+
"comment": "fix: CheckboxField to set a generated ID on the input, to match the label's htmlFor"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"author": "olfedias@microsoft.com",
|
439
|
+
"package": "@fluentui/react-field",
|
440
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
441
|
+
"comment": "chore: Update Griffel to latest version"
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"author": "behowell@microsoft.com",
|
445
|
+
"package": "@fluentui/react-field",
|
446
|
+
"commit": "8954cd0e856c4fdda7745f40d3c30916a6e24f6b",
|
447
|
+
"comment": "fix: Field should have block layout, not inline"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"author": "beachball",
|
451
|
+
"package": "@fluentui/react-field",
|
452
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.8",
|
453
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"author": "beachball",
|
457
|
+
"package": "@fluentui/react-field",
|
458
|
+
"comment": "Bump @fluentui/react-combobox to v9.0.0-beta.12",
|
459
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"author": "beachball",
|
463
|
+
"package": "@fluentui/react-field",
|
464
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.4",
|
465
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"author": "beachball",
|
469
|
+
"package": "@fluentui/react-field",
|
470
|
+
"comment": "Bump @fluentui/react-input to v9.2.1",
|
471
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"author": "beachball",
|
475
|
+
"package": "@fluentui/react-field",
|
476
|
+
"comment": "Bump @fluentui/react-label to v9.0.7",
|
477
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"author": "beachball",
|
481
|
+
"package": "@fluentui/react-field",
|
482
|
+
"comment": "Bump @fluentui/react-progress to v9.0.0-alpha.1",
|
483
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"author": "beachball",
|
487
|
+
"package": "@fluentui/react-field",
|
488
|
+
"comment": "Bump @fluentui/react-radio to v9.0.8",
|
489
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"author": "beachball",
|
493
|
+
"package": "@fluentui/react-field",
|
494
|
+
"comment": "Bump @fluentui/react-select to v9.0.0-beta.11",
|
495
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"author": "beachball",
|
499
|
+
"package": "@fluentui/react-field",
|
500
|
+
"comment": "Bump @fluentui/react-slider to v9.0.7",
|
501
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"author": "beachball",
|
505
|
+
"package": "@fluentui/react-field",
|
506
|
+
"comment": "Bump @fluentui/react-spinbutton to v9.0.4",
|
507
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"author": "beachball",
|
511
|
+
"package": "@fluentui/react-field",
|
512
|
+
"comment": "Bump @fluentui/react-switch to v9.0.8",
|
513
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"author": "beachball",
|
517
|
+
"package": "@fluentui/react-field",
|
518
|
+
"comment": "Bump @fluentui/react-textarea to v9.1.2",
|
519
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"author": "beachball",
|
523
|
+
"package": "@fluentui/react-field",
|
524
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.1",
|
525
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"author": "beachball",
|
529
|
+
"package": "@fluentui/react-field",
|
530
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
|
531
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
|
532
|
+
}
|
533
|
+
]
|
534
|
+
}
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"date": "Mon, 03 Oct 2022 22:24:37 GMT",
|
538
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.3",
|
539
|
+
"version": "9.0.0-alpha.3",
|
540
|
+
"comments": {
|
541
|
+
"prerelease": [
|
542
|
+
{
|
543
|
+
"author": "behowell@microsoft.com",
|
544
|
+
"package": "@fluentui/react-field",
|
545
|
+
"commit": "9c2ca0da077238fa1d2dc9475eeacacde06f79d7",
|
546
|
+
"comment": "fix: Remove SwitchField's labelPosition prop, as it has no effect"
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"author": "beachball",
|
550
|
+
"package": "@fluentui/react-field",
|
551
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.7",
|
552
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
553
|
+
},
|
554
|
+
{
|
555
|
+
"author": "beachball",
|
556
|
+
"package": "@fluentui/react-field",
|
557
|
+
"comment": "Bump @fluentui/react-combobox to v9.0.0-beta.11",
|
558
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"author": "beachball",
|
562
|
+
"package": "@fluentui/react-field",
|
563
|
+
"comment": "Bump @fluentui/react-input to v9.2.0",
|
564
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
565
|
+
},
|
566
|
+
{
|
567
|
+
"author": "beachball",
|
568
|
+
"package": "@fluentui/react-field",
|
569
|
+
"comment": "Bump @fluentui/react-radio to v9.0.7",
|
570
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"author": "beachball",
|
574
|
+
"package": "@fluentui/react-field",
|
575
|
+
"comment": "Bump @fluentui/react-slider to v9.0.6",
|
576
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"author": "beachball",
|
580
|
+
"package": "@fluentui/react-field",
|
581
|
+
"comment": "Bump @fluentui/react-spinbutton to v9.0.3",
|
582
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
583
|
+
},
|
584
|
+
{
|
585
|
+
"author": "beachball",
|
586
|
+
"package": "@fluentui/react-field",
|
587
|
+
"comment": "Bump @fluentui/react-switch to v9.0.7",
|
588
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"author": "beachball",
|
592
|
+
"package": "@fluentui/react-field",
|
593
|
+
"comment": "Bump @fluentui/react-textarea to v9.1.1",
|
594
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
595
|
+
}
|
596
|
+
]
|
597
|
+
}
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"date": "Tue, 20 Sep 2022 20:55:45 GMT",
|
601
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.2",
|
602
|
+
"version": "9.0.0-alpha.2",
|
603
|
+
"comments": {
|
604
|
+
"prerelease": [
|
605
|
+
{
|
606
|
+
"author": "beachball",
|
607
|
+
"package": "@fluentui/react-field",
|
608
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.6",
|
609
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"author": "beachball",
|
613
|
+
"package": "@fluentui/react-field",
|
614
|
+
"comment": "Bump @fluentui/react-combobox to v9.0.0-beta.10",
|
615
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"author": "beachball",
|
619
|
+
"package": "@fluentui/react-field",
|
620
|
+
"comment": "Bump @fluentui/react-input to v9.1.1",
|
621
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"author": "beachball",
|
625
|
+
"package": "@fluentui/react-field",
|
626
|
+
"comment": "Bump @fluentui/react-label to v9.0.6",
|
627
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"author": "beachball",
|
631
|
+
"package": "@fluentui/react-field",
|
632
|
+
"comment": "Bump @fluentui/react-radio to v9.0.6",
|
633
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"author": "beachball",
|
637
|
+
"package": "@fluentui/react-field",
|
638
|
+
"comment": "Bump @fluentui/react-select to v9.0.0-beta.10",
|
639
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
640
|
+
},
|
641
|
+
{
|
642
|
+
"author": "beachball",
|
643
|
+
"package": "@fluentui/react-field",
|
644
|
+
"comment": "Bump @fluentui/react-slider to v9.0.5",
|
645
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"author": "beachball",
|
649
|
+
"package": "@fluentui/react-field",
|
650
|
+
"comment": "Bump @fluentui/react-spinbutton to v9.0.2",
|
651
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
652
|
+
},
|
653
|
+
{
|
654
|
+
"author": "beachball",
|
655
|
+
"package": "@fluentui/react-field",
|
656
|
+
"comment": "Bump @fluentui/react-switch to v9.0.6",
|
657
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
658
|
+
},
|
659
|
+
{
|
660
|
+
"author": "beachball",
|
661
|
+
"package": "@fluentui/react-field",
|
662
|
+
"comment": "Bump @fluentui/react-textarea to v9.1.0",
|
663
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
664
|
+
},
|
665
|
+
{
|
666
|
+
"author": "beachball",
|
667
|
+
"package": "@fluentui/react-field",
|
668
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
|
669
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
670
|
+
}
|
671
|
+
]
|
672
|
+
}
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"date": "Thu, 15 Sep 2022 09:49:04 GMT",
|
6
676
|
"tag": "@fluentui/react-field_v9.0.0-alpha.1",
|
7
677
|
"version": "9.0.0-alpha.1",
|
8
678
|
"comments": {
|