@fluentui/react-switch 9.0.0-alpha.8 → 9.0.0-nightly.25435def33.0
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 +648 -1
- package/CHANGELOG.md +180 -2
- package/dist/react-switch.d.ts +7 -2
- package/lib/components/Switch/Switch.d.ts +2 -2
- package/lib/components/Switch/Switch.js.map +1 -1
- package/lib/components/Switch/Switch.types.d.ts +5 -1
- package/lib/components/Switch/renderSwitch.js +1 -1
- package/lib/components/Switch/renderSwitch.js.map +1 -1
- package/lib/components/Switch/useSwitch.js +6 -1
- package/lib/components/Switch/useSwitch.js.map +1 -1
- package/lib/components/Switch/useSwitchState.js +124 -19
- package/lib/components/Switch/useSwitchState.js.map +1 -1
- package/lib/components/Switch/useSwitchStyles.js +186 -95
- package/lib/components/Switch/useSwitchStyles.js.map +1 -1
- package/lib-commonjs/components/Switch/Switch.d.ts +2 -2
- package/lib-commonjs/components/Switch/Switch.js.map +1 -1
- package/lib-commonjs/components/Switch/Switch.types.d.ts +5 -1
- package/lib-commonjs/components/Switch/renderSwitch.js +1 -1
- package/lib-commonjs/components/Switch/renderSwitch.js.map +1 -1
- package/lib-commonjs/components/Switch/useSwitch.js +6 -1
- package/lib-commonjs/components/Switch/useSwitch.js.map +1 -1
- package/lib-commonjs/components/Switch/useSwitchState.js +123 -18
- package/lib-commonjs/components/Switch/useSwitchState.js.map +1 -1
- package/lib-commonjs/components/Switch/useSwitchStyles.js +185 -94
- package/lib-commonjs/components/Switch/useSwitchStyles.js.map +1 -1
- package/package.json +12 -12
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,654 @@
|
|
2
2
|
"name": "@fluentui/react-switch",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Thu, 21 Oct 2021 09:18:06 GMT",
|
6
|
+
"tag": "@fluentui/react-switch_v9.0.0-nightly.25435def33.0",
|
7
|
+
"version": "9.0.0-nightly.25435def33.0",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "email not defined",
|
12
|
+
"package": "@fluentui/react-switch",
|
13
|
+
"comment": "Release nightly v9",
|
14
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "czearing@outlook.com",
|
18
|
+
"package": "@fluentui/react-switch",
|
19
|
+
"comment": "Changing the Switch's onKeyDown event to onKeyUp.",
|
20
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "peter@draxler.ml",
|
24
|
+
"package": "@fluentui/react-switch",
|
25
|
+
"comment": "added styling of documentation",
|
26
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-switch",
|
31
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.25435def33.0",
|
32
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-switch",
|
37
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.25435def33.0",
|
38
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-switch",
|
43
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.25435def33.0",
|
44
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-switch",
|
49
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.25435def33.0",
|
50
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "beachball",
|
54
|
+
"package": "@fluentui/react-switch",
|
55
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.25435def33.0",
|
56
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "beachball",
|
60
|
+
"package": "@fluentui/react-switch",
|
61
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.25435def33.0",
|
62
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "beachball",
|
66
|
+
"package": "@fluentui/react-switch",
|
67
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.25435def33.0",
|
68
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "beachball",
|
72
|
+
"package": "@fluentui/react-switch",
|
73
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-nightly.25435def33.0",
|
74
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "beachball",
|
78
|
+
"package": "@fluentui/react-switch",
|
79
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-nightly.25435def33.0",
|
80
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "beachball",
|
84
|
+
"package": "@fluentui/react-switch",
|
85
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-nightly.25435def33.0",
|
86
|
+
"commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
|
87
|
+
}
|
88
|
+
]
|
89
|
+
}
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"date": "Tue, 12 Oct 2021 19:45:58 GMT",
|
93
|
+
"tag": "@fluentui/react-switch_v9.0.0-beta.2",
|
94
|
+
"version": "9.0.0-beta.2",
|
95
|
+
"comments": {
|
96
|
+
"prerelease": [
|
97
|
+
{
|
98
|
+
"author": "beachball",
|
99
|
+
"package": "@fluentui/react-switch",
|
100
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
|
101
|
+
"commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"author": "beachball",
|
105
|
+
"package": "@fluentui/react-switch",
|
106
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-beta.2",
|
107
|
+
"commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
|
108
|
+
}
|
109
|
+
]
|
110
|
+
}
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"date": "Wed, 06 Oct 2021 10:37:22 GMT",
|
114
|
+
"tag": "@fluentui/react-switch_v9.0.0-beta.1",
|
115
|
+
"version": "9.0.0-beta.1",
|
116
|
+
"comments": {
|
117
|
+
"prerelease": [
|
118
|
+
{
|
119
|
+
"author": "lingfangao@hotmail.com",
|
120
|
+
"package": "@fluentui/react-switch",
|
121
|
+
"comment": "Bump all v9 components to beta prerelease tag",
|
122
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "beachball",
|
126
|
+
"package": "@fluentui/react-switch",
|
127
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
|
128
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "beachball",
|
132
|
+
"package": "@fluentui/react-switch",
|
133
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.1",
|
134
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "beachball",
|
138
|
+
"package": "@fluentui/react-switch",
|
139
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
|
140
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"author": "beachball",
|
144
|
+
"package": "@fluentui/react-switch",
|
145
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
|
146
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"author": "beachball",
|
150
|
+
"package": "@fluentui/react-switch",
|
151
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
|
152
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"author": "beachball",
|
156
|
+
"package": "@fluentui/react-switch",
|
157
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
|
158
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"author": "beachball",
|
162
|
+
"package": "@fluentui/react-switch",
|
163
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
|
164
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"author": "beachball",
|
168
|
+
"package": "@fluentui/react-switch",
|
169
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.1",
|
170
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"author": "beachball",
|
174
|
+
"package": "@fluentui/react-switch",
|
175
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-beta.1",
|
176
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"author": "beachball",
|
180
|
+
"package": "@fluentui/react-switch",
|
181
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
|
182
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
183
|
+
}
|
184
|
+
]
|
185
|
+
}
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"date": "Tue, 05 Oct 2021 12:47:58 GMT",
|
189
|
+
"tag": "@fluentui/react-switch_v9.0.0-alpha.17",
|
190
|
+
"version": "9.0.0-alpha.17",
|
191
|
+
"comments": {
|
192
|
+
"prerelease": [
|
193
|
+
{
|
194
|
+
"author": "beachball",
|
195
|
+
"package": "@fluentui/react-switch",
|
196
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
|
197
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"author": "beachball",
|
201
|
+
"package": "@fluentui/react-switch",
|
202
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
|
203
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"author": "beachball",
|
207
|
+
"package": "@fluentui/react-switch",
|
208
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
|
209
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"author": "beachball",
|
213
|
+
"package": "@fluentui/react-switch",
|
214
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
|
215
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"author": "beachball",
|
219
|
+
"package": "@fluentui/react-switch",
|
220
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
|
221
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"author": "beachball",
|
225
|
+
"package": "@fluentui/react-switch",
|
226
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-alpha.51",
|
227
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"author": "beachball",
|
231
|
+
"package": "@fluentui/react-switch",
|
232
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-alpha.90",
|
233
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
234
|
+
}
|
235
|
+
]
|
236
|
+
}
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"date": "Tue, 05 Oct 2021 09:28:07 GMT",
|
240
|
+
"tag": "@fluentui/react-switch_v9.0.0-alpha.16",
|
241
|
+
"version": "9.0.0-alpha.16",
|
242
|
+
"comments": {
|
243
|
+
"prerelease": [
|
244
|
+
{
|
245
|
+
"author": "bsunderhus@microsoft.com",
|
246
|
+
"package": "@fluentui/react-switch",
|
247
|
+
"comment": "Adds ForwardRefComponent to react-switch components declaration",
|
248
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"author": "beachball",
|
252
|
+
"package": "@fluentui/react-switch",
|
253
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
|
254
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"author": "beachball",
|
258
|
+
"package": "@fluentui/react-switch",
|
259
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
|
260
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"author": "beachball",
|
264
|
+
"package": "@fluentui/react-switch",
|
265
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
|
266
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"author": "beachball",
|
270
|
+
"package": "@fluentui/react-switch",
|
271
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
|
272
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"author": "beachball",
|
276
|
+
"package": "@fluentui/react-switch",
|
277
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
|
278
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"author": "beachball",
|
282
|
+
"package": "@fluentui/react-switch",
|
283
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
|
284
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"author": "beachball",
|
288
|
+
"package": "@fluentui/react-switch",
|
289
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-alpha.50",
|
290
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"author": "beachball",
|
294
|
+
"package": "@fluentui/react-switch",
|
295
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-alpha.89",
|
296
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
297
|
+
}
|
298
|
+
]
|
299
|
+
}
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"date": "Fri, 01 Oct 2021 14:13:08 GMT",
|
303
|
+
"tag": "@fluentui/react-switch_v9.0.0-alpha.15",
|
304
|
+
"version": "9.0.0-alpha.15",
|
305
|
+
"comments": {
|
306
|
+
"prerelease": [
|
307
|
+
{
|
308
|
+
"author": "lingfangao@hotmail.com",
|
309
|
+
"package": "@fluentui/react-switch",
|
310
|
+
"comment": "Bump v9 prerelease versions to rerelease",
|
311
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
312
|
+
},
|
313
|
+
{
|
314
|
+
"author": "beachball",
|
315
|
+
"package": "@fluentui/react-switch",
|
316
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
|
317
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"author": "beachball",
|
321
|
+
"package": "@fluentui/react-switch",
|
322
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
|
323
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"author": "beachball",
|
327
|
+
"package": "@fluentui/react-switch",
|
328
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.71",
|
329
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"author": "beachball",
|
333
|
+
"package": "@fluentui/react-switch",
|
334
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
|
335
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"author": "beachball",
|
339
|
+
"package": "@fluentui/react-switch",
|
340
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
|
341
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"author": "beachball",
|
345
|
+
"package": "@fluentui/react-switch",
|
346
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
|
347
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"author": "beachball",
|
351
|
+
"package": "@fluentui/react-switch",
|
352
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
|
353
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"author": "beachball",
|
357
|
+
"package": "@fluentui/react-switch",
|
358
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-alpha.49",
|
359
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"author": "beachball",
|
363
|
+
"package": "@fluentui/react-switch",
|
364
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-alpha.88",
|
365
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"author": "beachball",
|
369
|
+
"package": "@fluentui/react-switch",
|
370
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.26",
|
371
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
372
|
+
}
|
373
|
+
]
|
374
|
+
}
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"date": "Fri, 01 Oct 2021 09:44:56 GMT",
|
378
|
+
"tag": "@fluentui/react-switch_v9.0.0-alpha.13",
|
379
|
+
"version": "9.0.0-alpha.13",
|
380
|
+
"comments": {
|
381
|
+
"prerelease": [
|
382
|
+
{
|
383
|
+
"author": "lingfangao@hotmail.com",
|
384
|
+
"package": "@fluentui/react-switch",
|
385
|
+
"comment": "Use new default pseudo element focus outline style",
|
386
|
+
"commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"author": "beachball",
|
390
|
+
"package": "@fluentui/react-switch",
|
391
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
|
392
|
+
"commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"author": "beachball",
|
396
|
+
"package": "@fluentui/react-switch",
|
397
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-alpha.86",
|
398
|
+
"commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
|
399
|
+
}
|
400
|
+
]
|
401
|
+
}
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"date": "Wed, 29 Sep 2021 08:06:11 GMT",
|
405
|
+
"tag": "@fluentui/react-switch_v9.0.0-alpha.12",
|
406
|
+
"version": "9.0.0-alpha.12",
|
407
|
+
"comments": {
|
408
|
+
"prerelease": [
|
409
|
+
{
|
410
|
+
"author": "beachball",
|
411
|
+
"package": "@fluentui/react-switch",
|
412
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
|
413
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"author": "beachball",
|
417
|
+
"package": "@fluentui/react-switch",
|
418
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26",
|
419
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"author": "beachball",
|
423
|
+
"package": "@fluentui/react-switch",
|
424
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.68",
|
425
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"author": "beachball",
|
429
|
+
"package": "@fluentui/react-switch",
|
430
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
|
431
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"author": "beachball",
|
435
|
+
"package": "@fluentui/react-switch",
|
436
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
|
437
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"author": "beachball",
|
441
|
+
"package": "@fluentui/react-switch",
|
442
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
|
443
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"author": "beachball",
|
447
|
+
"package": "@fluentui/react-switch",
|
448
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-alpha.47",
|
449
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"author": "beachball",
|
453
|
+
"package": "@fluentui/react-switch",
|
454
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-alpha.85",
|
455
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"author": "beachball",
|
459
|
+
"package": "@fluentui/react-switch",
|
460
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.24",
|
461
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
462
|
+
}
|
463
|
+
]
|
464
|
+
}
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"date": "Mon, 27 Sep 2021 08:06:00 GMT",
|
468
|
+
"tag": "@fluentui/react-switch_v9.0.0-alpha.11",
|
469
|
+
"version": "9.0.0-alpha.11",
|
470
|
+
"comments": {
|
471
|
+
"prerelease": [
|
472
|
+
{
|
473
|
+
"author": "beachball",
|
474
|
+
"package": "@fluentui/react-switch",
|
475
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
|
476
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"author": "beachball",
|
480
|
+
"package": "@fluentui/react-switch",
|
481
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.67",
|
482
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"author": "beachball",
|
486
|
+
"package": "@fluentui/react-switch",
|
487
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
|
488
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"author": "beachball",
|
492
|
+
"package": "@fluentui/react-switch",
|
493
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
|
494
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"author": "beachball",
|
498
|
+
"package": "@fluentui/react-switch",
|
499
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
|
500
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"author": "beachball",
|
504
|
+
"package": "@fluentui/react-switch",
|
505
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
|
506
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"author": "beachball",
|
510
|
+
"package": "@fluentui/react-switch",
|
511
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-alpha.46",
|
512
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"author": "beachball",
|
516
|
+
"package": "@fluentui/react-switch",
|
517
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-alpha.84",
|
518
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
519
|
+
}
|
520
|
+
]
|
521
|
+
}
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"date": "Fri, 24 Sep 2021 09:17:17 GMT",
|
525
|
+
"tag": "@fluentui/react-switch_v9.0.0-alpha.10",
|
526
|
+
"version": "9.0.0-alpha.10",
|
527
|
+
"comments": {
|
528
|
+
"prerelease": [
|
529
|
+
{
|
530
|
+
"author": "beachball",
|
531
|
+
"package": "@fluentui/react-switch",
|
532
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
|
533
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
534
|
+
},
|
535
|
+
{
|
536
|
+
"author": "beachball",
|
537
|
+
"package": "@fluentui/react-switch",
|
538
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.66",
|
539
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"author": "beachball",
|
543
|
+
"package": "@fluentui/react-switch",
|
544
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
|
545
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"author": "beachball",
|
549
|
+
"package": "@fluentui/react-switch",
|
550
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
|
551
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"author": "beachball",
|
555
|
+
"package": "@fluentui/react-switch",
|
556
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
|
557
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
558
|
+
},
|
559
|
+
{
|
560
|
+
"author": "beachball",
|
561
|
+
"package": "@fluentui/react-switch",
|
562
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
|
563
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"author": "beachball",
|
567
|
+
"package": "@fluentui/react-switch",
|
568
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-alpha.45",
|
569
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"author": "beachball",
|
573
|
+
"package": "@fluentui/react-switch",
|
574
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-alpha.83",
|
575
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
576
|
+
}
|
577
|
+
]
|
578
|
+
}
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"date": "Thu, 23 Sep 2021 08:21:34 GMT",
|
582
|
+
"tag": "@fluentui/react-switch_v9.0.0-alpha.9",
|
583
|
+
"version": "9.0.0-alpha.9",
|
584
|
+
"comments": {
|
585
|
+
"none": [
|
586
|
+
{
|
587
|
+
"author": "czearing@outlook.com",
|
588
|
+
"package": "@fluentui/react-switch",
|
589
|
+
"comment": "Importing clamp from react-utilities.",
|
590
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
591
|
+
}
|
592
|
+
],
|
593
|
+
"prerelease": [
|
594
|
+
{
|
595
|
+
"author": "czearing@outlook.com",
|
596
|
+
"package": "@fluentui/react-switch",
|
597
|
+
"comment": "Adding dragging to the Switch component.",
|
598
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"author": "beachball",
|
602
|
+
"package": "@fluentui/react-switch",
|
603
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
|
604
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"author": "beachball",
|
608
|
+
"package": "@fluentui/react-switch",
|
609
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.65",
|
610
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"author": "beachball",
|
614
|
+
"package": "@fluentui/react-switch",
|
615
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
|
616
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"author": "beachball",
|
620
|
+
"package": "@fluentui/react-switch",
|
621
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
|
622
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"author": "beachball",
|
626
|
+
"package": "@fluentui/react-switch",
|
627
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
|
628
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"author": "beachball",
|
632
|
+
"package": "@fluentui/react-switch",
|
633
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
|
634
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"author": "beachball",
|
638
|
+
"package": "@fluentui/react-switch",
|
639
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-alpha.44",
|
640
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"author": "beachball",
|
644
|
+
"package": "@fluentui/react-switch",
|
645
|
+
"comment": "Bump @fluentui/react-provider to v9.0.0-alpha.82",
|
646
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
647
|
+
}
|
648
|
+
]
|
649
|
+
}
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"date": "Wed, 22 Sep 2021 10:10:07 GMT",
|
6
653
|
"tag": "@fluentui/react-switch_v9.0.0-alpha.8",
|
7
654
|
"version": "9.0.0-alpha.8",
|
8
655
|
"comments": {
|