@fluentui/react-field 9.0.0-alpha.2 → 9.0.0-alpha.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. package/CHANGELOG.json +931 -12
  2. package/CHANGELOG.md +281 -13
  3. package/README.md +66 -1
  4. package/dist/index.d.ts +76 -157
  5. package/lib/Field.js.map +1 -1
  6. package/lib/components/Field/Field.js +11 -0
  7. package/lib/components/Field/Field.js.map +1 -0
  8. package/lib/components/Field/Field.types.js.map +1 -1
  9. package/lib/components/Field/index.js +1 -0
  10. package/lib/components/Field/index.js.map +1 -1
  11. package/lib/components/Field/renderField.js +10 -7
  12. package/lib/components/Field/renderField.js.map +1 -1
  13. package/lib/components/Field/useField.js +57 -90
  14. package/lib/components/Field/useField.js.map +1 -1
  15. package/lib/components/Field/useFieldStyles.js +61 -76
  16. package/lib/components/Field/useFieldStyles.js.map +1 -1
  17. package/lib/index.js +3 -10
  18. package/lib/index.js.map +1 -1
  19. package/lib/util/makeDeprecatedField.js +71 -0
  20. package/lib/util/makeDeprecatedField.js.map +1 -0
  21. package/lib-amd/Field.js +6 -0
  22. package/lib-amd/Field.js.map +1 -0
  23. package/lib-amd/components/Field/Field.js +12 -0
  24. package/lib-amd/components/Field/Field.js.map +1 -0
  25. package/lib-amd/components/Field/Field.types.js +5 -0
  26. package/lib-amd/components/Field/Field.types.js.map +1 -0
  27. package/lib-amd/components/Field/index.js +10 -0
  28. package/lib-amd/components/Field/index.js.map +1 -0
  29. package/lib-amd/components/Field/renderField.js +20 -0
  30. package/lib-amd/components/Field/renderField.js.map +1 -0
  31. package/lib-amd/components/Field/useField.js +99 -0
  32. package/lib-amd/components/Field/useField.js.map +1 -0
  33. package/lib-amd/components/Field/useFieldStyles.js +115 -0
  34. package/lib-amd/components/Field/useFieldStyles.js.map +1 -0
  35. package/lib-amd/index.js +13 -0
  36. package/lib-amd/index.js.map +1 -0
  37. package/lib-amd/util/makeDeprecatedField.js +38 -0
  38. package/lib-amd/util/makeDeprecatedField.js.map +1 -0
  39. package/lib-commonjs/Field.js +0 -2
  40. package/lib-commonjs/Field.js.map +1 -1
  41. package/lib-commonjs/components/Field/Field.js +17 -0
  42. package/lib-commonjs/components/Field/Field.js.map +1 -0
  43. package/lib-commonjs/components/Field/Field.types.js.map +1 -1
  44. package/lib-commonjs/components/Field/index.js +1 -5
  45. package/lib-commonjs/components/Field/index.js.map +1 -1
  46. package/lib-commonjs/components/Field/renderField.js +10 -11
  47. package/lib-commonjs/components/Field/renderField.js.map +1 -1
  48. package/lib-commonjs/components/Field/useField.js +58 -99
  49. package/lib-commonjs/components/Field/useField.js.map +1 -1
  50. package/lib-commonjs/components/Field/useFieldStyles.js +62 -83
  51. package/lib-commonjs/components/Field/useFieldStyles.js.map +1 -1
  52. package/lib-commonjs/index.js +15 -132
  53. package/lib-commonjs/index.js.map +1 -1
  54. package/lib-commonjs/util/makeDeprecatedField.js +79 -0
  55. package/lib-commonjs/util/makeDeprecatedField.js.map +1 -0
  56. package/package.json +25 -25
  57. package/Spec.md +0 -354
  58. package/lib/CheckboxField.js +0 -2
  59. package/lib/CheckboxField.js.map +0 -1
  60. package/lib/ComboboxField.js +0 -2
  61. package/lib/ComboboxField.js.map +0 -1
  62. package/lib/InputField.js +0 -2
  63. package/lib/InputField.js.map +0 -1
  64. package/lib/RadioGroupField.js +0 -2
  65. package/lib/RadioGroupField.js.map +0 -1
  66. package/lib/SelectField.js +0 -2
  67. package/lib/SelectField.js.map +0 -1
  68. package/lib/SliderField.js +0 -2
  69. package/lib/SliderField.js.map +0 -1
  70. package/lib/SpinButtonField.js +0 -2
  71. package/lib/SpinButtonField.js.map +0 -1
  72. package/lib/SwitchField.js +0 -2
  73. package/lib/SwitchField.js.map +0 -1
  74. package/lib/TextareaField.js +0 -2
  75. package/lib/TextareaField.js.map +0 -1
  76. package/lib/components/CheckboxField/CheckboxField.js +0 -32
  77. package/lib/components/CheckboxField/CheckboxField.js.map +0 -1
  78. package/lib/components/CheckboxField/index.js +0 -2
  79. package/lib/components/CheckboxField/index.js.map +0 -1
  80. package/lib/components/ComboboxField/ComboboxField.js +0 -14
  81. package/lib/components/ComboboxField/ComboboxField.js.map +0 -1
  82. package/lib/components/ComboboxField/index.js +0 -2
  83. package/lib/components/ComboboxField/index.js.map +0 -1
  84. package/lib/components/Field/SlotComponent.types.js +0 -2
  85. package/lib/components/Field/SlotComponent.types.js.map +0 -1
  86. package/lib/components/InputField/InputField.js +0 -14
  87. package/lib/components/InputField/InputField.js.map +0 -1
  88. package/lib/components/InputField/index.js +0 -2
  89. package/lib/components/InputField/index.js.map +0 -1
  90. package/lib/components/RadioGroupField/RadioGroupField.js +0 -15
  91. package/lib/components/RadioGroupField/RadioGroupField.js.map +0 -1
  92. package/lib/components/RadioGroupField/index.js +0 -2
  93. package/lib/components/RadioGroupField/index.js.map +0 -1
  94. package/lib/components/SelectField/SelectField.js +0 -14
  95. package/lib/components/SelectField/SelectField.js.map +0 -1
  96. package/lib/components/SelectField/index.js +0 -2
  97. package/lib/components/SelectField/index.js.map +0 -1
  98. package/lib/components/SliderField/SliderField.js +0 -14
  99. package/lib/components/SliderField/SliderField.js.map +0 -1
  100. package/lib/components/SliderField/index.js +0 -2
  101. package/lib/components/SliderField/index.js.map +0 -1
  102. package/lib/components/SpinButtonField/SpinButtonField.js +0 -14
  103. package/lib/components/SpinButtonField/SpinButtonField.js.map +0 -1
  104. package/lib/components/SpinButtonField/index.js +0 -2
  105. package/lib/components/SpinButtonField/index.js.map +0 -1
  106. package/lib/components/SwitchField/SwitchField.js +0 -14
  107. package/lib/components/SwitchField/SwitchField.js.map +0 -1
  108. package/lib/components/SwitchField/index.js +0 -2
  109. package/lib/components/SwitchField/index.js.map +0 -1
  110. package/lib/components/TextareaField/TextareaField.js +0 -14
  111. package/lib/components/TextareaField/TextareaField.js.map +0 -1
  112. package/lib/components/TextareaField/index.js +0 -2
  113. package/lib/components/TextareaField/index.js.map +0 -1
  114. package/lib-commonjs/CheckboxField.js +0 -10
  115. package/lib-commonjs/CheckboxField.js.map +0 -1
  116. package/lib-commonjs/ComboboxField.js +0 -10
  117. package/lib-commonjs/ComboboxField.js.map +0 -1
  118. package/lib-commonjs/InputField.js +0 -10
  119. package/lib-commonjs/InputField.js.map +0 -1
  120. package/lib-commonjs/RadioGroupField.js +0 -10
  121. package/lib-commonjs/RadioGroupField.js.map +0 -1
  122. package/lib-commonjs/SelectField.js +0 -10
  123. package/lib-commonjs/SelectField.js.map +0 -1
  124. package/lib-commonjs/SliderField.js +0 -10
  125. package/lib-commonjs/SliderField.js.map +0 -1
  126. package/lib-commonjs/SpinButtonField.js +0 -10
  127. package/lib-commonjs/SpinButtonField.js.map +0 -1
  128. package/lib-commonjs/SwitchField.js +0 -10
  129. package/lib-commonjs/SwitchField.js.map +0 -1
  130. package/lib-commonjs/TextareaField.js +0 -10
  131. package/lib-commonjs/TextareaField.js.map +0 -1
  132. package/lib-commonjs/components/CheckboxField/CheckboxField.js +0 -42
  133. package/lib-commonjs/components/CheckboxField/CheckboxField.js.map +0 -1
  134. package/lib-commonjs/components/CheckboxField/index.js +0 -10
  135. package/lib-commonjs/components/CheckboxField/index.js.map +0 -1
  136. package/lib-commonjs/components/ComboboxField/ComboboxField.js +0 -24
  137. package/lib-commonjs/components/ComboboxField/ComboboxField.js.map +0 -1
  138. package/lib-commonjs/components/ComboboxField/index.js +0 -10
  139. package/lib-commonjs/components/ComboboxField/index.js.map +0 -1
  140. package/lib-commonjs/components/Field/SlotComponent.types.js +0 -6
  141. package/lib-commonjs/components/Field/SlotComponent.types.js.map +0 -1
  142. package/lib-commonjs/components/InputField/InputField.js +0 -24
  143. package/lib-commonjs/components/InputField/InputField.js.map +0 -1
  144. package/lib-commonjs/components/InputField/index.js +0 -10
  145. package/lib-commonjs/components/InputField/index.js.map +0 -1
  146. package/lib-commonjs/components/RadioGroupField/RadioGroupField.js +0 -25
  147. package/lib-commonjs/components/RadioGroupField/RadioGroupField.js.map +0 -1
  148. package/lib-commonjs/components/RadioGroupField/index.js +0 -10
  149. package/lib-commonjs/components/RadioGroupField/index.js.map +0 -1
  150. package/lib-commonjs/components/SelectField/SelectField.js +0 -24
  151. package/lib-commonjs/components/SelectField/SelectField.js.map +0 -1
  152. package/lib-commonjs/components/SelectField/index.js +0 -10
  153. package/lib-commonjs/components/SelectField/index.js.map +0 -1
  154. package/lib-commonjs/components/SliderField/SliderField.js +0 -24
  155. package/lib-commonjs/components/SliderField/SliderField.js.map +0 -1
  156. package/lib-commonjs/components/SliderField/index.js +0 -10
  157. package/lib-commonjs/components/SliderField/index.js.map +0 -1
  158. package/lib-commonjs/components/SpinButtonField/SpinButtonField.js +0 -24
  159. package/lib-commonjs/components/SpinButtonField/SpinButtonField.js.map +0 -1
  160. package/lib-commonjs/components/SpinButtonField/index.js +0 -10
  161. package/lib-commonjs/components/SpinButtonField/index.js.map +0 -1
  162. package/lib-commonjs/components/SwitchField/SwitchField.js +0 -24
  163. package/lib-commonjs/components/SwitchField/SwitchField.js.map +0 -1
  164. package/lib-commonjs/components/SwitchField/index.js +0 -10
  165. package/lib-commonjs/components/SwitchField/index.js.map +0 -1
  166. package/lib-commonjs/components/TextareaField/TextareaField.js +0 -24
  167. package/lib-commonjs/components/TextareaField/TextareaField.js.map +0 -1
  168. package/lib-commonjs/components/TextareaField/index.js +0 -10
  169. package/lib-commonjs/components/TextareaField/index.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,926 @@
