@fluentui/react-checkbox 9.0.0-alpha.9 → 9.0.0-beta.11

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 (83) hide show
  1. package/CHANGELOG.json +1710 -1
  2. package/CHANGELOG.md +557 -2
  3. package/Spec.md +33 -127
  4. package/dist/react-checkbox.d.ts +91 -29
  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 +8 -2
  17. package/lib/components/Checkbox/useCheckboxStyles.js +224 -12
  18. package/lib/components/Checkbox/useCheckboxStyles.js.map +1 -1
  19. package/lib/index.d.ts +2 -1
  20. package/lib/index.js +2 -1
  21. package/lib/index.js.map +1 -1
  22. package/lib/tsdoc-metadata.json +1 -1
  23. package/lib-commonjs/Checkbox.js +7 -2
  24. package/lib-commonjs/Checkbox.js.map +1 -1
  25. package/lib-commonjs/components/Checkbox/Checkbox.d.ts +5 -4
  26. package/lib-commonjs/components/Checkbox/Checkbox.js +20 -10
  27. package/lib-commonjs/components/Checkbox/Checkbox.js.map +1 -1
  28. package/lib-commonjs/components/Checkbox/Checkbox.types.d.ts +75 -15
  29. package/lib-commonjs/components/Checkbox/Checkbox.types.js +4 -1
  30. package/lib-commonjs/components/Checkbox/Checkbox.types.js.map +1 -1
  31. package/lib-commonjs/components/Checkbox/index.js +11 -2
  32. package/lib-commonjs/components/Checkbox/index.js.map +1 -1
  33. package/lib-commonjs/components/Checkbox/renderCheckbox.d.ts +1 -4
  34. package/lib-commonjs/components/Checkbox/renderCheckbox.js +23 -13
  35. package/lib-commonjs/components/Checkbox/renderCheckbox.js.map +1 -1
  36. package/lib-commonjs/components/Checkbox/useCheckbox.d.ts +5 -10
  37. package/lib-commonjs/components/Checkbox/useCheckbox.js +115 -20
  38. package/lib-commonjs/components/Checkbox/useCheckbox.js.map +1 -1
  39. package/lib-commonjs/components/Checkbox/useCheckboxStyles.d.ts +8 -2
  40. package/lib-commonjs/components/Checkbox/useCheckboxStyles.js +235 -15
  41. package/lib-commonjs/components/Checkbox/useCheckboxStyles.js.map +1 -1
  42. package/lib-commonjs/index.d.ts +2 -1
  43. package/lib-commonjs/index.js +45 -3
  44. package/lib-commonjs/index.js.map +1 -1
  45. package/package.json +24 -22
  46. package/config/api-extractor.json +0 -3
  47. package/config/tests.js +0 -7
  48. package/etc/react-checkbox.api.md +0 -44
  49. package/just.config.ts +0 -3
  50. package/lib/common/isConformant.d.ts +0 -4
  51. package/lib/common/isConformant.js +0 -9
  52. package/lib/common/isConformant.js.map +0 -1
  53. package/lib-amd/Checkbox.d.ts +0 -1
  54. package/lib-amd/Checkbox.js +0 -6
  55. package/lib-amd/Checkbox.js.map +0 -1
  56. package/lib-amd/common/isConformant.d.ts +0 -4
  57. package/lib-amd/common/isConformant.js +0 -14
  58. package/lib-amd/common/isConformant.js.map +0 -1
  59. package/lib-amd/components/Checkbox/Checkbox.d.ts +0 -6
  60. package/lib-amd/components/Checkbox/Checkbox.js +0 -15
  61. package/lib-amd/components/Checkbox/Checkbox.js.map +0 -1
  62. package/lib-amd/components/Checkbox/Checkbox.types.d.ts +0 -24
  63. package/lib-amd/components/Checkbox/Checkbox.types.js +0 -5
  64. package/lib-amd/components/Checkbox/Checkbox.types.js.map +0 -1
  65. package/lib-amd/components/Checkbox/index.d.ts +0 -5
  66. package/lib-amd/components/Checkbox/index.js +0 -10
  67. package/lib-amd/components/Checkbox/index.js.map +0 -1
  68. package/lib-amd/components/Checkbox/renderCheckbox.d.ts +0 -5
  69. package/lib-amd/components/Checkbox/renderCheckbox.js +0 -14
  70. package/lib-amd/components/Checkbox/renderCheckbox.js.map +0 -1
  71. package/lib-amd/components/Checkbox/useCheckbox.d.ts +0 -17
  72. package/lib-amd/components/Checkbox/useCheckbox.js +0 -30
  73. package/lib-amd/components/Checkbox/useCheckbox.js.map +0 -1
  74. package/lib-amd/components/Checkbox/useCheckboxStyles.d.ts +0 -5
  75. package/lib-amd/components/Checkbox/useCheckboxStyles.js +0 -25
  76. package/lib-amd/components/Checkbox/useCheckboxStyles.js.map +0 -1
  77. package/lib-amd/index.d.ts +0 -1
  78. package/lib-amd/index.js +0 -6
  79. package/lib-amd/index.js.map +0 -1
  80. package/lib-commonjs/common/isConformant.d.ts +0 -4
  81. package/lib-commonjs/common/isConformant.js +0 -13
  82. package/lib-commonjs/common/isConformant.js.map +0 -1
  83. package/src/components/Checkbox/Checkbox.types.ts +0 -34
package/CHANGELOG.json CHANGED
@@ -2,7 +2,1716 @@
2
2
  "name": "@fluentui/react-checkbox",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 13 Jul 2021 07:31:31 GMT",
