@fluentui/react-checkbox 9.0.0-alpha.8 → 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 (79) hide show
  1. package/CHANGELOG.json +1642 -1
  2. package/CHANGELOG.md +548 -2
  3. package/Spec.md +33 -127
  4. package/dist/react-checkbox.d.ts +87 -31
  5. package/lib/components/Checkbox/Checkbox.d.ts +5 -4
  6. package/lib/components/Checkbox/Checkbox.js +10 -8
  7. package/lib/components/Checkbox/Checkbox.js.map +1 -1
  8. package/lib/components/Checkbox/Checkbox.types.d.ts +75 -15
  9. package/lib/components/Checkbox/Checkbox.types.js.map +1 -1
  10. package/lib/components/Checkbox/renderCheckbox.d.ts +1 -4
  11. package/lib/components/Checkbox/renderCheckbox.js +12 -9
  12. package/lib/components/Checkbox/renderCheckbox.js.map +1 -1
  13. package/lib/components/Checkbox/useCheckbox.d.ts +5 -10
  14. package/lib/components/Checkbox/useCheckbox.js +103 -17
  15. package/lib/components/Checkbox/useCheckbox.js.map +1 -1
  16. package/lib/components/Checkbox/useCheckboxStyles.d.ts +2 -1
  17. package/lib/components/Checkbox/useCheckboxStyles.js +204 -14
  18. package/lib/components/Checkbox/useCheckboxStyles.js.map +1 -1
  19. package/lib/tsdoc-metadata.json +1 -1
  20. package/lib-commonjs/Checkbox.js +7 -2
  21. package/lib-commonjs/Checkbox.js.map +1 -1
  22. package/lib-commonjs/components/Checkbox/Checkbox.d.ts +5 -4
  23. package/lib-commonjs/components/Checkbox/Checkbox.js +20 -10
  24. package/lib-commonjs/components/Checkbox/Checkbox.js.map +1 -1
  25. package/lib-commonjs/components/Checkbox/Checkbox.types.d.ts +75 -15
  26. package/lib-commonjs/components/Checkbox/Checkbox.types.js +4 -1
  27. package/lib-commonjs/components/Checkbox/Checkbox.types.js.map +1 -1
  28. package/lib-commonjs/components/Checkbox/index.js +11 -2
  29. package/lib-commonjs/components/Checkbox/index.js.map +1 -1
  30. package/lib-commonjs/components/Checkbox/renderCheckbox.d.ts +1 -4
  31. package/lib-commonjs/components/Checkbox/renderCheckbox.js +23 -13
  32. package/lib-commonjs/components/Checkbox/renderCheckbox.js.map +1 -1
  33. package/lib-commonjs/components/Checkbox/useCheckbox.d.ts +5 -10
  34. package/lib-commonjs/components/Checkbox/useCheckbox.js +115 -20
  35. package/lib-commonjs/components/Checkbox/useCheckbox.js.map +1 -1
  36. package/lib-commonjs/components/Checkbox/useCheckboxStyles.d.ts +2 -1
  37. package/lib-commonjs/components/Checkbox/useCheckboxStyles.js +215 -17
  38. package/lib-commonjs/components/Checkbox/useCheckboxStyles.js.map +1 -1
  39. package/lib-commonjs/index.js +7 -2
  40. package/lib-commonjs/index.js.map +1 -1
  41. package/package.json +23 -11
  42. package/config/api-extractor.json +0 -3
  43. package/config/tests.js +0 -7
  44. package/etc/react-checkbox.api.md +0 -44
  45. package/just.config.ts +0 -3
  46. package/lib/common/isConformant.d.ts +0 -4
  47. package/lib/common/isConformant.js +0 -9
  48. package/lib/common/isConformant.js.map +0 -1
  49. package/lib-amd/Checkbox.d.ts +0 -1
  50. package/lib-amd/Checkbox.js +0 -6
  51. package/lib-amd/Checkbox.js.map +0 -1
  52. package/lib-amd/common/isConformant.d.ts +0 -4
  53. package/lib-amd/common/isConformant.js +0 -14
  54. package/lib-amd/common/isConformant.js.map +0 -1
  55. package/lib-amd/components/Checkbox/Checkbox.d.ts +0 -6
  56. package/lib-amd/components/Checkbox/Checkbox.js +0 -15
  57. package/lib-amd/components/Checkbox/Checkbox.js.map +0 -1
  58. package/lib-amd/components/Checkbox/Checkbox.types.d.ts +0 -24
  59. package/lib-amd/components/Checkbox/Checkbox.types.js +0 -5
  60. package/lib-amd/components/Checkbox/Checkbox.types.js.map +0 -1
  61. package/lib-amd/components/Checkbox/index.d.ts +0 -5
  62. package/lib-amd/components/Checkbox/index.js +0 -10
  63. package/lib-amd/components/Checkbox/index.js.map +0 -1
  64. package/lib-amd/components/Checkbox/renderCheckbox.d.ts +0 -5
  65. package/lib-amd/components/Checkbox/renderCheckbox.js +0 -14
  66. package/lib-amd/components/Checkbox/renderCheckbox.js.map +0 -1
  67. package/lib-amd/components/Checkbox/useCheckbox.d.ts +0 -17
  68. package/lib-amd/components/Checkbox/useCheckbox.js +0 -30
  69. package/lib-amd/components/Checkbox/useCheckbox.js.map +0 -1
  70. package/lib-amd/components/Checkbox/useCheckboxStyles.d.ts +0 -5
  71. package/lib-amd/components/Checkbox/useCheckboxStyles.js +0 -25
  72. package/lib-amd/components/Checkbox/useCheckboxStyles.js.map +0 -1
  73. package/lib-amd/index.d.ts +0 -1
  74. package/lib-amd/index.js +0 -6
  75. package/lib-amd/index.js.map +0 -1
  76. package/lib-commonjs/common/isConformant.d.ts +0 -4
  77. package/lib-commonjs/common/isConformant.js +0 -13
  78. package/lib-commonjs/common/isConformant.js.map +0 -1
  79. package/src/components/Checkbox/Checkbox.types.ts +0 -34
