@fluentui/react-checkbox 9.0.0-beta.1 → 9.0.0-beta.10

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.
Files changed (55) hide show
  1. package/CHANGELOG.json +469 -1
  2. package/CHANGELOG.md +124 -2
  3. package/Spec.md +25 -115
  4. package/dist/react-checkbox.d.ts +47 -51
  5. package/lib/Checkbox.js.map +1 -1
  6. package/lib/components/Checkbox/Checkbox.d.ts +2 -1
  7. package/lib/components/Checkbox/Checkbox.js +10 -8
  8. package/lib/components/Checkbox/Checkbox.js.map +1 -1
  9. package/lib/components/Checkbox/Checkbox.types.d.ts +39 -39
  10. package/lib/components/Checkbox/Checkbox.types.js.map +1 -1
  11. package/lib/components/Checkbox/index.js.map +1 -1
  12. package/lib/components/Checkbox/renderCheckbox.d.ts +1 -1
  13. package/lib/components/Checkbox/renderCheckbox.js +11 -10
  14. package/lib/components/Checkbox/renderCheckbox.js.map +1 -1
  15. package/lib/components/Checkbox/useCheckbox.d.ts +5 -9
  16. package/lib/components/Checkbox/useCheckbox.js +99 -68
  17. package/lib/components/Checkbox/useCheckbox.js.map +1 -1
  18. package/lib/components/Checkbox/useCheckboxStyles.d.ts +2 -1
  19. package/lib/components/Checkbox/useCheckboxStyles.js +200 -162
  20. package/lib/components/Checkbox/useCheckboxStyles.js.map +1 -1
  21. package/lib/index.js.map +1 -1
  22. package/lib-commonjs/Checkbox.js +7 -2
  23. package/lib-commonjs/Checkbox.js.map +1 -1
  24. package/lib-commonjs/components/Checkbox/Checkbox.d.ts +2 -1
  25. package/lib-commonjs/components/Checkbox/Checkbox.js +20 -10
  26. package/lib-commonjs/components/Checkbox/Checkbox.js.map +1 -1
  27. package/lib-commonjs/components/Checkbox/Checkbox.types.d.ts +39 -39
  28. package/lib-commonjs/components/Checkbox/Checkbox.types.js +4 -1
  29. package/lib-commonjs/components/Checkbox/Checkbox.types.js.map +1 -1
  30. package/lib-commonjs/components/Checkbox/index.js +11 -2
  31. package/lib-commonjs/components/Checkbox/index.js.map +1 -1
  32. package/lib-commonjs/components/Checkbox/renderCheckbox.d.ts +1 -1
  33. package/lib-commonjs/components/Checkbox/renderCheckbox.js +23 -15
  34. package/lib-commonjs/components/Checkbox/renderCheckbox.js.map +1 -1
  35. package/lib-commonjs/components/Checkbox/useCheckbox.d.ts +5 -9
  36. package/lib-commonjs/components/Checkbox/useCheckbox.js +113 -73
  37. package/lib-commonjs/components/Checkbox/useCheckbox.js.map +1 -1
  38. package/lib-commonjs/components/Checkbox/useCheckboxStyles.d.ts +2 -1
  39. package/lib-commonjs/components/Checkbox/useCheckboxStyles.js +212 -166
  40. package/lib-commonjs/components/Checkbox/useCheckboxStyles.js.map +1 -1
  41. package/lib-commonjs/index.js +7 -2
  42. package/lib-commonjs/index.js.map +1 -1
  43. package/package.json +19 -11
  44. package/lib/common/isConformant.d.ts +0 -4
  45. package/lib/common/isConformant.js +0 -12
  46. package/lib/common/isConformant.js.map +0 -1
  47. package/lib/components/Checkbox/DefaultIcons.d.ts +0 -4
  48. package/lib/components/Checkbox/DefaultIcons.js +0 -10
  49. package/lib/components/Checkbox/DefaultIcons.js.map +0 -1
  50. package/lib-commonjs/common/isConformant.d.ts +0 -4
  51. package/lib-commonjs/common/isConformant.js +0 -16
  52. package/lib-commonjs/common/isConformant.js.map +0 -1
  53. package/lib-commonjs/components/Checkbox/DefaultIcons.d.ts +0 -4
  54. package/lib-commonjs/components/Checkbox/DefaultIcons.js +0 -17
  55. package/lib-commonjs/components/Checkbox/DefaultIcons.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,475 @@
