@fluentui/react-switch 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.json +695 -27
  2. package/CHANGELOG.md +221 -42
  3. package/MIGRATION.md +89 -22
  4. package/Spec.md +179 -84
  5. package/dist/index.d.ts +107 -0
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Switch.js.map +1 -1
  8. package/lib/components/Switch/Switch.js +8 -8
  9. package/lib/components/Switch/Switch.js.map +1 -1
  10. package/lib/components/Switch/Switch.types.js.map +1 -1
  11. package/lib/components/Switch/index.js.map +1 -1
  12. package/lib/components/Switch/renderSwitch.js +15 -9
  13. package/lib/components/Switch/renderSwitch.js.map +1 -1
  14. package/lib/components/Switch/useSwitch.js +70 -54
  15. package/lib/components/Switch/useSwitch.js.map +1 -1
  16. package/lib/components/Switch/useSwitchStyles.js +156 -248
  17. package/lib/components/Switch/useSwitchStyles.js.map +1 -1
  18. package/lib/index.js +2 -1
  19. package/lib/index.js.map +1 -1
  20. package/lib-commonjs/Switch.js +1 -1
  21. package/lib-commonjs/Switch.js.map +1 -1
  22. package/lib-commonjs/components/Switch/Switch.js +9 -9
  23. package/lib-commonjs/components/Switch/Switch.js.map +1 -1
  24. package/lib-commonjs/components/Switch/Switch.types.js.map +1 -1
  25. package/lib-commonjs/components/Switch/index.js +1 -1
  26. package/lib-commonjs/components/Switch/index.js.map +1 -1
  27. package/lib-commonjs/components/Switch/renderSwitch.js +19 -15
  28. package/lib-commonjs/components/Switch/renderSwitch.js.map +1 -1
  29. package/lib-commonjs/components/Switch/useSwitch.js +73 -56
  30. package/lib-commonjs/components/Switch/useSwitch.js.map +1 -1
  31. package/lib-commonjs/components/Switch/useSwitchStyles.js +161 -252
  32. package/lib-commonjs/components/Switch/useSwitchStyles.js.map +1 -1
  33. package/lib-commonjs/index.js +39 -2
  34. package/lib-commonjs/index.js.map +1 -1
  35. package/package.json +21 -27
  36. package/dist/react-switch.d.ts +0 -92
  37. package/lib/Switch.d.ts +0 -1
  38. package/lib/common/isConformant.d.ts +0 -4
  39. package/lib/common/isConformant.js +0 -12
  40. package/lib/common/isConformant.js.map +0 -1
  41. package/lib/components/Switch/Switch.d.ts +0 -6
  42. package/lib/components/Switch/Switch.types.d.ts +0 -58
  43. package/lib/components/Switch/index.d.ts +0 -5
  44. package/lib/components/Switch/renderSwitch.d.ts +0 -5
  45. package/lib/components/Switch/useSwitch.d.ts +0 -10
  46. package/lib/components/Switch/useSwitchState.d.ts +0 -2
  47. package/lib/components/Switch/useSwitchState.js +0 -152
  48. package/lib/components/Switch/useSwitchState.js.map +0 -1
  49. package/lib/components/Switch/useSwitchStyles.d.ts +0 -5
  50. package/lib/index.d.ts +0 -2
  51. package/lib-commonjs/Switch.d.ts +0 -1
  52. package/lib-commonjs/common/isConformant.d.ts +0 -4
  53. package/lib-commonjs/common/isConformant.js +0 -23
  54. package/lib-commonjs/common/isConformant.js.map +0 -1
  55. package/lib-commonjs/components/Switch/Switch.d.ts +0 -6
  56. package/lib-commonjs/components/Switch/Switch.types.d.ts +0 -58
  57. package/lib-commonjs/components/Switch/index.d.ts +0 -5
  58. package/lib-commonjs/components/Switch/renderSwitch.d.ts +0 -5
  59. package/lib-commonjs/components/Switch/useSwitch.d.ts +0 -10
  60. package/lib-commonjs/components/Switch/useSwitchState.d.ts +0 -2
  61. package/lib-commonjs/components/Switch/useSwitchState.js +0 -164
  62. package/lib-commonjs/components/Switch/useSwitchState.js.map +0 -1
  63. package/lib-commonjs/components/Switch/useSwitchStyles.d.ts +0 -5
  64. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.json CHANGED
