@fluentui/react-shared-contexts 9.0.0-alpha.8 → 9.0.0-beta.3

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