@fluentui/react-switch 0.0.0-nightly-20220302-0405.1

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 (57) hide show
  1. package/CHANGELOG.json +1477 -0
  2. package/CHANGELOG.md +442 -0
  3. package/LICENSE +15 -0
  4. package/MIGRATION.md +28 -0
  5. package/README.md +32 -0
  6. package/Spec.md +134 -0
  7. package/dist/react-switch.d.ts +106 -0
  8. package/lib/Switch.d.ts +1 -0
  9. package/lib/Switch.js +2 -0
  10. package/lib/Switch.js.map +1 -0
  11. package/lib/components/Switch/Switch.d.ts +6 -0
  12. package/lib/components/Switch/Switch.js +15 -0
  13. package/lib/components/Switch/Switch.js.map +1 -0
  14. package/lib/components/Switch/Switch.types.d.ts +65 -0
  15. package/lib/components/Switch/Switch.types.js +2 -0
  16. package/lib/components/Switch/Switch.types.js.map +1 -0
  17. package/lib/components/Switch/index.d.ts +5 -0
  18. package/lib/components/Switch/index.js +6 -0
  19. package/lib/components/Switch/index.js.map +1 -0
  20. package/lib/components/Switch/renderSwitch.d.ts +5 -0
  21. package/lib/components/Switch/renderSwitch.js +22 -0
  22. package/lib/components/Switch/renderSwitch.js.map +1 -0
  23. package/lib/components/Switch/useSwitch.d.ts +12 -0
  24. package/lib/components/Switch/useSwitch.js +79 -0
  25. package/lib/components/Switch/useSwitch.js.map +1 -0
  26. package/lib/components/Switch/useSwitchStyles.d.ts +9 -0
  27. package/lib/components/Switch/useSwitchStyles.js +194 -0
  28. package/lib/components/Switch/useSwitchStyles.js.map +1 -0
  29. package/lib/index.d.ts +2 -0
  30. package/lib/index.js +2 -0
  31. package/lib/index.js.map +1 -0
  32. package/lib/tsdoc-metadata.json +11 -0
  33. package/lib-commonjs/Switch.d.ts +1 -0
  34. package/lib-commonjs/Switch.js +10 -0
  35. package/lib-commonjs/Switch.js.map +1 -0
  36. package/lib-commonjs/components/Switch/Switch.d.ts +6 -0
  37. package/lib-commonjs/components/Switch/Switch.js +26 -0
  38. package/lib-commonjs/components/Switch/Switch.js.map +1 -0
  39. package/lib-commonjs/components/Switch/Switch.types.d.ts +65 -0
  40. package/lib-commonjs/components/Switch/Switch.types.js +6 -0
  41. package/lib-commonjs/components/Switch/Switch.types.js.map +1 -0
  42. package/lib-commonjs/components/Switch/index.d.ts +5 -0
  43. package/lib-commonjs/components/Switch/index.js +18 -0
  44. package/lib-commonjs/components/Switch/index.js.map +1 -0
  45. package/lib-commonjs/components/Switch/renderSwitch.d.ts +5 -0
  46. package/lib-commonjs/components/Switch/renderSwitch.js +33 -0
  47. package/lib-commonjs/components/Switch/renderSwitch.js.map +1 -0
  48. package/lib-commonjs/components/Switch/useSwitch.d.ts +12 -0
  49. package/lib-commonjs/components/Switch/useSwitch.js +92 -0
  50. package/lib-commonjs/components/Switch/useSwitch.js.map +1 -0
  51. package/lib-commonjs/components/Switch/useSwitchStyles.d.ts +9 -0
  52. package/lib-commonjs/components/Switch/useSwitchStyles.js +206 -0
  53. package/lib-commonjs/components/Switch/useSwitchStyles.js.map +1 -0
  54. package/lib-commonjs/index.d.ts +2 -0
  55. package/lib-commonjs/index.js +10 -0
  56. package/lib-commonjs/index.js.map +1 -0
  57. package/package.json +66 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,1477 @@
