@fluentui/react-provider 9.0.0-alpha.8 → 9.0.0-alpha.83

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