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