2
2
  "name": "@fluentui/react-checkbox",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Oct 2021 10:36:00 GMT",
5
+ "date": "Fri, 04 Mar 2022 05:15:49 GMT",
6
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.10",
7
+ "version": "9.0.0-beta.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "dzearing@microsoft.com",
12
+ "package": "@fluentui/react-checkbox",
13
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
14
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-checkbox",
19
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.9",
20
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-checkbox",
25
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
26
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-checkbox",
31
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
32
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-checkbox",
37
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
38
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 01 Mar 2022 02:17:35 GMT",
45
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.9",
46
+ "version": "9.0.0-beta.9",
47
+ "comments": {
48
+ "prerelease": [
49
+ {
50
+ "author": "olfedias@microsoft.com",
51
+ "package": "@fluentui/react-checkbox",
52
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
53
+ "comment": "fix: Add react-theme as dependency"
54
+ },
55
+ {
56
+ "author": "behowell@microsoft.com",
57
+ "package": "@fluentui/react-checkbox",
58
+ "commit": "17618b2b24ce013569c74a505b2212eba18caf54",
59
+ "comment": "Refactor Checkbox styles to use CSS pseudo-classes"
60
+ },
61
+ {
62
+ "author": "behowell@microsoft.com",
63
+ "package": "@fluentui/react-checkbox",
64
+ "commit": "2170ed575f77bc6852cfe5a2fe4974c7f9a64a9e",
65
+ "comment": "Rename `circular` prop to `shape`"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-checkbox",
70
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.8",
71
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-checkbox",
76
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
77
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-checkbox",
82
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
83
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "date": "Fri, 18 Feb 2022 13:35:30 GMT",
90
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.8",
91
+ "version": "9.0.0-beta.8",
92
+ "comments": {
93
+ "prerelease": [
94
+ {
95
+ "author": "lingfangao@hotmail.com",
96
+ "package": "@fluentui/react-checkbox",
97
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
98
+ "comment": "fix: Source maps contain original source code"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-checkbox",
103
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.7",
104
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-checkbox",
109
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
110
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-checkbox",
115
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
116
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-checkbox",
121
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
122
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
123
+ }
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "date": "Thu, 10 Feb 2022 08:51:56 GMT",
129
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.6",
130
+ "version": "9.0.0-beta.6",
131
+ "comments": {
132
+ "prerelease": [
133
+ {
134
+ "author": "Humberto.Morimoto@microsoft.com",
135
+ "package": "@fluentui/react-checkbox",
136
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
137
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
138
+ },
139
+ {
140
+ "author": "Humberto.Morimoto@microsoft.com",
141
+ "package": "@fluentui/react-checkbox",
142
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
143
+ "comment": "Updating based on changes to composition types."
144
+ },
145
+ {
146
+ "author": "olfedias@microsoft.com",
147
+ "package": "@fluentui/react-checkbox",
148
+ "commit": "13ac915a4f18e5b9e79e14bdc239204872abf7f3",
149
+ "comment": "update styles to not use CSS shorthands"
150
+ },
151
+ {
152
+ "author": "behowell@microsoft.com",
153
+ "package": "@fluentui/react-checkbox",
154
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
155
+ "comment": "Remove component's shorthandProps array"
156
+ },
157
+ {
158
+ "author": "mgodbolt@microsoft.com",
159
+ "package": "@fluentui/react-checkbox",
160
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
161
+ "comment": "remove export of commons types"
162
+ },
163
+ {
164
+ "author": "olfedias@microsoft.com",
165
+ "package": "@fluentui/react-checkbox",
166
+ "commit": "3e5027e2c8c8b54a2f9f140690bb88d03eafde27",
167
+ "comment": "Replace make-styles packages with griffel equivalents."
168
+ },
169
+ {
170
+ "author": "Humberto.Morimoto@microsoft.com",
171
+ "package": "@fluentui/react-checkbox",
172
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
173
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
174
+ },
175
+ {
176
+ "author": "behowell@microsoft.com",
177
+ "package": "@fluentui/react-checkbox",
178
+ "commit": "d7d472d3564c7c08465743b2517e4f29428b87b4",
179
+ "comment": "Update checkmark icons and color styles to match visual spec"
180
+ },
181
+ {
182
+ "author": "olfedias@microsoft.com",
183
+ "package": "@fluentui/react-checkbox",
184
+ "commit": "39bddb7a1da57bb1e7073c7eacabb706e25587a5",
185
+ "comment": "fix: update styles to match typings"
186
+ },
187
+ {
188
+ "author": "olfedias@microsoft.com",
189
+ "package": "@fluentui/react-checkbox",
190
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
191
+ "comment": "update @fluentui/react-icons package"
192
+ },
193
+ {
194
+ "author": "Humberto.Morimoto@microsoft.com",
195
+ "package": "@fluentui/react-checkbox",
196
+ "commit": "ecca467a89869ec2812b160b26a7f68fa69dac10",
197
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
198
+ },
199
+ {
200
+ "author": "lingfangao@hotmail.com",
201
+ "package": "@fluentui/react-checkbox",
202
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
203
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
204
+ },
205
+ {
206
+ "author": "behowell@microsoft.com",
207
+ "package": "@fluentui/react-checkbox",
208
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
209
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
210
+ },
211
+ {
212
+ "author": "behowell@microsoft.com",
213
+ "package": "@fluentui/react-checkbox",
214
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
215
+ "comment": "Refactor component Slot typings"
216
+ },
217
+ {
218
+ "author": "behowell@microsoft.com",
219
+ "package": "@fluentui/react-checkbox",
220
+ "commit": "f1be0a9728e05ca33ad67e77ae7d1cba3384106f",
221
+ "comment": "Refactor Checkbox to use label as a slot instead of being the root"
222
+ },
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-checkbox",
226
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.5",
227
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
228
+ },
229
+ {
230
+ "author": "beachball",
231
+ "package": "@fluentui/react-checkbox",
232
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
233
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
234
+ },
235
+ {
236
+ "author": "beachball",
237
+ "package": "@fluentui/react-checkbox",
238
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
239
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
240
+ },
241
+ {
242
+ "author": "beachball",
243
+ "package": "@fluentui/react-checkbox",
244
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
245
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
246
+ }
247
+ ],
248
+ "none": [
249
+ {
250
+ "author": "tkrasniqi@microsoft.com",
251
+ "package": "@fluentui/react-checkbox",
252
+ "commit": "401cdabeffb7985d88e5789faf75a93de1fb46f2",
253
+ "comment": "Migration to new dx: ts style config"
254
+ },
255
+ {
256
+ "author": "martinhochel@microsoft.com",
257
+ "package": "@fluentui/react-checkbox",
258
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
259
+ "comment": "chore: use storybook runner for all vNext packages"
260
+ },
261
+ {
262
+ "author": "bsunderhus@microsoft.com",
263
+ "package": "@fluentui/react-checkbox",
264
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
265
+ "comment": "Updates components with nullRender changes"
266
+ },
267
+ {
268
+ "author": "olfedias@microsoft.com",
269
+ "package": "@fluentui/react-checkbox",
270
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
271
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
272
+ }
273
+ ]
274
+ }
275
+ },
276
+ {
277
+ "date": "Thu, 25 Nov 2021 08:34:13 GMT",
278
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.5",
279
+ "version": "9.0.0-beta.5",
280
+ "comments": {
281
+ "prerelease": [
282
+ {
283
+ "author": "behowell@microsoft.com",
284
+ "package": "@fluentui/react-checkbox",
285
+ "commit": "99adff5a9aab9086e8bc4737040654ab23f0febe",
286
+ "comment": "Implement primary slot: 'input' is now the primary slot and receives native props passed to Checkbox"
287
+ },
288
+ {
289
+ "author": "beachball",
290
+ "package": "@fluentui/react-checkbox",
291
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
292
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
293
+ },
294
+ {
295
+ "author": "beachball",
296
+ "package": "@fluentui/react-checkbox",
297
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
298
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
299
+ },
300
+ {
301
+ "author": "beachball",
302
+ "package": "@fluentui/react-checkbox",
303
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.4",
304
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
305
+ },
306
+ {
307
+ "author": "beachball",
308
+ "package": "@fluentui/react-checkbox",
309
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
310
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
311
+ },
312
+ {
313
+ "author": "beachball",
314
+ "package": "@fluentui/react-checkbox",
315
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
316
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
317
+ },
318
+ {
319
+ "author": "beachball",
320
+ "package": "@fluentui/react-checkbox",
321
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
322
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
323
+ }
324
+ ]
325
+ }
326
+ },
327
+ {
328
+ "date": "Fri, 12 Nov 2021 13:25:18 GMT",
329
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.4",
330
+ "version": "9.0.0-beta.4",
331
+ "comments": {
332
+ "none": [
333
+ {
334
+ "author": "lingfangao@hotmail.com",
335
+ "package": "@fluentui/react-checkbox",
336
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
337
+ "comment": "Remove beta release tag"
338
+ },
339
+ {
340
+ "author": "olfedias@microsoft.com",
341
+ "package": "@fluentui/react-checkbox",
342
+ "commit": "9186578324773f95f4d61be3d70e67752159d843",
343
+ "comment": "update snapshots"
344
+ }
345
+ ],
346
+ "prerelease": [
347
+ {
348
+ "author": "olfedias@microsoft.com",
349
+ "package": "@fluentui/react-checkbox",
350
+ "commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
351
+ "comment": "export static classes for components"
352
+ },
353
+ {
354
+ "author": "gcox@microsoft.com",
355
+ "package": "@fluentui/react-checkbox",
356
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
357
+ "comment": "Updated beta and RC components to ES2019"
358
+ },
359
+ {
360
+ "author": "beachball",
361
+ "package": "@fluentui/react-checkbox",
362
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
363
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
364
+ },
365
+ {
366
+ "author": "beachball",
367
+ "package": "@fluentui/react-checkbox",
368
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
369
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
370
+ },
371
+ {
372
+ "author": "beachball",
373
+ "package": "@fluentui/react-checkbox",
374
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.3",
375
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
376
+ },
377
+ {
378
+ "author": "beachball",
379
+ "package": "@fluentui/react-checkbox",
380
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
381
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
382
+ },
383
+ {
384
+ "author": "beachball",
385
+ "package": "@fluentui/react-checkbox",
386
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
387
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
388
+ },
389
+ {
390
+ "author": "beachball",
391
+ "package": "@fluentui/react-checkbox",
392
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
393
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
394
+ }
395
+ ]
396
+ }
397
+ },
398
+ {
399
+ "date": "Wed, 27 Oct 2021 12:14:16 GMT",
400
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.3",
401
+ "version": "9.0.0-beta.3",
402
+ "comments": {
403
+ "prerelease": [
404
+ {
405
+ "author": "peter@draxler.ml",
406
+ "package": "@fluentui/react-checkbox",
407
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
408
+ "comment": "added styling of documentation"
409
+ },
410
+ {
411
+ "author": "beachball",
412
+ "package": "@fluentui/react-checkbox",
413
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
414
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
415
+ },
416
+ {
417
+ "author": "beachball",
418
+ "package": "@fluentui/react-checkbox",
419
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
420
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
421
+ },
422
+ {
423
+ "author": "beachball",
424
+ "package": "@fluentui/react-checkbox",
425
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.2",
426
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
427
+ },
428
+ {
429
+ "author": "beachball",
430
+ "package": "@fluentui/react-checkbox",
431
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
432
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
433
+ },
434
+ {
435
+ "author": "beachball",
436
+ "package": "@fluentui/react-checkbox",
437
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
438
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
439
+ },
440
+ {
441
+ "author": "beachball",
442
+ "package": "@fluentui/react-checkbox",
443
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
444
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
445
+ }
446
+ ],
447
+ "none": [
448
+ {
449
+ "author": "ndresx@gmail.com",
450
+ "package": "@fluentui/react-checkbox",
451
+ "commit": "d8162eddd0a6ba0893a7984b8244a033f5cb0f39",
452
+ "comment": "Migrate react-checkbox tests to rtl"
453
+ }
454
+ ]
455
+ }
456
+ },
457
+ {
458
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
459
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.2",
460
+ "version": "9.0.0-beta.2",
461
+ "comments": {
462
+ "prerelease": [
463
+ {
464
+ "author": "beachball",
465
+ "package": "@fluentui/react-checkbox",
466
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
467
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
468
+ }
469
+ ]
470
+ }
471
+ },
472
+ {
473
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
6
474
  "tag": "@fluentui/react-checkbox_v9.0.0-beta.1",
7
475
  "version": "9.0.0-beta.1",
8
476
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,134 @@
1
1
  # Change Log - @fluentui/react-checkbox
2
2
 
3
- This log was last generated on Wed, 06 Oct 2021 10:36:00 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 04 Mar 2022 05:15:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.10)
8
+
9
+ Fri, 04 Mar 2022 05:15:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.9..@fluentui/react-checkbox_v9.0.0-beta.10)
11
+
12
+ ### Changes
13
+
14
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
15
+ - Bump @fluentui/react-label to v9.0.0-beta.9 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
17
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
19
+
20
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.9)
21
+
22
+ Tue, 01 Mar 2022 02:17:35 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.8..@fluentui/react-checkbox_v9.0.0-beta.9)
24
+
25
+ ### Changes
26
+
27
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
28
+ - Refactor Checkbox styles to use CSS pseudo-classes ([PR #21837](https://github.com/microsoft/fluentui/pull/21837) by behowell@microsoft.com)
29
+ - Rename `circular` prop to `shape` ([PR #21834](https://github.com/microsoft/fluentui/pull/21834) by behowell@microsoft.com)
30
+ - Bump @fluentui/react-label to v9.0.0-beta.8 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
33
+
34
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.8)
35
+
36
+ Fri, 18 Feb 2022 13:35:30 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.6..@fluentui/react-checkbox_v9.0.0-beta.8)
38
+
39
+ ### Changes
40
+
41
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
42
+ - Bump @fluentui/react-label to v9.0.0-beta.7 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
43
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
44
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
45
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
46
+
47
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.6)
48
+
49
+ Thu, 10 Feb 2022 08:51:56 GMT
50
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.5..@fluentui/react-checkbox_v9.0.0-beta.6)
51
+
52
+ ### Changes
53
+
54
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
55
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
56
+ - update styles to not use CSS shorthands ([PR #20816](https://github.com/microsoft/fluentui/pull/20816) by olfedias@microsoft.com)
57
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
58
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
59
+ - Replace make-styles packages with griffel equivalents. ([PR #21435](https://github.com/microsoft/fluentui/pull/21435) by olfedias@microsoft.com)
60
+ - Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
61
+ - Update checkmark icons and color styles to match visual spec ([PR #21011](https://github.com/microsoft/fluentui/pull/21011) by behowell@microsoft.com)
62
+ - fix: update styles to match typings ([PR #20539](https://github.com/microsoft/fluentui/pull/20539) by olfedias@microsoft.com)
63
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
64
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21041](https://github.com/microsoft/fluentui/pull/21041) by Humberto.Morimoto@microsoft.com)
65
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
66
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
67
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
68
+ - Refactor Checkbox to use label as a slot instead of being the root ([PR #20904](https://github.com/microsoft/fluentui/pull/20904) by behowell@microsoft.com)
69
+ - Bump @fluentui/react-label to v9.0.0-beta.5 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
70
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
71
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
72
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
73
+
74
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.5)
75
+
76
+ Thu, 25 Nov 2021 08:34:13 GMT
77
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.4..@fluentui/react-checkbox_v9.0.0-beta.5)
78
+
79
+ ### Changes
80
+
81
+ - Implement primary slot: 'input' is now the primary slot and receives native props passed to Checkbox ([PR #20617](https://github.com/microsoft/fluentui/pull/20617) by behowell@microsoft.com)
82
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
83
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
84
+ - Bump @fluentui/react-label to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
85
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
86
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
87
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
88
+
89
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.4)
90
+
91
+ Fri, 12 Nov 2021 13:25:18 GMT
92
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.3..@fluentui/react-checkbox_v9.0.0-beta.4)
93
+
94
+ ### Changes
95
+
96
+ - export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
97
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
98
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
99
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
100
+ - Bump @fluentui/react-label to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
101
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
102
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
103
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
104
+
105
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.3)
106
+
107
+ Wed, 27 Oct 2021 12:14:16 GMT
108
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.2..@fluentui/react-checkbox_v9.0.0-beta.3)
109
+
110
+ ### Changes
111
+
112
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
113
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
114
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
115
+ - Bump @fluentui/react-label to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
116
+ - Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
117
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
118
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
119
+
120
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.2)
121
+
122
+ Tue, 12 Oct 2021 19:45:58 GMT
123
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.1..@fluentui/react-checkbox_v9.0.0-beta.2)
124
+
125
+ ### Changes
126
+
127
+ - Bump @fluentui/react-tabster to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
128
+
7
129
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.1)
8
130
 
9
- Wed, 06 Oct 2021 10:36:00 GMT
131
+ Wed, 06 Oct 2021 10:37:22 GMT
10
132
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.48..@fluentui/react-checkbox_v9.0.0-beta.1)
11
133
 
12
134
  ### Changes