@fluentui/react-shared-contexts 9.0.0-alpha.9 → 9.0.0-beta.4

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 (144) hide show
  1. package/CHANGELOG.json +575 -1
  2. package/CHANGELOG.md +211 -2
  3. package/dist/react-shared-contexts.d.ts +5 -8
  4. package/lib/MenuContext/MenuContext.d.ts +1 -1
  5. package/lib/MenuContext/MenuContext.js +3 -3
  6. package/lib/MenuContext/MenuContext.js.map +1 -1
  7. package/lib/MenuContext/index.js.map +1 -1
  8. package/lib/MenuContext/types.d.ts +1 -4
  9. package/lib/MenuContext/types.js.map +1 -1
  10. package/lib/MenuContext.js.map +1 -1
  11. package/lib/ProviderContext/ProviderContext.d.ts +1 -1
  12. package/lib/ProviderContext/ProviderContext.js +4 -4
  13. package/lib/ProviderContext/ProviderContext.js.map +1 -1
  14. package/lib/ProviderContext/ProviderContext.types.js.map +1 -1
  15. package/lib/ProviderContext/index.js.map +1 -1
  16. package/lib/ProviderContext.js.map +1 -1
  17. package/lib/ThemeClassNameContext/ThemeClassNameContext.d.ts +2 -1
  18. package/lib/ThemeClassNameContext/ThemeClassNameContext.js +4 -2
  19. package/lib/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -1
  20. package/lib/ThemeClassNameContext/index.js.map +1 -1
  21. package/lib/ThemeClassNameContext.js.map +1 -1
  22. package/lib/ThemeContext/ThemeContext.d.ts +1 -1
  23. package/lib/ThemeContext/ThemeContext.js +2 -2
  24. package/lib/ThemeContext/ThemeContext.js.map +1 -1
  25. package/lib/ThemeContext/ThemeContext.types.d.ts +1 -1
  26. package/lib/ThemeContext/ThemeContext.types.js.map +1 -1
  27. package/lib/ThemeContext/index.js.map +1 -1
  28. package/lib/ThemeContext.js.map +1 -1
  29. package/lib/TooltipContext/TooltipContext.d.ts +0 -2
  30. package/lib/TooltipContext/TooltipContext.js +2 -2
  31. package/lib/TooltipContext/TooltipContext.js.map +1 -1
  32. package/lib/TooltipContext/index.js.map +1 -1
  33. package/lib/TooltipContext.js.map +1 -1
  34. package/lib/index.js.map +1 -1
  35. package/lib/tsdoc-metadata.json +1 -1
  36. package/lib-commonjs/MenuContext/MenuContext.d.ts +1 -1
  37. package/lib-commonjs/MenuContext/MenuContext.js +12 -5
  38. package/lib-commonjs/MenuContext/MenuContext.js.map +1 -1
  39. package/lib-commonjs/MenuContext/index.js +8 -2
  40. package/lib-commonjs/MenuContext/index.js.map +1 -1
  41. package/lib-commonjs/MenuContext/types.d.ts +1 -4
  42. package/lib-commonjs/MenuContext/types.js +4 -1
  43. package/lib-commonjs/MenuContext/types.js.map +1 -1
  44. package/lib-commonjs/MenuContext.js +7 -2
  45. package/lib-commonjs/MenuContext.js.map +1 -1
  46. package/lib-commonjs/ProviderContext/ProviderContext.d.ts +1 -1
  47. package/lib-commonjs/ProviderContext/ProviderContext.js +13 -6
  48. package/lib-commonjs/ProviderContext/ProviderContext.js.map +1 -1
  49. package/lib-commonjs/ProviderContext/ProviderContext.types.js +4 -1
  50. package/lib-commonjs/ProviderContext/ProviderContext.types.js.map +1 -1
  51. package/lib-commonjs/ProviderContext/index.js +8 -2
  52. package/lib-commonjs/ProviderContext/index.js.map +1 -1
  53. package/lib-commonjs/ProviderContext.js +7 -2
  54. package/lib-commonjs/ProviderContext.js.map +1 -1
  55. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.d.ts +2 -1
  56. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js +12 -4
  57. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -1
  58. package/lib-commonjs/ThemeClassNameContext/index.js +7 -2
  59. package/lib-commonjs/ThemeClassNameContext/index.js.map +1 -1
  60. package/lib-commonjs/ThemeClassNameContext.js +7 -2
  61. package/lib-commonjs/ThemeClassNameContext.js.map +1 -1
  62. package/lib-commonjs/ThemeContext/ThemeContext.d.ts +1 -1
  63. package/lib-commonjs/ThemeContext/ThemeContext.js +11 -4
  64. package/lib-commonjs/ThemeContext/ThemeContext.js.map +1 -1
  65. package/lib-commonjs/ThemeContext/ThemeContext.types.d.ts +1 -1
  66. package/lib-commonjs/ThemeContext/ThemeContext.types.js +4 -1
  67. package/lib-commonjs/ThemeContext/ThemeContext.types.js.map +1 -1
  68. package/lib-commonjs/ThemeContext/index.js +8 -2
  69. package/lib-commonjs/ThemeContext/index.js.map +1 -1
  70. package/lib-commonjs/ThemeContext.js +7 -2
  71. package/lib-commonjs/ThemeContext.js.map +1 -1
  72. package/lib-commonjs/TooltipContext/TooltipContext.d.ts +0 -2
  73. package/lib-commonjs/TooltipContext/TooltipContext.js +9 -4
  74. package/lib-commonjs/TooltipContext/TooltipContext.js.map +1 -1
  75. package/lib-commonjs/TooltipContext/index.js +7 -2
  76. package/lib-commonjs/TooltipContext/index.js.map +1 -1
  77. package/lib-commonjs/TooltipContext.js +7 -2
  78. package/lib-commonjs/TooltipContext.js.map +1 -1
  79. package/lib-commonjs/index.js +11 -2
  80. package/lib-commonjs/index.js.map +1 -1
  81. package/package.json +7 -7
  82. package/config/api-extractor.json +0 -3
  83. package/config/tests.js +0 -6
  84. package/etc/react-shared-contexts.api.md +0 -64
  85. package/just.config.ts +0 -3
  86. package/lib-amd/MenuContext/MenuContext.d.ts +0 -4
  87. package/lib-amd/MenuContext/MenuContext.js +0 -11
  88. package/lib-amd/MenuContext/MenuContext.js.map +0 -1
  89. package/lib-amd/MenuContext/index.d.ts +0 -2
  90. package/lib-amd/MenuContext/index.js +0 -7
  91. package/lib-amd/MenuContext/index.js.map +0 -1
  92. package/lib-amd/MenuContext/types.d.ts +0 -9
  93. package/lib-amd/MenuContext/types.js +0 -5
  94. package/lib-amd/MenuContext/types.js.map +0 -1
  95. package/lib-amd/MenuContext.d.ts +0 -1
  96. package/lib-amd/MenuContext.js +0 -6
  97. package/lib-amd/MenuContext.js.map +0 -1
  98. package/lib-amd/ProviderContext/ProviderContext.d.ts +0 -4
  99. package/lib-amd/ProviderContext/ProviderContext.js +0 -14
  100. package/lib-amd/ProviderContext/ProviderContext.js.map +0 -1
  101. package/lib-amd/ProviderContext/ProviderContext.types.d.ts +0 -6
  102. package/lib-amd/ProviderContext/ProviderContext.types.js +0 -5
  103. package/lib-amd/ProviderContext/ProviderContext.types.js.map +0 -1
  104. package/lib-amd/ProviderContext/index.d.ts +0 -2
  105. package/lib-amd/ProviderContext/index.js +0 -7
  106. package/lib-amd/ProviderContext/index.js.map +0 -1
  107. package/lib-amd/ProviderContext.d.ts +0 -1
  108. package/lib-amd/ProviderContext.js +0 -6
  109. package/lib-amd/ProviderContext.js.map +0 -1
  110. package/lib-amd/ThemeClassNameContext/ThemeClassNameContext.d.ts +0 -11
  111. package/lib-amd/ThemeClassNameContext/ThemeClassNameContext.js +0 -19
  112. package/lib-amd/ThemeClassNameContext/ThemeClassNameContext.js.map +0 -1
  113. package/lib-amd/ThemeClassNameContext/index.d.ts +0 -1
  114. package/lib-amd/ThemeClassNameContext/index.js +0 -6
  115. package/lib-amd/ThemeClassNameContext/index.js.map +0 -1
  116. package/lib-amd/ThemeClassNameContext.d.ts +0 -1
  117. package/lib-amd/ThemeClassNameContext.js +0 -6
  118. package/lib-amd/ThemeClassNameContext.js.map +0 -1
  119. package/lib-amd/ThemeContext/ThemeContext.d.ts +0 -4
  120. package/lib-amd/ThemeContext/ThemeContext.js +0 -11
  121. package/lib-amd/ThemeContext/ThemeContext.js.map +0 -1
  122. package/lib-amd/ThemeContext/ThemeContext.types.d.ts +0 -3
  123. package/lib-amd/ThemeContext/ThemeContext.types.js +0 -5
  124. package/lib-amd/ThemeContext/ThemeContext.types.js.map +0 -1
  125. package/lib-amd/ThemeContext/index.d.ts +0 -2
  126. package/lib-amd/ThemeContext/index.js +0 -7
  127. package/lib-amd/ThemeContext/index.js.map +0 -1
  128. package/lib-amd/ThemeContext.d.ts +0 -1
  129. package/lib-amd/ThemeContext.js +0 -6
  130. package/lib-amd/ThemeContext.js.map +0 -1
  131. package/lib-amd/TooltipContext/TooltipContext.d.ts +0 -19
  132. package/lib-amd/TooltipContext/TooltipContext.js +0 -11
  133. package/lib-amd/TooltipContext/TooltipContext.js.map +0 -1
  134. package/lib-amd/TooltipContext/index.d.ts +0 -1
  135. package/lib-amd/TooltipContext/index.js +0 -6
  136. package/lib-amd/TooltipContext/index.js.map +0 -1
  137. package/lib-amd/TooltipContext.d.ts +0 -1
  138. package/lib-amd/TooltipContext.js +0 -6
  139. package/lib-amd/TooltipContext.js.map +0 -1
  140. package/lib-amd/index.d.ts +0 -5
  141. package/lib-amd/index.js +0 -10
  142. package/lib-amd/index.js.map +0 -1
  143. package/src/ProviderContext/ProviderContext.types.ts +0 -7
  144. package/src/ThemeContext/ThemeContext.types.ts +0 -3