package/CHANGELOG.json CHANGED
@@ -2,7 +2,1648 @@
2
2
  "name": "@fluentui/react-checkbox",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 09 Jul 2021 07:30:50 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",
474
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.1",
475
+ "version": "9.0.0-beta.1",
476
+ "comments": {
477
+ "prerelease": [
478
+ {
479
+ "author": "lingfangao@hotmail.com",
480
+ "package": "@fluentui/react-checkbox",
481
+ "comment": "Bump all v9 components to beta prerelease tag",
482
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
483
+ },
484
+ {
485
+ "author": "beachball",
486
+ "package": "@fluentui/react-checkbox",
487
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
488
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
489
+ },
490
+ {
491
+ "author": "beachball",
492
+ "package": "@fluentui/react-checkbox",
493
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
494
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
495
+ },
496
+ {
497
+ "author": "beachball",
498
+ "package": "@fluentui/react-checkbox",
499
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.1",
500
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
501
+ },
502
+ {
503
+ "author": "beachball",
504
+ "package": "@fluentui/react-checkbox",
505
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
506
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
507
+ },
508
+ {
509
+ "author": "beachball",
510
+ "package": "@fluentui/react-checkbox",
511
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
512
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
513
+ },
514
+ {
515
+ "author": "beachball",
516
+ "package": "@fluentui/react-checkbox",
517
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
518
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
519
+ }
520
+ ]
521
+ }
522
+ },
523
+ {
524
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
525
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.48",
526
+ "version": "9.0.0-alpha.48",
527
+ "comments": {
528
+ "prerelease": [
529
+ {
530
+ "author": "beachball",
531
+ "package": "@fluentui/react-checkbox",
532
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
533
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
534
+ },
535
+ {
536
+ "author": "beachball",
537
+ "package": "@fluentui/react-checkbox",
538
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.51",
539
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
540
+ },
541
+ {
542
+ "author": "beachball",
543
+ "package": "@fluentui/react-checkbox",
544
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
545
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
546
+ },
547
+ {
548
+ "author": "beachball",
549
+ "package": "@fluentui/react-checkbox",
550
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
551
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
552
+ },
553
+ {
554
+ "author": "beachball",
555
+ "package": "@fluentui/react-checkbox",
556
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
557
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
558
+ }
559
+ ]
560
+ }
561
+ },
562
+ {
563
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
564
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.47",
565
+ "version": "9.0.0-alpha.47",
566
+ "comments": {
567
+ "prerelease": [
568
+ {
569
+ "author": "bsunderhus@microsoft.com",
570
+ "package": "@fluentui/react-checkbox",
571
+ "comment": "Adds ForwardRefComponent to react-label components declaration",
572
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
573
+ },
574
+ {
575
+ "author": "bsunderhus@microsoft.com",
576
+ "package": "@fluentui/react-checkbox",
577
+ "comment": "Adds ForwardRefComponent to react-checkbox components declaration",
578
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
579
+ },
580
+ {
581
+ "author": "beachball",
582
+ "package": "@fluentui/react-checkbox",
583
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
584
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
585
+ },
586
+ {
587
+ "author": "beachball",
588
+ "package": "@fluentui/react-checkbox",
589
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
590
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
591
+ },
592
+ {
593
+ "author": "beachball",
594
+ "package": "@fluentui/react-checkbox",
595
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.50",
596
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
597
+ },
598
+ {
599
+ "author": "beachball",
600
+ "package": "@fluentui/react-checkbox",
601
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
602
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
603
+ },
604
+ {
605
+ "author": "beachball",
606
+ "package": "@fluentui/react-checkbox",
607
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
608
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
609
+ },
610
+ {
611
+ "author": "beachball",
612
+ "package": "@fluentui/react-checkbox",
613
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
614
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
615
+ }
616
+ ]
617
+ }
618
+ },
619
+ {
620
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
621
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.46",
622
+ "version": "9.0.0-alpha.46",
623
+ "comments": {
624
+ "prerelease": [
625
+ {
626
+ "author": "lingfangao@hotmail.com",
627
+ "package": "@fluentui/react-checkbox",
628
+ "comment": "Bump v9 prerelease versions to rerelease",
629
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
630
+ },
631
+ {
632
+ "author": "beachball",
633
+ "package": "@fluentui/react-checkbox",
634
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
635
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
636
+ },
637
+ {
638
+ "author": "beachball",
639
+ "package": "@fluentui/react-checkbox",
640
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
641
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
642
+ },
643
+ {
644
+ "author": "beachball",
645
+ "package": "@fluentui/react-checkbox",
646
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.49",
647
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
648
+ },
649
+ {
650
+ "author": "beachball",
651
+ "package": "@fluentui/react-checkbox",
652
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.71",
653
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
654
+ },
655
+ {
656
+ "author": "beachball",
657
+ "package": "@fluentui/react-checkbox",
658
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
659
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
660
+ },
661
+ {
662
+ "author": "beachball",
663
+ "package": "@fluentui/react-checkbox",
664
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
665
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
666
+ }
667
+ ]
668
+ }
669
+ },
670
+ {
671
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
672
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.44",
673
+ "version": "9.0.0-alpha.44",
674
+ "comments": {
675
+ "prerelease": [
676
+ {
677
+ "author": "lingfangao@hotmail.com",
678
+ "package": "@fluentui/react-checkbox",
679
+ "comment": "Use new default pseudo element focus outline style",
680
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
681
+ },
682
+ {
683
+ "author": "beachball",
684
+ "package": "@fluentui/react-checkbox",
685
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
686
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
687
+ }
688
+ ]
689
+ }
690
+ },
691
+ {
692
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
693
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.43",
694
+ "version": "9.0.0-alpha.43",
695
+ "comments": {
696
+ "prerelease": [
697
+ {
698
+ "author": "beachball",
699
+ "package": "@fluentui/react-checkbox",
700
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
701
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
702
+ },
703
+ {
704
+ "author": "beachball",
705
+ "package": "@fluentui/react-checkbox",
706
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.47",
707
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
708
+ },
709
+ {
710
+ "author": "beachball",
711
+ "package": "@fluentui/react-checkbox",
712
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.68",
713
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
714
+ },
715
+ {
716
+ "author": "beachball",
717
+ "package": "@fluentui/react-checkbox",
718
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
719
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
720
+ },
721
+ {
722
+ "author": "beachball",
723
+ "package": "@fluentui/react-checkbox",
724
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
725
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
726
+ }
727
+ ]
728
+ }
729
+ },
730
+ {
731
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
732
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.42",
733
+ "version": "9.0.0-alpha.42",
734
+ "comments": {
735
+ "prerelease": [
736
+ {
737
+ "author": "bsunderhus@microsoft.com",
738
+ "package": "@fluentui/react-checkbox",
739
+ "comment": "Updates Checkbox to use LabelProps on root",
740
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
741
+ },
742
+ {
743
+ "author": "beachball",
744
+ "package": "@fluentui/react-checkbox",
745
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
746
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
747
+ },
748
+ {
749
+ "author": "beachball",
750
+ "package": "@fluentui/react-checkbox",
751
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
752
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
753
+ },
754
+ {
755
+ "author": "beachball",
756
+ "package": "@fluentui/react-checkbox",
757
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.46",
758
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
759
+ },
760
+ {
761
+ "author": "beachball",
762
+ "package": "@fluentui/react-checkbox",
763
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.67",
764
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
765
+ },
766
+ {
767
+ "author": "beachball",
768
+ "package": "@fluentui/react-checkbox",
769
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
770
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
771
+ },
772
+ {
773
+ "author": "beachball",
774
+ "package": "@fluentui/react-checkbox",
775
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
776
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
777
+ }
778
+ ]
779
+ }
780
+ },
781
+ {
782
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
783
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.41",
784
+ "version": "9.0.0-alpha.41",
785
+ "comments": {
786
+ "none": [
787
+ {
788
+ "author": "email not defined",
789
+ "package": "@fluentui/react-checkbox",
790
+ "comment": "refactor: remove mergeProps usage",
791
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
792
+ }
793
+ ],
794
+ "prerelease": [
795
+ {
796
+ "author": "beachball",
797
+ "package": "@fluentui/react-checkbox",
798
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
799
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
800
+ },
801
+ {
802
+ "author": "beachball",
803
+ "package": "@fluentui/react-checkbox",
804
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
805
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
806
+ },
807
+ {
808
+ "author": "beachball",
809
+ "package": "@fluentui/react-checkbox",
810
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.45",
811
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
812
+ },
813
+ {
814
+ "author": "beachball",
815
+ "package": "@fluentui/react-checkbox",
816
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.66",
817
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
818
+ },
819
+ {
820
+ "author": "beachball",
821
+ "package": "@fluentui/react-checkbox",
822
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
823
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
824
+ },
825
+ {
826
+ "author": "beachball",
827
+ "package": "@fluentui/react-checkbox",
828
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
829
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
830
+ }
831
+ ]
832
+ }
833
+ },
834
+ {
835
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
836
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.40",
837
+ "version": "9.0.0-alpha.40",
838
+ "comments": {
839
+ "prerelease": [
840
+ {
841
+ "author": "beachball",
842
+ "package": "@fluentui/react-checkbox",
843
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
844
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
845
+ },
846
+ {
847
+ "author": "beachball",
848
+ "package": "@fluentui/react-checkbox",
849
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
850
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
851
+ },
852
+ {
853
+ "author": "beachball",
854
+ "package": "@fluentui/react-checkbox",
855
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.44",
856
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
857
+ },
858
+ {
859
+ "author": "beachball",
860
+ "package": "@fluentui/react-checkbox",
861
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.65",
862
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
863
+ },
864
+ {
865
+ "author": "beachball",
866
+ "package": "@fluentui/react-checkbox",
867
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
868
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
869
+ },
870
+ {
871
+ "author": "beachball",
872
+ "package": "@fluentui/react-checkbox",
873
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
874
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
875
+ }
876
+ ]
877
+ }
878
+ },
879
+ {
880
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
881
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.39",
882
+ "version": "9.0.0-alpha.39",
883
+ "comments": {
884
+ "prerelease": [
885
+ {
886
+ "author": "beachball",
887
+ "package": "@fluentui/react-checkbox",
888
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
889
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
890
+ },
891
+ {
892
+ "author": "beachball",
893
+ "package": "@fluentui/react-checkbox",
894
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
895
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
896
+ },
897
+ {
898
+ "author": "beachball",
899
+ "package": "@fluentui/react-checkbox",
900
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.43",
901
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
902
+ },
903
+ {
904
+ "author": "beachball",
905
+ "package": "@fluentui/react-checkbox",
906
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.64",
907
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
908
+ },
909
+ {
910
+ "author": "beachball",
911
+ "package": "@fluentui/react-checkbox",
912
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
913
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
914
+ },
915
+ {
916
+ "author": "beachball",
917
+ "package": "@fluentui/react-checkbox",
918
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
919
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
920
+ }
921
+ ]
922
+ }
923
+ },
924
+ {
925
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
926
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.38",
927
+ "version": "9.0.0-alpha.38",
928
+ "comments": {
929
+ "prerelease": [
930
+ {
931
+ "author": "beachball",
932
+ "package": "@fluentui/react-checkbox",
933
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
934
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
935
+ },
936
+ {
937
+ "author": "beachball",
938
+ "package": "@fluentui/react-checkbox",
939
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.42",
940
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
941
+ },
942
+ {
943
+ "author": "beachball",
944
+ "package": "@fluentui/react-checkbox",
945
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.63",
946
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
947
+ },
948
+ {
949
+ "author": "beachball",
950
+ "package": "@fluentui/react-checkbox",
951
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
952
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
953
+ },
954
+ {
955
+ "author": "beachball",
956
+ "package": "@fluentui/react-checkbox",
957
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
958
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
959
+ }
960
+ ]
961
+ }
962
+ },
963
+ {
964
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
965
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.37",
966
+ "version": "9.0.0-alpha.37",
967
+ "comments": {
968
+ "none": [
969
+ {
970
+ "author": "lingfangao@hotmail.com",
971
+ "package": "@fluentui/react-checkbox",
972
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
973
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
974
+ }
975
+ ],
976
+ "prerelease": [
977
+ {
978
+ "author": "lingfangao@hotmail.com",
979
+ "package": "@fluentui/react-checkbox",
980
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
981
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.37"
982
+ }
983
+ ]
984
+ }
985
+ },
986
+ {
987
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
988
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.36",
989
+ "version": "9.0.0-alpha.36",
990
+ "comments": {
991
+ "prerelease": [
992
+ {
993
+ "author": "Humberto.Morimoto@microsoft.com",
994
+ "package": "@fluentui/react-checkbox",
995
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
996
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.36"
997
+ }
998
+ ]
999
+ }
1000
+ },
1001
+ {
1002
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
1003
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.35",
1004
+ "version": "9.0.0-alpha.35",
1005
+ "comments": {
1006
+ "prerelease": [
1007
+ {
1008
+ "author": "behowell@microsoft.com",
1009
+ "package": "@fluentui/react-checkbox",
1010
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
1011
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.35"
1012
+ }
1013
+ ]
1014
+ }
1015
+ },
1016
+ {
1017
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
1018
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.34",
1019
+ "version": "9.0.0-alpha.34",
1020
+ "comments": {
1021
+ "prerelease": [
1022
+ {
1023
+ "author": "bsunderhus@microsoft.com",
1024
+ "package": "@fluentui/react-checkbox",
1025
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
1026
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.34"
1027
+ }
1028
+ ]
1029
+ }
1030
+ },
1031
+ {
1032
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
1033
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.33",
1034
+ "version": "9.0.0-alpha.33",
1035
+ "comments": {
1036
+ "prerelease": [
1037
+ {
1038
+ "author": "lingfangao@hotmail.com",
1039
+ "package": "@fluentui/react-checkbox",
1040
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
1041
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
1042
+ },
1043
+ {
1044
+ "author": "lingfangao@hotmail.com",
1045
+ "package": "@fluentui/react-checkbox",
1046
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
1047
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.33"
1048
+ }
1049
+ ]
1050
+ }
1051
+ },
1052
+ {
1053
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
1054
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.32",
1055
+ "version": "9.0.0-alpha.32",
1056
+ "comments": {
1057
+ "prerelease": [
1058
+ {
1059
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
1060
+ "author": "behowell@microsoft.com",
1061
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
1062
+ "package": "@fluentui/react-checkbox"
1063
+ }
1064
+ ]
1065
+ }
1066
+ },
1067
+ {
1068
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
1069
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.31",
1070
+ "version": "9.0.0-alpha.31",
1071
+ "comments": {
1072
+ "none": [
1073
+ {
1074
+ "comment": "Bump @fluentui/react-conformance to v0.5.0",
1075
+ "author": "olfedias@microsoft.com",
1076
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
1077
+ "package": "@fluentui/react-checkbox"
1078
+ }
1079
+ ]
1080
+ }
1081
+ },
1082
+ {
1083
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
1084
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.31",
1085
+ "version": "9.0.0-alpha.31",
1086
+ "comments": {
1087
+ "prerelease": [
1088
+ {
1089
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
1090
+ "author": "lingfangao@hotmail.com",
1091
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
1092
+ "package": "@fluentui/react-checkbox"
1093
+ }
1094
+ ]
1095
+ }
1096
+ },
1097
+ {
1098
+ "date": "Fri, 03 Sep 2021 00:13:07 GMT",
1099
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.30",
1100
+ "version": "9.0.0-alpha.30",
1101
+ "comments": {
1102
+ "none": [
1103
+ {
1104
+ "comment": "enable makeStyles conformance tests",
1105
+ "author": "olfedias@microsoft.com",
1106
+ "commit": "0606b747c8fca1e6551d521f2526a6c1f969205a",
1107
+ "package": "@fluentui/react-checkbox"
1108
+ }
1109
+ ]
1110
+ }
1111
+ },
1112
+ {
1113
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
1114
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.30",
1115
+ "version": "9.0.0-alpha.30",
1116
+ "comments": {
1117
+ "prerelease": [
1118
+ {
1119
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.34",
1120
+ "author": "olfedias@microsoft.com",
1121
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
1122
+ "package": "@fluentui/react-checkbox"
1123
+ }
1124
+ ],
1125
+ "patch": [
1126
+ {
1127
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
1128
+ "author": "olfedias@microsoft.com",
1129
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
1130
+ "package": "@fluentui/react-checkbox"
1131
+ }
1132
+ ]
1133
+ }
1134
+ },
1135
+ {
1136
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
1137
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.29",
1138
+ "version": "9.0.0-alpha.29",
1139
+ "comments": {
1140
+ "prerelease": [
1141
+ {
1142
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
1143
+ "author": "bsunderhus@microsoft.com",
1144
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
1145
+ "package": "@fluentui/react-checkbox"
1146
+ }
1147
+ ]
1148
+ }
1149
+ },
1150
+ {
1151
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
1152
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.28",
1153
+ "version": "9.0.0-alpha.28",
1154
+ "comments": {
1155
+ "prerelease": [
1156
+ {
1157
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.54",
1158
+ "author": "marata@microsoft.com",
1159
+ "commit": "4a7f81f3d92f128a672717eda660af3ba50ee71b",
1160
+ "package": "@fluentui/react-checkbox"
1161
+ }
1162
+ ]
1163
+ }
1164
+ },
1165
+ {
1166
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
1167
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.27",
1168
+ "version": "9.0.0-alpha.27",
1169
+ "comments": {
1170
+ "none": [
1171
+ {
1172
+ "comment": "Adding accessibility tests to the Checkbox component.",
1173
+ "author": "czearing@outlook.com",
1174
+ "commit": "cb195b49bf761c2a636a43bdf4cb3f8ccf552aaa",
1175
+ "package": "@fluentui/react-checkbox"
1176
+ },
1177
+ {
1178
+ "comment": "Changing the disabled cursor to not-allowed.",
1179
+ "author": "czearing@outlook.com",
1180
+ "commit": "f0055d2fc4803dd078223a38dc676431d2180833",
1181
+ "package": "@fluentui/react-checkbox"
1182
+ }
1183
+ ],
1184
+ "prerelease": [
1185
+ {
1186
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.31",
1187
+ "author": "olfedias@microsoft.com",
1188
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
1189
+ "package": "@fluentui/react-checkbox"
1190
+ }
1191
+ ]
1192
+ }
1193
+ },
1194
+ {
1195
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
1196
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.26",
1197
+ "version": "9.0.0-alpha.26",
1198
+ "comments": {
1199
+ "prerelease": [
1200
+ {
1201
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.30",
1202
+ "author": "martinhochel@microsoft.com",
1203
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1204
+ "package": "@fluentui/react-checkbox"
1205
+ }
1206
+ ],
1207
+ "none": [
1208
+ {
1209
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1210
+ "author": "martinhochel@microsoft.com",
1211
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1212
+ "package": "@fluentui/react-checkbox"
1213
+ }
1214
+ ]
1215
+ }
1216
+ },
1217
+ {
1218
+ "date": "Wed, 25 Aug 2021 07:35:19 GMT",
1219
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.25",
1220
+ "version": "9.0.0-alpha.25",
1221
+ "comments": {
1222
+ "prerelease": [
1223
+ {
1224
+ "comment": "Reverting to compat",
1225
+ "author": "bsunderhus@microsoft.com",
1226
+ "commit": "0d31d8113e15846d88a40c034bebcb39b12f2382",
1227
+ "package": "@fluentui/react-checkbox"
1228
+ }
1229
+ ]
1230
+ }
1231
+ },
1232
+ {
1233
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
1234
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.24",
1235
+ "version": "9.0.0-alpha.24",
1236
+ "comments": {
1237
+ "none": [
1238
+ {
1239
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.29",
1240
+ "author": "dzearing@hotmail.com",
1241
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1242
+ "package": "@fluentui/react-checkbox"
1243
+ }
1244
+ ]
1245
+ }
1246
+ },
1247
+ {
1248
+ "date": "Mon, 23 Aug 2021 07:35:43 GMT",
1249
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.24",
1250
+ "version": "9.0.0-alpha.24",
1251
+ "comments": {
1252
+ "none": [
1253
+ {
1254
+ "comment": "Adding stopPropagation to the input change event.",
1255
+ "author": "czearing@outlook.com",
1256
+ "commit": "7d82f7ad2ff4c7a043b8e57d747c3f1cb755c5b0",
1257
+ "package": "@fluentui/react-checkbox"
1258
+ }
1259
+ ]
1260
+ }
1261
+ },
1262
+ {
1263
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
1264
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.24",
1265
+ "version": "9.0.0-alpha.24",
1266
+ "comments": {
1267
+ "prerelease": [
1268
+ {
1269
+ "comment": "Update .npmignore",
1270
+ "author": "elcraig@microsoft.com",
1271
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1272
+ "package": "@fluentui/react-checkbox"
1273
+ }
1274
+ ],
1275
+ "none": [
1276
+ {
1277
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
1278
+ "author": "behowell@microsoft.com",
1279
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1280
+ "package": "@fluentui/react-checkbox"
1281
+ },
1282
+ {
1283
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.28",
1284
+ "author": "elcraig@microsoft.com",
1285
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1286
+ "package": "@fluentui/react-checkbox"
1287
+ },
1288
+ {
1289
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1290
+ "author": "elcraig@microsoft.com",
1291
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1292
+ "package": "@fluentui/react-checkbox"
1293
+ },
1294
+ {
1295
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
1296
+ "author": "elcraig@microsoft.com",
1297
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1298
+ "package": "@fluentui/react-checkbox"
1299
+ },
1300
+ {
1301
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
1302
+ "author": "elcraig@microsoft.com",
1303
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1304
+ "package": "@fluentui/react-checkbox"
1305
+ },
1306
+ {
1307
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.52",
1308
+ "author": "elcraig@microsoft.com",
1309
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1310
+ "package": "@fluentui/react-checkbox"
1311
+ },
1312
+ {
1313
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1314
+ "author": "behowell@microsoft.com",
1315
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1316
+ "package": "@fluentui/react-checkbox"
1317
+ },
1318
+ {
1319
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1320
+ "author": "behowell@microsoft.com",
1321
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1322
+ "package": "@fluentui/react-checkbox"
1323
+ }
1324
+ ]
1325
+ }
1326
+ },
1327
+ {
1328
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
1329
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.23",
1330
+ "version": "9.0.0-alpha.23",
1331
+ "comments": {
1332
+ "prerelease": [
1333
+ {
1334
+ "comment": "Updates react-checkbox on slot null rendering",
1335
+ "author": "bsunderhus@microsoft.com",
1336
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
1337
+ "package": "@fluentui/react-checkbox"
1338
+ }
1339
+ ]
1340
+ }
1341
+ },
1342
+ {
1343
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
1344
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.22",
1345
+ "version": "9.0.0-alpha.22",
1346
+ "comments": {
1347
+ "none": [
1348
+ {
1349
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.26",
1350
+ "author": "martinhochel@microsoft.com",
1351
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
1352
+ "package": "@fluentui/react-checkbox"
1353
+ }
1354
+ ]
1355
+ }
1356
+ },
1357
+ {
1358
+ "date": "Tue, 17 Aug 2021 07:34:07 GMT",
1359
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.22",
1360
+ "version": "9.0.0-alpha.22",
1361
+ "comments": {
1362
+ "prerelease": [
1363
+ {
1364
+ "comment": "Refactoring Checkbox, removing mergeProps, and fixing indicator styles.",
1365
+ "author": "esteban.230@hotmail.com",
1366
+ "commit": "028f284f366b4bb57c2b254326464ce2dd403839",
1367
+ "package": "@fluentui/react-checkbox"
1368
+ }
1369
+ ]
1370
+ }
1371
+ },
1372
+ {
1373
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
1374
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.21",
1375
+ "version": "9.0.0-alpha.21",
1376
+ "comments": {
1377
+ "prerelease": [
1378
+ {
1379
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
1380
+ "author": "olfedias@microsoft.com",
1381
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
1382
+ "package": "@fluentui/react-checkbox"
1383
+ }
1384
+ ]
1385
+ }
1386
+ },
1387
+ {
1388
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
1389
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.20",
1390
+ "version": "9.0.0-alpha.20",
1391
+ "comments": {
1392
+ "prerelease": [
1393
+ {
1394
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.25",
1395
+ "author": "olfedias@microsoft.com",
1396
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
1397
+ "package": "@fluentui/react-checkbox"
1398
+ }
1399
+ ]
1400
+ }
1401
+ },
1402
+ {
1403
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
1404
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.19",
1405
+ "version": "9.0.0-alpha.19",
1406
+ "comments": {
1407
+ "none": [
1408
+ {
1409
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.24",
1410
+ "author": "czearing@outlook.com",
1411
+ "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
1412
+ "package": "@fluentui/react-checkbox"
1413
+ }
1414
+ ]
1415
+ }
1416
+ },
1417
+ {
1418
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
1419
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.19",
1420
+ "version": "9.0.0-alpha.19",
1421
+ "comments": {
1422
+ "prerelease": [
1423
+ {
1424
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.24",
1425
+ "author": "jspurlin@microsoft.com",
1426
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
1427
+ "package": "@fluentui/react-checkbox"
1428
+ }
1429
+ ]
1430
+ }
1431
+ },
1432
+ {
1433
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
1434
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.18",
1435
+ "version": "9.0.0-alpha.18",
1436
+ "comments": {
1437
+ "none": [
1438
+ {
1439
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
1440
+ "author": "czearing@outlook.com",
1441
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
1442
+ "package": "@fluentui/react-checkbox"
1443
+ }
1444
+ ]
1445
+ }
1446
+ },
1447
+ {
1448
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
1449
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.18",
1450
+ "version": "9.0.0-alpha.18",
1451
+ "comments": {
1452
+ "prerelease": [
1453
+ {
1454
+ "comment": "Fix issues flagged by the exhaustive-deps rule in useCheckbox",
1455
+ "author": "behowell@microsoft.com",
1456
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1457
+ "package": "@fluentui/react-checkbox"
1458
+ }
1459
+ ],
1460
+ "patch": [
1461
+ {
1462
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
1463
+ "author": "behowell@microsoft.com",
1464
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1465
+ "package": "@fluentui/react-checkbox"
1466
+ },
1467
+ {
1468
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1469
+ "author": "behowell@microsoft.com",
1470
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1471
+ "package": "@fluentui/react-checkbox"
1472
+ },
1473
+ {
1474
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1475
+ "author": "behowell@microsoft.com",
1476
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1477
+ "package": "@fluentui/react-checkbox"
1478
+ }
1479
+ ]
1480
+ }
1481
+ },
1482
+ {
1483
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
1484
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.17",
1485
+ "version": "9.0.0-alpha.17",
1486
+ "comments": {
1487
+ "prerelease": [
1488
+ {
1489
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
1490
+ "author": "lingfan.gao@microsoft.com",
1491
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
1492
+ "package": "@fluentui/react-checkbox"
1493
+ }
1494
+ ]
1495
+ }
1496
+ },
1497
+ {
1498
+ "date": "Wed, 28 Jul 2021 07:34:11 GMT",
1499
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.16",
1500
+ "version": "9.0.0-alpha.16",
1501
+ "comments": {
1502
+ "prerelease": [
1503
+ {
1504
+ "comment": "Adding Checkbox implementation.",
1505
+ "author": "esteban.230@hotmail.com",
1506
+ "commit": "83a5b3125734430dd6b341487cbdf3950a4bbe06",
1507
+ "package": "@fluentui/react-checkbox"
1508
+ }
1509
+ ]
1510
+ }
1511
+ },
1512
+ {
1513
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
1514
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.15",
1515
+ "version": "9.0.0-alpha.15",
1516
+ "comments": {
1517
+ "none": [
1518
+ {
1519
+ "comment": "Merge to new DX",
1520
+ "author": "tkrasniqi@microsoft.com",
1521
+ "commit": "17c38c14b8b57d0150341cb914fb78c8e295443c",
1522
+ "package": "@fluentui/react-checkbox"
1523
+ }
1524
+ ],
1525
+ "prerelease": [
1526
+ {
1527
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.28",
1528
+ "author": "miroslav.stastny@microsoft.com",
1529
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
1530
+ "package": "@fluentui/react-checkbox"
1531
+ }
1532
+ ]
1533
+ }
1534
+ },
1535
+ {
1536
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
1537
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.14",
1538
+ "version": "9.0.0-alpha.14",
1539
+ "comments": {
1540
+ "prerelease": [
1541
+ {
1542
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27",
1543
+ "author": "miroslav.stastny@microsoft.com",
1544
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
1545
+ "package": "@fluentui/react-checkbox"
1546
+ }
1547
+ ]
1548
+ }
1549
+ },
1550
+ {
1551
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
1552
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.13",
1553
+ "version": "9.0.0-alpha.13",
1554
+ "comments": {
1555
+ "prerelease": [
1556
+ {
1557
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.34",
1558
+ "author": "behowell@microsoft.com",
1559
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
1560
+ "package": "@fluentui/react-checkbox"
1561
+ }
1562
+ ]
1563
+ }
1564
+ },
1565
+ {
1566
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
1567
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.12",
1568
+ "version": "9.0.0-alpha.12",
1569
+ "comments": {
1570
+ "prerelease": [
1571
+ {
1572
+ "comment": "Updating spec to reflect Checkbox implementation",
1573
+ "author": "esteban.230@hotmail.com",
1574
+ "commit": "142783d36b624671e1ed19ca7011543b8ecadff5",
1575
+ "package": "@fluentui/react-checkbox"
1576
+ }
1577
+ ],
1578
+ "none": [
1579
+ {
1580
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
1581
+ "author": "olfedias@microsoft.com",
1582
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1583
+ "package": "@fluentui/react-checkbox"
1584
+ },
1585
+ {
1586
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.49",
1587
+ "author": "olfedias@microsoft.com",
1588
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1589
+ "package": "@fluentui/react-checkbox"
1590
+ },
1591
+ {
1592
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1593
+ "author": "olfedias@microsoft.com",
1594
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1595
+ "package": "@fluentui/react-checkbox"
1596
+ }
1597
+ ]
1598
+ }
1599
+ },
1600
+ {
1601
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1602
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.11",
1603
+ "version": "9.0.0-alpha.11",
1604
+ "comments": {
1605
+ "prerelease": [
1606
+ {
1607
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1608
+ "author": "bsunderhus@microsoft.com",
1609
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
1610
+ "package": "@fluentui/react-checkbox"
1611
+ }
1612
+ ]
1613
+ }
1614
+ },
1615
+ {
1616
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1617
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.10",
1618
+ "version": "9.0.0-alpha.10",
1619
+ "comments": {
1620
+ "patch": [
1621
+ {
1622
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1623
+ "author": "elcraig@microsoft.com",
1624
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1625
+ "package": "@fluentui/react-checkbox"
1626
+ }
1627
+ ]
1628
+ }
1629
+ },
1630
+ {
1631
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
1632
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.9",
1633
+ "version": "9.0.0-alpha.9",
1634
+ "comments": {
1635
+ "prerelease": [
1636
+ {
1637
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24",
1638
+ "author": "behowell@microsoft.com",
1639
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
1640
+ "package": "@fluentui/react-checkbox"
1641
+ }
1642
+ ]
1643
+ }
1644
+ },
1645
+ {
1646
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
6
1647
  "tag": "@fluentui/react-checkbox_v9.0.0-alpha.8",
7
1648
  "version": "9.0.0-alpha.8",
8
1649
  "comments": {