@fluentui/react-checkbox 9.0.0-beta.10 → 9.0.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +146 -1
- package/CHANGELOG.md +97 -57
- package/dist/{react-checkbox.d.ts → index.d.ts} +7 -1
- package/lib/components/Checkbox/Checkbox.types.d.ts +1 -1
- package/lib/components/Checkbox/Checkbox.types.js.map +1 -1
- package/lib/components/Checkbox/useCheckboxStyles.d.ts +6 -1
- package/lib/components/Checkbox/useCheckboxStyles.js +41 -15
- package/lib/components/Checkbox/useCheckboxStyles.js.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/components/Checkbox/Checkbox.types.d.ts +1 -1
- package/lib-commonjs/components/Checkbox/useCheckboxStyles.d.ts +6 -1
- package/lib-commonjs/components/Checkbox/useCheckboxStyles.js +42 -16
- package/lib-commonjs/components/Checkbox/useCheckboxStyles.js.map +1 -1
- package/lib-commonjs/index.d.ts +2 -1
- package/lib-commonjs/index.js +39 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +11 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,52 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-checkbox
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:06 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.13)
|
|
8
|
+
|
|
9
|
+
Wed, 04 May 2022 13:24:06 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.12..@fluentui/react-checkbox_v9.0.0-beta.13)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-label to v9.0.0-beta.11 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
15
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
16
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
18
|
+
|
|
19
|
+
## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.12)
|
|
20
|
+
|
|
21
|
+
Mon, 25 Apr 2022 09:32:17 GMT
|
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.11..@fluentui/react-checkbox_v9.0.0-beta.12)
|
|
23
|
+
|
|
24
|
+
### Changes
|
|
25
|
+
|
|
26
|
+
- Fix disabled HCM styles in Checkbox. ([PR #22595](https://github.com/microsoft/fluentui/pull/22595) by mgodbolt@microsoft.com)
|
|
27
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
|
28
|
+
|
|
29
|
+
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.11)
|
|
30
|
+
|
|
31
|
+
Tue, 19 Apr 2022 19:17:16 GMT
|
|
32
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.10..@fluentui/react-checkbox_v9.0.0-beta.11)
|
|
33
|
+
|
|
34
|
+
### Changes
|
|
35
|
+
|
|
36
|
+
- Add static classnames to Checkbox ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
|
37
|
+
- Remove star exports from react-checkbox ([PR #22108](https://github.com/microsoft/fluentui/pull/22108) by seanmonahan@microsoft.com)
|
|
38
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
|
39
|
+
- Update Checkbox onChange event parameter to be of type ChangeEvent instead of type FormEvent. ([PR #22057](https://github.com/microsoft/fluentui/pull/22057) by seanmonahan@microsoft.com)
|
|
40
|
+
- update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
|
|
41
|
+
- Bump @fluentui/react-label to v9.0.0-beta.10 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
42
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
43
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
44
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
45
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
46
|
+
|
|
7
47
|
## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.10)
|
|
8
48
|
|
|
9
|
-
Fri, 04 Mar 2022 05:
|
|
49
|
+
Fri, 04 Mar 2022 05:17:35 GMT
|
|
10
50
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.9..@fluentui/react-checkbox_v9.0.0-beta.10)
|
|
11
51
|
|
|
12
52
|
### Changes
|
|
@@ -19,7 +59,7 @@ Fri, 04 Mar 2022 05:15:49 GMT
|
|
|
19
59
|
|
|
20
60
|
## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.9)
|
|
21
61
|
|
|
22
|
-
Tue, 01 Mar 2022 02:17:35 GMT
|
|
62
|
+
Tue, 01 Mar 2022 02:17:35 GMT
|
|
23
63
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.8..@fluentui/react-checkbox_v9.0.0-beta.9)
|
|
24
64
|
|
|
25
65
|
### Changes
|
|
@@ -33,7 +73,7 @@ Tue, 01 Mar 2022 02:17:35 GMT
|
|
|
33
73
|
|
|
34
74
|
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.8)
|
|
35
75
|
|
|
36
|
-
Fri, 18 Feb 2022 13:35:30 GMT
|
|
76
|
+
Fri, 18 Feb 2022 13:35:30 GMT
|
|
37
77
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.6..@fluentui/react-checkbox_v9.0.0-beta.8)
|
|
38
78
|
|
|
39
79
|
### Changes
|
|
@@ -46,7 +86,7 @@ Fri, 18 Feb 2022 13:35:30 GMT
|
|
|
46
86
|
|
|
47
87
|
## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.6)
|
|
48
88
|
|
|
49
|
-
Thu, 10 Feb 2022 08:51:56 GMT
|
|
89
|
+
Thu, 10 Feb 2022 08:51:56 GMT
|
|
50
90
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.5..@fluentui/react-checkbox_v9.0.0-beta.6)
|
|
51
91
|
|
|
52
92
|
### Changes
|
|
@@ -63,7 +103,7 @@ Thu, 10 Feb 2022 08:51:56 GMT
|
|
|
63
103
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
64
104
|
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21041](https://github.com/microsoft/fluentui/pull/21041) by Humberto.Morimoto@microsoft.com)
|
|
65
105
|
- Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
66
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
106
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
67
107
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
68
108
|
- Refactor Checkbox to use label as a slot instead of being the root ([PR #20904](https://github.com/microsoft/fluentui/pull/20904) by behowell@microsoft.com)
|
|
69
109
|
- Bump @fluentui/react-label to v9.0.0-beta.5 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
@@ -73,7 +113,7 @@ Thu, 10 Feb 2022 08:51:56 GMT
|
|
|
73
113
|
|
|
74
114
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.5)
|
|
75
115
|
|
|
76
|
-
Thu, 25 Nov 2021 08:34:13 GMT
|
|
116
|
+
Thu, 25 Nov 2021 08:34:13 GMT
|
|
77
117
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.4..@fluentui/react-checkbox_v9.0.0-beta.5)
|
|
78
118
|
|
|
79
119
|
### Changes
|
|
@@ -88,7 +128,7 @@ Thu, 25 Nov 2021 08:34:13 GMT
|
|
|
88
128
|
|
|
89
129
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.4)
|
|
90
130
|
|
|
91
|
-
Fri, 12 Nov 2021 13:25:18 GMT
|
|
131
|
+
Fri, 12 Nov 2021 13:25:18 GMT
|
|
92
132
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.3..@fluentui/react-checkbox_v9.0.0-beta.4)
|
|
93
133
|
|
|
94
134
|
### Changes
|
|
@@ -104,7 +144,7 @@ Fri, 12 Nov 2021 13:25:18 GMT
|
|
|
104
144
|
|
|
105
145
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.3)
|
|
106
146
|
|
|
107
|
-
Wed, 27 Oct 2021 12:14:16 GMT
|
|
147
|
+
Wed, 27 Oct 2021 12:14:16 GMT
|
|
108
148
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.2..@fluentui/react-checkbox_v9.0.0-beta.3)
|
|
109
149
|
|
|
110
150
|
### Changes
|
|
@@ -119,7 +159,7 @@ Wed, 27 Oct 2021 12:14:16 GMT
|
|
|
119
159
|
|
|
120
160
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.2)
|
|
121
161
|
|
|
122
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
162
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
123
163
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-beta.1..@fluentui/react-checkbox_v9.0.0-beta.2)
|
|
124
164
|
|
|
125
165
|
### Changes
|
|
@@ -128,7 +168,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
128
168
|
|
|
129
169
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-beta.1)
|
|
130
170
|
|
|
131
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
171
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
132
172
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.48..@fluentui/react-checkbox_v9.0.0-beta.1)
|
|
133
173
|
|
|
134
174
|
### Changes
|
|
@@ -143,7 +183,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
143
183
|
|
|
144
184
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.48)
|
|
145
185
|
|
|
146
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
186
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
147
187
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.47..@fluentui/react-checkbox_v9.0.0-alpha.48)
|
|
148
188
|
|
|
149
189
|
### Changes
|
|
@@ -156,7 +196,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
156
196
|
|
|
157
197
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.47)
|
|
158
198
|
|
|
159
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
199
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
160
200
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.46..@fluentui/react-checkbox_v9.0.0-alpha.47)
|
|
161
201
|
|
|
162
202
|
### Changes
|
|
@@ -172,7 +212,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
172
212
|
|
|
173
213
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.46)
|
|
174
214
|
|
|
175
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
215
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
176
216
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.44..@fluentui/react-checkbox_v9.0.0-alpha.46)
|
|
177
217
|
|
|
178
218
|
### Changes
|
|
@@ -187,7 +227,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
187
227
|
|
|
188
228
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.44)
|
|
189
229
|
|
|
190
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
230
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
191
231
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.43..@fluentui/react-checkbox_v9.0.0-alpha.44)
|
|
192
232
|
|
|
193
233
|
### Changes
|
|
@@ -197,7 +237,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
197
237
|
|
|
198
238
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.43)
|
|
199
239
|
|
|
200
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
240
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
201
241
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.42..@fluentui/react-checkbox_v9.0.0-alpha.43)
|
|
202
242
|
|
|
203
243
|
### Changes
|
|
@@ -210,7 +250,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
210
250
|
|
|
211
251
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.42)
|
|
212
252
|
|
|
213
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
253
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
214
254
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.41..@fluentui/react-checkbox_v9.0.0-alpha.42)
|
|
215
255
|
|
|
216
256
|
### Changes
|
|
@@ -225,7 +265,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
225
265
|
|
|
226
266
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.41)
|
|
227
267
|
|
|
228
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
268
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
229
269
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.40..@fluentui/react-checkbox_v9.0.0-alpha.41)
|
|
230
270
|
|
|
231
271
|
### Changes
|
|
@@ -239,7 +279,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
239
279
|
|
|
240
280
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.40)
|
|
241
281
|
|
|
242
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
282
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
243
283
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.39..@fluentui/react-checkbox_v9.0.0-alpha.40)
|
|
244
284
|
|
|
245
285
|
### Changes
|
|
@@ -253,7 +293,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
253
293
|
|
|
254
294
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.39)
|
|
255
295
|
|
|
256
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
296
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
257
297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.38..@fluentui/react-checkbox_v9.0.0-alpha.39)
|
|
258
298
|
|
|
259
299
|
### Changes
|
|
@@ -267,7 +307,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
267
307
|
|
|
268
308
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.38)
|
|
269
309
|
|
|
270
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
310
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
271
311
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.37..@fluentui/react-checkbox_v9.0.0-alpha.38)
|
|
272
312
|
|
|
273
313
|
### Changes
|
|
@@ -280,7 +320,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
280
320
|
|
|
281
321
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.37)
|
|
282
322
|
|
|
283
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
323
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
284
324
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.36..@fluentui/react-checkbox_v9.0.0-alpha.37)
|
|
285
325
|
|
|
286
326
|
### Changes
|
|
@@ -289,7 +329,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
289
329
|
|
|
290
330
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.36)
|
|
291
331
|
|
|
292
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
332
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
293
333
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.35..@fluentui/react-checkbox_v9.0.0-alpha.36)
|
|
294
334
|
|
|
295
335
|
### Changes
|
|
@@ -298,7 +338,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
298
338
|
|
|
299
339
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.35)
|
|
300
340
|
|
|
301
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
341
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
302
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.34..@fluentui/react-checkbox_v9.0.0-alpha.35)
|
|
303
343
|
|
|
304
344
|
### Changes
|
|
@@ -307,7 +347,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
307
347
|
|
|
308
348
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.34)
|
|
309
349
|
|
|
310
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
350
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
311
351
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.33..@fluentui/react-checkbox_v9.0.0-alpha.34)
|
|
312
352
|
|
|
313
353
|
### Changes
|
|
@@ -316,7 +356,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
316
356
|
|
|
317
357
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.33)
|
|
318
358
|
|
|
319
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
359
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
320
360
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.32..@fluentui/react-checkbox_v9.0.0-alpha.33)
|
|
321
361
|
|
|
322
362
|
### Changes
|
|
@@ -326,7 +366,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
326
366
|
|
|
327
367
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.32)
|
|
328
368
|
|
|
329
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
369
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
330
370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.31..@fluentui/react-checkbox_v9.0.0-alpha.32)
|
|
331
371
|
|
|
332
372
|
### Changes
|
|
@@ -335,7 +375,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
335
375
|
|
|
336
376
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.31)
|
|
337
377
|
|
|
338
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
378
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
339
379
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.30..@fluentui/react-checkbox_v9.0.0-alpha.31)
|
|
340
380
|
|
|
341
381
|
### Changes
|
|
@@ -344,7 +384,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
344
384
|
|
|
345
385
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.30)
|
|
346
386
|
|
|
347
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
387
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
348
388
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.29..@fluentui/react-checkbox_v9.0.0-alpha.30)
|
|
349
389
|
|
|
350
390
|
### Patches
|
|
@@ -357,7 +397,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
357
397
|
|
|
358
398
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.29)
|
|
359
399
|
|
|
360
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
400
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
361
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.28..@fluentui/react-checkbox_v9.0.0-alpha.29)
|
|
362
402
|
|
|
363
403
|
### Changes
|
|
@@ -366,7 +406,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
366
406
|
|
|
367
407
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.28)
|
|
368
408
|
|
|
369
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
409
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
370
410
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.27..@fluentui/react-checkbox_v9.0.0-alpha.28)
|
|
371
411
|
|
|
372
412
|
### Changes
|
|
@@ -375,7 +415,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
375
415
|
|
|
376
416
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.27)
|
|
377
417
|
|
|
378
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
418
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
379
419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.26..@fluentui/react-checkbox_v9.0.0-alpha.27)
|
|
380
420
|
|
|
381
421
|
### Changes
|
|
@@ -384,7 +424,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
384
424
|
|
|
385
425
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.26)
|
|
386
426
|
|
|
387
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
427
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
388
428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.25..@fluentui/react-checkbox_v9.0.0-alpha.26)
|
|
389
429
|
|
|
390
430
|
### Changes
|
|
@@ -393,7 +433,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
393
433
|
|
|
394
434
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.25)
|
|
395
435
|
|
|
396
|
-
Wed, 25 Aug 2021 07:35:19 GMT
|
|
436
|
+
Wed, 25 Aug 2021 07:35:19 GMT
|
|
397
437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.24..@fluentui/react-checkbox_v9.0.0-alpha.25)
|
|
398
438
|
|
|
399
439
|
### Changes
|
|
@@ -402,7 +442,7 @@ Wed, 25 Aug 2021 07:35:19 GMT
|
|
|
402
442
|
|
|
403
443
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.24)
|
|
404
444
|
|
|
405
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
445
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
406
446
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.23..@fluentui/react-checkbox_v9.0.0-alpha.24)
|
|
407
447
|
|
|
408
448
|
### Changes
|
|
@@ -411,7 +451,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
411
451
|
|
|
412
452
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.23)
|
|
413
453
|
|
|
414
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
454
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
415
455
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.22..@fluentui/react-checkbox_v9.0.0-alpha.23)
|
|
416
456
|
|
|
417
457
|
### Changes
|
|
@@ -420,7 +460,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
420
460
|
|
|
421
461
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.22)
|
|
422
462
|
|
|
423
|
-
Tue, 17 Aug 2021 07:34:07 GMT
|
|
463
|
+
Tue, 17 Aug 2021 07:34:07 GMT
|
|
424
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.21..@fluentui/react-checkbox_v9.0.0-alpha.22)
|
|
425
465
|
|
|
426
466
|
### Changes
|
|
@@ -429,7 +469,7 @@ Tue, 17 Aug 2021 07:34:07 GMT
|
|
|
429
469
|
|
|
430
470
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.21)
|
|
431
471
|
|
|
432
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
472
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
433
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.20..@fluentui/react-checkbox_v9.0.0-alpha.21)
|
|
434
474
|
|
|
435
475
|
### Changes
|
|
@@ -438,7 +478,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
438
478
|
|
|
439
479
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.20)
|
|
440
480
|
|
|
441
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
481
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
442
482
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.19..@fluentui/react-checkbox_v9.0.0-alpha.20)
|
|
443
483
|
|
|
444
484
|
### Changes
|
|
@@ -447,7 +487,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
447
487
|
|
|
448
488
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.19)
|
|
449
489
|
|
|
450
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
490
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
451
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.18..@fluentui/react-checkbox_v9.0.0-alpha.19)
|
|
452
492
|
|
|
453
493
|
### Changes
|
|
@@ -456,7 +496,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
456
496
|
|
|
457
497
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.18)
|
|
458
498
|
|
|
459
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
499
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
460
500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.17..@fluentui/react-checkbox_v9.0.0-alpha.18)
|
|
461
501
|
|
|
462
502
|
### Patches
|
|
@@ -471,7 +511,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
471
511
|
|
|
472
512
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.17)
|
|
473
513
|
|
|
474
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
514
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
475
515
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.16..@fluentui/react-checkbox_v9.0.0-alpha.17)
|
|
476
516
|
|
|
477
517
|
### Changes
|
|
@@ -480,7 +520,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
480
520
|
|
|
481
521
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.16)
|
|
482
522
|
|
|
483
|
-
Wed, 28 Jul 2021 07:34:11 GMT
|
|
523
|
+
Wed, 28 Jul 2021 07:34:11 GMT
|
|
484
524
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.15..@fluentui/react-checkbox_v9.0.0-alpha.16)
|
|
485
525
|
|
|
486
526
|
### Changes
|
|
@@ -489,7 +529,7 @@ Wed, 28 Jul 2021 07:34:11 GMT
|
|
|
489
529
|
|
|
490
530
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.15)
|
|
491
531
|
|
|
492
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
532
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
493
533
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.14..@fluentui/react-checkbox_v9.0.0-alpha.15)
|
|
494
534
|
|
|
495
535
|
### Changes
|
|
@@ -498,7 +538,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
498
538
|
|
|
499
539
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.14)
|
|
500
540
|
|
|
501
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
541
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
502
542
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.13..@fluentui/react-checkbox_v9.0.0-alpha.14)
|
|
503
543
|
|
|
504
544
|
### Changes
|
|
@@ -507,7 +547,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
507
547
|
|
|
508
548
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.13)
|
|
509
549
|
|
|
510
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
550
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
511
551
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.12..@fluentui/react-checkbox_v9.0.0-alpha.13)
|
|
512
552
|
|
|
513
553
|
### Changes
|
|
@@ -516,7 +556,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
516
556
|
|
|
517
557
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.12)
|
|
518
558
|
|
|
519
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
|
559
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
|
520
560
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.11..@fluentui/react-checkbox_v9.0.0-alpha.12)
|
|
521
561
|
|
|
522
562
|
### Changes
|
|
@@ -525,7 +565,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
|
525
565
|
|
|
526
566
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.11)
|
|
527
567
|
|
|
528
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
568
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
529
569
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.10..@fluentui/react-checkbox_v9.0.0-alpha.11)
|
|
530
570
|
|
|
531
571
|
### Changes
|
|
@@ -534,7 +574,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
534
574
|
|
|
535
575
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.10)
|
|
536
576
|
|
|
537
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
577
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
538
578
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.9..@fluentui/react-checkbox_v9.0.0-alpha.10)
|
|
539
579
|
|
|
540
580
|
### Patches
|
|
@@ -543,7 +583,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
543
583
|
|
|
544
584
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.9)
|
|
545
585
|
|
|
546
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
586
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
547
587
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.8..@fluentui/react-checkbox_v9.0.0-alpha.9)
|
|
548
588
|
|
|
549
589
|
### Changes
|
|
@@ -552,7 +592,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
552
592
|
|
|
553
593
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.8)
|
|
554
594
|
|
|
555
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
595
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
556
596
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.7..@fluentui/react-checkbox_v9.0.0-alpha.8)
|
|
557
597
|
|
|
558
598
|
### Patches
|
|
@@ -567,7 +607,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
567
607
|
|
|
568
608
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.7)
|
|
569
609
|
|
|
570
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
610
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
571
611
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.6..@fluentui/react-checkbox_v9.0.0-alpha.7)
|
|
572
612
|
|
|
573
613
|
### Changes
|
|
@@ -576,7 +616,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
576
616
|
|
|
577
617
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.6)
|
|
578
618
|
|
|
579
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
619
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
580
620
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.5..@fluentui/react-checkbox_v9.0.0-alpha.6)
|
|
581
621
|
|
|
582
622
|
### Changes
|
|
@@ -586,7 +626,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
586
626
|
|
|
587
627
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.5)
|
|
588
628
|
|
|
589
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
|
629
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
|
590
630
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.4..@fluentui/react-checkbox_v9.0.0-alpha.5)
|
|
591
631
|
|
|
592
632
|
### Changes
|
|
@@ -595,7 +635,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
|
595
635
|
|
|
596
636
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.4)
|
|
597
637
|
|
|
598
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
638
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
599
639
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.3..@fluentui/react-checkbox_v9.0.0-alpha.4)
|
|
600
640
|
|
|
601
641
|
### Changes
|
|
@@ -604,7 +644,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
604
644
|
|
|
605
645
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.3)
|
|
606
646
|
|
|
607
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
647
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
608
648
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.2..@fluentui/react-checkbox_v9.0.0-alpha.3)
|
|
609
649
|
|
|
610
650
|
### Changes
|
|
@@ -613,7 +653,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
613
653
|
|
|
614
654
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.2)
|
|
615
655
|
|
|
616
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
656
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
617
657
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.1..@fluentui/react-checkbox_v9.0.0-alpha.2)
|
|
618
658
|
|
|
619
659
|
### Patches
|
|
@@ -4,6 +4,7 @@ import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
|
4
4
|
import { Label } from '@fluentui/react-label';
|
|
5
5
|
import * as React_2 from 'react';
|
|
6
6
|
import { Slot } from '@fluentui/react-utilities';
|
|
7
|
+
import type { SlotClassNames } from '@fluentui/react-utilities';
|
|
7
8
|
|
|
8
9
|
/**
|
|
9
10
|
* Checkboxes give people a way to select one or more items from a group,
|
|
@@ -11,8 +12,13 @@ import { Slot } from '@fluentui/react-utilities';
|
|
|
11
12
|
*/
|
|
12
13
|
export declare const Checkbox: ForwardRefComponent<CheckboxProps>;
|
|
13
14
|
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated Use `checkboxClassNames.root` instead.
|
|
17
|
+
*/
|
|
14
18
|
export declare const checkboxClassName = "fui-Checkbox";
|
|
15
19
|
|
|
20
|
+
export declare const checkboxClassNames: SlotClassNames<CheckboxSlots>;
|
|
21
|
+
|
|
16
22
|
declare interface CheckboxCommons {
|
|
17
23
|
/**
|
|
18
24
|
* The shape of the checkbox indicator.
|
|
@@ -61,7 +67,7 @@ export declare type CheckboxProps = Omit<ComponentProps<Partial<CheckboxSlots>,
|
|
|
61
67
|
/**
|
|
62
68
|
* Callback to be called when the checked state value changes.
|
|
63
69
|
*/
|
|
64
|
-
onChange?: (ev: React_2.
|
|
70
|
+
onChange?: (ev: React_2.ChangeEvent<HTMLInputElement>, data: CheckboxOnChangeData) => void;
|
|
65
71
|
/**
|
|
66
72
|
* Whether the checkbox should be rendered as checked by default.
|
|
67
73
|
*/
|
|
@@ -71,7 +71,7 @@ export declare type CheckboxProps = Omit<ComponentProps<Partial<CheckboxSlots>,
|
|
|
71
71
|
/**
|
|
72
72
|
* Callback to be called when the checked state value changes.
|
|
73
73
|
*/
|
|
74
|
-
onChange?: (ev: React.
|
|
74
|
+
onChange?: (ev: React.ChangeEvent<HTMLInputElement>, data: CheckboxOnChangeData) => void;
|
|
75
75
|
/**
|
|
76
76
|
* Whether the checkbox should be rendered as checked by default.
|
|
77
77
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.types.js","sourceRoot":"../src/","sources":["components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":"","sourcesContent":["import * as React from 'react';\nimport { Label } from '@fluentui/react-label';\nimport { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\n\ninterface CheckboxCommons {\n /**\n * The shape of the checkbox indicator.\n *\n * The `circular` variant is only recommended to be used in a tasks-style UI (checklist),\n * since it otherwise could be confused for a `RadioItem`.\n *\n * @defaultvalue square\n */\n shape: 'square' | 'circular';\n\n /**\n * The controlled value for the checkbox.\n *\n * @defaultvalue false\n */\n checked: 'mixed' | boolean;\n\n /**\n * The size of the checkbox indicator.\n *\n * @defaultvalue medium\n */\n size: 'medium' | 'large';\n\n /**\n * The position of the label relative to the checkbox indicator.\n *\n * @defaultvalue after\n */\n labelPosition: 'before' | 'after';\n}\n\n/**\n * Data for the onChange event for checkbox.\n */\nexport interface CheckboxOnChangeData {\n checked: 'mixed' | boolean;\n}\n\nexport type CheckboxSlots = {\n /**\n * The root element of the Checkbox.\n *\n * The root slot receives the `className` and `style` specified directly on the `<Checkbox>`.\n * All other native props will be applied to the primary slot: `input`\n */\n root: NonNullable<Slot<'span'>>;\n\n /**\n * The Checkbox's label.\n */\n label?: Slot<typeof Label>;\n\n /**\n * Hidden input that handles the checkbox's functionality.\n *\n * This is the PRIMARY slot: all native properties specified directly on `<Checkbox>` will be applied to this slot,\n * except `className` and `style`, which remain on the root slot.\n */\n input: NonNullable<Slot<'input'>>;\n\n /**\n * The checkbox, with the checkmark icon as its child when checked.\n */\n indicator: Slot<'div'>;\n};\n\n/**\n * Checkbox Props\n */\nexport type CheckboxProps = Omit<\n ComponentProps<Partial<CheckboxSlots>, 'input'>,\n 'size' | 'checked' | 'defaultChecked' | 'onChange'\n> &\n Partial<CheckboxCommons> & {\n /**\n * Checkboxes don't support children. To add a label, use the `label` prop.\n */\n children?: never;\n\n /**\n * Callback to be called when the checked state value changes.\n */\n onChange?: (ev: React.
|
|
1
|
+
{"version":3,"file":"Checkbox.types.js","sourceRoot":"../src/","sources":["components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":"","sourcesContent":["import * as React from 'react';\nimport { Label } from '@fluentui/react-label';\nimport { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\n\ninterface CheckboxCommons {\n /**\n * The shape of the checkbox indicator.\n *\n * The `circular` variant is only recommended to be used in a tasks-style UI (checklist),\n * since it otherwise could be confused for a `RadioItem`.\n *\n * @defaultvalue square\n */\n shape: 'square' | 'circular';\n\n /**\n * The controlled value for the checkbox.\n *\n * @defaultvalue false\n */\n checked: 'mixed' | boolean;\n\n /**\n * The size of the checkbox indicator.\n *\n * @defaultvalue medium\n */\n size: 'medium' | 'large';\n\n /**\n * The position of the label relative to the checkbox indicator.\n *\n * @defaultvalue after\n */\n labelPosition: 'before' | 'after';\n}\n\n/**\n * Data for the onChange event for checkbox.\n */\nexport interface CheckboxOnChangeData {\n checked: 'mixed' | boolean;\n}\n\nexport type CheckboxSlots = {\n /**\n * The root element of the Checkbox.\n *\n * The root slot receives the `className` and `style` specified directly on the `<Checkbox>`.\n * All other native props will be applied to the primary slot: `input`\n */\n root: NonNullable<Slot<'span'>>;\n\n /**\n * The Checkbox's label.\n */\n label?: Slot<typeof Label>;\n\n /**\n * Hidden input that handles the checkbox's functionality.\n *\n * This is the PRIMARY slot: all native properties specified directly on `<Checkbox>` will be applied to this slot,\n * except `className` and `style`, which remain on the root slot.\n */\n input: NonNullable<Slot<'input'>>;\n\n /**\n * The checkbox, with the checkmark icon as its child when checked.\n */\n indicator: Slot<'div'>;\n};\n\n/**\n * Checkbox Props\n */\nexport type CheckboxProps = Omit<\n ComponentProps<Partial<CheckboxSlots>, 'input'>,\n 'size' | 'checked' | 'defaultChecked' | 'onChange'\n> &\n Partial<CheckboxCommons> & {\n /**\n * Checkboxes don't support children. To add a label, use the `label` prop.\n */\n children?: never;\n\n /**\n * Callback to be called when the checked state value changes.\n */\n onChange?: (ev: React.ChangeEvent<HTMLInputElement>, data: CheckboxOnChangeData) => void;\n\n /**\n * Whether the checkbox should be rendered as checked by default.\n */\n defaultChecked?: 'mixed' | boolean;\n };\n\n/**\n * State used in rendering Checkbox\n */\nexport type CheckboxState = ComponentState<CheckboxSlots> & CheckboxCommons;\n"]}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
import { CheckboxState } from './Checkbox.types';
|
|
1
|
+
import { CheckboxSlots, CheckboxState } from './Checkbox.types';
|
|
2
|
+
import type { SlotClassNames } from '@fluentui/react-utilities';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use `checkboxClassNames.root` instead.
|
|
5
|
+
*/
|
|
2
6
|
export declare const checkboxClassName = "fui-Checkbox";
|
|
7
|
+
export declare const checkboxClassNames: SlotClassNames<CheckboxSlots>;
|
|
3
8
|
/**
|
|
4
9
|
* Apply styling to the Checkbox slots based on the state
|
|
5
10
|
*/
|