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