1
+ {
2
+ "name": "@fluentui/react-switch",
3
+ "entries": [
4
+ {
5
+ "date": "Wed, 02 Mar 2022 04:14:57 GMT",
6
+ "tag": "@fluentui/react-switch_v0.0.0-nightly-20220302-0405.1",
7
+ "version": "0.0.0-nightly-20220302-0405.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-switch",
13
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-switch",
19
+ "comment": "Bump @fluentui/react-label to v0.0.0-nightly-20220302-0405.1",
20
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-switch",
25
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220302-0405.1",
26
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-switch",
31
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220302-0405.1",
32
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-switch",
37
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220302-0405.1",
38
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-switch",
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220302-0405.1",
44
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 01 Mar 2022 02:17:38 GMT",
51
+ "tag": "@fluentui/react-switch_v9.0.0-rc.4",
52
+ "version": "9.0.0-rc.4",
53
+ "comments": {
54
+ "prerelease": [
55
+ {
56
+ "author": "Humberto.Morimoto@microsoft.com",
57
+ "package": "@fluentui/react-switch",
58
+ "commit": "72b08d56fa19f3b580da0497758af54a6afcf69b",
59
+ "comment": "Switch: Re-implementing component to make it simpler and making it adhere to latest patterns."
60
+ },
61
+ {
62
+ "author": "olfedias@microsoft.com",
63
+ "package": "@fluentui/react-switch",
64
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
65
+ "comment": "fix: Add react-theme as dependency"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-switch",
70
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.8",
71
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-switch",
76
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
77
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-switch",
82
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
83
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "date": "Fri, 18 Feb 2022 13:35:34 GMT",
90
+ "tag": "@fluentui/react-switch_v9.0.0-rc.3",
91
+ "version": "9.0.0-rc.3",
92
+ "comments": {
93
+ "prerelease": [
94
+ {
95
+ "author": "mgodbolt@microsoft.com",
96
+ "package": "@fluentui/react-switch",
97
+ "commit": "2c9804dd585c1b485736c34321264dc62abe6fe1",
98
+ "comment": "fix visual display of controlled switches"
99
+ },
100
+ {
101
+ "author": "lingfangao@hotmail.com",
102
+ "package": "@fluentui/react-switch",
103
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
104
+ "comment": "fix: Source maps contain original source code"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-switch",
109
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
110
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-switch",
115
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
116
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-switch",
121
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
122
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-switch",
127
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
128
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
129
+ }
130
+ ]
131
+ }
132
+ },
133
+ {
134
+ "date": "Thu, 10 Feb 2022 08:50:51 GMT",
135
+ "tag": "@fluentui/react-switch_v9.0.0-rc.1",
136
+ "version": "9.0.0-rc.1",
137
+ "comments": {
138
+ "none": [
139
+ {
140
+ "author": "martinhochel@microsoft.com",
141
+ "package": "@fluentui/react-switch",
142
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
143
+ "comment": "chore: use storybook runner for all vNext packages"
144
+ },
145
+ {
146
+ "author": "andredias@microsoft.com",
147
+ "package": "@fluentui/react-switch",
148
+ "commit": "bf950e951b102fd8be046993dbb604073fc4ea9e",
149
+ "comment": "Migrate package to use solution tsconfigs"
150
+ },
151
+ {
152
+ "author": "martinhochel@microsoft.com",
153
+ "package": "@fluentui/react-switch",
154
+ "commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
155
+ "comment": "test(react-switch): update snapshots to match new JSDOM"
156
+ },
157
+ {
158
+ "author": "olfedias@microsoft.com",
159
+ "package": "@fluentui/react-switch",
160
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
161
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
162
+ }
163
+ ],
164
+ "prerelease": [
165
+ {
166
+ "author": "olfedias@microsoft.com",
167
+ "package": "@fluentui/react-switch",
168
+ "commit": "1df1d6e85bd3a6ab2a7b13e96a9aac324bb6d00c",
169
+ "comment": "Replace make-styles packages with griffel equivalents."
170
+ },
171
+ {
172
+ "author": "Humberto.Morimoto@microsoft.com",
173
+ "package": "@fluentui/react-switch",
174
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
175
+ "comment": "Updating based on changes to composition types."
176
+ },
177
+ {
178
+ "author": "behowell@microsoft.com",
179
+ "package": "@fluentui/react-switch",
180
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
181
+ "comment": "Remove component's shorthandProps array"
182
+ },
183
+ {
184
+ "author": "behowell@microsoft.com",
185
+ "package": "@fluentui/react-switch",
186
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
187
+ "comment": "Refactor component Slot typings"
188
+ },
189
+ {
190
+ "author": "mgodbolt@microsoft.com",
191
+ "package": "@fluentui/react-switch",
192
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
193
+ "comment": "remove export of commons types"
194
+ },
195
+ {
196
+ "author": "olfedias@microsoft.com",
197
+ "package": "@fluentui/react-switch",
198
+ "commit": "029a7f2fe40e5abe21d8992ad9d92bf2b04d0e97",
199
+ "comment": "update styles to not use CSS shorthands"
200
+ },
201
+ {
202
+ "author": "Humberto.Morimoto@microsoft.com",
203
+ "package": "@fluentui/react-switch",
204
+ "commit": "b52ebbbf185a2ddc4de814238f9438fd04bfba02",
205
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
206
+ },
207
+ {
208
+ "author": "Humberto.Morimoto@microsoft.com",
209
+ "package": "@fluentui/react-switch",
210
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
211
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
212
+ },
213
+ {
214
+ "author": "behowell@microsoft.com",
215
+ "package": "@fluentui/react-switch",
216
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
217
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
218
+ },
219
+ {
220
+ "author": "lingfangao@hotmail.com",
221
+ "package": "@fluentui/react-switch",
222
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
223
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
224
+ },
225
+ {
226
+ "author": "beachball",
227
+ "package": "@fluentui/react-switch",
228
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
229
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
230
+ },
231
+ {
232
+ "author": "beachball",
233
+ "package": "@fluentui/react-switch",
234
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
235
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
236
+ },
237
+ {
238
+ "author": "beachball",
239
+ "package": "@fluentui/react-switch",
240
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
241
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
242
+ },
243
+ {
244
+ "author": "beachball",
245
+ "package": "@fluentui/react-switch",
246
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
247
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
248
+ }
249
+ ]
250
+ }
251
+ },
252
+ {
253
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
254
+ "tag": "@fluentui/react-switch_v9.0.0-beta.5",
255
+ "version": "9.0.0-beta.5",
256
+ "comments": {
257
+ "prerelease": [
258
+ {
259
+ "author": "beachball",
260
+ "package": "@fluentui/react-switch",
261
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
262
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
263
+ },
264
+ {
265
+ "author": "beachball",
266
+ "package": "@fluentui/react-switch",
267
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
268
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
269
+ },
270
+ {
271
+ "author": "beachball",
272
+ "package": "@fluentui/react-switch",
273
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
274
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
275
+ },
276
+ {
277
+ "author": "beachball",
278
+ "package": "@fluentui/react-switch",
279
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
280
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
281
+ },
282
+ {
283
+ "author": "beachball",
284
+ "package": "@fluentui/react-switch",
285
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
286
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
287
+ },
288
+ {
289
+ "author": "beachball",
290
+ "package": "@fluentui/react-switch",
291
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
292
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
293
+ },
294
+ {
295
+ "author": "beachball",
296
+ "package": "@fluentui/react-switch",
297
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
298
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
299
+ }
300
+ ]
301
+ }
302
+ },
303
+ {
304
+ "date": "Fri, 12 Nov 2021 13:25:33 GMT",
305
+ "tag": "@fluentui/react-switch_v9.0.0-beta.4",
306
+ "version": "9.0.0-beta.4",
307
+ "comments": {
308
+ "none": [
309
+ {
310
+ "author": "olfedias@microsoft.com",
311
+ "package": "@fluentui/react-switch",
312
+ "commit": "9e6977945782df1cc997c92804a1b214cc4e4f43",
313
+ "comment": "do not use other packages in devDependencies"
314
+ },
315
+ {
316
+ "author": "lingfangao@hotmail.com",
317
+ "package": "@fluentui/react-switch",
318
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
319
+ "comment": "Remove beta release tag"
320
+ }
321
+ ],
322
+ "prerelease": [
323
+ {
324
+ "author": "olfedias@microsoft.com",
325
+ "package": "@fluentui/react-switch",
326
+ "commit": "9186578324773f95f4d61be3d70e67752159d843",
327
+ "comment": "export static classes for components"
328
+ },
329
+ {
330
+ "author": "beachball",
331
+ "package": "@fluentui/react-switch",
332
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
333
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
334
+ },
335
+ {
336
+ "author": "beachball",
337
+ "package": "@fluentui/react-switch",
338
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
339
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
340
+ },
341
+ {
342
+ "author": "beachball",
343
+ "package": "@fluentui/react-switch",
344
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
345
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
346
+ },
347
+ {
348
+ "author": "beachball",
349
+ "package": "@fluentui/react-switch",
350
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
351
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
352
+ },
353
+ {
354
+ "author": "beachball",
355
+ "package": "@fluentui/react-switch",
356
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
357
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
358
+ },
359
+ {
360
+ "author": "beachball",
361
+ "package": "@fluentui/react-switch",
362
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
363
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
364
+ },
365
+ {
366
+ "author": "beachball",
367
+ "package": "@fluentui/react-switch",
368
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
369
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
370
+ }
371
+ ]
372
+ }
373
+ },
374
+ {
375
+ "date": "Wed, 27 Oct 2021 12:14:22 GMT",
376
+ "tag": "@fluentui/react-switch_v9.0.0-beta.3",
377
+ "version": "9.0.0-beta.3",
378
+ "comments": {
379
+ "prerelease": [
380
+ {
381
+ "author": "czearing@outlook.com",
382
+ "package": "@fluentui/react-switch",
383
+ "commit": "ae512f66872beea9d95a168d759406d42281d835",
384
+ "comment": "Changing the Switch's onKeyDown event to onKeyUp."
385
+ },
386
+ {
387
+ "author": "peter@draxler.ml",
388
+ "package": "@fluentui/react-switch",
389
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
390
+ "comment": "added styling of documentation"
391
+ },
392
+ {
393
+ "author": "beachball",
394
+ "package": "@fluentui/react-switch",
395
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
396
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
397
+ },
398
+ {
399
+ "author": "beachball",
400
+ "package": "@fluentui/react-switch",
401
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
402
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
403
+ },
404
+ {
405
+ "author": "beachball",
406
+ "package": "@fluentui/react-switch",
407
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
408
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
409
+ },
410
+ {
411
+ "author": "beachball",
412
+ "package": "@fluentui/react-switch",
413
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
414
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
415
+ },
416
+ {
417
+ "author": "beachball",
418
+ "package": "@fluentui/react-switch",
419
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
420
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
421
+ },
422
+ {
423
+ "author": "beachball",
424
+ "package": "@fluentui/react-switch",
425
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
426
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
427
+ },
428
+ {
429
+ "author": "beachball",
430
+ "package": "@fluentui/react-switch",
431
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
432
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
433
+ },
434
+ {
435
+ "author": "beachball",
436
+ "package": "@fluentui/react-switch",
437
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.2",
438
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
439
+ },
440
+ {
441
+ "author": "beachball",
442
+ "package": "@fluentui/react-switch",
443
+ "comment": "Bump @fluentui/react-provider to v9.0.0-beta.3",
444
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
445
+ },
446
+ {
447
+ "author": "beachball",
448
+ "package": "@fluentui/react-switch",
449
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
450
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
451
+ }
452
+ ]
453
+ }
454
+ },
455
+ {
456
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
457
+ "tag": "@fluentui/react-switch_v9.0.0-beta.2",
458
+ "version": "9.0.0-beta.2",
459
+ "comments": {
460
+ "prerelease": [
461
+ {
462
+ "author": "beachball",
463
+ "package": "@fluentui/react-switch",
464
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
465
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
466
+ },
467
+ {
468
+ "author": "beachball",
469
+ "package": "@fluentui/react-switch",
470
+ "comment": "Bump @fluentui/react-provider to v9.0.0-beta.2",
471
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
472
+ }
473
+ ]
474
+ }
475
+ },
476
+ {
477
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
478
+ "tag": "@fluentui/react-switch_v9.0.0-beta.1",
479
+ "version": "9.0.0-beta.1",
480
+ "comments": {
481
+ "prerelease": [
482
+ {
483
+ "author": "lingfangao@hotmail.com",
484
+ "package": "@fluentui/react-switch",
485
+ "comment": "Bump all v9 components to beta prerelease tag",
486
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
487
+ },
488
+ {
489
+ "author": "beachball",
490
+ "package": "@fluentui/react-switch",
491
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
492
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
493
+ },
494
+ {
495
+ "author": "beachball",
496
+ "package": "@fluentui/react-switch",
497
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.1",
498
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
499
+ },
500
+ {
501
+ "author": "beachball",
502
+ "package": "@fluentui/react-switch",
503
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
504
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
505
+ },
506
+ {
507
+ "author": "beachball",
508
+ "package": "@fluentui/react-switch",
509
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
510
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
511
+ },
512
+ {
513
+ "author": "beachball",
514
+ "package": "@fluentui/react-switch",
515
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
516
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
517
+ },
518
+ {
519
+ "author": "beachball",
520
+ "package": "@fluentui/react-switch",
521
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
522
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
523
+ },
524
+ {
525
+ "author": "beachball",
526
+ "package": "@fluentui/react-switch",
527
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
528
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
529
+ },
530
+ {
531
+ "author": "beachball",
532
+ "package": "@fluentui/react-switch",
533
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.1",
534
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
535
+ },
536
+ {
537
+ "author": "beachball",
538
+ "package": "@fluentui/react-switch",
539
+ "comment": "Bump @fluentui/react-provider to v9.0.0-beta.1",
540
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
541
+ },
542
+ {
543
+ "author": "beachball",
544
+ "package": "@fluentui/react-switch",
545
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
546
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
547
+ }
548
+ ]
549
+ }
550
+ },
551
+ {
552
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
553
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.17",
554
+ "version": "9.0.0-alpha.17",
555
+ "comments": {
556
+ "prerelease": [
557
+ {
558
+ "author": "beachball",
559
+ "package": "@fluentui/react-switch",
560
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
561
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
562
+ },
563
+ {
564
+ "author": "beachball",
565
+ "package": "@fluentui/react-switch",
566
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
567
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
568
+ },
569
+ {
570
+ "author": "beachball",
571
+ "package": "@fluentui/react-switch",
572
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
573
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
574
+ },
575
+ {
576
+ "author": "beachball",
577
+ "package": "@fluentui/react-switch",
578
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
579
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
580
+ },
581
+ {
582
+ "author": "beachball",
583
+ "package": "@fluentui/react-switch",
584
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
585
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
586
+ },
587
+ {
588
+ "author": "beachball",
589
+ "package": "@fluentui/react-switch",
590
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.51",
591
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
592
+ },
593
+ {
594
+ "author": "beachball",
595
+ "package": "@fluentui/react-switch",
596
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.90",
597
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
598
+ }
599
+ ]
600
+ }
601
+ },
602
+ {
603
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
604
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.16",
605
+ "version": "9.0.0-alpha.16",
606
+ "comments": {
607
+ "prerelease": [
608
+ {
609
+ "author": "bsunderhus@microsoft.com",
610
+ "package": "@fluentui/react-switch",
611
+ "comment": "Adds ForwardRefComponent to react-switch components declaration",
612
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
613
+ },
614
+ {
615
+ "author": "beachball",
616
+ "package": "@fluentui/react-switch",
617
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
618
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
619
+ },
620
+ {
621
+ "author": "beachball",
622
+ "package": "@fluentui/react-switch",
623
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
624
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
625
+ },
626
+ {
627
+ "author": "beachball",
628
+ "package": "@fluentui/react-switch",
629
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
630
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
631
+ },
632
+ {
633
+ "author": "beachball",
634
+ "package": "@fluentui/react-switch",
635
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
636
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
637
+ },
638
+ {
639
+ "author": "beachball",
640
+ "package": "@fluentui/react-switch",
641
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
642
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
643
+ },
644
+ {
645
+ "author": "beachball",
646
+ "package": "@fluentui/react-switch",
647
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
648
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
649
+ },
650
+ {
651
+ "author": "beachball",
652
+ "package": "@fluentui/react-switch",
653
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.50",
654
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
655
+ },
656
+ {
657
+ "author": "beachball",
658
+ "package": "@fluentui/react-switch",
659
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.89",
660
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
661
+ }
662
+ ]
663
+ }
664
+ },
665
+ {
666
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
667
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.15",
668
+ "version": "9.0.0-alpha.15",
669
+ "comments": {
670
+ "prerelease": [
671
+ {
672
+ "author": "lingfangao@hotmail.com",
673
+ "package": "@fluentui/react-switch",
674
+ "comment": "Bump v9 prerelease versions to rerelease",
675
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
676
+ },
677
+ {
678
+ "author": "beachball",
679
+ "package": "@fluentui/react-switch",
680
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
681
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
682
+ },
683
+ {
684
+ "author": "beachball",
685
+ "package": "@fluentui/react-switch",
686
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
687
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
688
+ },
689
+ {
690
+ "author": "beachball",
691
+ "package": "@fluentui/react-switch",
692
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.71",
693
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
694
+ },
695
+ {
696
+ "author": "beachball",
697
+ "package": "@fluentui/react-switch",
698
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
699
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
700
+ },
701
+ {
702
+ "author": "beachball",
703
+ "package": "@fluentui/react-switch",
704
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
705
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
706
+ },
707
+ {
708
+ "author": "beachball",
709
+ "package": "@fluentui/react-switch",
710
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
711
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
712
+ },
713
+ {
714
+ "author": "beachball",
715
+ "package": "@fluentui/react-switch",
716
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
717
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
718
+ },
719
+ {
720
+ "author": "beachball",
721
+ "package": "@fluentui/react-switch",
722
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.49",
723
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
724
+ },
725
+ {
726
+ "author": "beachball",
727
+ "package": "@fluentui/react-switch",
728
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.88",
729
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
730
+ },
731
+ {
732
+ "author": "beachball",
733
+ "package": "@fluentui/react-switch",
734
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.26",
735
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
736
+ }
737
+ ]
738
+ }
739
+ },
740
+ {
741
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
742
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.13",
743
+ "version": "9.0.0-alpha.13",
744
+ "comments": {
745
+ "prerelease": [
746
+ {
747
+ "author": "lingfangao@hotmail.com",
748
+ "package": "@fluentui/react-switch",
749
+ "comment": "Use new default pseudo element focus outline style",
750
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
751
+ },
752
+ {
753
+ "author": "beachball",
754
+ "package": "@fluentui/react-switch",
755
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
756
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
757
+ },
758
+ {
759
+ "author": "beachball",
760
+ "package": "@fluentui/react-switch",
761
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.86",
762
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
763
+ }
764
+ ]
765
+ }
766
+ },
767
+ {
768
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
769
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.12",
770
+ "version": "9.0.0-alpha.12",
771
+ "comments": {
772
+ "prerelease": [
773
+ {
774
+ "author": "beachball",
775
+ "package": "@fluentui/react-switch",
776
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
777
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
778
+ },
779
+ {
780
+ "author": "beachball",
781
+ "package": "@fluentui/react-switch",
782
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26",
783
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
784
+ },
785
+ {
786
+ "author": "beachball",
787
+ "package": "@fluentui/react-switch",
788
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.68",
789
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
790
+ },
791
+ {
792
+ "author": "beachball",
793
+ "package": "@fluentui/react-switch",
794
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
795
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
796
+ },
797
+ {
798
+ "author": "beachball",
799
+ "package": "@fluentui/react-switch",
800
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
801
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
802
+ },
803
+ {
804
+ "author": "beachball",
805
+ "package": "@fluentui/react-switch",
806
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
807
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
808
+ },
809
+ {
810
+ "author": "beachball",
811
+ "package": "@fluentui/react-switch",
812
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.47",
813
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
814
+ },
815
+ {
816
+ "author": "beachball",
817
+ "package": "@fluentui/react-switch",
818
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.85",
819
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
820
+ },
821
+ {
822
+ "author": "beachball",
823
+ "package": "@fluentui/react-switch",
824
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.24",
825
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
826
+ }
827
+ ]
828
+ }
829
+ },
830
+ {
831
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
832
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.11",
833
+ "version": "9.0.0-alpha.11",
834
+ "comments": {
835
+ "prerelease": [
836
+ {
837
+ "author": "beachball",
838
+ "package": "@fluentui/react-switch",
839
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
840
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
841
+ },
842
+ {
843
+ "author": "beachball",
844
+ "package": "@fluentui/react-switch",
845
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.67",
846
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
847
+ },
848
+ {
849
+ "author": "beachball",
850
+ "package": "@fluentui/react-switch",
851
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
852
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
853
+ },
854
+ {
855
+ "author": "beachball",
856
+ "package": "@fluentui/react-switch",
857
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
858
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
859
+ },
860
+ {
861
+ "author": "beachball",
862
+ "package": "@fluentui/react-switch",
863
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
864
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
865
+ },
866
+ {
867
+ "author": "beachball",
868
+ "package": "@fluentui/react-switch",
869
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
870
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
871
+ },
872
+ {
873
+ "author": "beachball",
874
+ "package": "@fluentui/react-switch",
875
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.46",
876
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
877
+ },
878
+ {
879
+ "author": "beachball",
880
+ "package": "@fluentui/react-switch",
881
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.84",
882
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
883
+ }
884
+ ]
885
+ }
886
+ },
887
+ {
888
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
889
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.10",
890
+ "version": "9.0.0-alpha.10",
891
+ "comments": {
892
+ "prerelease": [
893
+ {
894
+ "author": "beachball",
895
+ "package": "@fluentui/react-switch",
896
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
897
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
898
+ },
899
+ {
900
+ "author": "beachball",
901
+ "package": "@fluentui/react-switch",
902
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.66",
903
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
904
+ },
905
+ {
906
+ "author": "beachball",
907
+ "package": "@fluentui/react-switch",
908
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
909
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
910
+ },
911
+ {
912
+ "author": "beachball",
913
+ "package": "@fluentui/react-switch",
914
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
915
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
916
+ },
917
+ {
918
+ "author": "beachball",
919
+ "package": "@fluentui/react-switch",
920
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
921
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
922
+ },
923
+ {
924
+ "author": "beachball",
925
+ "package": "@fluentui/react-switch",
926
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
927
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
928
+ },
929
+ {
930
+ "author": "beachball",
931
+ "package": "@fluentui/react-switch",
932
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.45",
933
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
934
+ },
935
+ {
936
+ "author": "beachball",
937
+ "package": "@fluentui/react-switch",
938
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.83",
939
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
940
+ }
941
+ ]
942
+ }
943
+ },
944
+ {
945
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
946
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.9",
947
+ "version": "9.0.0-alpha.9",
948
+ "comments": {
949
+ "none": [
950
+ {
951
+ "author": "czearing@outlook.com",
952
+ "package": "@fluentui/react-switch",
953
+ "comment": "Importing clamp from react-utilities.",
954
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
955
+ }
956
+ ],
957
+ "prerelease": [
958
+ {
959
+ "author": "czearing@outlook.com",
960
+ "package": "@fluentui/react-switch",
961
+ "comment": "Adding dragging to the Switch component.",
962
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
963
+ },
964
+ {
965
+ "author": "beachball",
966
+ "package": "@fluentui/react-switch",
967
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
968
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
969
+ },
970
+ {
971
+ "author": "beachball",
972
+ "package": "@fluentui/react-switch",
973
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.65",
974
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
975
+ },
976
+ {
977
+ "author": "beachball",
978
+ "package": "@fluentui/react-switch",
979
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
980
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
981
+ },
982
+ {
983
+ "author": "beachball",
984
+ "package": "@fluentui/react-switch",
985
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
986
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
987
+ },
988
+ {
989
+ "author": "beachball",
990
+ "package": "@fluentui/react-switch",
991
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
992
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
993
+ },
994
+ {
995
+ "author": "beachball",
996
+ "package": "@fluentui/react-switch",
997
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
998
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
999
+ },
1000
+ {
1001
+ "author": "beachball",
1002
+ "package": "@fluentui/react-switch",
1003
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.44",
1004
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1005
+ },
1006
+ {
1007
+ "author": "beachball",
1008
+ "package": "@fluentui/react-switch",
1009
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.82",
1010
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1011
+ }
1012
+ ]
1013
+ }
1014
+ },
1015
+ {
1016
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
1017
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.8",
1018
+ "version": "9.0.0-alpha.8",
1019
+ "comments": {
1020
+ "prerelease": [
1021
+ {
1022
+ "author": "czearing@outlook.com",
1023
+ "package": "@fluentui/react-switch",
1024
+ "comment": "Adding switch role to the hidden input element.",
1025
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1026
+ },
1027
+ {
1028
+ "author": "beachball",
1029
+ "package": "@fluentui/react-switch",
1030
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
1031
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1032
+ },
1033
+ {
1034
+ "author": "beachball",
1035
+ "package": "@fluentui/react-switch",
1036
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.64",
1037
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1038
+ },
1039
+ {
1040
+ "author": "beachball",
1041
+ "package": "@fluentui/react-switch",
1042
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
1043
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1044
+ },
1045
+ {
1046
+ "author": "beachball",
1047
+ "package": "@fluentui/react-switch",
1048
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
1049
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1050
+ },
1051
+ {
1052
+ "author": "beachball",
1053
+ "package": "@fluentui/react-switch",
1054
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
1055
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1056
+ },
1057
+ {
1058
+ "author": "beachball",
1059
+ "package": "@fluentui/react-switch",
1060
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
1061
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1062
+ },
1063
+ {
1064
+ "author": "beachball",
1065
+ "package": "@fluentui/react-switch",
1066
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.43",
1067
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1068
+ },
1069
+ {
1070
+ "author": "beachball",
1071
+ "package": "@fluentui/react-switch",
1072
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.81",
1073
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1074
+ }
1075
+ ]
1076
+ }
1077
+ },
1078
+ {
1079
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
1080
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.7",
1081
+ "version": "9.0.0-alpha.7",
1082
+ "comments": {
1083
+ "prerelease": [
1084
+ {
1085
+ "author": "beachball",
1086
+ "package": "@fluentui/react-switch",
1087
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
1088
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1089
+ },
1090
+ {
1091
+ "author": "beachball",
1092
+ "package": "@fluentui/react-switch",
1093
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25",
1094
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1095
+ },
1096
+ {
1097
+ "author": "beachball",
1098
+ "package": "@fluentui/react-switch",
1099
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.63",
1100
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1101
+ },
1102
+ {
1103
+ "author": "beachball",
1104
+ "package": "@fluentui/react-switch",
1105
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
1106
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1107
+ },
1108
+ {
1109
+ "author": "beachball",
1110
+ "package": "@fluentui/react-switch",
1111
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
1112
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1113
+ },
1114
+ {
1115
+ "author": "beachball",
1116
+ "package": "@fluentui/react-switch",
1117
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
1118
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1119
+ },
1120
+ {
1121
+ "author": "beachball",
1122
+ "package": "@fluentui/react-switch",
1123
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.42",
1124
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1125
+ },
1126
+ {
1127
+ "author": "beachball",
1128
+ "package": "@fluentui/react-switch",
1129
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.80",
1130
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1131
+ },
1132
+ {
1133
+ "author": "beachball",
1134
+ "package": "@fluentui/react-switch",
1135
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.23",
1136
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1137
+ }
1138
+ ]
1139
+ }
1140
+ },
1141
+ {
1142
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
1143
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.6",
1144
+ "version": "9.0.0-alpha.6",
1145
+ "comments": {
1146
+ "none": [
1147
+ {
1148
+ "author": "czearing@outlook.com",
1149
+ "package": "@fluentui/react-switch",
1150
+ "comment": "Adding missing theme tokens and updating styles.",
1151
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
1152
+ },
1153
+ {
1154
+ "author": "lingfangao@hotmail.com",
1155
+ "package": "@fluentui/react-switch",
1156
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
1157
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
1158
+ }
1159
+ ],
1160
+ "prerelease": [
1161
+ {
1162
+ "author": "lingfangao@hotmail.com",
1163
+ "package": "@fluentui/react-switch",
1164
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
1165
+ "comment": "Bump @fluentui/react-switch to v9.0.0-alpha.6"
1166
+ }
1167
+ ]
1168
+ }
1169
+ },
1170
+ {
1171
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
1172
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.5",
1173
+ "version": "9.0.0-alpha.5",
1174
+ "comments": {
1175
+ "prerelease": [
1176
+ {
1177
+ "author": "Humberto.Morimoto@microsoft.com",
1178
+ "package": "@fluentui/react-switch",
1179
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
1180
+ "comment": "Bump @fluentui/react-switch to v9.0.0-alpha.5"
1181
+ }
1182
+ ]
1183
+ }
1184
+ },
1185
+ {
1186
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
1187
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.4",
1188
+ "version": "9.0.0-alpha.4",
1189
+ "comments": {
1190
+ "prerelease": [
1191
+ {
1192
+ "author": "behowell@microsoft.com",
1193
+ "package": "@fluentui/react-switch",
1194
+ "comment": "Fix typings in React.forwardRef",
1195
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c"
1196
+ },
1197
+ {
1198
+ "author": "behowell@microsoft.com",
1199
+ "package": "@fluentui/react-switch",
1200
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
1201
+ "comment": "Bump @fluentui/react-switch to v9.0.0-alpha.4"
1202
+ }
1203
+ ]
1204
+ }
1205
+ },
1206
+ {
1207
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
1208
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.3",
1209
+ "version": "9.0.0-alpha.3",
1210
+ "comments": {
1211
+ "prerelease": [
1212
+ {
1213
+ "author": "bsunderhus@microsoft.com",
1214
+ "package": "@fluentui/react-switch",
1215
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
1216
+ "comment": "Bump @fluentui/react-switch to v9.0.0-alpha.3"
1217
+ }
1218
+ ]
1219
+ }
1220
+ },
1221
+ {
1222
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
1223
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.2",
1224
+ "version": "9.0.0-alpha.2",
1225
+ "comments": {
1226
+ "prerelease": [
1227
+ {
1228
+ "author": "lingfangao@hotmail.com",
1229
+ "package": "@fluentui/react-switch",
1230
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
1231
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
1232
+ },
1233
+ {
1234
+ "author": "lingfangao@hotmail.com",
1235
+ "package": "@fluentui/react-switch",
1236
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
1237
+ "comment": "Bump @fluentui/react-switch to v9.0.0-alpha.2"
1238
+ }
1239
+ ]
1240
+ }
1241
+ },
1242
+ {
1243
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
1244
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.1",
1245
+ "version": "9.0.0-alpha.1",
1246
+ "comments": {
1247
+ "prerelease": [
1248
+ {
1249
+ "comment": "Setting the package to public.",
1250
+ "author": "czearing@outlook.com",
1251
+ "commit": "92aa1d73ca244e0a77691acc800fab0d84e665fe",
1252
+ "package": "@fluentui/react-switch"
1253
+ }
1254
+ ]
1255
+ }
1256
+ },
1257
+ {
1258
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
1259
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1260
+ "version": "9.0.0-alpha.0",
1261
+ "comments": {
1262
+ "none": [
1263
+ {
1264
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.6",
1265
+ "author": "olfedias@microsoft.com",
1266
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
1267
+ "package": "@fluentui/react-switch"
1268
+ }
1269
+ ]
1270
+ }
1271
+ },
1272
+ {
1273
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
1274
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1275
+ "version": "9.0.0-alpha.0",
1276
+ "comments": {
1277
+ "prerelease": [
1278
+ {
1279
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.44",
1280
+ "author": "lingfangao@hotmail.com",
1281
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
1282
+ "package": "@fluentui/react-switch"
1283
+ }
1284
+ ]
1285
+ }
1286
+ },
1287
+ {
1288
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
1289
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1290
+ "version": "9.0.0-alpha.0",
1291
+ "comments": {
1292
+ "prerelease": [
1293
+ {
1294
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
1295
+ "author": "olfedias@microsoft.com",
1296
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
1297
+ "package": "@fluentui/react-switch"
1298
+ }
1299
+ ],
1300
+ "patch": [
1301
+ {
1302
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
1303
+ "author": "olfedias@microsoft.com",
1304
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
1305
+ "package": "@fluentui/react-switch"
1306
+ }
1307
+ ]
1308
+ }
1309
+ },
1310
+ {
1311
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
1312
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1313
+ "version": "9.0.0-alpha.0",
1314
+ "comments": {
1315
+ "prerelease": [
1316
+ {
1317
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.42",
1318
+ "author": "bsunderhus@microsoft.com",
1319
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
1320
+ "package": "@fluentui/react-switch"
1321
+ }
1322
+ ]
1323
+ }
1324
+ },
1325
+ {
1326
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
1327
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1328
+ "version": "9.0.0-alpha.0",
1329
+ "comments": {
1330
+ "prerelease": [
1331
+ {
1332
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.41",
1333
+ "author": "lingfan.gao@microsoft.com",
1334
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
1335
+ "package": "@fluentui/react-switch"
1336
+ }
1337
+ ]
1338
+ }
1339
+ },
1340
+ {
1341
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
1342
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1343
+ "version": "9.0.0-alpha.0",
1344
+ "comments": {
1345
+ "prerelease": [
1346
+ {
1347
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
1348
+ "author": "olfedias@microsoft.com",
1349
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
1350
+ "package": "@fluentui/react-switch"
1351
+ }
1352
+ ]
1353
+ }
1354
+ },
1355
+ {
1356
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
1357
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1358
+ "version": "9.0.0-alpha.0",
1359
+ "comments": {
1360
+ "prerelease": [
1361
+ {
1362
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
1363
+ "author": "martinhochel@microsoft.com",
1364
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1365
+ "package": "@fluentui/react-switch"
1366
+ }
1367
+ ],
1368
+ "none": [
1369
+ {
1370
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1371
+ "author": "martinhochel@microsoft.com",
1372
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1373
+ "package": "@fluentui/react-switch"
1374
+ }
1375
+ ]
1376
+ }
1377
+ },
1378
+ {
1379
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
1380
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1381
+ "version": "9.0.0-alpha.0",
1382
+ "comments": {
1383
+ "none": [
1384
+ {
1385
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
1386
+ "author": "dzearing@hotmail.com",
1387
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1388
+ "package": "@fluentui/react-switch"
1389
+ }
1390
+ ]
1391
+ }
1392
+ },
1393
+ {
1394
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
1395
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1396
+ "version": "9.0.0-alpha.0",
1397
+ "comments": {
1398
+ "prerelease": [
1399
+ {
1400
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
1401
+ "author": "elcraig@microsoft.com",
1402
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1403
+ "package": "@fluentui/react-switch"
1404
+ }
1405
+ ],
1406
+ "none": [
1407
+ {
1408
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
1409
+ "author": "behowell@microsoft.com",
1410
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1411
+ "package": "@fluentui/react-switch"
1412
+ },
1413
+ {
1414
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1415
+ "author": "elcraig@microsoft.com",
1416
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1417
+ "package": "@fluentui/react-switch"
1418
+ },
1419
+ {
1420
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
1421
+ "author": "elcraig@microsoft.com",
1422
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1423
+ "package": "@fluentui/react-switch"
1424
+ },
1425
+ {
1426
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
1427
+ "author": "elcraig@microsoft.com",
1428
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1429
+ "package": "@fluentui/react-switch"
1430
+ },
1431
+ {
1432
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1433
+ "author": "behowell@microsoft.com",
1434
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1435
+ "package": "@fluentui/react-switch"
1436
+ },
1437
+ {
1438
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1439
+ "author": "behowell@microsoft.com",
1440
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1441
+ "package": "@fluentui/react-switch"
1442
+ }
1443
+ ]
1444
+ }
1445
+ },
1446
+ {
1447
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
1448
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1449
+ "version": "9.0.0-alpha.0",
1450
+ "comments": {
1451
+ "prerelease": [
1452
+ {
1453
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.37",
1454
+ "author": "bsunderhus@microsoft.com",
1455
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
1456
+ "package": "@fluentui/react-switch"
1457
+ }
1458
+ ]
1459
+ }
1460
+ },
1461
+ {
1462
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
1463
+ "tag": "@fluentui/react-switch_v9.0.0-alpha.0",
1464
+ "version": "9.0.0-alpha.0",
1465
+ "comments": {
1466
+ "none": [
1467
+ {
1468
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.36",
1469
+ "author": "martinhochel@microsoft.com",
1470
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
1471
+ "package": "@fluentui/react-switch"
1472
+ }
1473
+ ]
1474
+ }
1475
+ }
1476
+ ]
1477
+ }