@fluentui/react-checkbox 9.0.0-beta.1 → 9.0.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +573 -1
- package/CHANGELOG.md +152 -2
- package/Spec.md +25 -115
- package/dist/react-checkbox.d.ts +52 -50
- package/lib/Checkbox.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.d.ts +2 -1
- package/lib/components/Checkbox/Checkbox.js +10 -8
- package/lib/components/Checkbox/Checkbox.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.types.d.ts +40 -40
- package/lib/components/Checkbox/Checkbox.types.js.map +1 -1
- package/lib/components/Checkbox/index.js.map +1 -1
- package/lib/components/Checkbox/renderCheckbox.d.ts +1 -1
- package/lib/components/Checkbox/renderCheckbox.js +11 -10
- package/lib/components/Checkbox/renderCheckbox.js.map +1 -1
- package/lib/components/Checkbox/useCheckbox.d.ts +5 -9
- package/lib/components/Checkbox/useCheckbox.js +99 -68
- package/lib/components/Checkbox/useCheckbox.js.map +1 -1
- package/lib/components/Checkbox/useCheckboxStyles.d.ts +8 -2
- package/lib/components/Checkbox/useCheckboxStyles.js +224 -160
- package/lib/components/Checkbox/useCheckboxStyles.js.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Checkbox.js +7 -2
- package/lib-commonjs/Checkbox.js.map +1 -1
- package/lib-commonjs/components/Checkbox/Checkbox.d.ts +2 -1
- package/lib-commonjs/components/Checkbox/Checkbox.js +20 -10
- package/lib-commonjs/components/Checkbox/Checkbox.js.map +1 -1
- package/lib-commonjs/components/Checkbox/Checkbox.types.d.ts +40 -40
- package/lib-commonjs/components/Checkbox/Checkbox.types.js +4 -1
- package/lib-commonjs/components/Checkbox/Checkbox.types.js.map +1 -1
- package/lib-commonjs/components/Checkbox/index.js +11 -2
- package/lib-commonjs/components/Checkbox/index.js.map +1 -1
- package/lib-commonjs/components/Checkbox/renderCheckbox.d.ts +1 -1
- package/lib-commonjs/components/Checkbox/renderCheckbox.js +23 -15
- package/lib-commonjs/components/Checkbox/renderCheckbox.js.map +1 -1
- package/lib-commonjs/components/Checkbox/useCheckbox.d.ts +5 -9
- package/lib-commonjs/components/Checkbox/useCheckbox.js +113 -73
- package/lib-commonjs/components/Checkbox/useCheckbox.js.map +1 -1
- package/lib-commonjs/components/Checkbox/useCheckboxStyles.d.ts +8 -2
- package/lib-commonjs/components/Checkbox/useCheckboxStyles.js +236 -164
- package/lib-commonjs/components/Checkbox/useCheckboxStyles.js.map +1 -1
- package/lib-commonjs/index.d.ts +2 -1
- package/lib-commonjs/index.js +45 -3
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +20 -22
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -12
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/Checkbox/DefaultIcons.d.ts +0 -4
- package/lib/components/Checkbox/DefaultIcons.js +0 -10
- package/lib/components/Checkbox/DefaultIcons.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -16
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/Checkbox/DefaultIcons.d.ts +0 -4
- package/lib-commonjs/components/Checkbox/DefaultIcons.js +0 -17
- package/lib-commonjs/components/Checkbox/DefaultIcons.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,579 @@
|
|
|
2
2
|
"name": "@fluentui/react-checkbox",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 25 Apr 2022 09:31:18 GMT",
|
|
6
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.12",
|
|
7
|
+
"version": "9.0.0-beta.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "mgodbolt@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-checkbox",
|
|
13
|
+
"commit": "1cb4002d46236c724a274ff5abafc1c1e99397e2",
|
|
14
|
+
"comment": "Fix disabled HCM styles in Checkbox."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-checkbox",
|
|
19
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
|
20
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Tue, 19 Apr 2022 19:17:16 GMT",
|
|
27
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.11",
|
|
28
|
+
"version": "9.0.0-beta.11",
|
|
29
|
+
"comments": {
|
|
30
|
+
"prerelease": [
|
|
31
|
+
{
|
|
32
|
+
"author": "seanmonahan@microsoft.com",
|
|
33
|
+
"package": "@fluentui/react-checkbox",
|
|
34
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
|
35
|
+
"comment": "Add static classnames to Checkbox"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "seanmonahan@microsoft.com",
|
|
39
|
+
"package": "@fluentui/react-checkbox",
|
|
40
|
+
"commit": "80746a7f3462c2fa4ff15a92d6e196c67d652f6a",
|
|
41
|
+
"comment": "Remove star exports from react-checkbox"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "olfedias@microsoft.com",
|
|
45
|
+
"package": "@fluentui/react-checkbox",
|
|
46
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
|
47
|
+
"comment": "chore: Update Griffel to latest version"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "seanmonahan@microsoft.com",
|
|
51
|
+
"package": "@fluentui/react-checkbox",
|
|
52
|
+
"commit": "477b45728732361e02047be15de5113d1e6d01ac",
|
|
53
|
+
"comment": "Update Checkbox onChange event parameter to be of type ChangeEvent instead of type FormEvent."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "seanmonahan@microsoft.com",
|
|
57
|
+
"package": "@fluentui/react-checkbox",
|
|
58
|
+
"commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
|
|
59
|
+
"comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui/react-checkbox",
|
|
64
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.10",
|
|
65
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui/react-checkbox",
|
|
70
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
|
71
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"author": "beachball",
|
|
75
|
+
"package": "@fluentui/react-checkbox",
|
|
76
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
|
77
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"author": "beachball",
|
|
81
|
+
"package": "@fluentui/react-checkbox",
|
|
82
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
|
83
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"author": "beachball",
|
|
87
|
+
"package": "@fluentui/react-checkbox",
|
|
88
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
|
89
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"none": [
|
|
93
|
+
{
|
|
94
|
+
"author": "mgodbolt@microsoft.com",
|
|
95
|
+
"package": "@fluentui/react-checkbox",
|
|
96
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
|
97
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"author": "elcraig@microsoft.com",
|
|
101
|
+
"package": "@fluentui/react-checkbox",
|
|
102
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
|
103
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"date": "Fri, 04 Mar 2022 05:17:35 GMT",
|
|
110
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.10",
|
|
111
|
+
"version": "9.0.0-beta.10",
|
|
112
|
+
"comments": {
|
|
113
|
+
"prerelease": [
|
|
114
|
+
{
|
|
115
|
+
"author": "dzearing@microsoft.com",
|
|
116
|
+
"package": "@fluentui/react-checkbox",
|
|
117
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
|
118
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"author": "beachball",
|
|
122
|
+
"package": "@fluentui/react-checkbox",
|
|
123
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.9",
|
|
124
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"author": "beachball",
|
|
128
|
+
"package": "@fluentui/react-checkbox",
|
|
129
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
|
130
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"author": "beachball",
|
|
134
|
+
"package": "@fluentui/react-checkbox",
|
|
135
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
|
136
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"author": "beachball",
|
|
140
|
+
"package": "@fluentui/react-checkbox",
|
|
141
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
|
142
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"date": "Tue, 01 Mar 2022 02:17:35 GMT",
|
|
149
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.9",
|
|
150
|
+
"version": "9.0.0-beta.9",
|
|
151
|
+
"comments": {
|
|
152
|
+
"prerelease": [
|
|
153
|
+
{
|
|
154
|
+
"author": "olfedias@microsoft.com",
|
|
155
|
+
"package": "@fluentui/react-checkbox",
|
|
156
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
|
157
|
+
"comment": "fix: Add react-theme as dependency"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"author": "behowell@microsoft.com",
|
|
161
|
+
"package": "@fluentui/react-checkbox",
|
|
162
|
+
"commit": "17618b2b24ce013569c74a505b2212eba18caf54",
|
|
163
|
+
"comment": "Refactor Checkbox styles to use CSS pseudo-classes"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"author": "behowell@microsoft.com",
|
|
167
|
+
"package": "@fluentui/react-checkbox",
|
|
168
|
+
"commit": "2170ed575f77bc6852cfe5a2fe4974c7f9a64a9e",
|
|
169
|
+
"comment": "Rename `circular` prop to `shape`"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"author": "beachball",
|
|
173
|
+
"package": "@fluentui/react-checkbox",
|
|
174
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.8",
|
|
175
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"author": "beachball",
|
|
179
|
+
"package": "@fluentui/react-checkbox",
|
|
180
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
|
181
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"author": "beachball",
|
|
185
|
+
"package": "@fluentui/react-checkbox",
|
|
186
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
|
187
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"date": "Fri, 18 Feb 2022 13:35:30 GMT",
|
|
194
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.8",
|
|
195
|
+
"version": "9.0.0-beta.8",
|
|
196
|
+
"comments": {
|
|
197
|
+
"prerelease": [
|
|
198
|
+
{
|
|
199
|
+
"author": "lingfangao@hotmail.com",
|
|
200
|
+
"package": "@fluentui/react-checkbox",
|
|
201
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
|
202
|
+
"comment": "fix: Source maps contain original source code"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"author": "beachball",
|
|
206
|
+
"package": "@fluentui/react-checkbox",
|
|
207
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.7",
|
|
208
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"author": "beachball",
|
|
212
|
+
"package": "@fluentui/react-checkbox",
|
|
213
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
|
214
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"author": "beachball",
|
|
218
|
+
"package": "@fluentui/react-checkbox",
|
|
219
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
|
220
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"author": "beachball",
|
|
224
|
+
"package": "@fluentui/react-checkbox",
|
|
225
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
|
226
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"date": "Thu, 10 Feb 2022 08:51:56 GMT",
|
|
233
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.6",
|
|
234
|
+
"version": "9.0.0-beta.6",
|
|
235
|
+
"comments": {
|
|
236
|
+
"prerelease": [
|
|
237
|
+
{
|
|
238
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
239
|
+
"package": "@fluentui/react-checkbox",
|
|
240
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
|
241
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
245
|
+
"package": "@fluentui/react-checkbox",
|
|
246
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
|
247
|
+
"comment": "Updating based on changes to composition types."
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"author": "olfedias@microsoft.com",
|
|
251
|
+
"package": "@fluentui/react-checkbox",
|
|
252
|
+
"commit": "13ac915a4f18e5b9e79e14bdc239204872abf7f3",
|
|
253
|
+
"comment": "update styles to not use CSS shorthands"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"author": "behowell@microsoft.com",
|
|
257
|
+
"package": "@fluentui/react-checkbox",
|
|
258
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
|
259
|
+
"comment": "Remove component's shorthandProps array"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"author": "mgodbolt@microsoft.com",
|
|
263
|
+
"package": "@fluentui/react-checkbox",
|
|
264
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
|
265
|
+
"comment": "remove export of commons types"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"author": "olfedias@microsoft.com",
|
|
269
|
+
"package": "@fluentui/react-checkbox",
|
|
270
|
+
"commit": "3e5027e2c8c8b54a2f9f140690bb88d03eafde27",
|
|
271
|
+
"comment": "Replace make-styles packages with griffel equivalents."
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
275
|
+
"package": "@fluentui/react-checkbox",
|
|
276
|
+
"commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
|
|
277
|
+
"comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"author": "behowell@microsoft.com",
|
|
281
|
+
"package": "@fluentui/react-checkbox",
|
|
282
|
+
"commit": "d7d472d3564c7c08465743b2517e4f29428b87b4",
|
|
283
|
+
"comment": "Update checkmark icons and color styles to match visual spec"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"author": "olfedias@microsoft.com",
|
|
287
|
+
"package": "@fluentui/react-checkbox",
|
|
288
|
+
"commit": "39bddb7a1da57bb1e7073c7eacabb706e25587a5",
|
|
289
|
+
"comment": "fix: update styles to match typings"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"author": "olfedias@microsoft.com",
|
|
293
|
+
"package": "@fluentui/react-checkbox",
|
|
294
|
+
"commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
|
|
295
|
+
"comment": "update @fluentui/react-icons package"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
299
|
+
"package": "@fluentui/react-checkbox",
|
|
300
|
+
"commit": "ecca467a89869ec2812b160b26a7f68fa69dac10",
|
|
301
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens."
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"author": "lingfangao@hotmail.com",
|
|
305
|
+
"package": "@fluentui/react-checkbox",
|
|
306
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
|
307
|
+
"comment": "Bump Fluent UI dependencies to 9.0.0-rc"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"author": "behowell@microsoft.com",
|
|
311
|
+
"package": "@fluentui/react-checkbox",
|
|
312
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
|
313
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"author": "behowell@microsoft.com",
|
|
317
|
+
"package": "@fluentui/react-checkbox",
|
|
318
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
|
319
|
+
"comment": "Refactor component Slot typings"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"author": "behowell@microsoft.com",
|
|
323
|
+
"package": "@fluentui/react-checkbox",
|
|
324
|
+
"commit": "f1be0a9728e05ca33ad67e77ae7d1cba3384106f",
|
|
325
|
+
"comment": "Refactor Checkbox to use label as a slot instead of being the root"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"author": "beachball",
|
|
329
|
+
"package": "@fluentui/react-checkbox",
|
|
330
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.5",
|
|
331
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"author": "beachball",
|
|
335
|
+
"package": "@fluentui/react-checkbox",
|
|
336
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
|
337
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"author": "beachball",
|
|
341
|
+
"package": "@fluentui/react-checkbox",
|
|
342
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
|
343
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"author": "beachball",
|
|
347
|
+
"package": "@fluentui/react-checkbox",
|
|
348
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
|
349
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"none": [
|
|
353
|
+
{
|
|
354
|
+
"author": "tkrasniqi@microsoft.com",
|
|
355
|
+
"package": "@fluentui/react-checkbox",
|
|
356
|
+
"commit": "401cdabeffb7985d88e5789faf75a93de1fb46f2",
|
|
357
|
+
"comment": "Migration to new dx: ts style config"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"author": "martinhochel@microsoft.com",
|
|
361
|
+
"package": "@fluentui/react-checkbox",
|
|
362
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
|
363
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"author": "bsunderhus@microsoft.com",
|
|
367
|
+
"package": "@fluentui/react-checkbox",
|
|
368
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
|
369
|
+
"comment": "Updates components with nullRender changes"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"author": "olfedias@microsoft.com",
|
|
373
|
+
"package": "@fluentui/react-checkbox",
|
|
374
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
|
375
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
|
376
|
+
}
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"date": "Thu, 25 Nov 2021 08:34:13 GMT",
|
|
382
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.5",
|
|
383
|
+
"version": "9.0.0-beta.5",
|
|
384
|
+
"comments": {
|
|
385
|
+
"prerelease": [
|
|
386
|
+
{
|
|
387
|
+
"author": "behowell@microsoft.com",
|
|
388
|
+
"package": "@fluentui/react-checkbox",
|
|
389
|
+
"commit": "99adff5a9aab9086e8bc4737040654ab23f0febe",
|
|
390
|
+
"comment": "Implement primary slot: 'input' is now the primary slot and receives native props passed to Checkbox"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"author": "beachball",
|
|
394
|
+
"package": "@fluentui/react-checkbox",
|
|
395
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
|
396
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"author": "beachball",
|
|
400
|
+
"package": "@fluentui/react-checkbox",
|
|
401
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
|
402
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"author": "beachball",
|
|
406
|
+
"package": "@fluentui/react-checkbox",
|
|
407
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.4",
|
|
408
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"author": "beachball",
|
|
412
|
+
"package": "@fluentui/react-checkbox",
|
|
413
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
|
414
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"author": "beachball",
|
|
418
|
+
"package": "@fluentui/react-checkbox",
|
|
419
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
|
420
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"author": "beachball",
|
|
424
|
+
"package": "@fluentui/react-checkbox",
|
|
425
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
|
426
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
|
427
|
+
}
|
|
428
|
+
]
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"date": "Fri, 12 Nov 2021 13:25:18 GMT",
|
|
433
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.4",
|
|
434
|
+
"version": "9.0.0-beta.4",
|
|
435
|
+
"comments": {
|
|
436
|
+
"none": [
|
|
437
|
+
{
|
|
438
|
+
"author": "lingfangao@hotmail.com",
|
|
439
|
+
"package": "@fluentui/react-checkbox",
|
|
440
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
|
441
|
+
"comment": "Remove beta release tag"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"author": "olfedias@microsoft.com",
|
|
445
|
+
"package": "@fluentui/react-checkbox",
|
|
446
|
+
"commit": "9186578324773f95f4d61be3d70e67752159d843",
|
|
447
|
+
"comment": "update snapshots"
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"prerelease": [
|
|
451
|
+
{
|
|
452
|
+
"author": "olfedias@microsoft.com",
|
|
453
|
+
"package": "@fluentui/react-checkbox",
|
|
454
|
+
"commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
|
|
455
|
+
"comment": "export static classes for components"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"author": "gcox@microsoft.com",
|
|
459
|
+
"package": "@fluentui/react-checkbox",
|
|
460
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
|
461
|
+
"comment": "Updated beta and RC components to ES2019"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"author": "beachball",
|
|
465
|
+
"package": "@fluentui/react-checkbox",
|
|
466
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
|
467
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"author": "beachball",
|
|
471
|
+
"package": "@fluentui/react-checkbox",
|
|
472
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
|
473
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"author": "beachball",
|
|
477
|
+
"package": "@fluentui/react-checkbox",
|
|
478
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.3",
|
|
479
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"author": "beachball",
|
|
483
|
+
"package": "@fluentui/react-checkbox",
|
|
484
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
|
485
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"author": "beachball",
|
|
489
|
+
"package": "@fluentui/react-checkbox",
|
|
490
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
|
491
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"author": "beachball",
|
|
495
|
+
"package": "@fluentui/react-checkbox",
|
|
496
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
|
497
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
|
498
|
+
}
|
|
499
|
+
]
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"date": "Wed, 27 Oct 2021 12:14:16 GMT",
|
|
504
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.3",
|
|
505
|
+
"version": "9.0.0-beta.3",
|
|
506
|
+
"comments": {
|
|
507
|
+
"prerelease": [
|
|
508
|
+
{
|
|
509
|
+
"author": "peter@draxler.ml",
|
|
510
|
+
"package": "@fluentui/react-checkbox",
|
|
511
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
|
512
|
+
"comment": "added styling of documentation"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"author": "beachball",
|
|
516
|
+
"package": "@fluentui/react-checkbox",
|
|
517
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
|
518
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"author": "beachball",
|
|
522
|
+
"package": "@fluentui/react-checkbox",
|
|
523
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
|
524
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"author": "beachball",
|
|
528
|
+
"package": "@fluentui/react-checkbox",
|
|
529
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.2",
|
|
530
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"author": "beachball",
|
|
534
|
+
"package": "@fluentui/react-checkbox",
|
|
535
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
|
|
536
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"author": "beachball",
|
|
540
|
+
"package": "@fluentui/react-checkbox",
|
|
541
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
|
542
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"author": "beachball",
|
|
546
|
+
"package": "@fluentui/react-checkbox",
|
|
547
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
|
548
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"none": [
|
|
552
|
+
{
|
|
553
|
+
"author": "ndresx@gmail.com",
|
|
554
|
+
"package": "@fluentui/react-checkbox",
|
|
555
|
+
"commit": "d8162eddd0a6ba0893a7984b8244a033f5cb0f39",
|
|
556
|
+
"comment": "Migrate react-checkbox tests to rtl"
|
|
557
|
+
}
|
|
558
|
+
]
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"date": "Tue, 12 Oct 2021 19:45:58 GMT",
|
|
563
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-beta.2",
|
|
564
|
+
"version": "9.0.0-beta.2",
|
|
565
|
+
"comments": {
|
|
566
|
+
"prerelease": [
|
|
567
|
+
{
|
|
568
|
+
"author": "beachball",
|
|
569
|
+
"package": "@fluentui/react-checkbox",
|
|
570
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
|
|
571
|
+
"commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
|
|
572
|
+
}
|
|
573
|
+
]
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"date": "Wed, 06 Oct 2021 10:37:22 GMT",
|
|
6
578
|
"tag": "@fluentui/react-checkbox_v9.0.0-beta.1",
|
|
7
579
|
"version": "9.0.0-beta.1",
|
|
8
580
|
"comments": {
|