@fluentui/react-shared-contexts 0.0.0-nightly-20220302-0405.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.
- package/CHANGELOG.json +1073 -0
- package/CHANGELOG.md +407 -0
- package/LICENSE +15 -0
- package/README.md +7 -0
- package/dist/react-shared-contexts.d.ts +61 -0
- package/lib/MenuContext/MenuContext.d.ts +4 -0
- package/lib/MenuContext/MenuContext.js +6 -0
- package/lib/MenuContext/MenuContext.js.map +1 -0
- package/lib/MenuContext/index.d.ts +2 -0
- package/lib/MenuContext/index.js +3 -0
- package/lib/MenuContext/index.js.map +1 -0
- package/lib/MenuContext/types.d.ts +6 -0
- package/lib/MenuContext/types.js +2 -0
- package/lib/MenuContext/types.js.map +1 -0
- package/lib/MenuContext.d.ts +1 -0
- package/lib/MenuContext.js +2 -0
- package/lib/MenuContext.js.map +1 -0
- package/lib/ProviderContext/ProviderContext.d.ts +4 -0
- package/lib/ProviderContext/ProviderContext.js +9 -0
- package/lib/ProviderContext/ProviderContext.js.map +1 -0
- package/lib/ProviderContext/ProviderContext.types.d.ts +6 -0
- package/lib/ProviderContext/ProviderContext.types.js +2 -0
- package/lib/ProviderContext/ProviderContext.types.js.map +1 -0
- package/lib/ProviderContext/index.d.ts +2 -0
- package/lib/ProviderContext/index.js +3 -0
- package/lib/ProviderContext/index.js.map +1 -0
- package/lib/ProviderContext.d.ts +1 -0
- package/lib/ProviderContext.js +2 -0
- package/lib/ProviderContext.js.map +1 -0
- package/lib/ThemeClassNameContext/ThemeClassNameContext.d.ts +12 -0
- package/lib/ThemeClassNameContext/ThemeClassNameContext.js +16 -0
- package/lib/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -0
- package/lib/ThemeClassNameContext/index.d.ts +1 -0
- package/lib/ThemeClassNameContext/index.js +2 -0
- package/lib/ThemeClassNameContext/index.js.map +1 -0
- package/lib/ThemeClassNameContext.d.ts +1 -0
- package/lib/ThemeClassNameContext.js +2 -0
- package/lib/ThemeClassNameContext.js.map +1 -0
- package/lib/ThemeContext/ThemeContext.d.ts +4 -0
- package/lib/ThemeContext/ThemeContext.js +6 -0
- package/lib/ThemeContext/ThemeContext.js.map +1 -0
- package/lib/ThemeContext/index.d.ts +1 -0
- package/lib/ThemeContext/index.js +2 -0
- package/lib/ThemeContext/index.js.map +1 -0
- package/lib/ThemeContext.d.ts +1 -0
- package/lib/ThemeContext.js +2 -0
- package/lib/ThemeContext.js.map +1 -0
- package/lib/TooltipContext/TooltipContext.d.ts +17 -0
- package/lib/TooltipContext/TooltipContext.js +7 -0
- package/lib/TooltipContext/TooltipContext.js.map +1 -0
- package/lib/TooltipContext/index.d.ts +1 -0
- package/lib/TooltipContext/index.js +2 -0
- package/lib/TooltipContext/index.js.map +1 -0
- package/lib/TooltipContext.d.ts +1 -0
- package/lib/TooltipContext.js +2 -0
- package/lib/TooltipContext.js.map +1 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -0
- package/lib/index.js.map +1 -0
- package/lib/tsdoc-metadata.json +11 -0
- package/lib-commonjs/MenuContext/MenuContext.d.ts +4 -0
- package/lib-commonjs/MenuContext/MenuContext.js +17 -0
- package/lib-commonjs/MenuContext/MenuContext.js.map +1 -0
- package/lib-commonjs/MenuContext/index.d.ts +2 -0
- package/lib-commonjs/MenuContext/index.js +12 -0
- package/lib-commonjs/MenuContext/index.js.map +1 -0
- package/lib-commonjs/MenuContext/types.d.ts +6 -0
- package/lib-commonjs/MenuContext/types.js +6 -0
- package/lib-commonjs/MenuContext/types.js.map +1 -0
- package/lib-commonjs/MenuContext.d.ts +1 -0
- package/lib-commonjs/MenuContext.js +10 -0
- package/lib-commonjs/MenuContext.js.map +1 -0
- package/lib-commonjs/ProviderContext/ProviderContext.d.ts +4 -0
- package/lib-commonjs/ProviderContext/ProviderContext.js +20 -0
- package/lib-commonjs/ProviderContext/ProviderContext.js.map +1 -0
- package/lib-commonjs/ProviderContext/ProviderContext.types.d.ts +6 -0
- package/lib-commonjs/ProviderContext/ProviderContext.types.js +6 -0
- package/lib-commonjs/ProviderContext/ProviderContext.types.js.map +1 -0
- package/lib-commonjs/ProviderContext/index.d.ts +2 -0
- package/lib-commonjs/ProviderContext/index.js +12 -0
- package/lib-commonjs/ProviderContext/index.js.map +1 -0
- package/lib-commonjs/ProviderContext.d.ts +1 -0
- package/lib-commonjs/ProviderContext.js +10 -0
- package/lib-commonjs/ProviderContext.js.map +1 -0
- package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.d.ts +12 -0
- package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js +26 -0
- package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -0
- package/lib-commonjs/ThemeClassNameContext/index.d.ts +1 -0
- package/lib-commonjs/ThemeClassNameContext/index.js +10 -0
- package/lib-commonjs/ThemeClassNameContext/index.js.map +1 -0
- package/lib-commonjs/ThemeClassNameContext.d.ts +1 -0
- package/lib-commonjs/ThemeClassNameContext.js +10 -0
- package/lib-commonjs/ThemeClassNameContext.js.map +1 -0
- package/lib-commonjs/ThemeContext/ThemeContext.d.ts +4 -0
- package/lib-commonjs/ThemeContext/ThemeContext.js +17 -0
- package/lib-commonjs/ThemeContext/ThemeContext.js.map +1 -0
- package/lib-commonjs/ThemeContext/index.d.ts +1 -0
- package/lib-commonjs/ThemeContext/index.js +10 -0
- package/lib-commonjs/ThemeContext/index.js.map +1 -0
- package/lib-commonjs/ThemeContext.d.ts +1 -0
- package/lib-commonjs/ThemeContext.js +10 -0
- package/lib-commonjs/ThemeContext.js.map +1 -0
- package/lib-commonjs/TooltipContext/TooltipContext.d.ts +17 -0
- package/lib-commonjs/TooltipContext/TooltipContext.js +15 -0
- package/lib-commonjs/TooltipContext/TooltipContext.js.map +1 -0
- package/lib-commonjs/TooltipContext/index.d.ts +1 -0
- package/lib-commonjs/TooltipContext/index.js +10 -0
- package/lib-commonjs/TooltipContext/index.js.map +1 -0
- package/lib-commonjs/TooltipContext.d.ts +1 -0
- package/lib-commonjs/TooltipContext.js +10 -0
- package/lib-commonjs/TooltipContext.js.map +1 -0
- package/lib-commonjs/index.d.ts +5 -0
- package/lib-commonjs/index.js +18 -0
- package/lib-commonjs/index.js.map +1 -0
- package/package.json +52 -0
package/CHANGELOG.json
ADDED
@@ -0,0 +1,1073 @@
|
|
1
|
+
{
|
2
|
+
"name": "@fluentui/react-shared-contexts",
|
3
|
+
"entries": [
|
4
|
+
{
|
5
|
+
"date": "Wed, 02 Mar 2022 04:14:57 GMT",
|
6
|
+
"tag": "@fluentui/react-shared-contexts_v0.0.0-nightly-20220302-0405.1",
|
7
|
+
"version": "0.0.0-nightly-20220302-0405.1",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "email not defined",
|
12
|
+
"package": "@fluentui/react-shared-contexts",
|
13
|
+
"commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec",
|
14
|
+
"comment": "Release nightly v9"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-shared-contexts",
|
19
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220302-0405.1",
|
20
|
+
"commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Fri, 18 Feb 2022 13:35:34 GMT",
|
27
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.3",
|
28
|
+
"version": "9.0.0-rc.3",
|
29
|
+
"comments": {
|
30
|
+
"prerelease": [
|
31
|
+
{
|
32
|
+
"author": "lingfangao@hotmail.com",
|
33
|
+
"package": "@fluentui/react-shared-contexts",
|
34
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
35
|
+
"comment": "fix: Source maps contain original source code"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"author": "beachball",
|
39
|
+
"package": "@fluentui/react-shared-contexts",
|
40
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
|
41
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
42
|
+
}
|
43
|
+
]
|
44
|
+
}
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"date": "Thu, 10 Feb 2022 08:50:48 GMT",
|
48
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.1",
|
49
|
+
"version": "9.0.0-rc.1",
|
50
|
+
"comments": {
|
51
|
+
"prerelease": [
|
52
|
+
{
|
53
|
+
"author": "martinhochel@microsoft.com",
|
54
|
+
"package": "@fluentui/react-shared-contexts",
|
55
|
+
"commit": "ecfe4c4fdc306e9c484706f28457f440f55d3684",
|
56
|
+
"comment": "make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "behowell@microsoft.com",
|
60
|
+
"package": "@fluentui/react-shared-contexts",
|
61
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
62
|
+
"comment": "Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "lingfangao@hotmail.com",
|
66
|
+
"package": "@fluentui/react-shared-contexts",
|
67
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
68
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "beachball",
|
72
|
+
"package": "@fluentui/react-shared-contexts",
|
73
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
|
74
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
75
|
+
}
|
76
|
+
],
|
77
|
+
"none": [
|
78
|
+
{
|
79
|
+
"author": "olfedias@microsoft.com",
|
80
|
+
"package": "@fluentui/react-shared-contexts",
|
81
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
82
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
83
|
+
}
|
84
|
+
]
|
85
|
+
}
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"date": "Thu, 25 Nov 2021 08:34:16 GMT",
|
89
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-beta.4",
|
90
|
+
"version": "9.0.0-beta.4",
|
91
|
+
"comments": {
|
92
|
+
"none": [
|
93
|
+
{
|
94
|
+
"author": "olfedias@microsoft.com",
|
95
|
+
"package": "@fluentui/react-shared-contexts",
|
96
|
+
"commit": "ba05e3ba0a8fec662323e2e39e628cf015dae3ef",
|
97
|
+
"comment": "update tooling configs"
|
98
|
+
}
|
99
|
+
],
|
100
|
+
"prerelease": [
|
101
|
+
{
|
102
|
+
"author": "beachball",
|
103
|
+
"package": "@fluentui/react-shared-contexts",
|
104
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
105
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
106
|
+
}
|
107
|
+
]
|
108
|
+
}
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"date": "Fri, 12 Nov 2021 13:25:32 GMT",
|
112
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-beta.3",
|
113
|
+
"version": "9.0.0-beta.3",
|
114
|
+
"comments": {
|
115
|
+
"prerelease": [
|
116
|
+
{
|
117
|
+
"author": "gcox@microsoft.com",
|
118
|
+
"package": "@fluentui/react-shared-contexts",
|
119
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
120
|
+
"comment": "Updated beta and RC components to ES2019"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"author": "beachball",
|
124
|
+
"package": "@fluentui/react-shared-contexts",
|
125
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
|
126
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
127
|
+
}
|
128
|
+
],
|
129
|
+
"none": [
|
130
|
+
{
|
131
|
+
"author": "lingfangao@hotmail.com",
|
132
|
+
"package": "@fluentui/react-shared-contexts",
|
133
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
134
|
+
"comment": "Remove beta release tag"
|
135
|
+
}
|
136
|
+
]
|
137
|
+
}
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"date": "Wed, 27 Oct 2021 12:14:24 GMT",
|
141
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-beta.2",
|
142
|
+
"version": "9.0.0-beta.2",
|
143
|
+
"comments": {
|
144
|
+
"prerelease": [
|
145
|
+
{
|
146
|
+
"author": "beachball",
|
147
|
+
"package": "@fluentui/react-shared-contexts",
|
148
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
|
149
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
150
|
+
}
|
151
|
+
]
|
152
|
+
}
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"date": "Wed, 06 Oct 2021 10:37:22 GMT",
|
156
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-beta.1",
|
157
|
+
"version": "9.0.0-beta.1",
|
158
|
+
"comments": {
|
159
|
+
"prerelease": [
|
160
|
+
{
|
161
|
+
"author": "lingfangao@hotmail.com",
|
162
|
+
"package": "@fluentui/react-shared-contexts",
|
163
|
+
"comment": "Bump all v9 components to beta prerelease tag",
|
164
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"author": "beachball",
|
168
|
+
"package": "@fluentui/react-shared-contexts",
|
169
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
|
170
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
171
|
+
}
|
172
|
+
]
|
173
|
+
}
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"date": "Fri, 01 Oct 2021 14:13:08 GMT",
|
177
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.28",
|
178
|
+
"version": "9.0.0-alpha.28",
|
179
|
+
"comments": {
|
180
|
+
"prerelease": [
|
181
|
+
{
|
182
|
+
"author": "lingfangao@hotmail.com",
|
183
|
+
"package": "@fluentui/react-shared-contexts",
|
184
|
+
"comment": "Bump v9 prerelease versions to rerelease",
|
185
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"author": "beachball",
|
189
|
+
"package": "@fluentui/react-shared-contexts",
|
190
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.26",
|
191
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
192
|
+
}
|
193
|
+
]
|
194
|
+
}
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"date": "Wed, 29 Sep 2021 08:06:11 GMT",
|
198
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.26",
|
199
|
+
"version": "9.0.0-alpha.26",
|
200
|
+
"comments": {
|
201
|
+
"prerelease": [
|
202
|
+
{
|
203
|
+
"author": "beachball",
|
204
|
+
"package": "@fluentui/react-shared-contexts",
|
205
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.24",
|
206
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
207
|
+
}
|
208
|
+
]
|
209
|
+
}
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"date": "Tue, 21 Sep 2021 07:42:34 GMT",
|
213
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.25",
|
214
|
+
"version": "9.0.0-alpha.25",
|
215
|
+
"comments": {
|
216
|
+
"none": [
|
217
|
+
{
|
218
|
+
"author": "elcraig@microsoft.com",
|
219
|
+
"package": "@fluentui/react-shared-contexts",
|
220
|
+
"comment": "Remove unnecessary docCategory tags",
|
221
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
222
|
+
}
|
223
|
+
],
|
224
|
+
"prerelease": [
|
225
|
+
{
|
226
|
+
"author": "beachball",
|
227
|
+
"package": "@fluentui/react-shared-contexts",
|
228
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.23",
|
229
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
230
|
+
}
|
231
|
+
]
|
232
|
+
}
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"date": "Mon, 20 Sep 2021 07:36:26 GMT",
|
236
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.24",
|
237
|
+
"version": "9.0.0-alpha.24",
|
238
|
+
"comments": {
|
239
|
+
"none": [
|
240
|
+
{
|
241
|
+
"author": "lingfangao@hotmail.com",
|
242
|
+
"package": "@fluentui/react-shared-contexts",
|
243
|
+
"comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
|
244
|
+
"commit": "b8a304770f77c0353553a152dad34421070400a6"
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"author": "lingfangao@hotmail.com",
|
248
|
+
"package": "@fluentui/react-shared-contexts",
|
249
|
+
"comment": "chore(react-shared-context): Remove unnecessary dev dependency",
|
250
|
+
"commit": "b8a304770f77c0353553a152dad34421070400a6"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"author": "lingfangao@hotmail.com",
|
254
|
+
"package": "@fluentui/react-shared-contexts",
|
255
|
+
"commit": "b8a304770f77c0353553a152dad34421070400a6",
|
256
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.24"
|
257
|
+
}
|
258
|
+
]
|
259
|
+
}
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"date": "Fri, 10 Sep 2021 16:31:53 GMT",
|
263
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.24",
|
264
|
+
"version": "9.0.0-alpha.24",
|
265
|
+
"comments": {
|
266
|
+
"prerelease": [
|
267
|
+
{
|
268
|
+
"author": "lingfangao@hotmail.com",
|
269
|
+
"package": "@fluentui/react-shared-contexts",
|
270
|
+
"comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
|
271
|
+
"commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
|
272
|
+
}
|
273
|
+
]
|
274
|
+
}
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"date": "Tue, 24 Aug 2021 07:34:48 GMT",
|
278
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.23",
|
279
|
+
"version": "9.0.0-alpha.23",
|
280
|
+
"comments": {
|
281
|
+
"prerelease": [
|
282
|
+
{
|
283
|
+
"comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
|
284
|
+
"author": "dzearing@hotmail.com",
|
285
|
+
"commit": "4eec618fe480b129e08914b1f091a8509af60379",
|
286
|
+
"package": "@fluentui/react-shared-contexts"
|
287
|
+
}
|
288
|
+
],
|
289
|
+
"none": [
|
290
|
+
{
|
291
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.4.1",
|
292
|
+
"author": "dzearing@hotmail.com",
|
293
|
+
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
|
294
|
+
"package": "@fluentui/react-shared-contexts"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.22",
|
298
|
+
"author": "dzearing@hotmail.com",
|
299
|
+
"commit": "789a3733b128569190319fce3fe2b46900b24896",
|
300
|
+
"package": "@fluentui/react-shared-contexts"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.8",
|
304
|
+
"author": "dzearing@hotmail.com",
|
305
|
+
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
|
306
|
+
"package": "@fluentui/react-shared-contexts"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
310
|
+
"author": "dzearing@hotmail.com",
|
311
|
+
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
|
312
|
+
"package": "@fluentui/react-shared-contexts"
|
313
|
+
}
|
314
|
+
]
|
315
|
+
}
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"date": "Fri, 20 Aug 2021 07:37:28 GMT",
|
319
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.22",
|
320
|
+
"version": "9.0.0-alpha.22",
|
321
|
+
"comments": {
|
322
|
+
"prerelease": [
|
323
|
+
{
|
324
|
+
"comment": "Update .npmignore",
|
325
|
+
"author": "elcraig@microsoft.com",
|
326
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
327
|
+
"package": "@fluentui/react-shared-contexts"
|
328
|
+
}
|
329
|
+
],
|
330
|
+
"none": [
|
331
|
+
{
|
332
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.4.0",
|
333
|
+
"author": "behowell@microsoft.com",
|
334
|
+
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
|
335
|
+
"package": "@fluentui/react-shared-contexts"
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.21",
|
339
|
+
"author": "elcraig@microsoft.com",
|
340
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
341
|
+
"package": "@fluentui/react-shared-contexts"
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.8",
|
345
|
+
"author": "behowell@microsoft.com",
|
346
|
+
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
|
347
|
+
"package": "@fluentui/react-shared-contexts"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
351
|
+
"author": "behowell@microsoft.com",
|
352
|
+
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
|
353
|
+
"package": "@fluentui/react-shared-contexts"
|
354
|
+
}
|
355
|
+
]
|
356
|
+
}
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"date": "Fri, 13 Aug 2021 07:36:34 GMT",
|
360
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.21",
|
361
|
+
"version": "9.0.0-alpha.21",
|
362
|
+
"comments": {
|
363
|
+
"prerelease": [
|
364
|
+
{
|
365
|
+
"comment": "create type for ThemeClassNameContext value and export it",
|
366
|
+
"author": "olfedias@microsoft.com",
|
367
|
+
"commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
|
368
|
+
"package": "@fluentui/react-shared-contexts"
|
369
|
+
}
|
370
|
+
]
|
371
|
+
}
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"date": "Tue, 03 Aug 2021 07:39:30 GMT",
|
375
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.20",
|
376
|
+
"version": "9.0.0-alpha.20",
|
377
|
+
"comments": {
|
378
|
+
"patch": [
|
379
|
+
{
|
380
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.3",
|
381
|
+
"author": "behowell@microsoft.com",
|
382
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
383
|
+
"package": "@fluentui/react-shared-contexts"
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.8",
|
387
|
+
"author": "behowell@microsoft.com",
|
388
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
389
|
+
"package": "@fluentui/react-shared-contexts"
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
393
|
+
"author": "behowell@microsoft.com",
|
394
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
395
|
+
"package": "@fluentui/react-shared-contexts"
|
396
|
+
}
|
397
|
+
]
|
398
|
+
}
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"date": "Mon, 26 Jul 2021 07:37:30 GMT",
|
402
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.19",
|
403
|
+
"version": "9.0.0-alpha.19",
|
404
|
+
"comments": {
|
405
|
+
"prerelease": [
|
406
|
+
{
|
407
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.19",
|
408
|
+
"author": "miroslav.stastny@microsoft.com",
|
409
|
+
"commit": "aa570c511fdcef015696f07182af8bb251311406",
|
410
|
+
"package": "@fluentui/react-shared-contexts"
|
411
|
+
}
|
412
|
+
]
|
413
|
+
}
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"date": "Fri, 23 Jul 2021 07:38:19 GMT",
|
417
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.18",
|
418
|
+
"version": "9.0.0-alpha.18",
|
419
|
+
"comments": {
|
420
|
+
"prerelease": [
|
421
|
+
{
|
422
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.18",
|
423
|
+
"author": "miroslav.stastny@microsoft.com",
|
424
|
+
"commit": "5d812148593dc574a6f3a343a5657614b4d10456",
|
425
|
+
"package": "@fluentui/react-shared-contexts"
|
426
|
+
}
|
427
|
+
]
|
428
|
+
}
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"date": "Tue, 20 Jul 2021 22:23:17 GMT",
|
432
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.17",
|
433
|
+
"version": "9.0.0-alpha.17",
|
434
|
+
"comments": {
|
435
|
+
"none": [
|
436
|
+
{
|
437
|
+
"comment": "migrate to new DX",
|
438
|
+
"author": "olfedias@microsoft.com",
|
439
|
+
"commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
|
440
|
+
"package": "@fluentui/react-shared-contexts"
|
441
|
+
}
|
442
|
+
]
|
443
|
+
}
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"date": "Fri, 09 Jul 2021 07:39:31 GMT",
|
447
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.17",
|
448
|
+
"version": "9.0.0-alpha.17",
|
449
|
+
"comments": {
|
450
|
+
"patch": [
|
451
|
+
{
|
452
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.2",
|
453
|
+
"author": "martinhochel@microsoft.com",
|
454
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
455
|
+
"package": "@fluentui/react-shared-contexts"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.7",
|
459
|
+
"author": "martinhochel@microsoft.com",
|
460
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
461
|
+
"package": "@fluentui/react-shared-contexts"
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
465
|
+
"author": "martinhochel@microsoft.com",
|
466
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
467
|
+
"package": "@fluentui/react-shared-contexts"
|
468
|
+
}
|
469
|
+
]
|
470
|
+
}
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"date": "Fri, 02 Jul 2021 07:37:06 GMT",
|
474
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.16",
|
475
|
+
"version": "9.0.0-alpha.16",
|
476
|
+
"comments": {
|
477
|
+
"prerelease": [
|
478
|
+
{
|
479
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.16",
|
480
|
+
"author": "miroslav.stastny@microsoft.com",
|
481
|
+
"commit": "7222c057ece8a528431a1860223d9d920685f975",
|
482
|
+
"package": "@fluentui/react-shared-contexts"
|
483
|
+
}
|
484
|
+
]
|
485
|
+
}
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"date": "Mon, 21 Jun 2021 07:34:33 GMT",
|
489
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.15",
|
490
|
+
"version": "9.0.0-alpha.15",
|
491
|
+
"comments": {
|
492
|
+
"none": [
|
493
|
+
{
|
494
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.15",
|
495
|
+
"author": "miroslav.stastny@microsoft.com",
|
496
|
+
"commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
|
497
|
+
"package": "@fluentui/react-shared-contexts"
|
498
|
+
}
|
499
|
+
]
|
500
|
+
}
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"date": "Mon, 07 Jun 2021 07:38:15 GMT",
|
504
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.15",
|
505
|
+
"version": "9.0.0-alpha.15",
|
506
|
+
"comments": {
|
507
|
+
"patch": [
|
508
|
+
{
|
509
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.1",
|
510
|
+
"author": "martinhochel@microsoft.com",
|
511
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
512
|
+
"package": "@fluentui/react-shared-contexts"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.6",
|
516
|
+
"author": "martinhochel@microsoft.com",
|
517
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
518
|
+
"package": "@fluentui/react-shared-contexts"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
522
|
+
"author": "martinhochel@microsoft.com",
|
523
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
524
|
+
"package": "@fluentui/react-shared-contexts"
|
525
|
+
}
|
526
|
+
]
|
527
|
+
}
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"date": "Fri, 04 Jun 2021 07:37:23 GMT",
|
531
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.14",
|
532
|
+
"version": "9.0.0-alpha.14",
|
533
|
+
"comments": {
|
534
|
+
"prerelease": [
|
535
|
+
{
|
536
|
+
"comment": "Modifying MinimalMenuProps target prop to only be React.Ref<HTMLElement> instead of React.Ref<HTMLElement | undefined>.",
|
537
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
538
|
+
"commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
|
539
|
+
"package": "@fluentui/react-shared-contexts"
|
540
|
+
}
|
541
|
+
]
|
542
|
+
}
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"date": "Thu, 03 Jun 2021 07:36:03 GMT",
|
546
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.13",
|
547
|
+
"version": "9.0.0-alpha.13",
|
548
|
+
"comments": {
|
549
|
+
"prerelease": [
|
550
|
+
{
|
551
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.14",
|
552
|
+
"author": "miroslav.stastny@microsoft.com",
|
553
|
+
"commit": "32aed1a91b19ac1beb161a7a2ab43e78b51f53d1",
|
554
|
+
"package": "@fluentui/react-shared-contexts"
|
555
|
+
}
|
556
|
+
]
|
557
|
+
}
|
558
|
+
},
|
559
|
+
{
|
560
|
+
"date": "Tue, 01 Jun 2021 07:31:58 GMT",
|
561
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
|
562
|
+
"version": "9.0.0-alpha.12",
|
563
|
+
"comments": {
|
564
|
+
"none": [
|
565
|
+
{
|
566
|
+
"comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
|
567
|
+
"author": "olfedias@microsoft.com",
|
568
|
+
"commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
|
569
|
+
"package": "@fluentui/react-shared-contexts"
|
570
|
+
}
|
571
|
+
]
|
572
|
+
}
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"date": "Fri, 28 May 2021 07:33:57 GMT",
|
576
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
|
577
|
+
"version": "9.0.0-alpha.12",
|
578
|
+
"comments": {
|
579
|
+
"none": [
|
580
|
+
{
|
581
|
+
"comment": "enable Jest aliases",
|
582
|
+
"author": "olfedias@microsoft.com",
|
583
|
+
"commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
|
584
|
+
"package": "@fluentui/react-shared-contexts"
|
585
|
+
}
|
586
|
+
]
|
587
|
+
}
|
588
|
+
},
|
589
|
+
{
|
590
|
+
"date": "Fri, 21 May 2021 07:34:54 GMT",
|
591
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
|
592
|
+
"version": "9.0.0-alpha.12",
|
593
|
+
"comments": {
|
594
|
+
"none": [
|
595
|
+
{
|
596
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.13",
|
597
|
+
"author": "miroslav.stastny@microsoft.com",
|
598
|
+
"commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
|
599
|
+
"package": "@fluentui/react-shared-contexts"
|
600
|
+
}
|
601
|
+
]
|
602
|
+
}
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"date": "Thu, 20 May 2021 07:41:54 GMT",
|
606
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
|
607
|
+
"version": "9.0.0-alpha.12",
|
608
|
+
"comments": {
|
609
|
+
"patch": [
|
610
|
+
{
|
611
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.0",
|
612
|
+
"author": "elcraig@microsoft.com",
|
613
|
+
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
|
614
|
+
"package": "@fluentui/react-shared-contexts"
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.5",
|
618
|
+
"author": "elcraig@microsoft.com",
|
619
|
+
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
|
620
|
+
"package": "@fluentui/react-shared-contexts"
|
621
|
+
},
|
622
|
+
{
|
623
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
624
|
+
"author": "elcraig@microsoft.com",
|
625
|
+
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
|
626
|
+
"package": "@fluentui/react-shared-contexts"
|
627
|
+
}
|
628
|
+
]
|
629
|
+
}
|
630
|
+
},
|
631
|
+
{
|
632
|
+
"date": "Wed, 19 May 2021 07:34:20 GMT",
|
633
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.11",
|
634
|
+
"version": "9.0.0-alpha.11",
|
635
|
+
"comments": {
|
636
|
+
"prerelease": [
|
637
|
+
{
|
638
|
+
"comment": "chore: add more Babel plugins",
|
639
|
+
"author": "olfedias@microsoft.com",
|
640
|
+
"commit": "975140887c6ad2391f8db63003ed440239ec9c25",
|
641
|
+
"package": "@fluentui/react-shared-contexts"
|
642
|
+
}
|
643
|
+
]
|
644
|
+
}
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"date": "Thu, 13 May 2021 07:36:55 GMT",
|
648
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.10",
|
649
|
+
"version": "9.0.0-alpha.10",
|
650
|
+
"comments": {
|
651
|
+
"prerelease": [
|
652
|
+
{
|
653
|
+
"comment": "set null as default value for ThemeContext",
|
654
|
+
"author": "olfedias@microsoft.com",
|
655
|
+
"commit": "d1d73e5ea7be50ad93077fad7d3b05af4db1cc94",
|
656
|
+
"package": "@fluentui/react-shared-contexts"
|
657
|
+
}
|
658
|
+
]
|
659
|
+
}
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"date": "Wed, 12 May 2021 07:36:20 GMT",
|
663
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.9",
|
664
|
+
"version": "9.0.0-alpha.9",
|
665
|
+
"comments": {
|
666
|
+
"prerelease": [
|
667
|
+
{
|
668
|
+
"comment": "Add TooltipContext and TooltipManager interface",
|
669
|
+
"author": "behowell@microsoft.com",
|
670
|
+
"commit": "e0b7d62f54c1b6e7ff8847ec60307ebac692ff7e",
|
671
|
+
"package": "@fluentui/react-shared-contexts"
|
672
|
+
}
|
673
|
+
]
|
674
|
+
}
|
675
|
+
},
|
676
|
+
{
|
677
|
+
"date": "Fri, 30 Apr 2021 07:42:23 GMT",
|
678
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.8",
|
679
|
+
"version": "9.0.0-alpha.8",
|
680
|
+
"comments": {
|
681
|
+
"prerelease": [
|
682
|
+
{
|
683
|
+
"comment": "Upgrade to ts 4.0",
|
684
|
+
"author": "joschect@microsoft.com",
|
685
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
686
|
+
"package": "@fluentui/react-shared-contexts"
|
687
|
+
}
|
688
|
+
],
|
689
|
+
"patch": [
|
690
|
+
{
|
691
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.2.0",
|
692
|
+
"author": "joschect@microsoft.com",
|
693
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
694
|
+
"package": "@fluentui/react-shared-contexts"
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.4",
|
698
|
+
"author": "joschect@microsoft.com",
|
699
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
700
|
+
"package": "@fluentui/react-shared-contexts"
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
704
|
+
"author": "joschect@microsoft.com",
|
705
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
706
|
+
"package": "@fluentui/react-shared-contexts"
|
707
|
+
}
|
708
|
+
]
|
709
|
+
}
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"date": "Fri, 23 Apr 2021 07:37:10 GMT",
|
713
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.7",
|
714
|
+
"version": "9.0.0-alpha.7",
|
715
|
+
"comments": {
|
716
|
+
"patch": [
|
717
|
+
{
|
718
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.1.1",
|
719
|
+
"author": "olfedias@microsoft.com",
|
720
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
721
|
+
"package": "@fluentui/react-shared-contexts"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.3",
|
725
|
+
"author": "olfedias@microsoft.com",
|
726
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
727
|
+
"package": "@fluentui/react-shared-contexts"
|
728
|
+
},
|
729
|
+
{
|
730
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
731
|
+
"author": "olfedias@microsoft.com",
|
732
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
733
|
+
"package": "@fluentui/react-shared-contexts"
|
734
|
+
}
|
735
|
+
]
|
736
|
+
}
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"date": "Tue, 20 Apr 2021 07:31:35 GMT",
|
740
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.6",
|
741
|
+
"version": "9.0.0-alpha.6",
|
742
|
+
"comments": {
|
743
|
+
"prerelease": [
|
744
|
+
{
|
745
|
+
"comment": "Rename internal document to targetDocument",
|
746
|
+
"author": "lingfan.gao@microsoft.com",
|
747
|
+
"commit": "01e2e2ce7b042308c503e642a1bb94ff371b7dd1",
|
748
|
+
"package": "@fluentui/react-shared-contexts"
|
749
|
+
}
|
750
|
+
]
|
751
|
+
}
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"date": "Mon, 19 Apr 2021 07:33:33 GMT",
|
755
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.5",
|
756
|
+
"version": "9.0.0-alpha.5",
|
757
|
+
"comments": {
|
758
|
+
"none": [
|
759
|
+
{
|
760
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.8",
|
761
|
+
"author": "elcraig@microsoft.com",
|
762
|
+
"commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
|
763
|
+
"package": "@fluentui/react-shared-contexts"
|
764
|
+
}
|
765
|
+
]
|
766
|
+
}
|
767
|
+
},
|
768
|
+
{
|
769
|
+
"date": "Fri, 16 Apr 2021 18:08:21 GMT",
|
770
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.5",
|
771
|
+
"version": "9.0.0-alpha.5",
|
772
|
+
"comments": {
|
773
|
+
"prerelease": [
|
774
|
+
{
|
775
|
+
"comment": "Add ThemeClassNameContext for CSS variable class",
|
776
|
+
"author": "lingfan.gao@microsoft.com",
|
777
|
+
"commit": "202f547fef3255f5c59ff4ad912c67b4978ef457",
|
778
|
+
"package": "@fluentui/react-shared-contexts"
|
779
|
+
}
|
780
|
+
]
|
781
|
+
}
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"date": "Thu, 08 Apr 2021 07:33:06 GMT",
|
785
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.4",
|
786
|
+
"version": "9.0.0-alpha.4",
|
787
|
+
"comments": {
|
788
|
+
"prerelease": [
|
789
|
+
{
|
790
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.8",
|
791
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
792
|
+
"commit": "25e841e469f1a7b33278f8a5dccd2f7865b3a557",
|
793
|
+
"package": "@fluentui/react-shared-contexts"
|
794
|
+
}
|
795
|
+
]
|
796
|
+
}
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"date": "Wed, 31 Mar 2021 00:53:43 GMT",
|
800
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.3",
|
801
|
+
"version": "9.0.0-alpha.3",
|
802
|
+
"comments": {
|
803
|
+
"patch": [
|
804
|
+
{
|
805
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.1.0",
|
806
|
+
"author": "elcraig@microsoft.com",
|
807
|
+
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
|
808
|
+
"package": "@fluentui/react-shared-contexts"
|
809
|
+
},
|
810
|
+
{
|
811
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.2",
|
812
|
+
"author": "elcraig@microsoft.com",
|
813
|
+
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
|
814
|
+
"package": "@fluentui/react-shared-contexts"
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
818
|
+
"author": "elcraig@microsoft.com",
|
819
|
+
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
|
820
|
+
"package": "@fluentui/react-shared-contexts"
|
821
|
+
}
|
822
|
+
]
|
823
|
+
}
|
824
|
+
},
|
825
|
+
{
|
826
|
+
"date": "Tue, 30 Mar 2021 07:34:45 GMT",
|
827
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.2",
|
828
|
+
"version": "9.0.0-alpha.2",
|
829
|
+
"comments": {
|
830
|
+
"prerelease": [
|
831
|
+
{
|
832
|
+
"comment": "chore: restore \"sideEffects\" to enable treeshaking",
|
833
|
+
"author": "olfedias@microsoft.com",
|
834
|
+
"commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3",
|
835
|
+
"package": "@fluentui/react-shared-contexts"
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"comment": "Lifts ThemeContext and FluentProviderContext to react-shared-contexts",
|
839
|
+
"author": "bsunderhus@microsoft.com",
|
840
|
+
"commit": "0e497f76bceee79ee6f15524b9903a9eda653c44",
|
841
|
+
"package": "@fluentui/react-shared-contexts"
|
842
|
+
}
|
843
|
+
]
|
844
|
+
}
|
845
|
+
},
|
846
|
+
{
|
847
|
+
"date": "Mon, 15 Mar 2021 07:36:20 GMT",
|
848
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.11",
|
849
|
+
"version": "1.0.0-beta.11",
|
850
|
+
"comments": {
|
851
|
+
"prerelease": [
|
852
|
+
{
|
853
|
+
"comment": "Remove set-version references",
|
854
|
+
"author": "elcraig@microsoft.com",
|
855
|
+
"commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
|
856
|
+
"package": "@fluentui/react-shared-contexts"
|
857
|
+
}
|
858
|
+
],
|
859
|
+
"none": [
|
860
|
+
{
|
861
|
+
"comment": "Remove unneeded scripts",
|
862
|
+
"author": "elcraig@microsoft.com",
|
863
|
+
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
|
864
|
+
"package": "@fluentui/react-shared-contexts"
|
865
|
+
},
|
866
|
+
{
|
867
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.1",
|
868
|
+
"author": "elcraig@microsoft.com",
|
869
|
+
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
|
870
|
+
"package": "@fluentui/react-shared-contexts"
|
871
|
+
}
|
872
|
+
]
|
873
|
+
}
|
874
|
+
},
|
875
|
+
{
|
876
|
+
"date": "Fri, 26 Feb 2021 01:16:27 GMT",
|
877
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.10",
|
878
|
+
"version": "1.0.0-beta.10",
|
879
|
+
"comments": {
|
880
|
+
"prerelease": [
|
881
|
+
{
|
882
|
+
"comment": "Update references to major-bumped packages",
|
883
|
+
"author": "elcraig@microsoft.com",
|
884
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
885
|
+
"package": "@fluentui/react-shared-contexts"
|
886
|
+
}
|
887
|
+
],
|
888
|
+
"patch": [
|
889
|
+
{
|
890
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.0.1",
|
891
|
+
"author": "elcraig@microsoft.com",
|
892
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
893
|
+
"package": "@fluentui/react-shared-contexts"
|
894
|
+
},
|
895
|
+
{
|
896
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
897
|
+
"author": "elcraig@microsoft.com",
|
898
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
899
|
+
"package": "@fluentui/react-shared-contexts"
|
900
|
+
},
|
901
|
+
{
|
902
|
+
"comment": "Bump @fluentui/set-version to v8.0.1",
|
903
|
+
"author": "elcraig@microsoft.com",
|
904
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
905
|
+
"package": "@fluentui/react-shared-contexts"
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.1",
|
909
|
+
"author": "elcraig@microsoft.com",
|
910
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
911
|
+
"package": "@fluentui/react-shared-contexts"
|
912
|
+
}
|
913
|
+
]
|
914
|
+
}
|
915
|
+
},
|
916
|
+
{
|
917
|
+
"date": "Mon, 22 Feb 2021 12:26:22 GMT",
|
918
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.9",
|
919
|
+
"version": "1.0.0-beta.9",
|
920
|
+
"comments": {
|
921
|
+
"prerelease": [
|
922
|
+
{
|
923
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.0-beta.9",
|
924
|
+
"author": "elcraig@microsoft.com",
|
925
|
+
"commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
|
926
|
+
"package": "@fluentui/react-shared-contexts"
|
927
|
+
}
|
928
|
+
]
|
929
|
+
}
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"date": "Thu, 18 Feb 2021 19:38:50 GMT",
|
933
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.8",
|
934
|
+
"version": "1.0.0-beta.8",
|
935
|
+
"comments": {
|
936
|
+
"prerelease": [
|
937
|
+
{
|
938
|
+
"comment": "Allow React 17 in peerDependencies",
|
939
|
+
"author": "elcraig@microsoft.com",
|
940
|
+
"commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
|
941
|
+
"package": "@fluentui/react-shared-contexts"
|
942
|
+
}
|
943
|
+
]
|
944
|
+
}
|
945
|
+
},
|
946
|
+
{
|
947
|
+
"date": "Thu, 18 Feb 2021 12:27:34 GMT",
|
948
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.7",
|
949
|
+
"version": "1.0.0-beta.7",
|
950
|
+
"comments": {
|
951
|
+
"prerelease": [
|
952
|
+
{
|
953
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.0-beta.7",
|
954
|
+
"author": "elcraig@microsoft.com",
|
955
|
+
"commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
|
956
|
+
"package": "@fluentui/react-shared-contexts"
|
957
|
+
}
|
958
|
+
]
|
959
|
+
}
|
960
|
+
},
|
961
|
+
{
|
962
|
+
"date": "Wed, 17 Feb 2021 12:21:39 GMT",
|
963
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.6",
|
964
|
+
"version": "1.0.0-beta.6",
|
965
|
+
"comments": {
|
966
|
+
"none": [
|
967
|
+
{
|
968
|
+
"comment": "chore: apply single version policy on jest",
|
969
|
+
"author": "martinhochel@microsoft.com",
|
970
|
+
"commit": "0de01d003589b5e2f166bc070729dca20125a091",
|
971
|
+
"package": "@fluentui/react-shared-contexts"
|
972
|
+
}
|
973
|
+
]
|
974
|
+
}
|
975
|
+
},
|
976
|
+
{
|
977
|
+
"date": "Mon, 15 Feb 2021 12:22:00 GMT",
|
978
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.6",
|
979
|
+
"version": "1.0.0-beta.6",
|
980
|
+
"comments": {
|
981
|
+
"prerelease": [
|
982
|
+
{
|
983
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.0-beta.6",
|
984
|
+
"author": "xgao@microsoft.com",
|
985
|
+
"commit": "d5a5a4f26ce900b3e1b3c0f6c46a17c2e3430439",
|
986
|
+
"package": "@fluentui/react-shared-contexts"
|
987
|
+
}
|
988
|
+
]
|
989
|
+
}
|
990
|
+
},
|
991
|
+
{
|
992
|
+
"date": "Thu, 11 Feb 2021 12:18:41 GMT",
|
993
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.5",
|
994
|
+
"version": "1.0.0-beta.5",
|
995
|
+
"comments": {
|
996
|
+
"none": [
|
997
|
+
{
|
998
|
+
"comment": "Bump @fluentui/test-utilities to v8.0.0-beta.5",
|
999
|
+
"author": "martinhochel@microsoft.com",
|
1000
|
+
"commit": "7566015a7edd355b4fcd3796bc8f44f732ef0877",
|
1001
|
+
"package": "@fluentui/react-shared-contexts"
|
1002
|
+
}
|
1003
|
+
]
|
1004
|
+
}
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"date": "Wed, 03 Feb 2021 05:51:40 GMT",
|
1008
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.5",
|
1009
|
+
"version": "1.0.0-beta.5",
|
1010
|
+
"comments": {
|
1011
|
+
"none": [
|
1012
|
+
{
|
1013
|
+
"comment": "refactor: remove unused .npmrc in packages",
|
1014
|
+
"author": "hantatsang@gmail.com",
|
1015
|
+
"commit": "c688ee2ea6f192c4874974ebf11598523ccf6db9",
|
1016
|
+
"package": "@fluentui/react-shared-contexts"
|
1017
|
+
}
|
1018
|
+
]
|
1019
|
+
}
|
1020
|
+
},
|
1021
|
+
{
|
1022
|
+
"date": "Thu, 28 Jan 2021 12:25:56 GMT",
|
1023
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.5",
|
1024
|
+
"version": "1.0.0-beta.5",
|
1025
|
+
"comments": {
|
1026
|
+
"none": [
|
1027
|
+
{
|
1028
|
+
"comment": "Delete update-api script which is no longer needed",
|
1029
|
+
"author": "elcraig@microsoft.com",
|
1030
|
+
"commit": "943a9ef5768a9cd77ade84217d142f93b1be6127",
|
1031
|
+
"package": "@fluentui/react-shared-contexts"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"comment": "Remove incorrect mock of requestAnimationFrame",
|
1035
|
+
"author": "elcraig@microsoft.com",
|
1036
|
+
"commit": "6bd0ce75decd9f62c40967bd7a59bfff960a0105",
|
1037
|
+
"package": "@fluentui/react-shared-contexts"
|
1038
|
+
}
|
1039
|
+
]
|
1040
|
+
}
|
1041
|
+
},
|
1042
|
+
{
|
1043
|
+
"date": "Thu, 21 Jan 2021 12:36:12 GMT",
|
1044
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.4",
|
1045
|
+
"version": "1.0.0-beta.4",
|
1046
|
+
"comments": {
|
1047
|
+
"prerelease": [
|
1048
|
+
{
|
1049
|
+
"comment": " Updating dev dependencies.",
|
1050
|
+
"author": "dzearing@microsoft.com",
|
1051
|
+
"commit": "f7813725750ecc893ca37792bbb004e554591279",
|
1052
|
+
"package": "@fluentui/react-shared-contexts"
|
1053
|
+
}
|
1054
|
+
]
|
1055
|
+
}
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"date": "Fri, 06 Nov 2020 12:34:34 GMT",
|
1059
|
+
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.1",
|
1060
|
+
"version": "1.0.0-beta.1",
|
1061
|
+
"comments": {
|
1062
|
+
"prerelease": [
|
1063
|
+
{
|
1064
|
+
"comment": "Creating @fluentui/react-shared-contexts package and moving MenuContext from @fluentui/react-button into it.",
|
1065
|
+
"author": "humbertomakotomorimoto@gmail.com",
|
1066
|
+
"commit": "beb55393551e4e06a3864a6e2351c7cad7777dd6",
|
1067
|
+
"package": "@fluentui/react-shared-contexts"
|
1068
|
+
}
|
1069
|
+
]
|
1070
|
+
}
|
1071
|
+
}
|
1072
|
+
]
|
1073
|
+
}
|