@fluentui/react-switch 9.0.0-rc.1 → 9.0.0-rc.12
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 +457 -1
- package/CHANGELOG.md +167 -31
- package/MIGRATION.md +89 -22
- package/Spec.md +179 -84
- package/dist/index.d.ts +107 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Switch.js.map +1 -1
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/Switch.js.map +1 -1
- package/lib/components/Switch/Switch.types.js.map +1 -1
- package/lib/components/Switch/index.js.map +1 -1
- package/lib/components/Switch/renderSwitch.js +8 -6
- package/lib/components/Switch/renderSwitch.js.map +1 -1
- package/lib/components/Switch/useSwitch.js +63 -43
- package/lib/components/Switch/useSwitch.js.map +1 -1
- package/lib/components/Switch/useSwitchStyles.js +171 -269
- package/lib/components/Switch/useSwitchStyles.js.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Switch.js.map +1 -1
- package/lib-commonjs/components/Switch/Switch.js +1 -1
- package/lib-commonjs/components/Switch/Switch.js.map +1 -1
- package/lib-commonjs/components/Switch/Switch.types.js.map +1 -1
- package/lib-commonjs/components/Switch/index.js.map +1 -1
- package/lib-commonjs/components/Switch/renderSwitch.js +8 -6
- package/lib-commonjs/components/Switch/renderSwitch.js.map +1 -1
- package/lib-commonjs/components/Switch/useSwitch.js +65 -43
- package/lib-commonjs/components/Switch/useSwitch.js.map +1 -1
- package/lib-commonjs/components/Switch/useSwitchStyles.js +173 -271
- package/lib-commonjs/components/Switch/useSwitchStyles.js.map +1 -1
- package/lib-commonjs/index.js +39 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +19 -20
- package/dist/react-switch.d.ts +0 -89
- package/lib/Switch.d.ts +0 -1
- package/lib/components/Switch/Switch.d.ts +0 -6
- package/lib/components/Switch/Switch.types.d.ts +0 -59
- package/lib/components/Switch/index.d.ts +0 -5
- package/lib/components/Switch/renderSwitch.d.ts +0 -5
- package/lib/components/Switch/useSwitch.d.ts +0 -6
- package/lib/components/Switch/useSwitchState.d.ts +0 -2
- package/lib/components/Switch/useSwitchState.js +0 -144
- package/lib/components/Switch/useSwitchState.js.map +0 -1
- package/lib/components/Switch/useSwitchStyles.d.ts +0 -6
- package/lib/index.d.ts +0 -2
- package/lib-commonjs/Switch.d.ts +0 -1
- package/lib-commonjs/components/Switch/Switch.d.ts +0 -6
- package/lib-commonjs/components/Switch/Switch.types.d.ts +0 -59
- package/lib-commonjs/components/Switch/index.d.ts +0 -5
- package/lib-commonjs/components/Switch/renderSwitch.d.ts +0 -5
- package/lib-commonjs/components/Switch/useSwitch.d.ts +0 -6
- package/lib-commonjs/components/Switch/useSwitchState.d.ts +0 -2
- package/lib-commonjs/components/Switch/useSwitchState.js +0 -156
- package/lib-commonjs/components/Switch/useSwitchState.js.map +0 -1
- package/lib-commonjs/components/Switch/useSwitchStyles.d.ts +0 -6
- package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,463 @@
|
|
2
2
|
"name": "@fluentui/react-switch",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Thu,
|
5
|
+
"date": "Thu, 26 May 2022 21:00:06 GMT",
|
6
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.12",
|
7
|
+
"version": "9.0.0-rc.12",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-switch",
|
13
|
+
"commit": "8735876a860005ac5bde07c20da265b23341682a",
|
14
|
+
"comment": "cleanup stories & docs"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-switch",
|
21
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-rc.4",
|
22
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-switch",
|
27
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
|
28
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
29
|
+
}
|
30
|
+
]
|
31
|
+
}
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"date": "Mon, 23 May 2022 18:56:51 GMT",
|
35
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.11",
|
36
|
+
"version": "9.0.0-rc.11",
|
37
|
+
"comments": {
|
38
|
+
"prerelease": [
|
39
|
+
{
|
40
|
+
"author": "beachball",
|
41
|
+
"package": "@fluentui/react-switch",
|
42
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-rc.3",
|
43
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"author": "beachball",
|
47
|
+
"package": "@fluentui/react-switch",
|
48
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
|
49
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"author": "beachball",
|
53
|
+
"package": "@fluentui/react-switch",
|
54
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
55
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"author": "beachball",
|
59
|
+
"package": "@fluentui/react-switch",
|
60
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
|
61
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
62
|
+
}
|
63
|
+
]
|
64
|
+
}
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"date": "Mon, 23 May 2022 12:13:46 GMT",
|
68
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.10",
|
69
|
+
"version": "9.0.0-rc.10",
|
70
|
+
"comments": {
|
71
|
+
"prerelease": [
|
72
|
+
{
|
73
|
+
"author": "olfedias@microsoft.com",
|
74
|
+
"package": "@fluentui/react-switch",
|
75
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
76
|
+
"comment": "chore: Update Griffel to latest version"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"author": "behowell@microsoft.com",
|
80
|
+
"package": "@fluentui/react-switch",
|
81
|
+
"commit": "c0b27cce0d29122e4488ff431689b966076a728b",
|
82
|
+
"comment": "Replace hardcoded padding with spacing tokens"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"author": "behowell@microsoft.com",
|
86
|
+
"package": "@fluentui/react-switch",
|
87
|
+
"commit": "45ec789399b65b76b80cc8023d977de7d2b8b579",
|
88
|
+
"comment": "Refactor styles to remove usage of flex gap"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"author": "esteban.230@hotmail.com",
|
92
|
+
"package": "@fluentui/react-switch",
|
93
|
+
"commit": "0fac2d7a6f35c5fcebaf30da68b9604410fe0eb9",
|
94
|
+
"comment": "Updated react-label package version to RC."
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"author": "martinhochel@microsoft.com",
|
98
|
+
"package": "@fluentui/react-switch",
|
99
|
+
"commit": "eb1084fd607c0d1086f9d465168be5822daa5e40",
|
100
|
+
"comment": "feat: ship rolluped only dts"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
104
|
+
"package": "@fluentui/react-switch",
|
105
|
+
"commit": "ec6c1a33b3c4cec9422d07bcffc48b85928c22d2",
|
106
|
+
"comment": "Removing SwitchCommons type in @fluentui/react-switch."
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"author": "olfedias@microsoft.com",
|
110
|
+
"package": "@fluentui/react-switch",
|
111
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
112
|
+
"comment": "chore: Update Griffel to latest version"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"author": "beachball",
|
116
|
+
"package": "@fluentui/react-switch",
|
117
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-rc.2",
|
118
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"author": "beachball",
|
122
|
+
"package": "@fluentui/react-switch",
|
123
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
|
124
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"author": "beachball",
|
128
|
+
"package": "@fluentui/react-switch",
|
129
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
130
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"author": "beachball",
|
134
|
+
"package": "@fluentui/react-switch",
|
135
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
136
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"author": "beachball",
|
140
|
+
"package": "@fluentui/react-switch",
|
141
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
142
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
143
|
+
}
|
144
|
+
]
|
145
|
+
}
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"date": "Thu, 05 May 2022 18:26:26 GMT",
|
149
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.9",
|
150
|
+
"version": "9.0.0-rc.9",
|
151
|
+
"comments": {
|
152
|
+
"none": [
|
153
|
+
{
|
154
|
+
"author": "tristan.watanabe@gmail.com",
|
155
|
+
"package": "@fluentui/react-switch",
|
156
|
+
"commit": "ad3dfcc6d85a8dba3c183612fe552280cd33c20e",
|
157
|
+
"comment": "react-switch: Move to new common folder."
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"prerelease": [
|
161
|
+
{
|
162
|
+
"author": "beachball",
|
163
|
+
"package": "@fluentui/react-switch",
|
164
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.12",
|
165
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"author": "beachball",
|
169
|
+
"package": "@fluentui/react-switch",
|
170
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
|
171
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"author": "beachball",
|
175
|
+
"package": "@fluentui/react-switch",
|
176
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
177
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"author": "beachball",
|
181
|
+
"package": "@fluentui/react-switch",
|
182
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
183
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"author": "beachball",
|
187
|
+
"package": "@fluentui/react-switch",
|
188
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
189
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
190
|
+
}
|
191
|
+
]
|
192
|
+
}
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"date": "Wed, 04 May 2022 13:26:51 GMT",
|
196
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.8",
|
197
|
+
"version": "9.0.0-rc.8",
|
198
|
+
"comments": {
|
199
|
+
"prerelease": [
|
200
|
+
{
|
201
|
+
"author": "humberto_makoto@hotmail.com",
|
202
|
+
"package": "@fluentui/react-switch",
|
203
|
+
"commit": "daf5a7692bce6794dbacf7470cc48e48e1c67252",
|
204
|
+
"comment": "Switch: Fixing disabled styles in high contrast mode."
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"author": "beachball",
|
208
|
+
"package": "@fluentui/react-switch",
|
209
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.11",
|
210
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"author": "beachball",
|
214
|
+
"package": "@fluentui/react-switch",
|
215
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
216
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"author": "beachball",
|
220
|
+
"package": "@fluentui/react-switch",
|
221
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
222
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"author": "beachball",
|
226
|
+
"package": "@fluentui/react-switch",
|
227
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
228
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
229
|
+
}
|
230
|
+
]
|
231
|
+
}
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"date": "Mon, 25 Apr 2022 09:32:19 GMT",
|
235
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.7",
|
236
|
+
"version": "9.0.0-rc.7",
|
237
|
+
"comments": {
|
238
|
+
"prerelease": [
|
239
|
+
{
|
240
|
+
"author": "beachball",
|
241
|
+
"package": "@fluentui/react-switch",
|
242
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
243
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
244
|
+
}
|
245
|
+
]
|
246
|
+
}
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"date": "Tue, 19 Apr 2022 19:16:54 GMT",
|
250
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.6",
|
251
|
+
"version": "9.0.0-rc.6",
|
252
|
+
"comments": {
|
253
|
+
"prerelease": [
|
254
|
+
{
|
255
|
+
"author": "seanmonahan@microsoft.com",
|
256
|
+
"package": "@fluentui/react-switch",
|
257
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
258
|
+
"comment": "Add deprecation messages to react-switch"
|
259
|
+
},
|
260
|
+
{
|
261
|
+
"author": "olfedias@microsoft.com",
|
262
|
+
"package": "@fluentui/react-switch",
|
263
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
264
|
+
"comment": "chore: Update Griffel to latest version"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"author": "seanmonahan@microsoft.com",
|
268
|
+
"package": "@fluentui/react-switch",
|
269
|
+
"commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
|
270
|
+
"comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
274
|
+
"package": "@fluentui/react-switch",
|
275
|
+
"commit": "956f5731d132a960d313f3a9e794ce4e1c990e68",
|
276
|
+
"comment": "Removing star exports."
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"author": "email not defined",
|
280
|
+
"package": "@fluentui/react-switch",
|
281
|
+
"commit": "99b11f73ab60b87b45c554403f7abcc21c713454",
|
282
|
+
"comment": "Switch: Updating spec and migration guide to reflect latest state of the component."
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"author": "beachball",
|
286
|
+
"package": "@fluentui/react-switch",
|
287
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.10",
|
288
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"author": "beachball",
|
292
|
+
"package": "@fluentui/react-switch",
|
293
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
294
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"author": "beachball",
|
298
|
+
"package": "@fluentui/react-switch",
|
299
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
300
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"author": "beachball",
|
304
|
+
"package": "@fluentui/react-switch",
|
305
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
306
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"author": "beachball",
|
310
|
+
"package": "@fluentui/react-switch",
|
311
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
312
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
313
|
+
}
|
314
|
+
],
|
315
|
+
"none": [
|
316
|
+
{
|
317
|
+
"author": "elcraig@microsoft.com",
|
318
|
+
"package": "@fluentui/react-switch",
|
319
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
320
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"author": "mgodbolt@microsoft.com",
|
324
|
+
"package": "@fluentui/react-switch",
|
325
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
326
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
327
|
+
}
|
328
|
+
]
|
329
|
+
}
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"date": "Fri, 04 Mar 2022 05:17:30 GMT",
|
333
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.5",
|
334
|
+
"version": "9.0.0-rc.5",
|
335
|
+
"comments": {
|
336
|
+
"prerelease": [
|
337
|
+
{
|
338
|
+
"author": "dzearing@microsoft.com",
|
339
|
+
"package": "@fluentui/react-switch",
|
340
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
341
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"author": "email not defined",
|
345
|
+
"package": "@fluentui/react-switch",
|
346
|
+
"commit": "852bd412ad6a682db9dfa44b7275f23fcaccb298",
|
347
|
+
"comment": "Updating class names to use slot class names helper type."
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"author": "beachball",
|
351
|
+
"package": "@fluentui/react-switch",
|
352
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.9",
|
353
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"author": "beachball",
|
357
|
+
"package": "@fluentui/react-switch",
|
358
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
359
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"author": "beachball",
|
363
|
+
"package": "@fluentui/react-switch",
|
364
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
365
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"author": "beachball",
|
369
|
+
"package": "@fluentui/react-switch",
|
370
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
371
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
372
|
+
}
|
373
|
+
]
|
374
|
+
}
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"date": "Tue, 01 Mar 2022 02:17:38 GMT",
|
378
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.4",
|
379
|
+
"version": "9.0.0-rc.4",
|
380
|
+
"comments": {
|
381
|
+
"prerelease": [
|
382
|
+
{
|
383
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
384
|
+
"package": "@fluentui/react-switch",
|
385
|
+
"commit": "72b08d56fa19f3b580da0497758af54a6afcf69b",
|
386
|
+
"comment": "Switch: Re-implementing component to make it simpler and making it adhere to latest patterns."
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"author": "olfedias@microsoft.com",
|
390
|
+
"package": "@fluentui/react-switch",
|
391
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
392
|
+
"comment": "fix: Add react-theme as dependency"
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"author": "beachball",
|
396
|
+
"package": "@fluentui/react-switch",
|
397
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-beta.8",
|
398
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"author": "beachball",
|
402
|
+
"package": "@fluentui/react-switch",
|
403
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
404
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"author": "beachball",
|
408
|
+
"package": "@fluentui/react-switch",
|
409
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
410
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
411
|
+
}
|
412
|
+
]
|
413
|
+
}
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"date": "Fri, 18 Feb 2022 13:35:34 GMT",
|
417
|
+
"tag": "@fluentui/react-switch_v9.0.0-rc.3",
|
418
|
+
"version": "9.0.0-rc.3",
|
419
|
+
"comments": {
|
420
|
+
"prerelease": [
|
421
|
+
{
|
422
|
+
"author": "mgodbolt@microsoft.com",
|
423
|
+
"package": "@fluentui/react-switch",
|
424
|
+
"commit": "2c9804dd585c1b485736c34321264dc62abe6fe1",
|
425
|
+
"comment": "fix visual display of controlled switches"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"author": "lingfangao@hotmail.com",
|
429
|
+
"package": "@fluentui/react-switch",
|
430
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
431
|
+
"comment": "fix: Source maps contain original source code"
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"author": "beachball",
|
435
|
+
"package": "@fluentui/react-switch",
|
436
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
437
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"author": "beachball",
|
441
|
+
"package": "@fluentui/react-switch",
|
442
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
443
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"author": "beachball",
|
447
|
+
"package": "@fluentui/react-switch",
|
448
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
449
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"author": "beachball",
|
453
|
+
"package": "@fluentui/react-switch",
|
454
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
455
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
456
|
+
}
|
457
|
+
]
|
458
|
+
}
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"date": "Thu, 10 Feb 2022 08:50:51 GMT",
|
6
462
|
"tag": "@fluentui/react-switch_v9.0.0-rc.1",
|
7
463
|
"version": "9.0.0-rc.1",
|
8
464
|
"comments": {
|