5
+ "date": "Tue, 19 Apr 2022 19:14:26 GMT",
6
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.11",
7
+ "version": "9.0.0-beta.11",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "seanmonahan@microsoft.com",
12
+ "package": "@fluentui/react-checkbox",
13
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
14
+ "comment": "Add static classnames to Checkbox"
15
+ },
16
+ {
17
+ "author": "seanmonahan@microsoft.com",
18
+ "package": "@fluentui/react-checkbox",
19
+ "commit": "80746a7f3462c2fa4ff15a92d6e196c67d652f6a",
20
+ "comment": "Remove star exports from react-checkbox"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-checkbox",
25
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
26
+ "comment": "chore: Update Griffel to latest version"
27
+ },
28
+ {
29
+ "author": "seanmonahan@microsoft.com",
30
+ "package": "@fluentui/react-checkbox",
31
+ "commit": "477b45728732361e02047be15de5113d1e6d01ac",
32
+ "comment": "Update Checkbox onChange event parameter to be of type ChangeEvent instead of type FormEvent."
33
+ },
34
+ {
35
+ "author": "seanmonahan@microsoft.com",
36
+ "package": "@fluentui/react-checkbox",
37
+ "commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
38
+ "comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-checkbox",
43
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.10",
44
+ "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-checkbox",
49
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
50
+ "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-checkbox",
55
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
56
+ "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-checkbox",
61
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
62
+ "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-checkbox",
67
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
68
+ "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
69
+ }
70
+ ],
71
+ "none": [
72
+ {
73
+ "author": "mgodbolt@microsoft.com",
74
+ "package": "@fluentui/react-checkbox",
75
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
76
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
77
+ },
78
+ {
79
+ "author": "elcraig@microsoft.com",
80
+ "package": "@fluentui/react-checkbox",
81
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
82
+ "comment": "Update React dev deps and hoist them to the repo root"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "date": "Fri, 04 Mar 2022 05:17:35 GMT",
89
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.10",
90
+ "version": "9.0.0-beta.10",
91
+ "comments": {
92
+ "prerelease": [
93
+ {
94
+ "author": "dzearing@microsoft.com",
95
+ "package": "@fluentui/react-checkbox",
96
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
97
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
98
+ },
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-checkbox",
102
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.9",
103
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-checkbox",
108
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
109
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
110
+ },
111
+ {
112
+ "author": "beachball",
113
+ "package": "@fluentui/react-checkbox",
114
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
115
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
116
+ },
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-checkbox",
120
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
121
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
122
+ }
123
+ ]
124
+ }
125
+ },
126
+ {
127
+ "date": "Tue, 01 Mar 2022 02:17:35 GMT",
128
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.9",
129
+ "version": "9.0.0-beta.9",
130
+ "comments": {
131
+ "prerelease": [
132
+ {
133
+ "author": "olfedias@microsoft.com",
134
+ "package": "@fluentui/react-checkbox",
135
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
136
+ "comment": "fix: Add react-theme as dependency"
137
+ },
138
+ {
139
+ "author": "behowell@microsoft.com",
140
+ "package": "@fluentui/react-checkbox",
141
+ "commit": "17618b2b24ce013569c74a505b2212eba18caf54",
142
+ "comment": "Refactor Checkbox styles to use CSS pseudo-classes"
143
+ },
144
+ {
145
+ "author": "behowell@microsoft.com",
146
+ "package": "@fluentui/react-checkbox",
147
+ "commit": "2170ed575f77bc6852cfe5a2fe4974c7f9a64a9e",
148
+ "comment": "Rename `circular` prop to `shape`"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-checkbox",
153
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.8",
154
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-checkbox",
159
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
160
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
161
+ },
162
+ {
163
+ "author": "beachball",
164
+ "package": "@fluentui/react-checkbox",
165
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
166
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
167
+ }
168
+ ]
169
+ }
170
+ },
171
+ {
172
+ "date": "Fri, 18 Feb 2022 13:35:30 GMT",
173
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.8",
174
+ "version": "9.0.0-beta.8",
175
+ "comments": {
176
+ "prerelease": [
177
+ {
178
+ "author": "lingfangao@hotmail.com",
179
+ "package": "@fluentui/react-checkbox",
180
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
181
+ "comment": "fix: Source maps contain original source code"
182
+ },
183
+ {
184
+ "author": "beachball",
185
+ "package": "@fluentui/react-checkbox",
186
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.7",
187
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
188
+ },
189
+ {
190
+ "author": "beachball",
191
+ "package": "@fluentui/react-checkbox",
192
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
193
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
194
+ },
195
+ {
196
+ "author": "beachball",
197
+ "package": "@fluentui/react-checkbox",
198
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
199
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
200
+ },
201
+ {
202
+ "author": "beachball",
203
+ "package": "@fluentui/react-checkbox",
204
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
205
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
206
+ }
207
+ ]
208
+ }
209
+ },
210
+ {
211
+ "date": "Thu, 10 Feb 2022 08:51:56 GMT",
212
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.6",
213
+ "version": "9.0.0-beta.6",
214
+ "comments": {
215
+ "prerelease": [
216
+ {
217
+ "author": "Humberto.Morimoto@microsoft.com",
218
+ "package": "@fluentui/react-checkbox",
219
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
220
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
221
+ },
222
+ {
223
+ "author": "Humberto.Morimoto@microsoft.com",
224
+ "package": "@fluentui/react-checkbox",
225
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
226
+ "comment": "Updating based on changes to composition types."
227
+ },
228
+ {
229
+ "author": "olfedias@microsoft.com",
230
+ "package": "@fluentui/react-checkbox",
231
+ "commit": "13ac915a4f18e5b9e79e14bdc239204872abf7f3",
232
+ "comment": "update styles to not use CSS shorthands"
233
+ },
234
+ {
235
+ "author": "behowell@microsoft.com",
236
+ "package": "@fluentui/react-checkbox",
237
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
238
+ "comment": "Remove component's shorthandProps array"
239
+ },
240
+ {
241
+ "author": "mgodbolt@microsoft.com",
242
+ "package": "@fluentui/react-checkbox",
243
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
244
+ "comment": "remove export of commons types"
245
+ },
246
+ {
247
+ "author": "olfedias@microsoft.com",
248
+ "package": "@fluentui/react-checkbox",
249
+ "commit": "3e5027e2c8c8b54a2f9f140690bb88d03eafde27",
250
+ "comment": "Replace make-styles packages with griffel equivalents."
251
+ },
252
+ {
253
+ "author": "Humberto.Morimoto@microsoft.com",
254
+ "package": "@fluentui/react-checkbox",
255
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
256
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
257
+ },
258
+ {
259
+ "author": "behowell@microsoft.com",
260
+ "package": "@fluentui/react-checkbox",
261
+ "commit": "d7d472d3564c7c08465743b2517e4f29428b87b4",
262
+ "comment": "Update checkmark icons and color styles to match visual spec"
263
+ },
264
+ {
265
+ "author": "olfedias@microsoft.com",
266
+ "package": "@fluentui/react-checkbox",
267
+ "commit": "39bddb7a1da57bb1e7073c7eacabb706e25587a5",
268
+ "comment": "fix: update styles to match typings"
269
+ },
270
+ {
271
+ "author": "olfedias@microsoft.com",
272
+ "package": "@fluentui/react-checkbox",
273
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
274
+ "comment": "update @fluentui/react-icons package"
275
+ },
276
+ {
277
+ "author": "Humberto.Morimoto@microsoft.com",
278
+ "package": "@fluentui/react-checkbox",
279
+ "commit": "ecca467a89869ec2812b160b26a7f68fa69dac10",
280
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
281
+ },
282
+ {
283
+ "author": "lingfangao@hotmail.com",
284
+ "package": "@fluentui/react-checkbox",
285
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
286
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
287
+ },
288
+ {
289
+ "author": "behowell@microsoft.com",
290
+ "package": "@fluentui/react-checkbox",
291
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
292
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
293
+ },
294
+ {
295
+ "author": "behowell@microsoft.com",
296
+ "package": "@fluentui/react-checkbox",
297
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
298
+ "comment": "Refactor component Slot typings"
299
+ },
300
+ {
301
+ "author": "behowell@microsoft.com",
302
+ "package": "@fluentui/react-checkbox",
303
+ "commit": "f1be0a9728e05ca33ad67e77ae7d1cba3384106f",
304
+ "comment": "Refactor Checkbox to use label as a slot instead of being the root"
305
+ },
306
+ {
307
+ "author": "beachball",
308
+ "package": "@fluentui/react-checkbox",
309
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.5",
310
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
311
+ },
312
+ {
313
+ "author": "beachball",
314
+ "package": "@fluentui/react-checkbox",
315
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
316
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
317
+ },
318
+ {
319
+ "author": "beachball",
320
+ "package": "@fluentui/react-checkbox",
321
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
322
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
323
+ },
324
+ {
325
+ "author": "beachball",
326
+ "package": "@fluentui/react-checkbox",
327
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
328
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
329
+ }
330
+ ],
331
+ "none": [
332
+ {
333
+ "author": "tkrasniqi@microsoft.com",
334
+ "package": "@fluentui/react-checkbox",
335
+ "commit": "401cdabeffb7985d88e5789faf75a93de1fb46f2",
336
+ "comment": "Migration to new dx: ts style config"
337
+ },
338
+ {
339
+ "author": "martinhochel@microsoft.com",
340
+ "package": "@fluentui/react-checkbox",
341
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
342
+ "comment": "chore: use storybook runner for all vNext packages"
343
+ },
344
+ {
345
+ "author": "bsunderhus@microsoft.com",
346
+ "package": "@fluentui/react-checkbox",
347
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
348
+ "comment": "Updates components with nullRender changes"
349
+ },
350
+ {
351
+ "author": "olfedias@microsoft.com",
352
+ "package": "@fluentui/react-checkbox",
353
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
354
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
355
+ }
356
+ ]
357
+ }
358
+ },
359
+ {
360
+ "date": "Thu, 25 Nov 2021 08:34:13 GMT",
361
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.5",
362
+ "version": "9.0.0-beta.5",
363
+ "comments": {
364
+ "prerelease": [
365
+ {
366
+ "author": "behowell@microsoft.com",
367
+ "package": "@fluentui/react-checkbox",
368
+ "commit": "99adff5a9aab9086e8bc4737040654ab23f0febe",
369
+ "comment": "Implement primary slot: 'input' is now the primary slot and receives native props passed to Checkbox"
370
+ },
371
+ {
372
+ "author": "beachball",
373
+ "package": "@fluentui/react-checkbox",
374
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
375
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
376
+ },
377
+ {
378
+ "author": "beachball",
379
+ "package": "@fluentui/react-checkbox",
380
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
381
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
382
+ },
383
+ {
384
+ "author": "beachball",
385
+ "package": "@fluentui/react-checkbox",
386
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.4",
387
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
388
+ },
389
+ {
390
+ "author": "beachball",
391
+ "package": "@fluentui/react-checkbox",
392
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
393
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
394
+ },
395
+ {
396
+ "author": "beachball",
397
+ "package": "@fluentui/react-checkbox",
398
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
399
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
400
+ },
401
+ {
402
+ "author": "beachball",
403
+ "package": "@fluentui/react-checkbox",
404
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
405
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
406
+ }
407
+ ]
408
+ }
409
+ },
410
+ {
411
+ "date": "Fri, 12 Nov 2021 13:25:18 GMT",
412
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.4",
413
+ "version": "9.0.0-beta.4",
414
+ "comments": {
415
+ "none": [
416
+ {
417
+ "author": "lingfangao@hotmail.com",
418
+ "package": "@fluentui/react-checkbox",
419
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
420
+ "comment": "Remove beta release tag"
421
+ },
422
+ {
423
+ "author": "olfedias@microsoft.com",
424
+ "package": "@fluentui/react-checkbox",
425
+ "commit": "9186578324773f95f4d61be3d70e67752159d843",
426
+ "comment": "update snapshots"
427
+ }
428
+ ],
429
+ "prerelease": [
430
+ {
431
+ "author": "olfedias@microsoft.com",
432
+ "package": "@fluentui/react-checkbox",
433
+ "commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
434
+ "comment": "export static classes for components"
435
+ },
436
+ {
437
+ "author": "gcox@microsoft.com",
438
+ "package": "@fluentui/react-checkbox",
439
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
440
+ "comment": "Updated beta and RC components to ES2019"
441
+ },
442
+ {
443
+ "author": "beachball",
444
+ "package": "@fluentui/react-checkbox",
445
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
446
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
447
+ },
448
+ {
449
+ "author": "beachball",
450
+ "package": "@fluentui/react-checkbox",
451
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
452
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
453
+ },
454
+ {
455
+ "author": "beachball",
456
+ "package": "@fluentui/react-checkbox",
457
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.3",
458
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
459
+ },
460
+ {
461
+ "author": "beachball",
462
+ "package": "@fluentui/react-checkbox",
463
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
464
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
465
+ },
466
+ {
467
+ "author": "beachball",
468
+ "package": "@fluentui/react-checkbox",
469
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
470
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
471
+ },
472
+ {
473
+ "author": "beachball",
474
+ "package": "@fluentui/react-checkbox",
475
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
476
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
477
+ }
478
+ ]
479
+ }
480
+ },
481
+ {
482
+ "date": "Wed, 27 Oct 2021 12:14:16 GMT",
483
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.3",
484
+ "version": "9.0.0-beta.3",
485
+ "comments": {
486
+ "prerelease": [
487
+ {
488
+ "author": "peter@draxler.ml",
489
+ "package": "@fluentui/react-checkbox",
490
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
491
+ "comment": "added styling of documentation"
492
+ },
493
+ {
494
+ "author": "beachball",
495
+ "package": "@fluentui/react-checkbox",
496
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
497
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
498
+ },
499
+ {
500
+ "author": "beachball",
501
+ "package": "@fluentui/react-checkbox",
502
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
503
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
504
+ },
505
+ {
506
+ "author": "beachball",
507
+ "package": "@fluentui/react-checkbox",
508
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.2",
509
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
510
+ },
511
+ {
512
+ "author": "beachball",
513
+ "package": "@fluentui/react-checkbox",
514
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
515
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
516
+ },
517
+ {
518
+ "author": "beachball",
519
+ "package": "@fluentui/react-checkbox",
520
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
521
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
522
+ },
523
+ {
524
+ "author": "beachball",
525
+ "package": "@fluentui/react-checkbox",
526
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
527
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
528
+ }
529
+ ],
530
+ "none": [
531
+ {
532
+ "author": "ndresx@gmail.com",
533
+ "package": "@fluentui/react-checkbox",
534
+ "commit": "d8162eddd0a6ba0893a7984b8244a033f5cb0f39",
535
+ "comment": "Migrate react-checkbox tests to rtl"
536
+ }
537
+ ]
538
+ }
539
+ },
540
+ {
541
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
542
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.2",
543
+ "version": "9.0.0-beta.2",
544
+ "comments": {
545
+ "prerelease": [
546
+ {
547
+ "author": "beachball",
548
+ "package": "@fluentui/react-checkbox",
549
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
550
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
551
+ }
552
+ ]
553
+ }
554
+ },
555
+ {
556
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
557
+ "tag": "@fluentui/react-checkbox_v9.0.0-beta.1",
558
+ "version": "9.0.0-beta.1",
559
+ "comments": {
560
+ "prerelease": [
561
+ {
562
+ "author": "lingfangao@hotmail.com",
563
+ "package": "@fluentui/react-checkbox",
564
+ "comment": "Bump all v9 components to beta prerelease tag",
565
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
566
+ },
567
+ {
568
+ "author": "beachball",
569
+ "package": "@fluentui/react-checkbox",
570
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
571
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
572
+ },
573
+ {
574
+ "author": "beachball",
575
+ "package": "@fluentui/react-checkbox",
576
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
577
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
578
+ },
579
+ {
580
+ "author": "beachball",
581
+ "package": "@fluentui/react-checkbox",
582
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.1",
583
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
584
+ },
585
+ {
586
+ "author": "beachball",
587
+ "package": "@fluentui/react-checkbox",
588
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
589
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
590
+ },
591
+ {
592
+ "author": "beachball",
593
+ "package": "@fluentui/react-checkbox",
594
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
595
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
596
+ },
597
+ {
598
+ "author": "beachball",
599
+ "package": "@fluentui/react-checkbox",
600
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
601
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
602
+ }
603
+ ]
604
+ }
605
+ },
606
+ {
607
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
608
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.48",
609
+ "version": "9.0.0-alpha.48",
610
+ "comments": {
611
+ "prerelease": [
612
+ {
613
+ "author": "beachball",
614
+ "package": "@fluentui/react-checkbox",
615
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
616
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
617
+ },
618
+ {
619
+ "author": "beachball",
620
+ "package": "@fluentui/react-checkbox",
621
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.51",
622
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
623
+ },
624
+ {
625
+ "author": "beachball",
626
+ "package": "@fluentui/react-checkbox",
627
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
628
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
629
+ },
630
+ {
631
+ "author": "beachball",
632
+ "package": "@fluentui/react-checkbox",
633
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
634
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
635
+ },
636
+ {
637
+ "author": "beachball",
638
+ "package": "@fluentui/react-checkbox",
639
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
640
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
641
+ }
642
+ ]
643
+ }
644
+ },
645
+ {
646
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
647
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.47",
648
+ "version": "9.0.0-alpha.47",
649
+ "comments": {
650
+ "prerelease": [
651
+ {
652
+ "author": "bsunderhus@microsoft.com",
653
+ "package": "@fluentui/react-checkbox",
654
+ "comment": "Adds ForwardRefComponent to react-label components declaration",
655
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
656
+ },
657
+ {
658
+ "author": "bsunderhus@microsoft.com",
659
+ "package": "@fluentui/react-checkbox",
660
+ "comment": "Adds ForwardRefComponent to react-checkbox components declaration",
661
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
662
+ },
663
+ {
664
+ "author": "beachball",
665
+ "package": "@fluentui/react-checkbox",
666
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
667
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
668
+ },
669
+ {
670
+ "author": "beachball",
671
+ "package": "@fluentui/react-checkbox",
672
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
673
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
674
+ },
675
+ {
676
+ "author": "beachball",
677
+ "package": "@fluentui/react-checkbox",
678
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.50",
679
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
680
+ },
681
+ {
682
+ "author": "beachball",
683
+ "package": "@fluentui/react-checkbox",
684
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
685
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
686
+ },
687
+ {
688
+ "author": "beachball",
689
+ "package": "@fluentui/react-checkbox",
690
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
691
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
692
+ },
693
+ {
694
+ "author": "beachball",
695
+ "package": "@fluentui/react-checkbox",
696
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
697
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
698
+ }
699
+ ]
700
+ }
701
+ },
702
+ {
703
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
704
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.46",
705
+ "version": "9.0.0-alpha.46",
706
+ "comments": {
707
+ "prerelease": [
708
+ {
709
+ "author": "lingfangao@hotmail.com",
710
+ "package": "@fluentui/react-checkbox",
711
+ "comment": "Bump v9 prerelease versions to rerelease",
712
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
713
+ },
714
+ {
715
+ "author": "beachball",
716
+ "package": "@fluentui/react-checkbox",
717
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
718
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
719
+ },
720
+ {
721
+ "author": "beachball",
722
+ "package": "@fluentui/react-checkbox",
723
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
724
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
725
+ },
726
+ {
727
+ "author": "beachball",
728
+ "package": "@fluentui/react-checkbox",
729
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.49",
730
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
731
+ },
732
+ {
733
+ "author": "beachball",
734
+ "package": "@fluentui/react-checkbox",
735
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.71",
736
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
737
+ },
738
+ {
739
+ "author": "beachball",
740
+ "package": "@fluentui/react-checkbox",
741
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
742
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
743
+ },
744
+ {
745
+ "author": "beachball",
746
+ "package": "@fluentui/react-checkbox",
747
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
748
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
749
+ }
750
+ ]
751
+ }
752
+ },
753
+ {
754
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
755
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.44",
756
+ "version": "9.0.0-alpha.44",
757
+ "comments": {
758
+ "prerelease": [
759
+ {
760
+ "author": "lingfangao@hotmail.com",
761
+ "package": "@fluentui/react-checkbox",
762
+ "comment": "Use new default pseudo element focus outline style",
763
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
764
+ },
765
+ {
766
+ "author": "beachball",
767
+ "package": "@fluentui/react-checkbox",
768
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
769
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
770
+ }
771
+ ]
772
+ }
773
+ },
774
+ {
775
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
776
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.43",
777
+ "version": "9.0.0-alpha.43",
778
+ "comments": {
779
+ "prerelease": [
780
+ {
781
+ "author": "beachball",
782
+ "package": "@fluentui/react-checkbox",
783
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
784
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
785
+ },
786
+ {
787
+ "author": "beachball",
788
+ "package": "@fluentui/react-checkbox",
789
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.47",
790
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
791
+ },
792
+ {
793
+ "author": "beachball",
794
+ "package": "@fluentui/react-checkbox",
795
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.68",
796
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
797
+ },
798
+ {
799
+ "author": "beachball",
800
+ "package": "@fluentui/react-checkbox",
801
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
802
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
803
+ },
804
+ {
805
+ "author": "beachball",
806
+ "package": "@fluentui/react-checkbox",
807
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
808
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
809
+ }
810
+ ]
811
+ }
812
+ },
813
+ {
814
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
815
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.42",
816
+ "version": "9.0.0-alpha.42",
817
+ "comments": {
818
+ "prerelease": [
819
+ {
820
+ "author": "bsunderhus@microsoft.com",
821
+ "package": "@fluentui/react-checkbox",
822
+ "comment": "Updates Checkbox to use LabelProps on root",
823
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
824
+ },
825
+ {
826
+ "author": "beachball",
827
+ "package": "@fluentui/react-checkbox",
828
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
829
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
830
+ },
831
+ {
832
+ "author": "beachball",
833
+ "package": "@fluentui/react-checkbox",
834
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
835
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
836
+ },
837
+ {
838
+ "author": "beachball",
839
+ "package": "@fluentui/react-checkbox",
840
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.46",
841
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
842
+ },
843
+ {
844
+ "author": "beachball",
845
+ "package": "@fluentui/react-checkbox",
846
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.67",
847
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
848
+ },
849
+ {
850
+ "author": "beachball",
851
+ "package": "@fluentui/react-checkbox",
852
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
853
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
854
+ },
855
+ {
856
+ "author": "beachball",
857
+ "package": "@fluentui/react-checkbox",
858
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
859
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
860
+ }
861
+ ]
862
+ }
863
+ },
864
+ {
865
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
866
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.41",
867
+ "version": "9.0.0-alpha.41",
868
+ "comments": {
869
+ "none": [
870
+ {
871
+ "author": "email not defined",
872
+ "package": "@fluentui/react-checkbox",
873
+ "comment": "refactor: remove mergeProps usage",
874
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
875
+ }
876
+ ],
877
+ "prerelease": [
878
+ {
879
+ "author": "beachball",
880
+ "package": "@fluentui/react-checkbox",
881
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
882
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
883
+ },
884
+ {
885
+ "author": "beachball",
886
+ "package": "@fluentui/react-checkbox",
887
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
888
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
889
+ },
890
+ {
891
+ "author": "beachball",
892
+ "package": "@fluentui/react-checkbox",
893
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.45",
894
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
895
+ },
896
+ {
897
+ "author": "beachball",
898
+ "package": "@fluentui/react-checkbox",
899
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.66",
900
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
901
+ },
902
+ {
903
+ "author": "beachball",
904
+ "package": "@fluentui/react-checkbox",
905
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
906
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
907
+ },
908
+ {
909
+ "author": "beachball",
910
+ "package": "@fluentui/react-checkbox",
911
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
912
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
913
+ }
914
+ ]
915
+ }
916
+ },
917
+ {
918
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
919
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.40",
920
+ "version": "9.0.0-alpha.40",
921
+ "comments": {
922
+ "prerelease": [
923
+ {
924
+ "author": "beachball",
925
+ "package": "@fluentui/react-checkbox",
926
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
927
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
928
+ },
929
+ {
930
+ "author": "beachball",
931
+ "package": "@fluentui/react-checkbox",
932
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
933
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
934
+ },
935
+ {
936
+ "author": "beachball",
937
+ "package": "@fluentui/react-checkbox",
938
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.44",
939
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
940
+ },
941
+ {
942
+ "author": "beachball",
943
+ "package": "@fluentui/react-checkbox",
944
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.65",
945
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
946
+ },
947
+ {
948
+ "author": "beachball",
949
+ "package": "@fluentui/react-checkbox",
950
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
951
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
952
+ },
953
+ {
954
+ "author": "beachball",
955
+ "package": "@fluentui/react-checkbox",
956
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
957
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
958
+ }
959
+ ]
960
+ }
961
+ },
962
+ {
963
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
964
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.39",
965
+ "version": "9.0.0-alpha.39",
966
+ "comments": {
967
+ "prerelease": [
968
+ {
969
+ "author": "beachball",
970
+ "package": "@fluentui/react-checkbox",
971
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
972
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
973
+ },
974
+ {
975
+ "author": "beachball",
976
+ "package": "@fluentui/react-checkbox",
977
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
978
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
979
+ },
980
+ {
981
+ "author": "beachball",
982
+ "package": "@fluentui/react-checkbox",
983
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.43",
984
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
985
+ },
986
+ {
987
+ "author": "beachball",
988
+ "package": "@fluentui/react-checkbox",
989
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.64",
990
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
991
+ },
992
+ {
993
+ "author": "beachball",
994
+ "package": "@fluentui/react-checkbox",
995
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
996
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
997
+ },
998
+ {
999
+ "author": "beachball",
1000
+ "package": "@fluentui/react-checkbox",
1001
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
1002
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1003
+ }
1004
+ ]
1005
+ }
1006
+ },
1007
+ {
1008
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
1009
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.38",
1010
+ "version": "9.0.0-alpha.38",
1011
+ "comments": {
1012
+ "prerelease": [
1013
+ {
1014
+ "author": "beachball",
1015
+ "package": "@fluentui/react-checkbox",
1016
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
1017
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1018
+ },
1019
+ {
1020
+ "author": "beachball",
1021
+ "package": "@fluentui/react-checkbox",
1022
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.42",
1023
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1024
+ },
1025
+ {
1026
+ "author": "beachball",
1027
+ "package": "@fluentui/react-checkbox",
1028
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.63",
1029
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1030
+ },
1031
+ {
1032
+ "author": "beachball",
1033
+ "package": "@fluentui/react-checkbox",
1034
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
1035
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1036
+ },
1037
+ {
1038
+ "author": "beachball",
1039
+ "package": "@fluentui/react-checkbox",
1040
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
1041
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1042
+ }
1043
+ ]
1044
+ }
1045
+ },
1046
+ {
1047
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
1048
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.37",
1049
+ "version": "9.0.0-alpha.37",
1050
+ "comments": {
1051
+ "none": [
1052
+ {
1053
+ "author": "lingfangao@hotmail.com",
1054
+ "package": "@fluentui/react-checkbox",
1055
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
1056
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
1057
+ }
1058
+ ],
1059
+ "prerelease": [
1060
+ {
1061
+ "author": "lingfangao@hotmail.com",
1062
+ "package": "@fluentui/react-checkbox",
1063
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
1064
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.37"
1065
+ }
1066
+ ]
1067
+ }
1068
+ },
1069
+ {
1070
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
1071
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.36",
1072
+ "version": "9.0.0-alpha.36",
1073
+ "comments": {
1074
+ "prerelease": [
1075
+ {
1076
+ "author": "Humberto.Morimoto@microsoft.com",
1077
+ "package": "@fluentui/react-checkbox",
1078
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
1079
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.36"
1080
+ }
1081
+ ]
1082
+ }
1083
+ },
1084
+ {
1085
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
1086
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.35",
1087
+ "version": "9.0.0-alpha.35",
1088
+ "comments": {
1089
+ "prerelease": [
1090
+ {
1091
+ "author": "behowell@microsoft.com",
1092
+ "package": "@fluentui/react-checkbox",
1093
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
1094
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.35"
1095
+ }
1096
+ ]
1097
+ }
1098
+ },
1099
+ {
1100
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
1101
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.34",
1102
+ "version": "9.0.0-alpha.34",
1103
+ "comments": {
1104
+ "prerelease": [
1105
+ {
1106
+ "author": "bsunderhus@microsoft.com",
1107
+ "package": "@fluentui/react-checkbox",
1108
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
1109
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.34"
1110
+ }
1111
+ ]
1112
+ }
1113
+ },
1114
+ {
1115
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
1116
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.33",
1117
+ "version": "9.0.0-alpha.33",
1118
+ "comments": {
1119
+ "prerelease": [
1120
+ {
1121
+ "author": "lingfangao@hotmail.com",
1122
+ "package": "@fluentui/react-checkbox",
1123
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
1124
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
1125
+ },
1126
+ {
1127
+ "author": "lingfangao@hotmail.com",
1128
+ "package": "@fluentui/react-checkbox",
1129
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
1130
+ "comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.33"
1131
+ }
1132
+ ]
1133
+ }
1134
+ },
1135
+ {
1136
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
1137
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.32",
1138
+ "version": "9.0.0-alpha.32",
1139
+ "comments": {
1140
+ "prerelease": [
1141
+ {
1142
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
1143
+ "author": "behowell@microsoft.com",
1144
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
1145
+ "package": "@fluentui/react-checkbox"
1146
+ }
1147
+ ]
1148
+ }
1149
+ },
1150
+ {
1151
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
1152
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.31",
1153
+ "version": "9.0.0-alpha.31",
1154
+ "comments": {
1155
+ "none": [
1156
+ {
1157
+ "comment": "Bump @fluentui/react-conformance to v0.5.0",
1158
+ "author": "olfedias@microsoft.com",
1159
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
1160
+ "package": "@fluentui/react-checkbox"
1161
+ }
1162
+ ]
1163
+ }
1164
+ },
1165
+ {
1166
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
1167
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.31",
1168
+ "version": "9.0.0-alpha.31",
1169
+ "comments": {
1170
+ "prerelease": [
1171
+ {
1172
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
1173
+ "author": "lingfangao@hotmail.com",
1174
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
1175
+ "package": "@fluentui/react-checkbox"
1176
+ }
1177
+ ]
1178
+ }
1179
+ },
1180
+ {
1181
+ "date": "Fri, 03 Sep 2021 00:13:07 GMT",
1182
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.30",
1183
+ "version": "9.0.0-alpha.30",
1184
+ "comments": {
1185
+ "none": [
1186
+ {
1187
+ "comment": "enable makeStyles conformance tests",
1188
+ "author": "olfedias@microsoft.com",
1189
+ "commit": "0606b747c8fca1e6551d521f2526a6c1f969205a",
1190
+ "package": "@fluentui/react-checkbox"
1191
+ }
1192
+ ]
1193
+ }
1194
+ },
1195
+ {
1196
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
1197
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.30",
1198
+ "version": "9.0.0-alpha.30",
1199
+ "comments": {
1200
+ "prerelease": [
1201
+ {
1202
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.34",
1203
+ "author": "olfedias@microsoft.com",
1204
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
1205
+ "package": "@fluentui/react-checkbox"
1206
+ }
1207
+ ],
1208
+ "patch": [
1209
+ {
1210
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
1211
+ "author": "olfedias@microsoft.com",
1212
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
1213
+ "package": "@fluentui/react-checkbox"
1214
+ }
1215
+ ]
1216
+ }
1217
+ },
1218
+ {
1219
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
1220
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.29",
1221
+ "version": "9.0.0-alpha.29",
1222
+ "comments": {
1223
+ "prerelease": [
1224
+ {
1225
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
1226
+ "author": "bsunderhus@microsoft.com",
1227
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
1228
+ "package": "@fluentui/react-checkbox"
1229
+ }
1230
+ ]
1231
+ }
1232
+ },
1233
+ {
1234
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
1235
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.28",
1236
+ "version": "9.0.0-alpha.28",
1237
+ "comments": {
1238
+ "prerelease": [
1239
+ {
1240
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.54",
1241
+ "author": "marata@microsoft.com",
1242
+ "commit": "4a7f81f3d92f128a672717eda660af3ba50ee71b",
1243
+ "package": "@fluentui/react-checkbox"
1244
+ }
1245
+ ]
1246
+ }
1247
+ },
1248
+ {
1249
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
1250
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.27",
1251
+ "version": "9.0.0-alpha.27",
1252
+ "comments": {
1253
+ "none": [
1254
+ {
1255
+ "comment": "Adding accessibility tests to the Checkbox component.",
1256
+ "author": "czearing@outlook.com",
1257
+ "commit": "cb195b49bf761c2a636a43bdf4cb3f8ccf552aaa",
1258
+ "package": "@fluentui/react-checkbox"
1259
+ },
1260
+ {
1261
+ "comment": "Changing the disabled cursor to not-allowed.",
1262
+ "author": "czearing@outlook.com",
1263
+ "commit": "f0055d2fc4803dd078223a38dc676431d2180833",
1264
+ "package": "@fluentui/react-checkbox"
1265
+ }
1266
+ ],
1267
+ "prerelease": [
1268
+ {
1269
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.31",
1270
+ "author": "olfedias@microsoft.com",
1271
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
1272
+ "package": "@fluentui/react-checkbox"
1273
+ }
1274
+ ]
1275
+ }
1276
+ },
1277
+ {
1278
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
1279
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.26",
1280
+ "version": "9.0.0-alpha.26",
1281
+ "comments": {
1282
+ "prerelease": [
1283
+ {
1284
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.30",
1285
+ "author": "martinhochel@microsoft.com",
1286
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1287
+ "package": "@fluentui/react-checkbox"
1288
+ }
1289
+ ],
1290
+ "none": [
1291
+ {
1292
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1293
+ "author": "martinhochel@microsoft.com",
1294
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1295
+ "package": "@fluentui/react-checkbox"
1296
+ }
1297
+ ]
1298
+ }
1299
+ },
1300
+ {
1301
+ "date": "Wed, 25 Aug 2021 07:35:19 GMT",
1302
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.25",
1303
+ "version": "9.0.0-alpha.25",
1304
+ "comments": {
1305
+ "prerelease": [
1306
+ {
1307
+ "comment": "Reverting to compat",
1308
+ "author": "bsunderhus@microsoft.com",
1309
+ "commit": "0d31d8113e15846d88a40c034bebcb39b12f2382",
1310
+ "package": "@fluentui/react-checkbox"
1311
+ }
1312
+ ]
1313
+ }
1314
+ },
1315
+ {
1316
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
1317
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.24",
1318
+ "version": "9.0.0-alpha.24",
1319
+ "comments": {
1320
+ "none": [
1321
+ {
1322
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.29",
1323
+ "author": "dzearing@hotmail.com",
1324
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1325
+ "package": "@fluentui/react-checkbox"
1326
+ }
1327
+ ]
1328
+ }
1329
+ },
1330
+ {
1331
+ "date": "Mon, 23 Aug 2021 07:35:43 GMT",
1332
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.24",
1333
+ "version": "9.0.0-alpha.24",
1334
+ "comments": {
1335
+ "none": [
1336
+ {
1337
+ "comment": "Adding stopPropagation to the input change event.",
1338
+ "author": "czearing@outlook.com",
1339
+ "commit": "7d82f7ad2ff4c7a043b8e57d747c3f1cb755c5b0",
1340
+ "package": "@fluentui/react-checkbox"
1341
+ }
1342
+ ]
1343
+ }
1344
+ },
1345
+ {
1346
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
1347
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.24",
1348
+ "version": "9.0.0-alpha.24",
1349
+ "comments": {
1350
+ "prerelease": [
1351
+ {
1352
+ "comment": "Update .npmignore",
1353
+ "author": "elcraig@microsoft.com",
1354
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1355
+ "package": "@fluentui/react-checkbox"
1356
+ }
1357
+ ],
1358
+ "none": [
1359
+ {
1360
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
1361
+ "author": "behowell@microsoft.com",
1362
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1363
+ "package": "@fluentui/react-checkbox"
1364
+ },
1365
+ {
1366
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.28",
1367
+ "author": "elcraig@microsoft.com",
1368
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1369
+ "package": "@fluentui/react-checkbox"
1370
+ },
1371
+ {
1372
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1373
+ "author": "elcraig@microsoft.com",
1374
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1375
+ "package": "@fluentui/react-checkbox"
1376
+ },
1377
+ {
1378
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
1379
+ "author": "elcraig@microsoft.com",
1380
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1381
+ "package": "@fluentui/react-checkbox"
1382
+ },
1383
+ {
1384
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
1385
+ "author": "elcraig@microsoft.com",
1386
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1387
+ "package": "@fluentui/react-checkbox"
1388
+ },
1389
+ {
1390
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.52",
1391
+ "author": "elcraig@microsoft.com",
1392
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1393
+ "package": "@fluentui/react-checkbox"
1394
+ },
1395
+ {
1396
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1397
+ "author": "behowell@microsoft.com",
1398
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1399
+ "package": "@fluentui/react-checkbox"
1400
+ },
1401
+ {
1402
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1403
+ "author": "behowell@microsoft.com",
1404
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1405
+ "package": "@fluentui/react-checkbox"
1406
+ }
1407
+ ]
1408
+ }
1409
+ },
1410
+ {
1411
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
1412
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.23",
1413
+ "version": "9.0.0-alpha.23",
1414
+ "comments": {
1415
+ "prerelease": [
1416
+ {
1417
+ "comment": "Updates react-checkbox on slot null rendering",
1418
+ "author": "bsunderhus@microsoft.com",
1419
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
1420
+ "package": "@fluentui/react-checkbox"
1421
+ }
1422
+ ]
1423
+ }
1424
+ },
1425
+ {
1426
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
1427
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.22",
1428
+ "version": "9.0.0-alpha.22",
1429
+ "comments": {
1430
+ "none": [
1431
+ {
1432
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.26",
1433
+ "author": "martinhochel@microsoft.com",
1434
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
1435
+ "package": "@fluentui/react-checkbox"
1436
+ }
1437
+ ]
1438
+ }
1439
+ },
1440
+ {
1441
+ "date": "Tue, 17 Aug 2021 07:34:07 GMT",
1442
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.22",
1443
+ "version": "9.0.0-alpha.22",
1444
+ "comments": {
1445
+ "prerelease": [
1446
+ {
1447
+ "comment": "Refactoring Checkbox, removing mergeProps, and fixing indicator styles.",
1448
+ "author": "esteban.230@hotmail.com",
1449
+ "commit": "028f284f366b4bb57c2b254326464ce2dd403839",
1450
+ "package": "@fluentui/react-checkbox"
1451
+ }
1452
+ ]
1453
+ }
1454
+ },
1455
+ {
1456
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
1457
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.21",
1458
+ "version": "9.0.0-alpha.21",
1459
+ "comments": {
1460
+ "prerelease": [
1461
+ {
1462
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
1463
+ "author": "olfedias@microsoft.com",
1464
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
1465
+ "package": "@fluentui/react-checkbox"
1466
+ }
1467
+ ]
1468
+ }
1469
+ },
1470
+ {
1471
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
1472
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.20",
1473
+ "version": "9.0.0-alpha.20",
1474
+ "comments": {
1475
+ "prerelease": [
1476
+ {
1477
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.25",
1478
+ "author": "olfedias@microsoft.com",
1479
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
1480
+ "package": "@fluentui/react-checkbox"
1481
+ }
1482
+ ]
1483
+ }
1484
+ },
1485
+ {
1486
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
1487
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.19",
1488
+ "version": "9.0.0-alpha.19",
1489
+ "comments": {
1490
+ "none": [
1491
+ {
1492
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.24",
1493
+ "author": "czearing@outlook.com",
1494
+ "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
1495
+ "package": "@fluentui/react-checkbox"
1496
+ }
1497
+ ]
1498
+ }
1499
+ },
1500
+ {
1501
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
1502
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.19",
1503
+ "version": "9.0.0-alpha.19",
1504
+ "comments": {
1505
+ "prerelease": [
1506
+ {
1507
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.24",
1508
+ "author": "jspurlin@microsoft.com",
1509
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
1510
+ "package": "@fluentui/react-checkbox"
1511
+ }
1512
+ ]
1513
+ }
1514
+ },
1515
+ {
1516
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
1517
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.18",
1518
+ "version": "9.0.0-alpha.18",
1519
+ "comments": {
1520
+ "none": [
1521
+ {
1522
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
1523
+ "author": "czearing@outlook.com",
1524
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
1525
+ "package": "@fluentui/react-checkbox"
1526
+ }
1527
+ ]
1528
+ }
1529
+ },
1530
+ {
1531
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
1532
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.18",
1533
+ "version": "9.0.0-alpha.18",
1534
+ "comments": {
1535
+ "prerelease": [
1536
+ {
1537
+ "comment": "Fix issues flagged by the exhaustive-deps rule in useCheckbox",
1538
+ "author": "behowell@microsoft.com",
1539
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1540
+ "package": "@fluentui/react-checkbox"
1541
+ }
1542
+ ],
1543
+ "patch": [
1544
+ {
1545
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
1546
+ "author": "behowell@microsoft.com",
1547
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1548
+ "package": "@fluentui/react-checkbox"
1549
+ },
1550
+ {
1551
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1552
+ "author": "behowell@microsoft.com",
1553
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1554
+ "package": "@fluentui/react-checkbox"
1555
+ },
1556
+ {
1557
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1558
+ "author": "behowell@microsoft.com",
1559
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1560
+ "package": "@fluentui/react-checkbox"
1561
+ }
1562
+ ]
1563
+ }
1564
+ },
1565
+ {
1566
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
1567
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.17",
1568
+ "version": "9.0.0-alpha.17",
1569
+ "comments": {
1570
+ "prerelease": [
1571
+ {
1572
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
1573
+ "author": "lingfan.gao@microsoft.com",
1574
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
1575
+ "package": "@fluentui/react-checkbox"
1576
+ }
1577
+ ]
1578
+ }
1579
+ },
1580
+ {
1581
+ "date": "Wed, 28 Jul 2021 07:34:11 GMT",
1582
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.16",
1583
+ "version": "9.0.0-alpha.16",
1584
+ "comments": {
1585
+ "prerelease": [
1586
+ {
1587
+ "comment": "Adding Checkbox implementation.",
1588
+ "author": "esteban.230@hotmail.com",
1589
+ "commit": "83a5b3125734430dd6b341487cbdf3950a4bbe06",
1590
+ "package": "@fluentui/react-checkbox"
1591
+ }
1592
+ ]
1593
+ }
1594
+ },
1595
+ {
1596
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
1597
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.15",
1598
+ "version": "9.0.0-alpha.15",
1599
+ "comments": {
1600
+ "none": [
1601
+ {
1602
+ "comment": "Merge to new DX",
1603
+ "author": "tkrasniqi@microsoft.com",
1604
+ "commit": "17c38c14b8b57d0150341cb914fb78c8e295443c",
1605
+ "package": "@fluentui/react-checkbox"
1606
+ }
1607
+ ],
1608
+ "prerelease": [
1609
+ {
1610
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.28",
1611
+ "author": "miroslav.stastny@microsoft.com",
1612
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
1613
+ "package": "@fluentui/react-checkbox"
1614
+ }
1615
+ ]
1616
+ }
1617
+ },
1618
+ {
1619
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
1620
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.14",
1621
+ "version": "9.0.0-alpha.14",
1622
+ "comments": {
1623
+ "prerelease": [
1624
+ {
1625
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27",
1626
+ "author": "miroslav.stastny@microsoft.com",
1627
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
1628
+ "package": "@fluentui/react-checkbox"
1629
+ }
1630
+ ]
1631
+ }
1632
+ },
1633
+ {
1634
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
1635
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.13",
1636
+ "version": "9.0.0-alpha.13",
1637
+ "comments": {
1638
+ "prerelease": [
1639
+ {
1640
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.34",
1641
+ "author": "behowell@microsoft.com",
1642
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
1643
+ "package": "@fluentui/react-checkbox"
1644
+ }
1645
+ ]
1646
+ }
1647
+ },
1648
+ {
1649
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
1650
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.12",
1651
+ "version": "9.0.0-alpha.12",
1652
+ "comments": {
1653
+ "prerelease": [
1654
+ {
1655
+ "comment": "Updating spec to reflect Checkbox implementation",
1656
+ "author": "esteban.230@hotmail.com",
1657
+ "commit": "142783d36b624671e1ed19ca7011543b8ecadff5",
1658
+ "package": "@fluentui/react-checkbox"
1659
+ }
1660
+ ],
1661
+ "none": [
1662
+ {
1663
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
1664
+ "author": "olfedias@microsoft.com",
1665
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1666
+ "package": "@fluentui/react-checkbox"
1667
+ },
1668
+ {
1669
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.49",
1670
+ "author": "olfedias@microsoft.com",
1671
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1672
+ "package": "@fluentui/react-checkbox"
1673
+ },
1674
+ {
1675
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1676
+ "author": "olfedias@microsoft.com",
1677
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1678
+ "package": "@fluentui/react-checkbox"
1679
+ }
1680
+ ]
1681
+ }
1682
+ },
1683
+ {
1684
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1685
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.11",
1686
+ "version": "9.0.0-alpha.11",
1687
+ "comments": {
1688
+ "prerelease": [
1689
+ {
1690
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1691
+ "author": "bsunderhus@microsoft.com",
1692
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
1693
+ "package": "@fluentui/react-checkbox"
1694
+ }
1695
+ ]
1696
+ }
1697
+ },
1698
+ {
1699
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1700
+ "tag": "@fluentui/react-checkbox_v9.0.0-alpha.10",
1701
+ "version": "9.0.0-alpha.10",
1702
+ "comments": {
1703
+ "patch": [
1704
+ {
1705
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1706
+ "author": "elcraig@microsoft.com",
1707
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1708
+ "package": "@fluentui/react-checkbox"
1709
+ }
1710
+ ]
1711
+ }
1712
+ },
1713
+ {
1714
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
6
1715
  "tag": "@fluentui/react-checkbox_v9.0.0-alpha.9",
7
1716
  "version": "9.0.0-alpha.9",
8
1717
  "comments": {