@fluentui/react-field 9.0.0-alpha.1 → 9.0.0-alpha.10

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