@fluentui/react-shared-contexts 9.0.0-alpha.7 → 9.0.0-beta.2

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