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