2
2
  "name": "@fluentui/react-field",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 20 Sep 2022 20:54:08 GMT",
5
+ "date": "Wed, 15 Feb 2023 11:41:24 GMT",
6
+ "tag": "@fluentui/react-field_v9.0.0-alpha.21",
7
+ "version": "9.0.0-alpha.21",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-field",
13
+ "comment": "Bump @fluentui/react-context-selector to v9.1.10",
14
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-field",
19
+ "comment": "Bump @fluentui/react-label to v9.0.22",
20
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-field",
25
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
26
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
33
+ "tag": "@fluentui/react-field_v9.0.0-alpha.20",
34
+ "version": "9.0.0-alpha.20",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-field",
40
+ "comment": "Bump @fluentui/react-context-selector to v9.1.9",
41
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-field",
46
+ "comment": "Bump @fluentui/react-label to v9.0.21",
47
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-field",
52
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
53
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Fri, 10 Feb 2023 08:49:59 GMT",
60
+ "tag": "@fluentui/react-field_v9.0.0-alpha.19",
61
+ "version": "9.0.0-alpha.19",
62
+ "comments": {
63
+ "none": [
64
+ {
65
+ "author": "behowell@microsoft.com",
66
+ "package": "@fluentui/react-field",
67
+ "commit": "7db30ce5c8ff56bbcfb01d40e60db382356b6b38",
68
+ "comment": "chore: Update Field spec and migration guide"
69
+ },
70
+ {
71
+ "author": "behowell@microsoft.com",
72
+ "package": "@fluentui/react-field",
73
+ "commit": "2a4adf399928df00013a1b58eb5dd1ce77141c57",
74
+ "comment": "chore: Update Field documentation and stories"
75
+ }
76
+ ],
77
+ "prerelease": [
78
+ {
79
+ "author": "beachball",
80
+ "package": "@fluentui/react-field",
81
+ "comment": "Bump @fluentui/react-context-selector to v9.1.8",
82
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
83
+ },
84
+ {
85
+ "author": "beachball",
86
+ "package": "@fluentui/react-field",
87
+ "comment": "Bump @fluentui/react-label to v9.0.20",
88
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
89
+ },
90
+ {
91
+ "author": "beachball",
92
+ "package": "@fluentui/react-field",
93
+ "comment": "Bump @fluentui/react-utilities to v9.5.2",
94
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
95
+ }
96
+ ]
97
+ }
98
+ },
99
+ {
100
+ "date": "Tue, 31 Jan 2023 19:53:56 GMT",
101
+ "tag": "@fluentui/react-field_v9.0.0-alpha.18",
102
+ "version": "9.0.0-alpha.18",
103
+ "comments": {
104
+ "prerelease": [
105
+ {
106
+ "author": "behowell@microsoft.com",
107
+ "package": "@fluentui/react-field",
108
+ "commit": "d59cee0443fc357a3033d0e71e23659a2ce2d57d",
109
+ "comment": "chore: Change the default value of validationState to error when a validationMessage is set."
110
+ },
111
+ {
112
+ "author": "beachball",
113
+ "package": "@fluentui/react-field",
114
+ "comment": "Bump @fluentui/react-context-selector to v9.1.7",
115
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
116
+ },
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-field",
120
+ "comment": "Bump @fluentui/react-label to v9.0.19",
121
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
122
+ },
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-field",
126
+ "comment": "Bump @fluentui/react-utilities to v9.5.1",
127
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
128
+ }
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "date": "Thu, 26 Jan 2023 13:30:56 GMT",
134
+ "tag": "@fluentui/react-field_v9.0.0-alpha.17",
135
+ "version": "9.0.0-alpha.17",
136
+ "comments": {
137
+ "prerelease": [
138
+ {
139
+ "author": "behowell@microsoft.com",
140
+ "package": "@fluentui/react-field",
141
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
142
+ "comment": "Implement Field component to replace InputField, ComboboxField, etc."
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-field",
147
+ "comment": "Bump @fluentui/react-context-selector to v9.1.6",
148
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-field",
153
+ "comment": "Bump @fluentui/react-label to v9.0.18",
154
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-field",
159
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
160
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
161
+ }
162
+ ]
163
+ }
164
+ },
165
+ {
166
+ "date": "Mon, 23 Jan 2023 16:43:09 GMT",
167
+ "tag": "@fluentui/react-field_v9.0.0-alpha.16",
168
+ "version": "9.0.0-alpha.16",
169
+ "comments": {
170
+ "prerelease": [
171
+ {
172
+ "author": "behowell@microsoft.com",
173
+ "package": "@fluentui/react-field",
174
+ "commit": "1f145044a1ef3707e0724d75f9b70e7d2af69375",
175
+ "comment": "chore: Simplify Field layout styles"
176
+ },
177
+ {
178
+ "author": "behowell@microsoft.com",
179
+ "package": "@fluentui/react-field",
180
+ "commit": "b04b2f0c02f2ccd7960905a886ce27f2321fee72",
181
+ "comment": "fix: Stretch Field components to full width"
182
+ },
183
+ {
184
+ "author": "behowell@microsoft.com",
185
+ "package": "@fluentui/react-field",
186
+ "commit": "48a6fc95e6eb7530c162390fb70db7fac88b15ab",
187
+ "comment": "fix: Update Field label padding to match spec"
188
+ },
189
+ {
190
+ "author": "behowell@microsoft.com",
191
+ "package": "@fluentui/react-field",
192
+ "commit": "014041b7447b02856ae50638de71bdb829b0a759",
193
+ "comment": "fix: Field sets role=\"alert\" on its error message so it is announced by screen readers"
194
+ }
195
+ ]
196
+ }
197
+ },
198
+ {
199
+ "date": "Mon, 16 Jan 2023 08:39:01 GMT",
200
+ "tag": "@fluentui/react-field_v9.0.0-alpha.15",
201
+ "version": "9.0.0-alpha.15",
202
+ "comments": {
203
+ "none": [
204
+ {
205
+ "author": "martinhochel@microsoft.com",
206
+ "package": "@fluentui/react-field",
207
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
208
+ "comment": "chore: migrate to packaged scripts"
209
+ }
210
+ ],
211
+ "prerelease": [
212
+ {
213
+ "author": "sarah.higley@microsoft.com",
214
+ "package": "@fluentui/react-field",
215
+ "commit": "5b35bf93f6634324e8651ec29640353edd11178b",
216
+ "comment": "fix: Field styles do not wrap SVG status icon in inline parent to avoid layout bugs"
217
+ },
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-field",
221
+ "comment": "Bump @fluentui/react-label to v9.0.17",
222
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
223
+ }
224
+ ]
225
+ }
226
+ },
227
+ {
228
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
229
+ "tag": "@fluentui/react-field_v9.0.0-alpha.14",
230
+ "version": "9.0.0-alpha.14",
231
+ "comments": {
232
+ "prerelease": [
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-field",
236
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
237
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-field",
242
+ "comment": "Bump @fluentui/react-label to v9.0.16",
243
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
244
+ },
245
+ {
246
+ "author": "beachball",
247
+ "package": "@fluentui/react-field",
248
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
249
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
250
+ }
251
+ ]
252
+ }
253
+ },
254
+ {
255
+ "date": "Wed, 04 Jan 2023 01:40:06 GMT",
256
+ "tag": "@fluentui/react-field_v9.0.0-alpha.13",
257
+ "version": "9.0.0-alpha.13",
258
+ "comments": {
259
+ "none": [
260
+ {
261
+ "author": "martinhochel@microsoft.com",
262
+ "package": "@fluentui/react-field",
263
+ "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
264
+ "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
265
+ },
266
+ {
267
+ "author": "martinhochel@microsoft.com",
268
+ "package": "@fluentui/react-field",
269
+ "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
270
+ "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
271
+ }
272
+ ],
273
+ "prerelease": [
274
+ {
275
+ "author": "olfedias@microsoft.com",
276
+ "package": "@fluentui/react-field",
277
+ "commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
278
+ "comment": "chore: Update Griffel to latest version"
279
+ },
280
+ {
281
+ "author": "beachball",
282
+ "package": "@fluentui/react-field",
283
+ "comment": "Bump @fluentui/react-context-selector to v9.1.4",
284
+ "commit": "3e322d15529451be153e97298873253e21af4082"
285
+ },
286
+ {
287
+ "author": "beachball",
288
+ "package": "@fluentui/react-field",
289
+ "comment": "Bump @fluentui/react-label to v9.0.15",
290
+ "commit": "3e322d15529451be153e97298873253e21af4082"
291
+ },
292
+ {
293
+ "author": "beachball",
294
+ "package": "@fluentui/react-field",
295
+ "comment": "Bump @fluentui/react-utilities to v9.3.1",
296
+ "commit": "3e322d15529451be153e97298873253e21af4082"
297
+ },
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-field",
301
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
302
+ "commit": "3e322d15529451be153e97298873253e21af4082"
303
+ }
304
+ ]
305
+ }
306
+ },
307
+ {
308
+ "date": "Wed, 21 Dec 2022 10:20:33 GMT",
309
+ "tag": "@fluentui/react-field_v9.0.0-alpha.12",
310
+ "version": "9.0.0-alpha.12",
311
+ "comments": {
312
+ "prerelease": [
313
+ {
314
+ "author": "beachball",
315
+ "package": "@fluentui/react-field",
316
+ "comment": "Bump @fluentui/react-label to v9.0.14",
317
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
318
+ },
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-field",
322
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
323
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
324
+ }
325
+ ]
326
+ }
327
+ },
328
+ {
329
+ "date": "Tue, 20 Dec 2022 14:59:25 GMT",
330
+ "tag": "@fluentui/react-field_v9.0.0-alpha.11",
331
+ "version": "9.0.0-alpha.11",
332
+ "comments": {
333
+ "none": [
334
+ {
335
+ "author": "behowell@microsoft.com",
336
+ "package": "@fluentui/react-field",
337
+ "commit": "4d5cf677ea4d882be7cda6903d7fce9fd6a20189",
338
+ "comment": "chore: Move Field migration guide to Migration.md"
339
+ }
340
+ ],
341
+ "prerelease": [
342
+ {
343
+ "author": "beachball",
344
+ "package": "@fluentui/react-field",
345
+ "comment": "Bump @fluentui/react-context-selector to v9.1.3",
346
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
347
+ },
348
+ {
349
+ "author": "beachball",
350
+ "package": "@fluentui/react-field",
351
+ "comment": "Bump @fluentui/react-label to v9.0.13",
352
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
353
+ },
354
+ {
355
+ "author": "beachball",
356
+ "package": "@fluentui/react-field",
357
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
358
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
359
+ },
360
+ {
361
+ "author": "beachball",
362
+ "package": "@fluentui/react-field",
363
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
364
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
365
+ }
366
+ ]
367
+ }
368
+ },
369
+ {
370
+ "date": "Mon, 05 Dec 2022 18:29:23 GMT",
371
+ "tag": "@fluentui/react-field_v9.0.0-alpha.10",
372
+ "version": "9.0.0-alpha.10",
373
+ "comments": {
374
+ "prerelease": [
375
+ {
376
+ "author": "behowell@microsoft.com",
377
+ "package": "@fluentui/react-field",
378
+ "commit": "79a448b20b02bdb5b9832734e6fa19d9c82d5865",
379
+ "comment": "fix: Field should use aria-describedby instead of aria-errormessage"
380
+ },
381
+ {
382
+ "author": "tristan.watanabe@gmail.com",
383
+ "package": "@fluentui/react-field",
384
+ "commit": "886907609cb066a4c08364b57a7cb718b4069434",
385
+ "comment": "chore: Migrate to new package structure."
386
+ },
387
+ {
388
+ "author": "beachball",
389
+ "package": "@fluentui/react-field",
390
+ "comment": "Bump @fluentui/react-label to v9.0.12",
391
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
392
+ },
393
+ {
394
+ "author": "beachball",
395
+ "package": "@fluentui/react-field",
396
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
397
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
398
+ }
399
+ ]
400
+ }
401
+ },
402
+ {
403
+ "date": "Thu, 17 Nov 2022 23:05:39 GMT",
404
+ "tag": "@fluentui/react-field_v9.0.0-alpha.9",
405
+ "version": "9.0.0-alpha.9",
406
+ "comments": {
407
+ "none": [
408
+ {
409
+ "author": "martinhochel@microsoft.com",
410
+ "package": "@fluentui/react-field",
411
+ "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
412
+ "comment": "chore: update package scaffold"
413
+ }
414
+ ],
415
+ "prerelease": [
416
+ {
417
+ "author": "beachball",
418
+ "package": "@fluentui/react-field",
419
+ "comment": "Bump @fluentui/react-context-selector to v9.1.2",
420
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
421
+ },
422
+ {
423
+ "author": "beachball",
424
+ "package": "@fluentui/react-field",
425
+ "comment": "Bump @fluentui/react-label to v9.0.11",
426
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
427
+ },
428
+ {
429
+ "author": "beachball",
430
+ "package": "@fluentui/react-field",
431
+ "comment": "Bump @fluentui/react-utilities to v9.2.2",
432
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
433
+ }
434
+ ]
435
+ }
436
+ },
437
+ {
438
+ "date": "Fri, 11 Nov 2022 14:58:03 GMT",
439
+ "tag": "@fluentui/react-field_v9.0.0-alpha.8",
440
+ "version": "9.0.0-alpha.8",
441
+ "comments": {
442
+ "prerelease": [
443
+ {
444
+ "author": "martinhochel@microsoft.com",
445
+ "package": "@fluentui/react-field",
446
+ "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
447
+ "comment": "fix: create valid export maps"
448
+ },
449
+ {
450
+ "author": "behowell@microsoft.com",
451
+ "package": "@fluentui/react-field",
452
+ "commit": "b997f7086d8bc5d630f95eec27aa464f2cb53fe1",
453
+ "comment": "chore: Clean up Field tests and story imports in preparation of moving to individual packages"
454
+ },
455
+ {
456
+ "author": "behowell@microsoft.com",
457
+ "package": "@fluentui/react-field",
458
+ "commit": "39ba7b6d4648781b979fcf694579f97b851348af",
459
+ "comment": "chore: Move individual field components into their respective packages, and out of @fluentui/react-field"
460
+ },
461
+ {
462
+ "author": "beachball",
463
+ "package": "@fluentui/react-field",
464
+ "comment": "Bump @fluentui/react-context-selector to v9.1.1",
465
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
466
+ },
467
+ {
468
+ "author": "beachball",
469
+ "package": "@fluentui/react-field",
470
+ "comment": "Bump @fluentui/react-label to v9.0.10",
471
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
472
+ },
473
+ {
474
+ "author": "beachball",
475
+ "package": "@fluentui/react-field",
476
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
477
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
478
+ },
479
+ {
480
+ "author": "beachball",
481
+ "package": "@fluentui/react-field",
482
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
483
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
484
+ },
485
+ {
486
+ "author": "beachball",
487
+ "package": "@fluentui/react-field",
488
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
489
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
490
+ }
491
+ ]
492
+ }
493
+ },
494
+ {
495
+ "date": "Wed, 02 Nov 2022 11:57:52 GMT",
496
+ "tag": "@fluentui/react-field_v9.0.0-alpha.7",
497
+ "version": "9.0.0-alpha.7",
498
+ "comments": {
499
+ "prerelease": [
500
+ {
501
+ "author": "olfedias@microsoft.com",
502
+ "package": "@fluentui/react-field",
503
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
504
+ "comment": "chore: Update Griffel to latest version"
505
+ },
506
+ {
507
+ "author": "beachball",
508
+ "package": "@fluentui/react-field",
509
+ "comment": "Bump @fluentui/react-checkbox to v9.0.11",
510
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
511
+ },
512
+ {
513
+ "author": "beachball",
514
+ "package": "@fluentui/react-field",
515
+ "comment": "Bump @fluentui/react-combobox to v9.0.0-beta.14",
516
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
517
+ },
518
+ {
519
+ "author": "beachball",
520
+ "package": "@fluentui/react-field",
521
+ "comment": "Bump @fluentui/react-context-selector to v9.1.0",
522
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
523
+ },
524
+ {
525
+ "author": "beachball",
526
+ "package": "@fluentui/react-field",
527
+ "comment": "Bump @fluentui/react-input to v9.2.4",
528
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
529
+ },
530
+ {
531
+ "author": "beachball",
532
+ "package": "@fluentui/react-field",
533
+ "comment": "Bump @fluentui/react-label to v9.0.9",
534
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
535
+ },
536
+ {
537
+ "author": "beachball",
538
+ "package": "@fluentui/react-field",
539
+ "comment": "Bump @fluentui/react-progress to v9.0.0-alpha.4",
540
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
541
+ },
542
+ {
543
+ "author": "beachball",
544
+ "package": "@fluentui/react-field",
545
+ "comment": "Bump @fluentui/react-radio to v9.0.10",
546
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
547
+ },
548
+ {
549
+ "author": "beachball",
550
+ "package": "@fluentui/react-field",
551
+ "comment": "Bump @fluentui/react-select to v9.0.0-beta.13",
552
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
553
+ },
554
+ {
555
+ "author": "beachball",
556
+ "package": "@fluentui/react-field",
557
+ "comment": "Bump @fluentui/react-slider to v9.0.9",
558
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
559
+ },
560
+ {
561
+ "author": "beachball",
562
+ "package": "@fluentui/react-field",
563
+ "comment": "Bump @fluentui/react-spinbutton to v9.0.7",
564
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
565
+ },
566
+ {
567
+ "author": "beachball",
568
+ "package": "@fluentui/react-field",
569
+ "comment": "Bump @fluentui/react-switch to v9.0.10",
570
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
571
+ },
572
+ {
573
+ "author": "beachball",
574
+ "package": "@fluentui/react-field",
575
+ "comment": "Bump @fluentui/react-textarea to v9.1.4",
576
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
577
+ },
578
+ {
579
+ "author": "beachball",
580
+ "package": "@fluentui/react-field",
581
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
582
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
583
+ },
584
+ {
585
+ "author": "beachball",
586
+ "package": "@fluentui/react-field",
587
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
588
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
589
+ }
590
+ ]
591
+ }
592
+ },
593
+ {
594
+ "date": "Tue, 25 Oct 2022 00:35:32 GMT",
595
+ "tag": "@fluentui/react-field_v9.0.0-alpha.6",
596
+ "version": "9.0.0-alpha.6",
597
+ "comments": {
598
+ "prerelease": [
599
+ {
600
+ "author": "behowell@microsoft.com",
601
+ "package": "@fluentui/react-field",
602
+ "commit": "f9436f583d3c291921fe7a4531f69551096e758c",
603
+ "comment": "feat: Add support for validationState to ProgressField"
604
+ },
605
+ {
606
+ "author": "beachball",
607
+ "package": "@fluentui/react-field",
608
+ "comment": "Bump @fluentui/react-checkbox to v9.0.10",
609
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
610
+ },
611
+ {
612
+ "author": "beachball",
613
+ "package": "@fluentui/react-field",
614
+ "comment": "Bump @fluentui/react-input to v9.2.3",
615
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
616
+ },
617
+ {
618
+ "author": "beachball",
619
+ "package": "@fluentui/react-field",
620
+ "comment": "Bump @fluentui/react-progress to v9.0.0-alpha.3",
621
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
622
+ },
623
+ {
624
+ "author": "beachball",
625
+ "package": "@fluentui/react-field",
626
+ "comment": "Bump @fluentui/react-spinbutton to v9.0.6",
627
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
628
+ }
629
+ ]
630
+ }
631
+ },
632
+ {
633
+ "date": "Thu, 20 Oct 2022 08:39:33 GMT",
634
+ "tag": "@fluentui/react-field_v9.0.0-alpha.5",
635
+ "version": "9.0.0-alpha.5",
636
+ "comments": {
637
+ "prerelease": [
638
+ {
639
+ "author": "mgodbolt@microsoft.com",
640
+ "package": "@fluentui/react-field",
641
+ "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
642
+ "comment": "chore: Bump peer deps to support React 18"
643
+ },
644
+ {
645
+ "author": "olfedias@microsoft.com",
646
+ "package": "@fluentui/react-field",
647
+ "commit": "06865dada128321804646582f564ee86d835d174",
648
+ "comment": "chore: Update Griffel to latest version"
649
+ },
650
+ {
651
+ "author": "beachball",
652
+ "package": "@fluentui/react-field",
653
+ "comment": "Bump @fluentui/react-checkbox to v9.0.9",
654
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
655
+ },
656
+ {
657
+ "author": "beachball",
658
+ "package": "@fluentui/react-field",
659
+ "comment": "Bump @fluentui/react-combobox to v9.0.0-beta.13",
660
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
661
+ },
662
+ {
663
+ "author": "beachball",
664
+ "package": "@fluentui/react-field",
665
+ "comment": "Bump @fluentui/react-context-selector to v9.0.5",
666
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
667
+ },
668
+ {
669
+ "author": "beachball",
670
+ "package": "@fluentui/react-field",
671
+ "comment": "Bump @fluentui/react-input to v9.2.2",
672
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
673
+ },
674
+ {
675
+ "author": "beachball",
676
+ "package": "@fluentui/react-field",
677
+ "comment": "Bump @fluentui/react-label to v9.0.8",
678
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
679
+ },
680
+ {
681
+ "author": "beachball",
682
+ "package": "@fluentui/react-field",
683
+ "comment": "Bump @fluentui/react-progress to v9.0.0-alpha.2",
684
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
685
+ },
686
+ {
687
+ "author": "beachball",
688
+ "package": "@fluentui/react-field",
689
+ "comment": "Bump @fluentui/react-radio to v9.0.9",
690
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
691
+ },
692
+ {
693
+ "author": "beachball",
694
+ "package": "@fluentui/react-field",
695
+ "comment": "Bump @fluentui/react-select to v9.0.0-beta.12",
696
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
697
+ },
698
+ {
699
+ "author": "beachball",
700
+ "package": "@fluentui/react-field",
701
+ "comment": "Bump @fluentui/react-slider to v9.0.8",
702
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
703
+ },
704
+ {
705
+ "author": "beachball",
706
+ "package": "@fluentui/react-field",
707
+ "comment": "Bump @fluentui/react-spinbutton to v9.0.5",
708
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
709
+ },
710
+ {
711
+ "author": "beachball",
712
+ "package": "@fluentui/react-field",
713
+ "comment": "Bump @fluentui/react-switch to v9.0.9",
714
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
715
+ },
716
+ {
717
+ "author": "beachball",
718
+ "package": "@fluentui/react-field",
719
+ "comment": "Bump @fluentui/react-textarea to v9.1.3",
720
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
721
+ },
722
+ {
723
+ "author": "beachball",
724
+ "package": "@fluentui/react-field",
725
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
726
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
727
+ },
728
+ {
729
+ "author": "beachball",
730
+ "package": "@fluentui/react-field",
731
+ "comment": "Bump @fluentui/react-utilities to v9.1.2",
732
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
733
+ },
734
+ {
735
+ "author": "beachball",
736
+ "package": "@fluentui/react-field",
737
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
738
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
739
+ }
740
+ ]
741
+ }
742
+ },
743
+ {
744
+ "date": "Thu, 13 Oct 2022 11:02:50 GMT",
745
+ "tag": "@fluentui/react-field_v9.0.0-alpha.4",
746
+ "version": "9.0.0-alpha.4",
747
+ "comments": {
748
+ "prerelease": [
749
+ {
750
+ "author": "ololubek@microsoft.com",
751
+ "package": "@fluentui/react-field",
752
+ "commit": "a8e81b5296f1551e74010c1d2ad9d37c6fd48306",
753
+ "comment": "Add ProgressField to @fluentui/react-field"
754
+ },
755
+ {
756
+ "author": "behowell@microsoft.com",
757
+ "package": "@fluentui/react-field",
758
+ "commit": "c78ae4c551ef8dd8109fc339047cfdfd1c1b9948",
759
+ "comment": "fix: CheckboxField to set a generated ID on the input, to match the label's htmlFor"
760
+ },
761
+ {
762
+ "author": "olfedias@microsoft.com",
763
+ "package": "@fluentui/react-field",
764
+ "commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
765
+ "comment": "chore: Update Griffel to latest version"
766
+ },
767
+ {
768
+ "author": "behowell@microsoft.com",
769
+ "package": "@fluentui/react-field",
770
+ "commit": "8954cd0e856c4fdda7745f40d3c30916a6e24f6b",
771
+ "comment": "fix: Field should have block layout, not inline"
772
+ },
773
+ {
774
+ "author": "beachball",
775
+ "package": "@fluentui/react-field",
776
+ "comment": "Bump @fluentui/react-checkbox to v9.0.8",
777
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
778
+ },
779
+ {
780
+ "author": "beachball",
781
+ "package": "@fluentui/react-field",
782
+ "comment": "Bump @fluentui/react-combobox to v9.0.0-beta.12",
783
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
784
+ },
785
+ {
786
+ "author": "beachball",
787
+ "package": "@fluentui/react-field",
788
+ "comment": "Bump @fluentui/react-context-selector to v9.0.4",
789
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
790
+ },
791
+ {
792
+ "author": "beachball",
793
+ "package": "@fluentui/react-field",
794
+ "comment": "Bump @fluentui/react-input to v9.2.1",
795
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
796
+ },
797
+ {
798
+ "author": "beachball",
799
+ "package": "@fluentui/react-field",
800
+ "comment": "Bump @fluentui/react-label to v9.0.7",
801
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
802
+ },
803
+ {
804
+ "author": "beachball",
805
+ "package": "@fluentui/react-field",
806
+ "comment": "Bump @fluentui/react-progress to v9.0.0-alpha.1",
807
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
808
+ },
809
+ {
810
+ "author": "beachball",
811
+ "package": "@fluentui/react-field",
812
+ "comment": "Bump @fluentui/react-radio to v9.0.8",
813
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
814
+ },
815
+ {
816
+ "author": "beachball",
817
+ "package": "@fluentui/react-field",
818
+ "comment": "Bump @fluentui/react-select to v9.0.0-beta.11",
819
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
820
+ },
821
+ {
822
+ "author": "beachball",
823
+ "package": "@fluentui/react-field",
824
+ "comment": "Bump @fluentui/react-slider to v9.0.7",
825
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
826
+ },
827
+ {
828
+ "author": "beachball",
829
+ "package": "@fluentui/react-field",
830
+ "comment": "Bump @fluentui/react-spinbutton to v9.0.4",
831
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
832
+ },
833
+ {
834
+ "author": "beachball",
835
+ "package": "@fluentui/react-field",
836
+ "comment": "Bump @fluentui/react-switch to v9.0.8",
837
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
838
+ },
839
+ {
840
+ "author": "beachball",
841
+ "package": "@fluentui/react-field",
842
+ "comment": "Bump @fluentui/react-textarea to v9.1.2",
843
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
844
+ },
845
+ {
846
+ "author": "beachball",
847
+ "package": "@fluentui/react-field",
848
+ "comment": "Bump @fluentui/react-utilities to v9.1.1",
849
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
850
+ },
851
+ {
852
+ "author": "beachball",
853
+ "package": "@fluentui/react-field",
854
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
855
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
856
+ }
857
+ ]
858
+ }
859
+ },
860
+ {
861
+ "date": "Mon, 03 Oct 2022 22:24:37 GMT",
862
+ "tag": "@fluentui/react-field_v9.0.0-alpha.3",
863
+ "version": "9.0.0-alpha.3",
864
+ "comments": {
865
+ "prerelease": [
866
+ {
867
+ "author": "behowell@microsoft.com",
868
+ "package": "@fluentui/react-field",
869
+ "commit": "9c2ca0da077238fa1d2dc9475eeacacde06f79d7",
870
+ "comment": "fix: Remove SwitchField's labelPosition prop, as it has no effect"
871
+ },
872
+ {
873
+ "author": "beachball",
874
+ "package": "@fluentui/react-field",
875
+ "comment": "Bump @fluentui/react-checkbox to v9.0.7",
876
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
877
+ },
878
+ {
879
+ "author": "beachball",
880
+ "package": "@fluentui/react-field",
881
+ "comment": "Bump @fluentui/react-combobox to v9.0.0-beta.11",
882
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
883
+ },
884
+ {
885
+ "author": "beachball",
886
+ "package": "@fluentui/react-field",
887
+ "comment": "Bump @fluentui/react-input to v9.2.0",
888
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
889
+ },
890
+ {
891
+ "author": "beachball",
892
+ "package": "@fluentui/react-field",
893
+ "comment": "Bump @fluentui/react-radio to v9.0.7",
894
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
895
+ },
896
+ {
897
+ "author": "beachball",
898
+ "package": "@fluentui/react-field",
899
+ "comment": "Bump @fluentui/react-slider to v9.0.6",
900
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
901
+ },
902
+ {
903
+ "author": "beachball",
904
+ "package": "@fluentui/react-field",
905
+ "comment": "Bump @fluentui/react-spinbutton to v9.0.3",
906
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
907
+ },
908
+ {
909
+ "author": "beachball",
910
+ "package": "@fluentui/react-field",
911
+ "comment": "Bump @fluentui/react-switch to v9.0.7",
912
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
913
+ },
914
+ {
915
+ "author": "beachball",
916
+ "package": "@fluentui/react-field",
917
+ "comment": "Bump @fluentui/react-textarea to v9.1.1",
918
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
919
+ }
920
+ ]
921
+ }
922
+ },
923
+ {
924
+ "date": "Tue, 20 Sep 2022 20:55:45 GMT",
6
925
  "tag": "@fluentui/react-field_v9.0.0-alpha.2",
7
926
  "version": "9.0.0-alpha.2",
8
927
  "comments": {
@@ -11,67 +930,67 @@
11
930
  "author": "beachball",
12
931
  "package": "@fluentui/react-field",
13
932
  "comment": "Bump @fluentui/react-checkbox to v9.0.6",
14
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
933
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
15
934
  },
16
935
  {
17
936
  "author": "beachball",
18
937
  "package": "@fluentui/react-field",
19
938
  "comment": "Bump @fluentui/react-combobox to v9.0.0-beta.10",
20
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
939
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
21
940
  },
22
941
  {
23
942
  "author": "beachball",
24
943
  "package": "@fluentui/react-field",
25
944
  "comment": "Bump @fluentui/react-input to v9.1.1",
26
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
945
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
27
946
  },
28
947
  {
29
948
  "author": "beachball",
30
949
  "package": "@fluentui/react-field",
31
950
  "comment": "Bump @fluentui/react-label to v9.0.6",
32
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
951
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
33
952
  },
34
953
  {
35
954
  "author": "beachball",
36
955
  "package": "@fluentui/react-field",
37
956
  "comment": "Bump @fluentui/react-radio to v9.0.6",
38
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
957
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
39
958
  },
40
959
  {
41
960
  "author": "beachball",
42
961
  "package": "@fluentui/react-field",
43
962
  "comment": "Bump @fluentui/react-select to v9.0.0-beta.10",
44
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
963
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
45
964
  },
46
965
  {
47
966
  "author": "beachball",
48
967
  "package": "@fluentui/react-field",
49
968
  "comment": "Bump @fluentui/react-slider to v9.0.5",
50
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
969
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
51
970
  },
52
971
  {
53
972
  "author": "beachball",
54
973
  "package": "@fluentui/react-field",
55
974
  "comment": "Bump @fluentui/react-spinbutton to v9.0.2",
56
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
975
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
57
976
  },
58
977
  {
59
978
  "author": "beachball",
60
979
  "package": "@fluentui/react-field",
61
980
  "comment": "Bump @fluentui/react-switch to v9.0.6",
62
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
981
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
63
982
  },
64
983
  {
65
984
  "author": "beachball",
66
985
  "package": "@fluentui/react-field",
67
986
  "comment": "Bump @fluentui/react-textarea to v9.1.0",
68
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
987
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
69
988
  },
70
989
  {
71
990
  "author": "beachball",
72
991
  "package": "@fluentui/react-field",
73
992
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
74
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
993
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
75
994
  }
76
995
  ]
77
996
  }