package/CHANGELOG.json CHANGED
@@ -2,7 +2,581 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 12 May 2021 07:33:00 GMT",
5
+ "date": "Thu, 25 Nov 2021 08:31:34 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-beta.4",
7
+ "version": "9.0.0-beta.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-shared-contexts",
13
+ "commit": "ba05e3ba0a8fec662323e2e39e628cf015dae3ef",
14
+ "comment": "update tooling configs"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-shared-contexts",
21
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
22
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Fri, 12 Nov 2021 13:25:32 GMT",
29
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-beta.3",
30
+ "version": "9.0.0-beta.3",
31
+ "comments": {
32
+ "prerelease": [
33
+ {
34
+ "author": "gcox@microsoft.com",
35
+ "package": "@fluentui/react-shared-contexts",
36
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
37
+ "comment": "Updated beta and RC components to ES2019"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-shared-contexts",
42
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
43
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
44
+ }
45
+ ],
46
+ "none": [
47
+ {
48
+ "author": "lingfangao@hotmail.com",
49
+ "package": "@fluentui/react-shared-contexts",
50
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
51
+ "comment": "Remove beta release tag"
52
+ }
53
+ ]
54
+ }
55
+ },
56
+ {
57
+ "date": "Wed, 27 Oct 2021 12:14:24 GMT",
58
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-beta.2",
59
+ "version": "9.0.0-beta.2",
60
+ "comments": {
61
+ "prerelease": [
62
+ {
63
+ "author": "beachball",
64
+ "package": "@fluentui/react-shared-contexts",
65
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
66
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
67
+ }
68
+ ]
69
+ }
70
+ },
71
+ {
72
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
73
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-beta.1",
74
+ "version": "9.0.0-beta.1",
75
+ "comments": {
76
+ "prerelease": [
77
+ {
78
+ "author": "lingfangao@hotmail.com",
79
+ "package": "@fluentui/react-shared-contexts",
80
+ "comment": "Bump all v9 components to beta prerelease tag",
81
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
82
+ },
83
+ {
84
+ "author": "beachball",
85
+ "package": "@fluentui/react-shared-contexts",
86
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
87
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
88
+ }
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
94
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.28",
95
+ "version": "9.0.0-alpha.28",
96
+ "comments": {
97
+ "prerelease": [
98
+ {
99
+ "author": "lingfangao@hotmail.com",
100
+ "package": "@fluentui/react-shared-contexts",
101
+ "comment": "Bump v9 prerelease versions to rerelease",
102
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
103
+ },
104
+ {
105
+ "author": "beachball",
106
+ "package": "@fluentui/react-shared-contexts",
107
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.26",
108
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
109
+ }
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
115
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.26",
116
+ "version": "9.0.0-alpha.26",
117
+ "comments": {
118
+ "prerelease": [
119
+ {
120
+ "author": "beachball",
121
+ "package": "@fluentui/react-shared-contexts",
122
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.24",
123
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
124
+ }
125
+ ]
126
+ }
127
+ },
128
+ {
129
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
130
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.25",
131
+ "version": "9.0.0-alpha.25",
132
+ "comments": {
133
+ "none": [
134
+ {
135
+ "author": "elcraig@microsoft.com",
136
+ "package": "@fluentui/react-shared-contexts",
137
+ "comment": "Remove unnecessary docCategory tags",
138
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
139
+ }
140
+ ],
141
+ "prerelease": [
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-shared-contexts",
145
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.23",
146
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
147
+ }
148
+ ]
149
+ }
150
+ },
151
+ {
152
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
153
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.24",
154
+ "version": "9.0.0-alpha.24",
155
+ "comments": {
156
+ "none": [
157
+ {
158
+ "author": "lingfangao@hotmail.com",
159
+ "package": "@fluentui/react-shared-contexts",
160
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
161
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
162
+ },
163
+ {
164
+ "author": "lingfangao@hotmail.com",
165
+ "package": "@fluentui/react-shared-contexts",
166
+ "comment": "chore(react-shared-context): Remove unnecessary dev dependency",
167
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
168
+ },
169
+ {
170
+ "author": "lingfangao@hotmail.com",
171
+ "package": "@fluentui/react-shared-contexts",
172
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
173
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.24"
174
+ }
175
+ ]
176
+ }
177
+ },
178
+ {
179
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
180
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.24",
181
+ "version": "9.0.0-alpha.24",
182
+ "comments": {
183
+ "prerelease": [
184
+ {
185
+ "author": "lingfangao@hotmail.com",
186
+ "package": "@fluentui/react-shared-contexts",
187
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
188
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
189
+ }
190
+ ]
191
+ }
192
+ },
193
+ {
194
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
195
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.23",
196
+ "version": "9.0.0-alpha.23",
197
+ "comments": {
198
+ "prerelease": [
199
+ {
200
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
201
+ "author": "dzearing@hotmail.com",
202
+ "commit": "4eec618fe480b129e08914b1f091a8509af60379",
203
+ "package": "@fluentui/react-shared-contexts"
204
+ }
205
+ ],
206
+ "none": [
207
+ {
208
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
209
+ "author": "dzearing@hotmail.com",
210
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
211
+ "package": "@fluentui/react-shared-contexts"
212
+ },
213
+ {
214
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.22",
215
+ "author": "dzearing@hotmail.com",
216
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
217
+ "package": "@fluentui/react-shared-contexts"
218
+ },
219
+ {
220
+ "comment": "Bump @fluentui/test-utilities to v8.0.8",
221
+ "author": "dzearing@hotmail.com",
222
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
223
+ "package": "@fluentui/react-shared-contexts"
224
+ },
225
+ {
226
+ "comment": "Bump @fluentui/scripts to v1.0.0",
227
+ "author": "dzearing@hotmail.com",
228
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
229
+ "package": "@fluentui/react-shared-contexts"
230
+ }
231
+ ]
232
+ }
233
+ },
234
+ {
235
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
236
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.22",
237
+ "version": "9.0.0-alpha.22",
238
+ "comments": {
239
+ "prerelease": [
240
+ {
241
+ "comment": "Update .npmignore",
242
+ "author": "elcraig@microsoft.com",
243
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
244
+ "package": "@fluentui/react-shared-contexts"
245
+ }
246
+ ],
247
+ "none": [
248
+ {
249
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
250
+ "author": "behowell@microsoft.com",
251
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
252
+ "package": "@fluentui/react-shared-contexts"
253
+ },
254
+ {
255
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.21",
256
+ "author": "elcraig@microsoft.com",
257
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
258
+ "package": "@fluentui/react-shared-contexts"
259
+ },
260
+ {
261
+ "comment": "Bump @fluentui/test-utilities to v8.0.8",
262
+ "author": "behowell@microsoft.com",
263
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
264
+ "package": "@fluentui/react-shared-contexts"
265
+ },
266
+ {
267
+ "comment": "Bump @fluentui/scripts to v1.0.0",
268
+ "author": "behowell@microsoft.com",
269
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
270
+ "package": "@fluentui/react-shared-contexts"
271
+ }
272
+ ]
273
+ }
274
+ },
275
+ {
276
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
277
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.21",
278
+ "version": "9.0.0-alpha.21",
279
+ "comments": {
280
+ "prerelease": [
281
+ {
282
+ "comment": "create type for ThemeClassNameContext value and export it",
283
+ "author": "olfedias@microsoft.com",
284
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
285
+ "package": "@fluentui/react-shared-contexts"
286
+ }
287
+ ]
288
+ }
289
+ },
290
+ {
291
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
292
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.20",
293
+ "version": "9.0.0-alpha.20",
294
+ "comments": {
295
+ "patch": [
296
+ {
297
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
298
+ "author": "behowell@microsoft.com",
299
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
300
+ "package": "@fluentui/react-shared-contexts"
301
+ },
302
+ {
303
+ "comment": "Bump @fluentui/test-utilities to v8.0.8",
304
+ "author": "behowell@microsoft.com",
305
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
306
+ "package": "@fluentui/react-shared-contexts"
307
+ },
308
+ {
309
+ "comment": "Bump @fluentui/scripts to v1.0.0",
310
+ "author": "behowell@microsoft.com",
311
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
312
+ "package": "@fluentui/react-shared-contexts"
313
+ }
314
+ ]
315
+ }
316
+ },
317
+ {
318
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
319
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.19",
320
+ "version": "9.0.0-alpha.19",
321
+ "comments": {
322
+ "prerelease": [
323
+ {
324
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.19",
325
+ "author": "miroslav.stastny@microsoft.com",
326
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
327
+ "package": "@fluentui/react-shared-contexts"
328
+ }
329
+ ]
330
+ }
331
+ },
332
+ {
333
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
334
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.18",
335
+ "version": "9.0.0-alpha.18",
336
+ "comments": {
337
+ "prerelease": [
338
+ {
339
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.18",
340
+ "author": "miroslav.stastny@microsoft.com",
341
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
342
+ "package": "@fluentui/react-shared-contexts"
343
+ }
344
+ ]
345
+ }
346
+ },
347
+ {
348
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
349
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.17",
350
+ "version": "9.0.0-alpha.17",
351
+ "comments": {
352
+ "none": [
353
+ {
354
+ "comment": "migrate to new DX",
355
+ "author": "olfedias@microsoft.com",
356
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
357
+ "package": "@fluentui/react-shared-contexts"
358
+ }
359
+ ]
360
+ }
361
+ },
362
+ {
363
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
364
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.17",
365
+ "version": "9.0.0-alpha.17",
366
+ "comments": {
367
+ "patch": [
368
+ {
369
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
370
+ "author": "martinhochel@microsoft.com",
371
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
372
+ "package": "@fluentui/react-shared-contexts"
373
+ },
374
+ {
375
+ "comment": "Bump @fluentui/test-utilities to v8.0.7",
376
+ "author": "martinhochel@microsoft.com",
377
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
378
+ "package": "@fluentui/react-shared-contexts"
379
+ },
380
+ {
381
+ "comment": "Bump @fluentui/scripts to v1.0.0",
382
+ "author": "martinhochel@microsoft.com",
383
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
384
+ "package": "@fluentui/react-shared-contexts"
385
+ }
386
+ ]
387
+ }
388
+ },
389
+ {
390
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
391
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.16",
392
+ "version": "9.0.0-alpha.16",
393
+ "comments": {
394
+ "prerelease": [
395
+ {
396
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.16",
397
+ "author": "miroslav.stastny@microsoft.com",
398
+ "commit": "7222c057ece8a528431a1860223d9d920685f975",
399
+ "package": "@fluentui/react-shared-contexts"
400
+ }
401
+ ]
402
+ }
403
+ },
404
+ {
405
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
406
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.15",
407
+ "version": "9.0.0-alpha.15",
408
+ "comments": {
409
+ "none": [
410
+ {
411
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.15",
412
+ "author": "miroslav.stastny@microsoft.com",
413
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
414
+ "package": "@fluentui/react-shared-contexts"
415
+ }
416
+ ]
417
+ }
418
+ },
419
+ {
420
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
421
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.15",
422
+ "version": "9.0.0-alpha.15",
423
+ "comments": {
424
+ "patch": [
425
+ {
426
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
427
+ "author": "martinhochel@microsoft.com",
428
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
429
+ "package": "@fluentui/react-shared-contexts"
430
+ },
431
+ {
432
+ "comment": "Bump @fluentui/test-utilities to v8.0.6",
433
+ "author": "martinhochel@microsoft.com",
434
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
435
+ "package": "@fluentui/react-shared-contexts"
436
+ },
437
+ {
438
+ "comment": "Bump @fluentui/scripts to v1.0.0",
439
+ "author": "martinhochel@microsoft.com",
440
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
441
+ "package": "@fluentui/react-shared-contexts"
442
+ }
443
+ ]
444
+ }
445
+ },
446
+ {
447
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
448
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.14",
449
+ "version": "9.0.0-alpha.14",
450
+ "comments": {
451
+ "prerelease": [
452
+ {
453
+ "comment": "Modifying MinimalMenuProps target prop to only be React.Ref<HTMLElement> instead of React.Ref<HTMLElement | undefined>.",
454
+ "author": "Humberto.Morimoto@microsoft.com",
455
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
456
+ "package": "@fluentui/react-shared-contexts"
457
+ }
458
+ ]
459
+ }
460
+ },
461
+ {
462
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
463
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.13",
464
+ "version": "9.0.0-alpha.13",
465
+ "comments": {
466
+ "prerelease": [
467
+ {
468
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.14",
469
+ "author": "miroslav.stastny@microsoft.com",
470
+ "commit": "32aed1a91b19ac1beb161a7a2ab43e78b51f53d1",
471
+ "package": "@fluentui/react-shared-contexts"
472
+ }
473
+ ]
474
+ }
475
+ },
476
+ {
477
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
478
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
479
+ "version": "9.0.0-alpha.12",
480
+ "comments": {
481
+ "none": [
482
+ {
483
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
484
+ "author": "olfedias@microsoft.com",
485
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
486
+ "package": "@fluentui/react-shared-contexts"
487
+ }
488
+ ]
489
+ }
490
+ },
491
+ {
492
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
493
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
494
+ "version": "9.0.0-alpha.12",
495
+ "comments": {
496
+ "none": [
497
+ {
498
+ "comment": "enable Jest aliases",
499
+ "author": "olfedias@microsoft.com",
500
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
501
+ "package": "@fluentui/react-shared-contexts"
502
+ }
503
+ ]
504
+ }
505
+ },
506
+ {
507
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
508
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
509
+ "version": "9.0.0-alpha.12",
510
+ "comments": {
511
+ "none": [
512
+ {
513
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.13",
514
+ "author": "miroslav.stastny@microsoft.com",
515
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
516
+ "package": "@fluentui/react-shared-contexts"
517
+ }
518
+ ]
519
+ }
520
+ },
521
+ {
522
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
523
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
524
+ "version": "9.0.0-alpha.12",
525
+ "comments": {
526
+ "patch": [
527
+ {
528
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
529
+ "author": "elcraig@microsoft.com",
530
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
531
+ "package": "@fluentui/react-shared-contexts"
532
+ },
533
+ {
534
+ "comment": "Bump @fluentui/test-utilities to v8.0.5",
535
+ "author": "elcraig@microsoft.com",
536
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
537
+ "package": "@fluentui/react-shared-contexts"
538
+ },
539
+ {
540
+ "comment": "Bump @fluentui/scripts to v1.0.0",
541
+ "author": "elcraig@microsoft.com",
542
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
543
+ "package": "@fluentui/react-shared-contexts"
544
+ }
545
+ ]
546
+ }
547
+ },
548
+ {
549
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
550
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.11",
551
+ "version": "9.0.0-alpha.11",
552
+ "comments": {
553
+ "prerelease": [
554
+ {
555
+ "comment": "chore: add more Babel plugins",
556
+ "author": "olfedias@microsoft.com",
557
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
558
+ "package": "@fluentui/react-shared-contexts"
559
+ }
560
+ ]
561
+ }
562
+ },
563
+ {
564
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
565
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.10",
566
+ "version": "9.0.0-alpha.10",
567
+ "comments": {
568
+ "prerelease": [
569
+ {
570
+ "comment": "set null as default value for ThemeContext",
571
+ "author": "olfedias@microsoft.com",
572
+ "commit": "d1d73e5ea7be50ad93077fad7d3b05af4db1cc94",
573
+ "package": "@fluentui/react-shared-contexts"
574
+ }
575
+ ]
576
+ }
577
+ },
578
+ {
579
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
6
580
  "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.9",
7
581
  "version": "9.0.0-alpha.9",
8
582
  "comments": {