@@ -2,82 +2,750 @@
2
2
  "name": "@fluentui/react-switch",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-switch_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Mon, 23 May 2022 18:54:56 GMT",
6
+ "tag": "@fluentui/react-switch_v9.0.0-rc.11",
7
+ "version": "9.0.0-rc.11",
8
8
  "comments": {
9
9
  "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-switch",
13
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.3",
14
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-switch",
19
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
20
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-switch",
25
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
26
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-switch",
31
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
32
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Mon, 23 May 2022 12:13:46 GMT",
39
+ "tag": "@fluentui/react-switch_v9.0.0-rc.10",
40
+ "version": "9.0.0-rc.10",
41
+ "comments": {
42
+ "prerelease": [
43
+ {
44
+ "author": "olfedias@microsoft.com",
45
+ "package": "@fluentui/react-switch",
46
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
47
+ "comment": "chore: Update Griffel to latest version"
48
+ },
49
+ {
50
+ "author": "behowell@microsoft.com",
51
+ "package": "@fluentui/react-switch",
52
+ "commit": "c0b27cce0d29122e4488ff431689b966076a728b",
53
+ "comment": "Replace hardcoded padding with spacing tokens"
54
+ },
55
+ {
56
+ "author": "behowell@microsoft.com",
57
+ "package": "@fluentui/react-switch",
58
+ "commit": "45ec789399b65b76b80cc8023d977de7d2b8b579",
59
+ "comment": "Refactor styles to remove usage of flex gap"
60
+ },
61
+ {
62
+ "author": "esteban.230@hotmail.com",
63
+ "package": "@fluentui/react-switch",
64
+ "commit": "0fac2d7a6f35c5fcebaf30da68b9604410fe0eb9",
65
+ "comment": "Updated react-label package version to RC."
66
+ },
67
+ {
68
+ "author": "martinhochel@microsoft.com",
69
+ "package": "@fluentui/react-switch",
70
+ "commit": "eb1084fd607c0d1086f9d465168be5822daa5e40",
71
+ "comment": "feat: ship rolluped only dts"
72
+ },
73
+ {
74
+ "author": "Humberto.Morimoto@microsoft.com",
75
+ "package": "@fluentui/react-switch",
76
+ "commit": "ec6c1a33b3c4cec9422d07bcffc48b85928c22d2",
77
+ "comment": "Removing SwitchCommons type in @fluentui/react-switch."
78
+ },
79
+ {
80
+ "author": "olfedias@microsoft.com",
81
+ "package": "@fluentui/react-switch",
82
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
83
+ "comment": "chore: Update Griffel to latest version"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-switch",
88
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.2",
89
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-switch",
94
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
95
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui/react-switch",
100
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
101
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-switch",
106
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
107
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
108
+ },
109
+ {
110
+ "author": "beachball",
111
+ "package": "@fluentui/react-switch",
112
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
113
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
114
+ }
115
+ ]
116
+ }
117
+ },
118
+ {
119
+ "date": "Thu, 05 May 2022 18:26:26 GMT",
120
+ "tag": "@fluentui/react-switch_v9.0.0-rc.9",
121
+ "version": "9.0.0-rc.9",
122
+ "comments": {
123
+ "none": [
124
+ {
125
+ "author": "tristan.watanabe@gmail.com",
126
+ "package": "@fluentui/react-switch",
127
+ "commit": "ad3dfcc6d85a8dba3c183612fe552280cd33c20e",
128
+ "comment": "react-switch: Move to new common folder."
129
+ }
130
+ ],
131
+ "prerelease": [
132
+ {
133
+ "author": "beachball",
134
+ "package": "@fluentui/react-switch",
135
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.12",
136
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
137
+ },
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-switch",
141
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
142
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-switch",
147
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
148
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-switch",
153
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
154
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-switch",
159
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
160
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
161
+ }
162
+ ]
163
+ }
164
+ },
165
+ {
166
+ "date": "Wed, 04 May 2022 13:26:51 GMT",
167
+ "tag": "@fluentui/react-switch_v9.0.0-rc.8",
168
+ "version": "9.0.0-rc.8",
169
+ "comments": {
170
+ "prerelease": [
171
+ {
172
+ "author": "humberto_makoto@hotmail.com",
173
+ "package": "@fluentui/react-switch",
174
+ "commit": "daf5a7692bce6794dbacf7470cc48e48e1c67252",
175
+ "comment": "Switch: Fixing disabled styles in high contrast mode."
176
+ },
177
+ {
178
+ "author": "beachball",
179
+ "package": "@fluentui/react-switch",
180
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.11",
181
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
182
+ },
183
+ {
184
+ "author": "beachball",
185
+ "package": "@fluentui/react-switch",
186
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
187
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
188
+ },
189
+ {
190
+ "author": "beachball",
191
+ "package": "@fluentui/react-switch",
192
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
193
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
194
+ },
195
+ {
196
+ "author": "beachball",
197
+ "package": "@fluentui/react-switch",
198
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
199
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
200
+ }
201
+ ]
202
+ }
203
+ },
204
+ {
205
+ "date": "Mon, 25 Apr 2022 09:32:19 GMT",
206
+ "tag": "@fluentui/react-switch_v9.0.0-rc.7",
207
+ "version": "9.0.0-rc.7",
208
+ "comments": {
209
+ "prerelease": [
210
+ {
211
+ "author": "beachball",
212
+ "package": "@fluentui/react-switch",
213
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
214
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
215
+ }
216
+ ]
217
+ }
218
+ },
219
+ {
220
+ "date": "Tue, 19 Apr 2022 19:16:54 GMT",
221
+ "tag": "@fluentui/react-switch_v9.0.0-rc.6",
222
+ "version": "9.0.0-rc.6",
223
+ "comments": {
224
+ "prerelease": [
225
+ {
226
+ "author": "seanmonahan@microsoft.com",
227
+ "package": "@fluentui/react-switch",
228
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
229
+ "comment": "Add deprecation messages to react-switch"
230
+ },
231
+ {
232
+ "author": "olfedias@microsoft.com",
233
+ "package": "@fluentui/react-switch",
234
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
235
+ "comment": "chore: Update Griffel to latest version"
236
+ },
237
+ {
238
+ "author": "seanmonahan@microsoft.com",
239
+ "package": "@fluentui/react-switch",
240
+ "commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
241
+ "comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
242
+ },
243
+ {
244
+ "author": "Humberto.Morimoto@microsoft.com",
245
+ "package": "@fluentui/react-switch",
246
+ "commit": "956f5731d132a960d313f3a9e794ce4e1c990e68",
247
+ "comment": "Removing star exports."
248
+ },
10
249
  {
11
250
  "author": "email not defined",
12
251
  "package": "@fluentui/react-switch",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
252
+ "commit": "99b11f73ab60b87b45c554403f7abcc21c713454",
253
+ "comment": "Switch: Updating spec and migration guide to reflect latest state of the component."
254
+ },
255
+ {
256
+ "author": "beachball",
257
+ "package": "@fluentui/react-switch",
258
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.10",
259
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
15
260
  },
261
+ {
262
+ "author": "beachball",
263
+ "package": "@fluentui/react-switch",
264
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
265
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
266
+ },
267
+ {
268
+ "author": "beachball",
269
+ "package": "@fluentui/react-switch",
270
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
271
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
272
+ },
273
+ {
274
+ "author": "beachball",
275
+ "package": "@fluentui/react-switch",
276
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
277
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
278
+ },
279
+ {
280
+ "author": "beachball",
281
+ "package": "@fluentui/react-switch",
282
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
283
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
284
+ }
285
+ ],
286
+ "none": [
287
+ {
288
+ "author": "elcraig@microsoft.com",
289
+ "package": "@fluentui/react-switch",
290
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
291
+ "comment": "Update React dev deps and hoist them to the repo root"
292
+ },
293
+ {
294
+ "author": "mgodbolt@microsoft.com",
295
+ "package": "@fluentui/react-switch",
296
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
297
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
298
+ }
299
+ ]
300
+ }
301
+ },
302
+ {
303
+ "date": "Fri, 04 Mar 2022 05:17:30 GMT",
304
+ "tag": "@fluentui/react-switch_v9.0.0-rc.5",
305
+ "version": "9.0.0-rc.5",
306
+ "comments": {
307
+ "prerelease": [
308
+ {
309
+ "author": "dzearing@microsoft.com",
310
+ "package": "@fluentui/react-switch",
311
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
312
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
313
+ },
314
+ {
315
+ "author": "email not defined",
316
+ "package": "@fluentui/react-switch",
317
+ "commit": "852bd412ad6a682db9dfa44b7275f23fcaccb298",
318
+ "comment": "Updating class names to use slot class names helper type."
319
+ },
320
+ {
321
+ "author": "beachball",
322
+ "package": "@fluentui/react-switch",
323
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.9",
324
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
325
+ },
326
+ {
327
+ "author": "beachball",
328
+ "package": "@fluentui/react-switch",
329
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
330
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
331
+ },
332
+ {
333
+ "author": "beachball",
334
+ "package": "@fluentui/react-switch",
335
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
336
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
337
+ },
338
+ {
339
+ "author": "beachball",
340
+ "package": "@fluentui/react-switch",
341
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
342
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
343
+ }
344
+ ]
345
+ }
346
+ },
347
+ {
348
+ "date": "Tue, 01 Mar 2022 02:17:38 GMT",
349
+ "tag": "@fluentui/react-switch_v9.0.0-rc.4",
350
+ "version": "9.0.0-rc.4",
351
+ "comments": {
352
+ "prerelease": [
353
+ {
354
+ "author": "Humberto.Morimoto@microsoft.com",
355
+ "package": "@fluentui/react-switch",
356
+ "commit": "72b08d56fa19f3b580da0497758af54a6afcf69b",
357
+ "comment": "Switch: Re-implementing component to make it simpler and making it adhere to latest patterns."
358
+ },
359
+ {
360
+ "author": "olfedias@microsoft.com",
361
+ "package": "@fluentui/react-switch",
362
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
363
+ "comment": "fix: Add react-theme as dependency"
364
+ },
365
+ {
366
+ "author": "beachball",
367
+ "package": "@fluentui/react-switch",
368
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.8",
369
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
370
+ },
371
+ {
372
+ "author": "beachball",
373
+ "package": "@fluentui/react-switch",
374
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
375
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
376
+ },
377
+ {
378
+ "author": "beachball",
379
+ "package": "@fluentui/react-switch",
380
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
381
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
382
+ }
383
+ ]
384
+ }
385
+ },
386
+ {
387
+ "date": "Fri, 18 Feb 2022 13:35:34 GMT",
388
+ "tag": "@fluentui/react-switch_v9.0.0-rc.3",
389
+ "version": "9.0.0-rc.3",
390
+ "comments": {
391
+ "prerelease": [
392
+ {
393
+ "author": "mgodbolt@microsoft.com",
394
+ "package": "@fluentui/react-switch",
395
+ "commit": "2c9804dd585c1b485736c34321264dc62abe6fe1",
396
+ "comment": "fix visual display of controlled switches"
397
+ },
398
+ {
399
+ "author": "lingfangao@hotmail.com",
400
+ "package": "@fluentui/react-switch",
401
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
402
+ "comment": "fix: Source maps contain original source code"
403
+ },
404
+ {
405
+ "author": "beachball",
406
+ "package": "@fluentui/react-switch",
407
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
408
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
409
+ },
410
+ {
411
+ "author": "beachball",
412
+ "package": "@fluentui/react-switch",
413
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
414
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
415
+ },
416
+ {
417
+ "author": "beachball",
418
+ "package": "@fluentui/react-switch",
419
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
420
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
421
+ },
422
+ {
423
+ "author": "beachball",
424
+ "package": "@fluentui/react-switch",
425
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
426
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
427
+ }
428
+ ]
429
+ }
430
+ },
431
+ {
432
+ "date": "Thu, 10 Feb 2022 08:50:51 GMT",
433
+ "tag": "@fluentui/react-switch_v9.0.0-rc.1",
434
+ "version": "9.0.0-rc.1",
435
+ "comments": {
436
+ "none": [
437
+ {
438
+ "author": "martinhochel@microsoft.com",
439
+ "package": "@fluentui/react-switch",
440
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
441
+ "comment": "chore: use storybook runner for all vNext packages"
442
+ },
443
+ {
444
+ "author": "andredias@microsoft.com",
445
+ "package": "@fluentui/react-switch",
446
+ "commit": "bf950e951b102fd8be046993dbb604073fc4ea9e",
447
+ "comment": "Migrate package to use solution tsconfigs"
448
+ },
449
+ {
450
+ "author": "martinhochel@microsoft.com",
451
+ "package": "@fluentui/react-switch",
452
+ "commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
453
+ "comment": "test(react-switch): update snapshots to match new JSDOM"
454
+ },
455
+ {
456
+ "author": "olfedias@microsoft.com",
457
+ "package": "@fluentui/react-switch",
458
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
459
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
460
+ }
461
+ ],
462
+ "prerelease": [
463
+ {
464
+ "author": "olfedias@microsoft.com",
465
+ "package": "@fluentui/react-switch",
466
+ "commit": "1df1d6e85bd3a6ab2a7b13e96a9aac324bb6d00c",
467
+ "comment": "Replace make-styles packages with griffel equivalents."
468
+ },
469
+ {
470
+ "author": "Humberto.Morimoto@microsoft.com",
471
+ "package": "@fluentui/react-switch",
472
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
473
+ "comment": "Updating based on changes to composition types."
474
+ },
475
+ {
476
+ "author": "behowell@microsoft.com",
477
+ "package": "@fluentui/react-switch",
478
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
479
+ "comment": "Remove component's shorthandProps array"
480
+ },
481
+ {
482
+ "author": "behowell@microsoft.com",
483
+ "package": "@fluentui/react-switch",
484
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
485
+ "comment": "Refactor component Slot typings"
486
+ },
487
+ {
488
+ "author": "mgodbolt@microsoft.com",
489
+ "package": "@fluentui/react-switch",
490
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
491
+ "comment": "remove export of commons types"
492
+ },
493
+ {
494
+ "author": "olfedias@microsoft.com",
495
+ "package": "@fluentui/react-switch",
496
+ "commit": "029a7f2fe40e5abe21d8992ad9d92bf2b04d0e97",
497
+ "comment": "update styles to not use CSS shorthands"
498
+ },
499
+ {
500
+ "author": "Humberto.Morimoto@microsoft.com",
501
+ "package": "@fluentui/react-switch",
502
+ "commit": "b52ebbbf185a2ddc4de814238f9438fd04bfba02",
503
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
504
+ },
505
+ {
506
+ "author": "Humberto.Morimoto@microsoft.com",
507
+ "package": "@fluentui/react-switch",
508
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
509
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
510
+ },
511
+ {
512
+ "author": "behowell@microsoft.com",
513
+ "package": "@fluentui/react-switch",
514
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
515
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
516
+ },
517
+ {
518
+ "author": "lingfangao@hotmail.com",
519
+ "package": "@fluentui/react-switch",
520
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
521
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
522
+ },
523
+ {
524
+ "author": "beachball",
525
+ "package": "@fluentui/react-switch",
526
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
527
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
528
+ },
529
+ {
530
+ "author": "beachball",
531
+ "package": "@fluentui/react-switch",
532
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
533
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
534
+ },
535
+ {
536
+ "author": "beachball",
537
+ "package": "@fluentui/react-switch",
538
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
539
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
540
+ },
541
+ {
542
+ "author": "beachball",
543
+ "package": "@fluentui/react-switch",
544
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
545
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
546
+ }
547
+ ]
548
+ }
549
+ },
550
+ {
551
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
552
+ "tag": "@fluentui/react-switch_v9.0.0-beta.5",
553
+ "version": "9.0.0-beta.5",
554
+ "comments": {
555
+ "prerelease": [
556
+ {
557
+ "author": "beachball",
558
+ "package": "@fluentui/react-switch",
559
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
560
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
561
+ },
562
+ {
563
+ "author": "beachball",
564
+ "package": "@fluentui/react-switch",
565
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
566
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
567
+ },
568
+ {
569
+ "author": "beachball",
570
+ "package": "@fluentui/react-switch",
571
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
572
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
573
+ },
574
+ {
575
+ "author": "beachball",
576
+ "package": "@fluentui/react-switch",
577
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
578
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
579
+ },
580
+ {
581
+ "author": "beachball",
582
+ "package": "@fluentui/react-switch",
583
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
584
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
585
+ },
586
+ {
587
+ "author": "beachball",
588
+ "package": "@fluentui/react-switch",
589
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
590
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
591
+ },
592
+ {
593
+ "author": "beachball",
594
+ "package": "@fluentui/react-switch",
595
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
596
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
597
+ }
598
+ ]
599
+ }
600
+ },
601
+ {
602
+ "date": "Fri, 12 Nov 2021 13:25:33 GMT",
603
+ "tag": "@fluentui/react-switch_v9.0.0-beta.4",
604
+ "version": "9.0.0-beta.4",
605
+ "comments": {
606
+ "none": [
607
+ {
608
+ "author": "olfedias@microsoft.com",
609
+ "package": "@fluentui/react-switch",
610
+ "commit": "9e6977945782df1cc997c92804a1b214cc4e4f43",
611
+ "comment": "do not use other packages in devDependencies"
612
+ },
613
+ {
614
+ "author": "lingfangao@hotmail.com",
615
+ "package": "@fluentui/react-switch",
616
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
617
+ "comment": "Remove beta release tag"
618
+ }
619
+ ],
620
+ "prerelease": [
621
+ {
622
+ "author": "olfedias@microsoft.com",
623
+ "package": "@fluentui/react-switch",
624
+ "commit": "9186578324773f95f4d61be3d70e67752159d843",
625
+ "comment": "export static classes for components"
626
+ },
627
+ {
628
+ "author": "beachball",
629
+ "package": "@fluentui/react-switch",
630
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
631
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
632
+ },
633
+ {
634
+ "author": "beachball",
635
+ "package": "@fluentui/react-switch",
636
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
637
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
638
+ },
639
+ {
640
+ "author": "beachball",
641
+ "package": "@fluentui/react-switch",
642
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
643
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
644
+ },
645
+ {
646
+ "author": "beachball",
647
+ "package": "@fluentui/react-switch",
648
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
649
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
650
+ },
651
+ {
652
+ "author": "beachball",
653
+ "package": "@fluentui/react-switch",
654
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
655
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
656
+ },
657
+ {
658
+ "author": "beachball",
659
+ "package": "@fluentui/react-switch",
660
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
661
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
662
+ },
663
+ {
664
+ "author": "beachball",
665
+ "package": "@fluentui/react-switch",
666
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
667
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
668
+ }
669
+ ]
670
+ }
671
+ },
672
+ {
673
+ "date": "Wed, 27 Oct 2021 12:14:22 GMT",
674
+ "tag": "@fluentui/react-switch_v9.0.0-beta.3",
675
+ "version": "9.0.0-beta.3",
676
+ "comments": {
677
+ "prerelease": [
16
678
  {
17
679
  "author": "czearing@outlook.com",
18
680
  "package": "@fluentui/react-switch",
19
- "comment": "Changing the Switch's onKeyDown event to onKeyUp.",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
681
+ "commit": "ae512f66872beea9d95a168d759406d42281d835",
682
+ "comment": "Changing the Switch's onKeyDown event to onKeyUp."
683
+ },
684
+ {
685
+ "author": "peter@draxler.ml",
686
+ "package": "@fluentui/react-switch",
687
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
688
+ "comment": "added styling of documentation"
21
689
  },
22
690
  {
23
691
  "author": "beachball",
24
692
  "package": "@fluentui/react-switch",
25
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1",
26
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
693
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
694
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
695
  },
28
696
  {
29
697
  "author": "beachball",
30
698
  "package": "@fluentui/react-switch",
31
- "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.f81b28ceb3.1",
32
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
699
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
700
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
701
  },
34
702
  {
35
703
  "author": "beachball",
36
704
  "package": "@fluentui/react-switch",
37
- "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.f81b28ceb3.1",
38
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
705
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
706
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
707
  },
40
708
  {
41
709
  "author": "beachball",
42
710
  "package": "@fluentui/react-switch",
43
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1",
44
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
711
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
712
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
713
  },
46
714
  {
47
715
  "author": "beachball",
48
716
  "package": "@fluentui/react-switch",
49
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1",
50
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
717
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
718
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
51
719
  },
52
720
  {
53
721
  "author": "beachball",
54
722
  "package": "@fluentui/react-switch",
55
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1",
56
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
723
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
724
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
57
725
  },
58
726
  {
59
727
  "author": "beachball",
60
728
  "package": "@fluentui/react-switch",
61
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1",
62
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
729
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
730
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
63
731
  },
64
732
  {
65
733
  "author": "beachball",
66
734
  "package": "@fluentui/react-switch",
67
- "comment": "Bump @fluentui/react-label to v9.0.0-nightly.f81b28ceb3.1",
68
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
735
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.2",
736
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
69
737
  },
70
738
  {
71
739
  "author": "beachball",
72
740
  "package": "@fluentui/react-switch",
73
- "comment": "Bump @fluentui/react-provider to v9.0.0-nightly.f81b28ceb3.1",
74
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
741
+ "comment": "Bump @fluentui/react-provider to v9.0.0-beta.3",
742
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
75
743
  },
76
744
  {
77
745
  "author": "beachball",
78
746
  "package": "@fluentui/react-switch",
79
- "comment": "Bump @fluentui/react-theme to v9.0.0-nightly.f81b28ceb3.1",
80
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
747
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
748
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
81
749
  }
82
750
  ]
83
751
  }