@fluentui/react-shared-contexts 9.0.0-alpha.7 → 9.0.0-nightly.f81b28ceb3.1

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