@fluentui/react-provider 9.0.0-alpha.9 → 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.
Files changed (89) hide show
  1. package/CHANGELOG.json +2286 -1
  2. package/CHANGELOG.md +871 -2
  3. package/dist/react-provider.d.ts +45 -29
  4. package/lib/FluentProvider.d.ts +1 -28
  5. package/lib/FluentProvider.js +1 -48
  6. package/lib/FluentProvider.js.map +1 -1
  7. package/lib/common/isConformant.d.ts +4 -0
  8. package/lib/common/isConformant.js +12 -0
  9. package/lib/common/isConformant.js.map +1 -0
  10. package/lib/components/FluentProvider/FluentProvider.d.ts +3 -0
  11. package/lib/components/FluentProvider/FluentProvider.js +13 -0
  12. package/lib/components/FluentProvider/FluentProvider.js.map +1 -0
  13. package/lib/components/FluentProvider/FluentProvider.types.d.ts +25 -0
  14. package/lib/components/FluentProvider/FluentProvider.types.js +2 -0
  15. package/lib/components/FluentProvider/FluentProvider.types.js.map +1 -0
  16. package/lib/components/FluentProvider/index.d.ts +5 -0
  17. package/lib/components/FluentProvider/index.js +6 -0
  18. package/lib/components/FluentProvider/index.js.map +1 -0
  19. package/lib/components/FluentProvider/renderFluentProvider.d.ts +5 -0
  20. package/lib/components/FluentProvider/renderFluentProvider.js +25 -0
  21. package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -0
  22. package/lib/components/FluentProvider/useFluentProvider.d.ts +13 -0
  23. package/lib/components/FluentProvider/useFluentProvider.js +51 -0
  24. package/lib/components/FluentProvider/useFluentProvider.js.map +1 -0
  25. package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +2 -0
  26. package/lib/components/FluentProvider/useFluentProviderContextValues.js +23 -0
  27. package/lib/components/FluentProvider/useFluentProviderContextValues.js.map +1 -0
  28. package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +3 -0
  29. package/lib/components/FluentProvider/useFluentProviderStyles.js +22 -0
  30. package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -0
  31. package/lib/components/FluentProvider/useThemeStyleTag.d.ts +7 -0
  32. package/lib/components/FluentProvider/useThemeStyleTag.js +58 -0
  33. package/lib/components/FluentProvider/useThemeStyleTag.js.map +1 -0
  34. package/lib/index.d.ts +1 -1
  35. package/lib/index.js +1 -1
  36. package/lib/index.js.map +1 -1
  37. package/lib/tsdoc-metadata.json +1 -1
  38. package/lib-commonjs/FluentProvider.d.ts +1 -28
  39. package/lib-commonjs/FluentProvider.js +7 -51
  40. package/lib-commonjs/FluentProvider.js.map +1 -1
  41. package/lib-commonjs/common/isConformant.d.ts +4 -0
  42. package/lib-commonjs/common/isConformant.js +23 -0
  43. package/lib-commonjs/common/isConformant.js.map +1 -0
  44. package/lib-commonjs/components/FluentProvider/FluentProvider.d.ts +3 -0
  45. package/lib-commonjs/components/FluentProvider/FluentProvider.js +25 -0
  46. package/lib-commonjs/components/FluentProvider/FluentProvider.js.map +1 -0
  47. package/lib-commonjs/components/FluentProvider/FluentProvider.types.d.ts +25 -0
  48. package/lib-commonjs/components/FluentProvider/FluentProvider.types.js +6 -0
  49. package/lib-commonjs/components/FluentProvider/FluentProvider.types.js.map +1 -0
  50. package/lib-commonjs/components/FluentProvider/index.d.ts +5 -0
  51. package/lib-commonjs/components/FluentProvider/index.js +18 -0
  52. package/lib-commonjs/components/FluentProvider/index.js.map +1 -0
  53. package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +5 -0
  54. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js +39 -0
  55. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -0
  56. package/lib-commonjs/components/FluentProvider/useFluentProvider.d.ts +13 -0
  57. package/lib-commonjs/components/FluentProvider/useFluentProvider.js +66 -0
  58. package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -0
  59. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +2 -0
  60. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js +34 -0
  61. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js.map +1 -0
  62. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.d.ts +3 -0
  63. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +31 -0
  64. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -0
  65. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.d.ts +7 -0
  66. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js +70 -0
  67. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +1 -0
  68. package/lib-commonjs/index.d.ts +1 -1
  69. package/lib-commonjs/index.js +23 -3
  70. package/lib-commonjs/index.js.map +1 -1
  71. package/package.json +27 -16
  72. package/config/api-extractor.json +0 -3
  73. package/etc/react-provider.api.md +0 -63
  74. package/just.config.ts +0 -3
  75. package/lib/context.d.ts +0 -12
  76. package/lib/context.js +0 -10
  77. package/lib/context.js.map +0 -1
  78. package/lib-amd/FluentProvider.d.ts +0 -28
  79. package/lib-amd/FluentProvider.js +0 -50
  80. package/lib-amd/FluentProvider.js.map +0 -1
  81. package/lib-amd/context.d.ts +0 -12
  82. package/lib-amd/context.js +0 -14
  83. package/lib-amd/context.js.map +0 -1
  84. package/lib-amd/index.d.ts +0 -2
  85. package/lib-amd/index.js +0 -7
  86. package/lib-amd/index.js.map +0 -1
  87. package/lib-commonjs/context.d.ts +0 -12
  88. package/lib-commonjs/context.js +0 -13
  89. package/lib-commonjs/context.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,2292 @@
2
2
  "name": "@fluentui/react-provider",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 12 Mar 2021 20:00:36 GMT",
5
+ "date": "Thu, 21 Oct 2021 09:18:06 GMT",
6
+ "tag": "@fluentui/react-provider_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-provider",
13
+ "comment": "Release nightly v9",
14
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
15
+ },
16
+ {
17
+ "author": "peter@draxler.ml",
18
+ "package": "@fluentui/react-provider",
19
+ "comment": "added styling of documentation",
20
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-provider",
25
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.25435def33.0",
26
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-provider",
31
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.25435def33.0",
32
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-provider",
37
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.25435def33.0",
38
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-provider",
43
+ "comment": "Bump @fluentui/react-theme to v9.0.0-nightly.25435def33.0",
44
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-provider",
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-provider",
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-provider",
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-provider",
67
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.25435def33.0",
68
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
75
+ "tag": "@fluentui/react-provider_v9.0.0-beta.2",
76
+ "version": "9.0.0-beta.2",
77
+ "comments": {
78
+ "prerelease": [
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-provider",
82
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
83
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
90
+ "tag": "@fluentui/react-provider_v9.0.0-beta.1",
91
+ "version": "9.0.0-beta.1",
92
+ "comments": {
93
+ "prerelease": [
94
+ {
95
+ "author": "lingfangao@hotmail.com",
96
+ "package": "@fluentui/react-provider",
97
+ "comment": "Bump all v9 components to beta prerelease tag",
98
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-provider",
103
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
104
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-provider",
109
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.1",
110
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-provider",
115
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
116
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-provider",
121
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
122
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-provider",
127
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
128
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
129
+ },
130
+ {
131
+ "author": "beachball",
132
+ "package": "@fluentui/react-provider",
133
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
134
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
135
+ },
136
+ {
137
+ "author": "beachball",
138
+ "package": "@fluentui/react-provider",
139
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
140
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
141
+ },
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-provider",
145
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
146
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
147
+ }
148
+ ]
149
+ }
150
+ },
151
+ {
152
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
153
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.90",
154
+ "version": "9.0.0-alpha.90",
155
+ "comments": {
156
+ "prerelease": [
157
+ {
158
+ "author": "beachball",
159
+ "package": "@fluentui/react-provider",
160
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
161
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
162
+ },
163
+ {
164
+ "author": "beachball",
165
+ "package": "@fluentui/react-provider",
166
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
167
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
168
+ },
169
+ {
170
+ "author": "beachball",
171
+ "package": "@fluentui/react-provider",
172
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
173
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
174
+ },
175
+ {
176
+ "author": "beachball",
177
+ "package": "@fluentui/react-provider",
178
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
179
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
180
+ },
181
+ {
182
+ "author": "beachball",
183
+ "package": "@fluentui/react-provider",
184
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
185
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
186
+ }
187
+ ]
188
+ }
189
+ },
190
+ {
191
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
192
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.89",
193
+ "version": "9.0.0-alpha.89",
194
+ "comments": {
195
+ "prerelease": [
196
+ {
197
+ "author": "beachball",
198
+ "package": "@fluentui/react-provider",
199
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
200
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
201
+ },
202
+ {
203
+ "author": "beachball",
204
+ "package": "@fluentui/react-provider",
205
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
206
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
207
+ },
208
+ {
209
+ "author": "beachball",
210
+ "package": "@fluentui/react-provider",
211
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
212
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
213
+ },
214
+ {
215
+ "author": "beachball",
216
+ "package": "@fluentui/react-provider",
217
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
218
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
219
+ },
220
+ {
221
+ "author": "beachball",
222
+ "package": "@fluentui/react-provider",
223
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
224
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
225
+ },
226
+ {
227
+ "author": "beachball",
228
+ "package": "@fluentui/react-provider",
229
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
230
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
231
+ }
232
+ ]
233
+ }
234
+ },
235
+ {
236
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
237
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.88",
238
+ "version": "9.0.0-alpha.88",
239
+ "comments": {
240
+ "prerelease": [
241
+ {
242
+ "author": "lingfangao@hotmail.com",
243
+ "package": "@fluentui/react-provider",
244
+ "comment": "Bump v9 prerelease versions to rerelease",
245
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
246
+ },
247
+ {
248
+ "author": "beachball",
249
+ "package": "@fluentui/react-provider",
250
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
251
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
252
+ },
253
+ {
254
+ "author": "beachball",
255
+ "package": "@fluentui/react-provider",
256
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
257
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
258
+ },
259
+ {
260
+ "author": "beachball",
261
+ "package": "@fluentui/react-provider",
262
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.71",
263
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
264
+ },
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-provider",
268
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.26",
269
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
270
+ },
271
+ {
272
+ "author": "beachball",
273
+ "package": "@fluentui/react-provider",
274
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
275
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-provider",
280
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
281
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-provider",
286
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
287
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-provider",
292
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
293
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
294
+ }
295
+ ]
296
+ }
297
+ },
298
+ {
299
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
300
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.86",
301
+ "version": "9.0.0-alpha.86",
302
+ "comments": {
303
+ "prerelease": [
304
+ {
305
+ "author": "beachball",
306
+ "package": "@fluentui/react-provider",
307
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
308
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
309
+ }
310
+ ]
311
+ }
312
+ },
313
+ {
314
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
315
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.85",
316
+ "version": "9.0.0-alpha.85",
317
+ "comments": {
318
+ "prerelease": [
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-provider",
322
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
323
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-provider",
328
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26",
329
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-provider",
334
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.68",
335
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-provider",
340
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.24",
341
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
342
+ },
343
+ {
344
+ "author": "beachball",
345
+ "package": "@fluentui/react-provider",
346
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
347
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
348
+ },
349
+ {
350
+ "author": "beachball",
351
+ "package": "@fluentui/react-provider",
352
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
353
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
354
+ },
355
+ {
356
+ "author": "beachball",
357
+ "package": "@fluentui/react-provider",
358
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
359
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
360
+ }
361
+ ]
362
+ }
363
+ },
364
+ {
365
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
366
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.84",
367
+ "version": "9.0.0-alpha.84",
368
+ "comments": {
369
+ "prerelease": [
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-provider",
373
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
374
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
375
+ },
376
+ {
377
+ "author": "beachball",
378
+ "package": "@fluentui/react-provider",
379
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.67",
380
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
381
+ },
382
+ {
383
+ "author": "beachball",
384
+ "package": "@fluentui/react-provider",
385
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
386
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
387
+ },
388
+ {
389
+ "author": "beachball",
390
+ "package": "@fluentui/react-provider",
391
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
392
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
393
+ },
394
+ {
395
+ "author": "beachball",
396
+ "package": "@fluentui/react-provider",
397
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
398
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
399
+ },
400
+ {
401
+ "author": "beachball",
402
+ "package": "@fluentui/react-provider",
403
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
404
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
405
+ }
406
+ ]
407
+ }
408
+ },
409
+ {
410
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
411
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.83",
412
+ "version": "9.0.0-alpha.83",
413
+ "comments": {
414
+ "prerelease": [
415
+ {
416
+ "author": "beachball",
417
+ "package": "@fluentui/react-provider",
418
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
419
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
420
+ },
421
+ {
422
+ "author": "beachball",
423
+ "package": "@fluentui/react-provider",
424
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.66",
425
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
426
+ },
427
+ {
428
+ "author": "beachball",
429
+ "package": "@fluentui/react-provider",
430
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
431
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
432
+ },
433
+ {
434
+ "author": "beachball",
435
+ "package": "@fluentui/react-provider",
436
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
437
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
438
+ },
439
+ {
440
+ "author": "beachball",
441
+ "package": "@fluentui/react-provider",
442
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
443
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
444
+ },
445
+ {
446
+ "author": "beachball",
447
+ "package": "@fluentui/react-provider",
448
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
449
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
450
+ }
451
+ ]
452
+ }
453
+ },
454
+ {
455
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
456
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.82",
457
+ "version": "9.0.0-alpha.82",
458
+ "comments": {
459
+ "prerelease": [
460
+ {
461
+ "author": "beachball",
462
+ "package": "@fluentui/react-provider",
463
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
464
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
465
+ },
466
+ {
467
+ "author": "beachball",
468
+ "package": "@fluentui/react-provider",
469
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.65",
470
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
471
+ },
472
+ {
473
+ "author": "beachball",
474
+ "package": "@fluentui/react-provider",
475
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
476
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
477
+ },
478
+ {
479
+ "author": "beachball",
480
+ "package": "@fluentui/react-provider",
481
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
482
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
483
+ },
484
+ {
485
+ "author": "beachball",
486
+ "package": "@fluentui/react-provider",
487
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
488
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
489
+ },
490
+ {
491
+ "author": "beachball",
492
+ "package": "@fluentui/react-provider",
493
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
494
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
495
+ }
496
+ ]
497
+ }
498
+ },
499
+ {
500
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
501
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.81",
502
+ "version": "9.0.0-alpha.81",
503
+ "comments": {
504
+ "prerelease": [
505
+ {
506
+ "author": "beachball",
507
+ "package": "@fluentui/react-provider",
508
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
509
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
510
+ },
511
+ {
512
+ "author": "beachball",
513
+ "package": "@fluentui/react-provider",
514
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.64",
515
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
516
+ },
517
+ {
518
+ "author": "beachball",
519
+ "package": "@fluentui/react-provider",
520
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
521
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
522
+ },
523
+ {
524
+ "author": "beachball",
525
+ "package": "@fluentui/react-provider",
526
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
527
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
528
+ },
529
+ {
530
+ "author": "beachball",
531
+ "package": "@fluentui/react-provider",
532
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
533
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
534
+ },
535
+ {
536
+ "author": "beachball",
537
+ "package": "@fluentui/react-provider",
538
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
539
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
540
+ }
541
+ ]
542
+ }
543
+ },
544
+ {
545
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
546
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.80",
547
+ "version": "9.0.0-alpha.80",
548
+ "comments": {
549
+ "prerelease": [
550
+ {
551
+ "author": "beachball",
552
+ "package": "@fluentui/react-provider",
553
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
554
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
555
+ },
556
+ {
557
+ "author": "beachball",
558
+ "package": "@fluentui/react-provider",
559
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25",
560
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
561
+ },
562
+ {
563
+ "author": "beachball",
564
+ "package": "@fluentui/react-provider",
565
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.63",
566
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
567
+ },
568
+ {
569
+ "author": "beachball",
570
+ "package": "@fluentui/react-provider",
571
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.23",
572
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
573
+ },
574
+ {
575
+ "author": "beachball",
576
+ "package": "@fluentui/react-provider",
577
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
578
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
579
+ },
580
+ {
581
+ "author": "beachball",
582
+ "package": "@fluentui/react-provider",
583
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
584
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
585
+ },
586
+ {
587
+ "author": "beachball",
588
+ "package": "@fluentui/react-provider",
589
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
590
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
591
+ }
592
+ ]
593
+ }
594
+ },
595
+ {
596
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
597
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.79",
598
+ "version": "9.0.0-alpha.79",
599
+ "comments": {
600
+ "none": [
601
+ {
602
+ "author": "lingfangao@hotmail.com",
603
+ "package": "@fluentui/react-provider",
604
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
605
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
606
+ }
607
+ ],
608
+ "prerelease": [
609
+ {
610
+ "author": "lingfangao@hotmail.com",
611
+ "package": "@fluentui/react-provider",
612
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
613
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.79"
614
+ }
615
+ ]
616
+ }
617
+ },
618
+ {
619
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
620
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.78",
621
+ "version": "9.0.0-alpha.78",
622
+ "comments": {
623
+ "prerelease": [
624
+ {
625
+ "author": "Humberto.Morimoto@microsoft.com",
626
+ "package": "@fluentui/react-provider",
627
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
628
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.78"
629
+ }
630
+ ]
631
+ }
632
+ },
633
+ {
634
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
635
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.77",
636
+ "version": "9.0.0-alpha.77",
637
+ "comments": {
638
+ "prerelease": [
639
+ {
640
+ "author": "behowell@microsoft.com",
641
+ "package": "@fluentui/react-provider",
642
+ "comment": "Fix typings in React.forwardRef",
643
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c"
644
+ },
645
+ {
646
+ "author": "behowell@microsoft.com",
647
+ "package": "@fluentui/react-provider",
648
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
649
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.77"
650
+ }
651
+ ]
652
+ }
653
+ },
654
+ {
655
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
656
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.76",
657
+ "version": "9.0.0-alpha.76",
658
+ "comments": {
659
+ "prerelease": [
660
+ {
661
+ "author": "bsunderhus@microsoft.com",
662
+ "package": "@fluentui/react-provider",
663
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
664
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.76"
665
+ }
666
+ ]
667
+ }
668
+ },
669
+ {
670
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
671
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.75",
672
+ "version": "9.0.0-alpha.75",
673
+ "comments": {
674
+ "prerelease": [
675
+ {
676
+ "author": "lingfangao@hotmail.com",
677
+ "package": "@fluentui/react-provider",
678
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
679
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
680
+ },
681
+ {
682
+ "author": "olfedias@microsoft.com",
683
+ "package": "@fluentui/react-provider",
684
+ "comment": "use simplified prop mergin",
685
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
686
+ },
687
+ {
688
+ "author": "lingfangao@hotmail.com",
689
+ "package": "@fluentui/react-provider",
690
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
691
+ "comment": "Bump @fluentui/react-provider to v9.0.0-alpha.75"
692
+ }
693
+ ]
694
+ }
695
+ },
696
+ {
697
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
698
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.74",
699
+ "version": "9.0.0-alpha.74",
700
+ "comments": {
701
+ "prerelease": [
702
+ {
703
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.45",
704
+ "author": "behowell@microsoft.com",
705
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
706
+ "package": "@fluentui/react-provider"
707
+ }
708
+ ]
709
+ }
710
+ },
711
+ {
712
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
713
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.73",
714
+ "version": "9.0.0-alpha.73",
715
+ "comments": {
716
+ "none": [
717
+ {
718
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.6",
719
+ "author": "olfedias@microsoft.com",
720
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
721
+ "package": "@fluentui/react-provider"
722
+ }
723
+ ]
724
+ }
725
+ },
726
+ {
727
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
728
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.73",
729
+ "version": "9.0.0-alpha.73",
730
+ "comments": {
731
+ "prerelease": [
732
+ {
733
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.44",
734
+ "author": "lingfangao@hotmail.com",
735
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
736
+ "package": "@fluentui/react-provider"
737
+ }
738
+ ]
739
+ }
740
+ },
741
+ {
742
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
743
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.72",
744
+ "version": "9.0.0-alpha.72",
745
+ "comments": {
746
+ "prerelease": [
747
+ {
748
+ "comment": "rework className handling",
749
+ "author": "olfedias@microsoft.com",
750
+ "commit": "64fb317e817a4069db12f0a63dcde2e3afcb9d72",
751
+ "package": "@fluentui/react-provider"
752
+ }
753
+ ],
754
+ "none": [
755
+ {
756
+ "comment": "enable makeStyles conformance tests",
757
+ "author": "olfedias@microsoft.com",
758
+ "commit": "792bcc59f725f60496839f92ebcad630cf777754",
759
+ "package": "@fluentui/react-provider"
760
+ }
761
+ ],
762
+ "patch": [
763
+ {
764
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
765
+ "author": "olfedias@microsoft.com",
766
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
767
+ "package": "@fluentui/react-provider"
768
+ }
769
+ ]
770
+ }
771
+ },
772
+ {
773
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
774
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.71",
775
+ "version": "9.0.0-alpha.71",
776
+ "comments": {
777
+ "prerelease": [
778
+ {
779
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.42",
780
+ "author": "bsunderhus@microsoft.com",
781
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
782
+ "package": "@fluentui/react-provider"
783
+ }
784
+ ]
785
+ }
786
+ },
787
+ {
788
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
789
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.70",
790
+ "version": "9.0.0-alpha.70",
791
+ "comments": {
792
+ "prerelease": [
793
+ {
794
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.54",
795
+ "author": "marata@microsoft.com",
796
+ "commit": "4a7f81f3d92f128a672717eda660af3ba50ee71b",
797
+ "package": "@fluentui/react-provider"
798
+ }
799
+ ]
800
+ }
801
+ },
802
+ {
803
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
804
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.69",
805
+ "version": "9.0.0-alpha.69",
806
+ "comments": {
807
+ "prerelease": [
808
+ {
809
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
810
+ "author": "olfedias@microsoft.com",
811
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
812
+ "package": "@fluentui/react-provider"
813
+ }
814
+ ]
815
+ }
816
+ },
817
+ {
818
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
819
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.68",
820
+ "version": "9.0.0-alpha.68",
821
+ "comments": {
822
+ "prerelease": [
823
+ {
824
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
825
+ "author": "martinhochel@microsoft.com",
826
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
827
+ "package": "@fluentui/react-provider"
828
+ }
829
+ ],
830
+ "none": [
831
+ {
832
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
833
+ "author": "martinhochel@microsoft.com",
834
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
835
+ "package": "@fluentui/react-provider"
836
+ }
837
+ ]
838
+ }
839
+ },
840
+ {
841
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
842
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.67",
843
+ "version": "9.0.0-alpha.67",
844
+ "comments": {
845
+ "none": [
846
+ {
847
+ "comment": "fix(react-provider): properly specify babel-make-styles dependency",
848
+ "author": "martinhochel@microsoft.com",
849
+ "commit": "5f6544c66befadbecb12b06d363a612eb326b57f",
850
+ "package": "@fluentui/react-provider"
851
+ },
852
+ {
853
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
854
+ "author": "dzearing@hotmail.com",
855
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
856
+ "package": "@fluentui/react-provider"
857
+ },
858
+ {
859
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
860
+ "author": "dzearing@hotmail.com",
861
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
862
+ "package": "@fluentui/react-provider"
863
+ },
864
+ {
865
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
866
+ "author": "dzearing@hotmail.com",
867
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
868
+ "package": "@fluentui/react-provider"
869
+ },
870
+ {
871
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
872
+ "author": "dzearing@hotmail.com",
873
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
874
+ "package": "@fluentui/react-provider"
875
+ },
876
+ {
877
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59",
878
+ "author": "dzearing@hotmail.com",
879
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
880
+ "package": "@fluentui/react-provider"
881
+ },
882
+ {
883
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.53",
884
+ "author": "dzearing@hotmail.com",
885
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
886
+ "package": "@fluentui/react-provider"
887
+ },
888
+ {
889
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
890
+ "author": "dzearing@hotmail.com",
891
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
892
+ "package": "@fluentui/react-provider"
893
+ },
894
+ {
895
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.23",
896
+ "author": "dzearing@hotmail.com",
897
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
898
+ "package": "@fluentui/react-provider"
899
+ },
900
+ {
901
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.22",
902
+ "author": "dzearing@hotmail.com",
903
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
904
+ "package": "@fluentui/react-provider"
905
+ },
906
+ {
907
+ "comment": "Bump @fluentui/scripts to v1.0.0",
908
+ "author": "dzearing@hotmail.com",
909
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
910
+ "package": "@fluentui/react-provider"
911
+ }
912
+ ],
913
+ "prerelease": [
914
+ {
915
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
916
+ "author": "dzearing@hotmail.com",
917
+ "commit": "4eec618fe480b129e08914b1f091a8509af60379",
918
+ "package": "@fluentui/react-provider"
919
+ }
920
+ ]
921
+ }
922
+ },
923
+ {
924
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
925
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.66",
926
+ "version": "9.0.0-alpha.66",
927
+ "comments": {
928
+ "prerelease": [
929
+ {
930
+ "comment": "Update .npmignore",
931
+ "author": "elcraig@microsoft.com",
932
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
933
+ "package": "@fluentui/react-provider"
934
+ }
935
+ ],
936
+ "none": [
937
+ {
938
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
939
+ "author": "behowell@microsoft.com",
940
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
941
+ "package": "@fluentui/react-provider"
942
+ },
943
+ {
944
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
945
+ "author": "elcraig@microsoft.com",
946
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
947
+ "package": "@fluentui/react-provider"
948
+ },
949
+ {
950
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
951
+ "author": "elcraig@microsoft.com",
952
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
953
+ "package": "@fluentui/react-provider"
954
+ },
955
+ {
956
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
957
+ "author": "elcraig@microsoft.com",
958
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
959
+ "package": "@fluentui/react-provider"
960
+ },
961
+ {
962
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.52",
963
+ "author": "elcraig@microsoft.com",
964
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
965
+ "package": "@fluentui/react-provider"
966
+ },
967
+ {
968
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
969
+ "author": "behowell@microsoft.com",
970
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
971
+ "package": "@fluentui/react-provider"
972
+ },
973
+ {
974
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.22",
975
+ "author": "elcraig@microsoft.com",
976
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
977
+ "package": "@fluentui/react-provider"
978
+ },
979
+ {
980
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.21",
981
+ "author": "elcraig@microsoft.com",
982
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
983
+ "package": "@fluentui/react-provider"
984
+ },
985
+ {
986
+ "comment": "Bump @fluentui/scripts to v1.0.0",
987
+ "author": "behowell@microsoft.com",
988
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
989
+ "package": "@fluentui/react-provider"
990
+ }
991
+ ]
992
+ }
993
+ },
994
+ {
995
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
996
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.65",
997
+ "version": "9.0.0-alpha.65",
998
+ "comments": {
999
+ "prerelease": [
1000
+ {
1001
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.33",
1002
+ "author": "bsunderhus@microsoft.com",
1003
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
1004
+ "package": "@fluentui/react-provider"
1005
+ }
1006
+ ]
1007
+ }
1008
+ },
1009
+ {
1010
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
1011
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.64",
1012
+ "version": "9.0.0-alpha.64",
1013
+ "comments": {
1014
+ "prerelease": [
1015
+ {
1016
+ "comment": "chore(FluentProvider): implement useContextValues() pattern",
1017
+ "author": "olfedias@microsoft.com",
1018
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
1019
+ "package": "@fluentui/react-provider"
1020
+ }
1021
+ ]
1022
+ }
1023
+ },
1024
+ {
1025
+ "date": "Tue, 10 Aug 2021 07:33:28 GMT",
1026
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.63",
1027
+ "version": "9.0.0-alpha.63",
1028
+ "comments": {
1029
+ "prerelease": [
1030
+ {
1031
+ "comment": "fix: export useTheme() hook",
1032
+ "author": "olfedias@microsoft.com",
1033
+ "commit": "457a8e6375eaecbad5de43740e91d6e4bc040388",
1034
+ "package": "@fluentui/react-provider"
1035
+ }
1036
+ ]
1037
+ }
1038
+ },
1039
+ {
1040
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
1041
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.62",
1042
+ "version": "9.0.0-alpha.62",
1043
+ "comments": {
1044
+ "prerelease": [
1045
+ {
1046
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.31",
1047
+ "author": "jspurlin@microsoft.com",
1048
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
1049
+ "package": "@fluentui/react-provider"
1050
+ }
1051
+ ]
1052
+ }
1053
+ },
1054
+ {
1055
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
1056
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.61",
1057
+ "version": "9.0.0-alpha.61",
1058
+ "comments": {
1059
+ "none": [
1060
+ {
1061
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.30",
1062
+ "author": "czearing@outlook.com",
1063
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
1064
+ "package": "@fluentui/react-provider"
1065
+ }
1066
+ ]
1067
+ }
1068
+ },
1069
+ {
1070
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
1071
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.61",
1072
+ "version": "9.0.0-alpha.61",
1073
+ "comments": {
1074
+ "patch": [
1075
+ {
1076
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
1077
+ "author": "behowell@microsoft.com",
1078
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1079
+ "package": "@fluentui/react-provider"
1080
+ },
1081
+ {
1082
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1083
+ "author": "behowell@microsoft.com",
1084
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1085
+ "package": "@fluentui/react-provider"
1086
+ },
1087
+ {
1088
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1089
+ "author": "behowell@microsoft.com",
1090
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1091
+ "package": "@fluentui/react-provider"
1092
+ }
1093
+ ],
1094
+ "prerelease": [
1095
+ {
1096
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.30",
1097
+ "author": "behowell@microsoft.com",
1098
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1099
+ "package": "@fluentui/react-provider"
1100
+ }
1101
+ ]
1102
+ }
1103
+ },
1104
+ {
1105
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
1106
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.60",
1107
+ "version": "9.0.0-alpha.60",
1108
+ "comments": {
1109
+ "prerelease": [
1110
+ {
1111
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.29",
1112
+ "author": "lingfan.gao@microsoft.com",
1113
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
1114
+ "package": "@fluentui/react-provider"
1115
+ }
1116
+ ]
1117
+ }
1118
+ },
1119
+ {
1120
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
1121
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.59",
1122
+ "version": "9.0.0-alpha.59",
1123
+ "comments": {
1124
+ "prerelease": [
1125
+ {
1126
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.46",
1127
+ "author": "olfedias@microsoft.com",
1128
+ "commit": "19db6cb57a237073b0bb50d07eb921b1ce2e0c61",
1129
+ "package": "@fluentui/react-provider"
1130
+ }
1131
+ ]
1132
+ }
1133
+ },
1134
+ {
1135
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
1136
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.58",
1137
+ "version": "9.0.0-alpha.58",
1138
+ "comments": {
1139
+ "prerelease": [
1140
+ {
1141
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27",
1142
+ "author": "miroslav.stastny@microsoft.com",
1143
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
1144
+ "package": "@fluentui/react-provider"
1145
+ }
1146
+ ]
1147
+ }
1148
+ },
1149
+ {
1150
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
1151
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.57",
1152
+ "version": "9.0.0-alpha.57",
1153
+ "comments": {
1154
+ "prerelease": [
1155
+ {
1156
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.26",
1157
+ "author": "behowell@microsoft.com",
1158
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
1159
+ "package": "@fluentui/react-provider"
1160
+ }
1161
+ ]
1162
+ }
1163
+ },
1164
+ {
1165
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
1166
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.56",
1167
+ "version": "9.0.0-alpha.56",
1168
+ "comments": {
1169
+ "none": [
1170
+ {
1171
+ "comment": "add bundle size fixtures",
1172
+ "author": "olfedias@microsoft.com",
1173
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1174
+ "package": "@fluentui/react-provider"
1175
+ }
1176
+ ]
1177
+ }
1178
+ },
1179
+ {
1180
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1181
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.56",
1182
+ "version": "9.0.0-alpha.56",
1183
+ "comments": {
1184
+ "prerelease": [
1185
+ {
1186
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
1187
+ "author": "bsunderhus@microsoft.com",
1188
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
1189
+ "package": "@fluentui/react-provider"
1190
+ }
1191
+ ]
1192
+ }
1193
+ },
1194
+ {
1195
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1196
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.55",
1197
+ "version": "9.0.0-alpha.55",
1198
+ "comments": {
1199
+ "patch": [
1200
+ {
1201
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1202
+ "author": "elcraig@microsoft.com",
1203
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1204
+ "package": "@fluentui/react-provider"
1205
+ }
1206
+ ]
1207
+ }
1208
+ },
1209
+ {
1210
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
1211
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.54",
1212
+ "version": "9.0.0-alpha.54",
1213
+ "comments": {
1214
+ "prerelease": [
1215
+ {
1216
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24",
1217
+ "author": "behowell@microsoft.com",
1218
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
1219
+ "package": "@fluentui/react-provider"
1220
+ }
1221
+ ]
1222
+ }
1223
+ },
1224
+ {
1225
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
1226
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.53",
1227
+ "version": "9.0.0-alpha.53",
1228
+ "comments": {
1229
+ "patch": [
1230
+ {
1231
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
1232
+ "author": "martinhochel@microsoft.com",
1233
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1234
+ "package": "@fluentui/react-provider"
1235
+ },
1236
+ {
1237
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
1238
+ "author": "martinhochel@microsoft.com",
1239
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1240
+ "package": "@fluentui/react-provider"
1241
+ },
1242
+ {
1243
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1244
+ "author": "martinhochel@microsoft.com",
1245
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1246
+ "package": "@fluentui/react-provider"
1247
+ }
1248
+ ],
1249
+ "prerelease": [
1250
+ {
1251
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23",
1252
+ "author": "martinhochel@microsoft.com",
1253
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1254
+ "package": "@fluentui/react-provider"
1255
+ }
1256
+ ]
1257
+ }
1258
+ },
1259
+ {
1260
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
1261
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.52",
1262
+ "version": "9.0.0-alpha.52",
1263
+ "comments": {
1264
+ "prerelease": [
1265
+ {
1266
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.22",
1267
+ "author": "bsunderhus@microsoft.com",
1268
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
1269
+ "package": "@fluentui/react-provider"
1270
+ }
1271
+ ]
1272
+ }
1273
+ },
1274
+ {
1275
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
1276
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.51",
1277
+ "version": "9.0.0-alpha.51",
1278
+ "comments": {
1279
+ "prerelease": [
1280
+ {
1281
+ "comment": "Rename typings and getSlots to have the Compat Suffix",
1282
+ "author": "bsunderhus@microsoft.com",
1283
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
1284
+ "package": "@fluentui/react-provider"
1285
+ }
1286
+ ]
1287
+ }
1288
+ },
1289
+ {
1290
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
1291
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.50",
1292
+ "version": "9.0.0-alpha.50",
1293
+ "comments": {
1294
+ "prerelease": [
1295
+ {
1296
+ "comment": "Fixing bug in start script of converged packages.",
1297
+ "author": "Humberto.Morimoto@microsoft.com",
1298
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
1299
+ "package": "@fluentui/react-provider"
1300
+ },
1301
+ {
1302
+ "comment": "move theming capabilities from @fluentui/react-theme-provider",
1303
+ "author": "olfedias@microsoft.com",
1304
+ "commit": "76680e02208f2e8a479a60289ba9f6b9e27c9f5d",
1305
+ "package": "@fluentui/react-provider"
1306
+ }
1307
+ ]
1308
+ }
1309
+ },
1310
+ {
1311
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
1312
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.49",
1313
+ "version": "9.0.0-alpha.49",
1314
+ "comments": {
1315
+ "none": [
1316
+ {
1317
+ "comment": "Migrate to new DX",
1318
+ "author": "olfedias@microsoft.com",
1319
+ "commit": "35e244ed457284f24aab445da2cc556fa827a79a",
1320
+ "package": "@fluentui/react-provider"
1321
+ }
1322
+ ],
1323
+ "prerelease": [
1324
+ {
1325
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.46",
1326
+ "author": "tristan.watanabe@gmail.com",
1327
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
1328
+ "package": "@fluentui/react-provider"
1329
+ }
1330
+ ]
1331
+ }
1332
+ },
1333
+ {
1334
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
1335
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.48",
1336
+ "version": "9.0.0-alpha.48",
1337
+ "comments": {
1338
+ "prerelease": [
1339
+ {
1340
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.45",
1341
+ "author": "olfedias@microsoft.com",
1342
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
1343
+ "package": "@fluentui/react-provider"
1344
+ }
1345
+ ],
1346
+ "none": [
1347
+ {
1348
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.35",
1349
+ "author": "lingfan.gao@microsoft.com",
1350
+ "commit": "4f907a837f3b85923178b611e4fbb0d9ac222dda",
1351
+ "package": "@fluentui/react-provider"
1352
+ }
1353
+ ]
1354
+ }
1355
+ },
1356
+ {
1357
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
1358
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.47",
1359
+ "version": "9.0.0-alpha.47",
1360
+ "comments": {
1361
+ "none": [
1362
+ {
1363
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.44",
1364
+ "author": "olfedias@microsoft.com",
1365
+ "commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
1366
+ "package": "@fluentui/react-provider"
1367
+ }
1368
+ ]
1369
+ }
1370
+ },
1371
+ {
1372
+ "date": "Wed, 23 Jun 2021 07:31:49 GMT",
1373
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.47",
1374
+ "version": "9.0.0-alpha.47",
1375
+ "comments": {
1376
+ "none": [
1377
+ {
1378
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.44",
1379
+ "author": "olfedias@microsoft.com",
1380
+ "commit": "6aa065bafaa4a169b771706bc93c2faff9ac78a7",
1381
+ "package": "@fluentui/react-provider"
1382
+ }
1383
+ ]
1384
+ }
1385
+ },
1386
+ {
1387
+ "date": "Tue, 22 Jun 2021 07:35:11 GMT",
1388
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.47",
1389
+ "version": "9.0.0-alpha.47",
1390
+ "comments": {
1391
+ "prerelease": [
1392
+ {
1393
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.44",
1394
+ "author": "olfedias@microsoft.com",
1395
+ "commit": "3fccf5c8a8ea30529b736b9189e294969242f886",
1396
+ "package": "@fluentui/react-provider"
1397
+ }
1398
+ ]
1399
+ }
1400
+ },
1401
+ {
1402
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
1403
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.46",
1404
+ "version": "9.0.0-alpha.46",
1405
+ "comments": {
1406
+ "none": [
1407
+ {
1408
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.43",
1409
+ "author": "miroslav.stastny@microsoft.com",
1410
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
1411
+ "package": "@fluentui/react-provider"
1412
+ }
1413
+ ]
1414
+ }
1415
+ },
1416
+ {
1417
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
1418
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.46",
1419
+ "version": "9.0.0-alpha.46",
1420
+ "comments": {
1421
+ "prerelease": [
1422
+ {
1423
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.34",
1424
+ "author": "lingfan.gao@microsoft.com",
1425
+ "commit": "a224777cc0089bd715cc304282115a2cd9929889",
1426
+ "package": "@fluentui/react-provider"
1427
+ }
1428
+ ]
1429
+ }
1430
+ },
1431
+ {
1432
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
1433
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.45",
1434
+ "version": "9.0.0-alpha.45",
1435
+ "comments": {
1436
+ "patch": [
1437
+ {
1438
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
1439
+ "author": "martinhochel@microsoft.com",
1440
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1441
+ "package": "@fluentui/react-provider"
1442
+ },
1443
+ {
1444
+ "comment": "Bump @fluentui/react-conformance to v0.4.1",
1445
+ "author": "martinhochel@microsoft.com",
1446
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1447
+ "package": "@fluentui/react-provider"
1448
+ },
1449
+ {
1450
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1451
+ "author": "martinhochel@microsoft.com",
1452
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1453
+ "package": "@fluentui/react-provider"
1454
+ }
1455
+ ],
1456
+ "prerelease": [
1457
+ {
1458
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.42",
1459
+ "author": "martinhochel@microsoft.com",
1460
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1461
+ "package": "@fluentui/react-provider"
1462
+ }
1463
+ ]
1464
+ }
1465
+ },
1466
+ {
1467
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
1468
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.44",
1469
+ "version": "9.0.0-alpha.44",
1470
+ "comments": {
1471
+ "prerelease": [
1472
+ {
1473
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16",
1474
+ "author": "Humberto.Morimoto@microsoft.com",
1475
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
1476
+ "package": "@fluentui/react-provider"
1477
+ }
1478
+ ]
1479
+ }
1480
+ },
1481
+ {
1482
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
1483
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.43",
1484
+ "version": "9.0.0-alpha.43",
1485
+ "comments": {
1486
+ "none": [
1487
+ {
1488
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.40",
1489
+ "author": "martinhochel@microsoft.com",
1490
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1491
+ "package": "@fluentui/react-provider"
1492
+ },
1493
+ {
1494
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15",
1495
+ "author": "martinhochel@microsoft.com",
1496
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1497
+ "package": "@fluentui/react-provider"
1498
+ },
1499
+ {
1500
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
1501
+ "author": "martinhochel@microsoft.com",
1502
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1503
+ "package": "@fluentui/react-provider"
1504
+ }
1505
+ ],
1506
+ "prerelease": [
1507
+ {
1508
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.31",
1509
+ "author": "martinhochel@microsoft.com",
1510
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1511
+ "package": "@fluentui/react-provider"
1512
+ }
1513
+ ]
1514
+ }
1515
+ },
1516
+ {
1517
+ "date": "Wed, 02 Jun 2021 07:37:15 GMT",
1518
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.42",
1519
+ "version": "9.0.0-alpha.42",
1520
+ "comments": {
1521
+ "prerelease": [
1522
+ {
1523
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.39",
1524
+ "author": "bsunderhus@microsoft.com",
1525
+ "commit": "7f5734bd8a2a124969c6402534605fe0ee9df4af",
1526
+ "package": "@fluentui/react-provider"
1527
+ }
1528
+ ]
1529
+ }
1530
+ },
1531
+ {
1532
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
1533
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.41",
1534
+ "version": "9.0.0-alpha.41",
1535
+ "comments": {
1536
+ "none": [
1537
+ {
1538
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
1539
+ "author": "olfedias@microsoft.com",
1540
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
1541
+ "package": "@fluentui/react-provider"
1542
+ }
1543
+ ]
1544
+ }
1545
+ },
1546
+ {
1547
+ "date": "Mon, 31 May 2021 07:33:15 GMT",
1548
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.41",
1549
+ "version": "9.0.0-alpha.41",
1550
+ "comments": {
1551
+ "none": [
1552
+ {
1553
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.29",
1554
+ "author": "lingfan.gao@microsoft.com",
1555
+ "commit": "203ccaf025da07d4064f8e4983298f0c1972c67d",
1556
+ "package": "@fluentui/react-provider"
1557
+ }
1558
+ ]
1559
+ }
1560
+ },
1561
+ {
1562
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
1563
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.41",
1564
+ "version": "9.0.0-alpha.41",
1565
+ "comments": {
1566
+ "none": [
1567
+ {
1568
+ "comment": "enable Jest aliases",
1569
+ "author": "olfedias@microsoft.com",
1570
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
1571
+ "package": "@fluentui/react-provider"
1572
+ },
1573
+ {
1574
+ "comment": "Removes tabster dependency",
1575
+ "author": "bsunderhus@microsoft.com",
1576
+ "commit": "5dab36e86b94508ff072af1fbea2bdc9e1ddfd94",
1577
+ "package": "@fluentui/react-provider"
1578
+ }
1579
+ ]
1580
+ }
1581
+ },
1582
+ {
1583
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
1584
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.41",
1585
+ "version": "9.0.0-alpha.41",
1586
+ "comments": {
1587
+ "none": [
1588
+ {
1589
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.38",
1590
+ "author": "olfedias@microsoft.com",
1591
+ "commit": "d2504c72ec7fba0cf4dcf1984c2e1a9322720225",
1592
+ "package": "@fluentui/react-provider"
1593
+ }
1594
+ ],
1595
+ "prerelease": [
1596
+ {
1597
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.25",
1598
+ "author": "lingfan.gao@microsoft.com",
1599
+ "commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
1600
+ "package": "@fluentui/react-provider"
1601
+ }
1602
+ ]
1603
+ }
1604
+ },
1605
+ {
1606
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
1607
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.40",
1608
+ "version": "9.0.0-alpha.40",
1609
+ "comments": {
1610
+ "prerelease": [
1611
+ {
1612
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.27",
1613
+ "author": "miroslav.stastny@microsoft.com",
1614
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
1615
+ "package": "@fluentui/react-provider"
1616
+ }
1617
+ ],
1618
+ "none": [
1619
+ {
1620
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.13",
1621
+ "author": "miroslav.stastny@microsoft.com",
1622
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
1623
+ "package": "@fluentui/react-provider"
1624
+ },
1625
+ {
1626
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.37",
1627
+ "author": "miroslav.stastny@microsoft.com",
1628
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
1629
+ "package": "@fluentui/react-provider"
1630
+ },
1631
+ {
1632
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14",
1633
+ "author": "miroslav.stastny@microsoft.com",
1634
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
1635
+ "package": "@fluentui/react-provider"
1636
+ },
1637
+ {
1638
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.12",
1639
+ "author": "miroslav.stastny@microsoft.com",
1640
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
1641
+ "package": "@fluentui/react-provider"
1642
+ }
1643
+ ]
1644
+ }
1645
+ },
1646
+ {
1647
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
1648
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.39",
1649
+ "version": "9.0.0-alpha.39",
1650
+ "comments": {
1651
+ "prerelease": [
1652
+ {
1653
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.36",
1654
+ "author": "elcraig@microsoft.com",
1655
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1656
+ "package": "@fluentui/react-provider"
1657
+ }
1658
+ ],
1659
+ "patch": [
1660
+ {
1661
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
1662
+ "author": "elcraig@microsoft.com",
1663
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1664
+ "package": "@fluentui/react-provider"
1665
+ },
1666
+ {
1667
+ "comment": "Bump @fluentui/react-conformance to v0.4.0",
1668
+ "author": "elcraig@microsoft.com",
1669
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1670
+ "package": "@fluentui/react-provider"
1671
+ },
1672
+ {
1673
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1674
+ "author": "elcraig@microsoft.com",
1675
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1676
+ "package": "@fluentui/react-provider"
1677
+ }
1678
+ ]
1679
+ }
1680
+ },
1681
+ {
1682
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
1683
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.38",
1684
+ "version": "9.0.0-alpha.38",
1685
+ "comments": {
1686
+ "prerelease": [
1687
+ {
1688
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.12",
1689
+ "author": "olfedias@microsoft.com",
1690
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
1691
+ "package": "@fluentui/react-provider"
1692
+ }
1693
+ ],
1694
+ "patch": [
1695
+ {
1696
+ "comment": "Bump @fluentui/react-conformance to v0.3.1",
1697
+ "author": "martinhochel@microsoft.com",
1698
+ "commit": "616b4b7c381c757871e8a590564d8eff7337834c",
1699
+ "package": "@fluentui/react-provider"
1700
+ }
1701
+ ]
1702
+ }
1703
+ },
1704
+ {
1705
+ "date": "Tue, 18 May 2021 07:34:38 GMT",
1706
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.37",
1707
+ "version": "9.0.0-alpha.37",
1708
+ "comments": {
1709
+ "prerelease": [
1710
+ {
1711
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.34",
1712
+ "author": "olfedias@microsoft.com",
1713
+ "commit": "c845a5045c99d8d83b2584cee016b1701cd3de57",
1714
+ "package": "@fluentui/react-provider"
1715
+ }
1716
+ ]
1717
+ }
1718
+ },
1719
+ {
1720
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
1721
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.36",
1722
+ "version": "9.0.0-alpha.36",
1723
+ "comments": {
1724
+ "prerelease": [
1725
+ {
1726
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.33",
1727
+ "author": "olfedias@microsoft.com",
1728
+ "commit": "fb53fd67729d8236e0681d74322717f6974c8b72",
1729
+ "package": "@fluentui/react-provider"
1730
+ }
1731
+ ]
1732
+ }
1733
+ },
1734
+ {
1735
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
1736
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.35",
1737
+ "version": "9.0.0-alpha.35",
1738
+ "comments": {
1739
+ "prerelease": [
1740
+ {
1741
+ "comment": "Refactor Tooltip provider to be lightweight and not depend on the react-tooltip package",
1742
+ "author": "behowell@microsoft.com",
1743
+ "commit": "e0b7d62f54c1b6e7ff8847ec60307ebac692ff7e",
1744
+ "package": "@fluentui/react-provider"
1745
+ }
1746
+ ]
1747
+ }
1748
+ },
1749
+ {
1750
+ "date": "Mon, 10 May 2021 07:36:07 GMT",
1751
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.34",
1752
+ "version": "9.0.0-alpha.34",
1753
+ "comments": {
1754
+ "prerelease": [
1755
+ {
1756
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.31",
1757
+ "author": "olfedias@microsoft.com",
1758
+ "commit": "78c12235fcfebe43b7a77d36cbdfc67461ec32dc",
1759
+ "package": "@fluentui/react-provider"
1760
+ }
1761
+ ]
1762
+ }
1763
+ },
1764
+ {
1765
+ "date": "Wed, 05 May 2021 07:36:50 GMT",
1766
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.33",
1767
+ "version": "9.0.0-alpha.33",
1768
+ "comments": {
1769
+ "prerelease": [
1770
+ {
1771
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.7",
1772
+ "author": "olfedias@microsoft.com",
1773
+ "commit": "427fcf0fffb899e5ffcac4dfa61fca5d22ee176c",
1774
+ "package": "@fluentui/react-provider"
1775
+ }
1776
+ ]
1777
+ }
1778
+ },
1779
+ {
1780
+ "date": "Tue, 04 May 2021 07:36:35 GMT",
1781
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.32",
1782
+ "version": "9.0.0-alpha.32",
1783
+ "comments": {
1784
+ "prerelease": [
1785
+ {
1786
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-alpha.29",
1787
+ "author": "lingfan.gao@microsoft.com",
1788
+ "commit": "2aa0cde53c7bfda08651bc9e5bbe9a31d3a40b4f",
1789
+ "package": "@fluentui/react-provider"
1790
+ }
1791
+ ]
1792
+ }
1793
+ },
1794
+ {
1795
+ "date": "Mon, 03 May 2021 07:45:19 GMT",
1796
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.31",
1797
+ "version": "9.0.0-alpha.31",
1798
+ "comments": {
1799
+ "prerelease": [
1800
+ {
1801
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-alpha.28",
1802
+ "author": "lingfan.gao@microsoft.com",
1803
+ "commit": "5e6aa4df0c03051e59d686d24b35f01c721a3b4e",
1804
+ "package": "@fluentui/react-provider"
1805
+ }
1806
+ ]
1807
+ }
1808
+ },
1809
+ {
1810
+ "date": "Fri, 30 Apr 2021 07:42:23 GMT",
1811
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.30",
1812
+ "version": "9.0.0-alpha.30",
1813
+ "comments": {
1814
+ "prerelease": [
1815
+ {
1816
+ "comment": "Upgrade to ts 4.0",
1817
+ "author": "joschect@microsoft.com",
1818
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1819
+ "package": "@fluentui/react-provider"
1820
+ },
1821
+ {
1822
+ "comment": "update snapshots",
1823
+ "author": "olfedias@microsoft.com",
1824
+ "commit": "2a95add2ed379f3e061339d86ae03199ef0d5080",
1825
+ "package": "@fluentui/react-provider"
1826
+ }
1827
+ ],
1828
+ "patch": [
1829
+ {
1830
+ "comment": "Bump @fluentui/eslint-plugin to v1.2.0",
1831
+ "author": "joschect@microsoft.com",
1832
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1833
+ "package": "@fluentui/react-provider"
1834
+ },
1835
+ {
1836
+ "comment": "Bump @fluentui/react-conformance to v0.3.0",
1837
+ "author": "joschect@microsoft.com",
1838
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1839
+ "package": "@fluentui/react-provider"
1840
+ },
1841
+ {
1842
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1843
+ "author": "joschect@microsoft.com",
1844
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1845
+ "package": "@fluentui/react-provider"
1846
+ }
1847
+ ]
1848
+ }
1849
+ },
1850
+ {
1851
+ "date": "Wed, 28 Apr 2021 07:32:59 GMT",
1852
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.29",
1853
+ "version": "9.0.0-alpha.29",
1854
+ "comments": {
1855
+ "prerelease": [
1856
+ {
1857
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.20",
1858
+ "author": "olfedias@microsoft.com",
1859
+ "commit": "cabcb25b3329ad3e8536f798ceaabcd1ee93e1b4",
1860
+ "package": "@fluentui/react-provider"
1861
+ }
1862
+ ]
1863
+ }
1864
+ },
1865
+ {
1866
+ "date": "Tue, 27 Apr 2021 07:34:03 GMT",
1867
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.28",
1868
+ "version": "9.0.0-alpha.28",
1869
+ "comments": {
1870
+ "prerelease": [
1871
+ {
1872
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.5",
1873
+ "author": "bsunderhus@microsoft.com",
1874
+ "commit": "fdb1af09ba60238bb1c3913af6a6a6fe98f49034",
1875
+ "package": "@fluentui/react-provider"
1876
+ }
1877
+ ]
1878
+ }
1879
+ },
1880
+ {
1881
+ "date": "Mon, 26 Apr 2021 07:34:31 GMT",
1882
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.27",
1883
+ "version": "9.0.0-alpha.27",
1884
+ "comments": {
1885
+ "prerelease": [
1886
+ {
1887
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.4",
1888
+ "author": "bsunderhus@microsoft.com",
1889
+ "commit": "76e2027d772bc9d19d3d217c449c5965262f73c4",
1890
+ "package": "@fluentui/react-provider"
1891
+ }
1892
+ ]
1893
+ }
1894
+ },
1895
+ {
1896
+ "date": "Fri, 23 Apr 2021 07:37:10 GMT",
1897
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.26",
1898
+ "version": "9.0.0-alpha.26",
1899
+ "comments": {
1900
+ "prerelease": [
1901
+ {
1902
+ "comment": "Remove react-tabster dependency",
1903
+ "author": "lingfan.gao@microsoft.com",
1904
+ "commit": "e9ef2a1d7e2d57a5b52642dd35243cb6a8600237",
1905
+ "package": "@fluentui/react-provider"
1906
+ }
1907
+ ],
1908
+ "patch": [
1909
+ {
1910
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.1",
1911
+ "author": "olfedias@microsoft.com",
1912
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1913
+ "package": "@fluentui/react-provider"
1914
+ },
1915
+ {
1916
+ "comment": "Bump @fluentui/react-conformance to v0.2.6",
1917
+ "author": "olfedias@microsoft.com",
1918
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1919
+ "package": "@fluentui/react-provider"
1920
+ },
1921
+ {
1922
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1923
+ "author": "olfedias@microsoft.com",
1924
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1925
+ "package": "@fluentui/react-provider"
1926
+ }
1927
+ ]
1928
+ }
1929
+ },
1930
+ {
1931
+ "date": "Thu, 22 Apr 2021 07:33:28 GMT",
1932
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.25",
1933
+ "version": "9.0.0-alpha.25",
1934
+ "comments": {
1935
+ "none": [
1936
+ {
1937
+ "comment": "Adds snapshot serializer to converged component",
1938
+ "author": "bsunderhus@microsoft.com",
1939
+ "commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
1940
+ "package": "@fluentui/react-provider"
1941
+ }
1942
+ ],
1943
+ "prerelease": [
1944
+ {
1945
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2",
1946
+ "author": "bsunderhus@microsoft.com",
1947
+ "commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
1948
+ "package": "@fluentui/react-provider"
1949
+ }
1950
+ ]
1951
+ }
1952
+ },
1953
+ {
1954
+ "date": "Wed, 21 Apr 2021 07:31:50 GMT",
1955
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.24",
1956
+ "version": "9.0.0-alpha.24",
1957
+ "comments": {
1958
+ "none": [
1959
+ {
1960
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
1961
+ "author": "martinhochel@microsoft.com",
1962
+ "commit": "c12557d08ab5673ec3d3ba9747cfec64f39309eb",
1963
+ "package": "@fluentui/react-provider"
1964
+ }
1965
+ ],
1966
+ "prerelease": [
1967
+ {
1968
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.17",
1969
+ "author": "miroslav.stastny@microsoft.com",
1970
+ "commit": "64da065944467537d8f23a97ef4c19c3d60a529b",
1971
+ "package": "@fluentui/react-provider"
1972
+ }
1973
+ ]
1974
+ }
1975
+ },
1976
+ {
1977
+ "date": "Tue, 20 Apr 2021 07:31:35 GMT",
1978
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.23",
1979
+ "version": "9.0.0-alpha.23",
1980
+ "comments": {
1981
+ "prerelease": [
1982
+ {
1983
+ "comment": "Rename internal document to targetDocument",
1984
+ "author": "lingfan.gao@microsoft.com",
1985
+ "commit": "01e2e2ce7b042308c503e642a1bb94ff371b7dd1",
1986
+ "package": "@fluentui/react-provider"
1987
+ }
1988
+ ]
1989
+ }
1990
+ },
1991
+ {
1992
+ "date": "Mon, 19 Apr 2021 07:33:33 GMT",
1993
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.22",
1994
+ "version": "9.0.0-alpha.22",
1995
+ "comments": {
1996
+ "none": [
1997
+ {
1998
+ "comment": "Remove unneeded react-app-polyfill devDependency",
1999
+ "author": "elcraig@microsoft.com",
2000
+ "commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
2001
+ "package": "@fluentui/react-provider"
2002
+ }
2003
+ ]
2004
+ }
2005
+ },
2006
+ {
2007
+ "date": "Fri, 16 Apr 2021 18:08:21 GMT",
2008
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.22",
2009
+ "version": "9.0.0-alpha.22",
2010
+ "comments": {
2011
+ "prerelease": [
2012
+ {
2013
+ "comment": "Use targetDocument for ThemeProvider",
2014
+ "author": "lingfan.gao@microsoft.com",
2015
+ "commit": "202f547fef3255f5c59ff4ad912c67b4978ef457",
2016
+ "package": "@fluentui/react-provider"
2017
+ }
2018
+ ]
2019
+ }
2020
+ },
2021
+ {
2022
+ "date": "Fri, 16 Apr 2021 07:32:08 GMT",
2023
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.21",
2024
+ "version": "9.0.0-alpha.21",
2025
+ "comments": {
2026
+ "prerelease": [
2027
+ {
2028
+ "comment": "Add TooltipProvider to FluentProvider",
2029
+ "author": "behowell@microsoft.com",
2030
+ "commit": "cd0cdb18546e8f62d07a5807f77ccd6cc16c23d5",
2031
+ "package": "@fluentui/react-provider"
2032
+ }
2033
+ ]
2034
+ }
2035
+ },
2036
+ {
2037
+ "date": "Wed, 14 Apr 2021 07:34:12 GMT",
2038
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.20",
2039
+ "version": "9.0.0-alpha.20",
2040
+ "comments": {
2041
+ "prerelease": [
2042
+ {
2043
+ "comment": "Updates snapshot tests",
2044
+ "author": "bsunderhus@microsoft.com",
2045
+ "commit": "1b2e9185653032fed3dce7d3a919f8d6e95550c7",
2046
+ "package": "@fluentui/react-provider"
2047
+ }
2048
+ ]
2049
+ }
2050
+ },
2051
+ {
2052
+ "date": "Thu, 08 Apr 2021 07:33:06 GMT",
2053
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.19",
2054
+ "version": "9.0.0-alpha.19",
2055
+ "comments": {
2056
+ "prerelease": [
2057
+ {
2058
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.8",
2059
+ "author": "Humberto.Morimoto@microsoft.com",
2060
+ "commit": "25e841e469f1a7b33278f8a5dccd2f7865b3a557",
2061
+ "package": "@fluentui/react-provider"
2062
+ }
2063
+ ]
2064
+ }
2065
+ },
2066
+ {
2067
+ "date": "Thu, 01 Apr 2021 20:13:37 GMT",
2068
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.18",
2069
+ "version": "9.0.0-alpha.18",
2070
+ "comments": {
2071
+ "prerelease": [
2072
+ {
2073
+ "comment": "Change react-focus-management to react-tabster",
2074
+ "author": "bsunderhus@microsoft.com",
2075
+ "commit": "dec60bc3ea87901ff8c2c52989301ae8f4229721",
2076
+ "package": "@fluentui/react-provider"
2077
+ }
2078
+ ]
2079
+ }
2080
+ },
2081
+ {
2082
+ "date": "Wed, 31 Mar 2021 00:53:43 GMT",
2083
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.17",
2084
+ "version": "9.0.0-alpha.17",
2085
+ "comments": {
2086
+ "prerelease": [
2087
+ {
2088
+ "comment": "mergeProps was updated to improve type checking; use compat layer until type errors can be fixed",
2089
+ "author": "behowell@microsoft.com",
2090
+ "commit": "e45eeaba8deb93e825a9d3f72e87a9c4c9225ea1",
2091
+ "package": "@fluentui/react-provider"
2092
+ }
2093
+ ],
2094
+ "patch": [
2095
+ {
2096
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.0",
2097
+ "author": "elcraig@microsoft.com",
2098
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2099
+ "package": "@fluentui/react-provider"
2100
+ },
2101
+ {
2102
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
2103
+ "author": "elcraig@microsoft.com",
2104
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2105
+ "package": "@fluentui/react-provider"
2106
+ },
2107
+ {
2108
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2109
+ "author": "elcraig@microsoft.com",
2110
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2111
+ "package": "@fluentui/react-provider"
2112
+ }
2113
+ ]
2114
+ }
2115
+ },
2116
+ {
2117
+ "date": "Tue, 30 Mar 2021 07:34:45 GMT",
2118
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.16",
2119
+ "version": "9.0.0-alpha.16",
2120
+ "comments": {
2121
+ "prerelease": [
2122
+ {
2123
+ "comment": "Lift FluentProvider context to react-shared-contexts",
2124
+ "author": "bsunderhus@microsoft.com",
2125
+ "commit": "0e497f76bceee79ee6f15524b9903a9eda653c44",
2126
+ "package": "@fluentui/react-provider"
2127
+ },
2128
+ {
2129
+ "comment": "chore: restore \"sideEffects\" to enable treeshaking",
2130
+ "author": "olfedias@microsoft.com",
2131
+ "commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3",
2132
+ "package": "@fluentui/react-provider"
2133
+ }
2134
+ ]
2135
+ }
2136
+ },
2137
+ {
2138
+ "date": "Fri, 26 Mar 2021 07:32:34 GMT",
2139
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.15",
2140
+ "version": "9.0.0-alpha.15",
2141
+ "comments": {
2142
+ "prerelease": [
2143
+ {
2144
+ "comment": "Bump @fluentui/react-focus-management to v9.0.0-alpha.11",
2145
+ "author": "lingfan.gao@microsoft.com",
2146
+ "commit": "8b5295e082e07dbe428bff7b9548c80c338f07c8",
2147
+ "package": "@fluentui/react-provider"
2148
+ }
2149
+ ]
2150
+ }
2151
+ },
2152
+ {
2153
+ "date": "Thu, 25 Mar 2021 07:33:24 GMT",
2154
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.14",
2155
+ "version": "9.0.0-alpha.14",
2156
+ "comments": {
2157
+ "prerelease": [
2158
+ {
2159
+ "comment": "Bump @fluentui/react-focus-management to v9.0.0-alpha.10",
2160
+ "author": "lingfan.gao@microsoft.com",
2161
+ "commit": "31b7b0d625e40f818d33c5df0890b584caaf0e6c",
2162
+ "package": "@fluentui/react-provider"
2163
+ }
2164
+ ]
2165
+ }
2166
+ },
2167
+ {
2168
+ "date": "Tue, 23 Mar 2021 07:31:43 GMT",
2169
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.13",
2170
+ "version": "9.0.0-alpha.13",
2171
+ "comments": {
2172
+ "prerelease": [
2173
+ {
2174
+ "comment": "Bump @fluentui/react-focus-management to v9.0.0-alpha.9",
2175
+ "author": "lingfan.gao@microsoft.com",
2176
+ "commit": "fc0d87258337229e59ec1c1fec87dc91193858f1",
2177
+ "package": "@fluentui/react-provider"
2178
+ }
2179
+ ]
2180
+ }
2181
+ },
2182
+ {
2183
+ "date": "Mon, 22 Mar 2021 07:34:09 GMT",
2184
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.12",
2185
+ "version": "9.0.0-alpha.12",
2186
+ "comments": {
2187
+ "none": [
2188
+ {
2189
+ "comment": "Bump @fluentui/react-focus-management to v9.0.0-alpha.8",
2190
+ "author": "martinhochel@microsoft.com",
2191
+ "commit": "25c4ce7c54a2a65d3db4e5f2b13785468b669329",
2192
+ "package": "@fluentui/react-provider"
2193
+ }
2194
+ ]
2195
+ }
2196
+ },
2197
+ {
2198
+ "date": "Thu, 18 Mar 2021 20:15:34 GMT",
2199
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.12",
2200
+ "version": "9.0.0-alpha.12",
2201
+ "comments": {
2202
+ "prerelease": [
2203
+ {
2204
+ "comment": "Bump @fluentui/react-focus-management to v9.0.0-alpha.8",
2205
+ "author": "lingfan.gao@microsoft.com",
2206
+ "commit": "165259181dd79866dc7ae5fa57c10a0f209d668f",
2207
+ "package": "@fluentui/react-provider"
2208
+ }
2209
+ ]
2210
+ }
2211
+ },
2212
+ {
2213
+ "date": "Wed, 17 Mar 2021 07:35:44 GMT",
2214
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.11",
2215
+ "version": "9.0.0-alpha.11",
2216
+ "comments": {
2217
+ "none": [
2218
+ {
2219
+ "comment": "Bump @fluentui/react-focus-management to v9.0.0-alpha.7",
2220
+ "author": "olfedias@microsoft.com",
2221
+ "commit": "51902da6d01f0e9a790ca686e32eb94b31ecf733",
2222
+ "package": "@fluentui/react-provider"
2223
+ }
2224
+ ]
2225
+ }
2226
+ },
2227
+ {
2228
+ "date": "Tue, 16 Mar 2021 07:32:44 GMT",
2229
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.11",
2230
+ "version": "9.0.0-alpha.11",
2231
+ "comments": {
2232
+ "prerelease": [
2233
+ {
2234
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.11",
2235
+ "author": "elcraig@microsoft.com",
2236
+ "commit": "8bbe3d16c5c00716dfcbafa6d693437b8d090da3",
2237
+ "package": "@fluentui/react-provider"
2238
+ }
2239
+ ]
2240
+ }
2241
+ },
2242
+ {
2243
+ "date": "Mon, 15 Mar 2021 07:36:20 GMT",
2244
+ "tag": "@fluentui/react-provider_v9.0.0-alpha.10",
2245
+ "version": "9.0.0-alpha.10",
2246
+ "comments": {
2247
+ "prerelease": [
2248
+ {
2249
+ "comment": "Remove set-version references",
2250
+ "author": "elcraig@microsoft.com",
2251
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2252
+ "package": "@fluentui/react-provider"
2253
+ }
2254
+ ],
2255
+ "none": [
2256
+ {
2257
+ "comment": "Remove unneeded scripts",
2258
+ "author": "elcraig@microsoft.com",
2259
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2260
+ "package": "@fluentui/react-provider"
2261
+ },
2262
+ {
2263
+ "comment": "Bump @fluentui/react-focus-management to v9.0.0-alpha.7",
2264
+ "author": "elcraig@microsoft.com",
2265
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2266
+ "package": "@fluentui/react-provider"
2267
+ },
2268
+ {
2269
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.6",
2270
+ "author": "elcraig@microsoft.com",
2271
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2272
+ "package": "@fluentui/react-provider"
2273
+ },
2274
+ {
2275
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.10",
2276
+ "author": "elcraig@microsoft.com",
2277
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2278
+ "package": "@fluentui/react-provider"
2279
+ },
2280
+ {
2281
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.8",
2282
+ "author": "elcraig@microsoft.com",
2283
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2284
+ "package": "@fluentui/react-provider"
2285
+ }
2286
+ ]
2287
+ }
2288
+ },
2289
+ {
2290
+ "date": "Fri, 12 Mar 2021 20:04:27 GMT",
6
2291
  "tag": "@fluentui/react-provider_v9.0.0-alpha.9",
7
2292
  "version": "9.0.0-alpha.9",
8
2293
  "comments": {