@fluentui/react-portal 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +392 -12
- package/CHANGELOG.md +215 -76
- package/dist/{react-portal.d.ts → index.d.ts} +6 -7
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/Portal/Portal.js.map +1 -1
- package/lib/components/Portal/Portal.types.js.map +1 -1
- package/lib/components/Portal/renderPortal.js.map +1 -1
- package/lib/components/Portal/usePortal.js.map +1 -1
- package/lib/components/Portal/usePortalMountNode.js +29 -7
- package/lib/components/Portal/usePortalMountNode.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/virtualParent/elementContains.js.map +1 -1
- package/lib/virtualParent/getParent.js.map +1 -1
- package/lib/virtualParent/getVirtualParent.js.map +1 -1
- package/lib/virtualParent/isVirtualElement.js.map +1 -1
- package/lib/virtualParent/setVirtualParent.js.map +1 -1
- package/lib-commonjs/components/Portal/Portal.js.map +1 -1
- package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortalMountNode.js +29 -7
- package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
- package/lib-commonjs/index.js +23 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/virtualParent/elementContains.js.map +1 -1
- package/lib-commonjs/virtualParent/getParent.js.map +1 -1
- package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -1
- package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -1
- package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -1
- package/package.json +17 -21
- package/lib/Portal.d.ts +0 -1
- package/lib/components/Portal/Portal.d.ts +0 -7
- package/lib/components/Portal/Portal.types.d.ts +0 -22
- package/lib/components/Portal/index.d.ts +0 -4
- package/lib/components/Portal/renderPortal.d.ts +0 -6
- package/lib/components/Portal/usePortal.d.ts +0 -9
- package/lib/components/Portal/usePortalMountNode.d.ts +0 -10
- package/lib/index.d.ts +0 -2
- package/lib/virtualParent/elementContains.d.ts +0 -7
- package/lib/virtualParent/getParent.d.ts +0 -5
- package/lib/virtualParent/getVirtualParent.d.ts +0 -4
- package/lib/virtualParent/index.d.ts +0 -5
- package/lib/virtualParent/isVirtualElement.d.ts +0 -5
- package/lib/virtualParent/setVirtualParent.d.ts +0 -7
- package/lib/virtualParent/types.d.ts +0 -5
- package/lib-commonjs/Portal.d.ts +0 -1
- package/lib-commonjs/components/Portal/Portal.d.ts +0 -7
- package/lib-commonjs/components/Portal/Portal.types.d.ts +0 -22
- package/lib-commonjs/components/Portal/index.d.ts +0 -4
- package/lib-commonjs/components/Portal/renderPortal.d.ts +0 -6
- package/lib-commonjs/components/Portal/usePortal.d.ts +0 -9
- package/lib-commonjs/components/Portal/usePortalMountNode.d.ts +0 -10
- package/lib-commonjs/index.d.ts +0 -2
- package/lib-commonjs/virtualParent/elementContains.d.ts +0 -7
- package/lib-commonjs/virtualParent/getParent.d.ts +0 -5
- package/lib-commonjs/virtualParent/getVirtualParent.d.ts +0 -4
- package/lib-commonjs/virtualParent/index.d.ts +0 -5
- package/lib-commonjs/virtualParent/isVirtualElement.d.ts +0 -5
- package/lib-commonjs/virtualParent/setVirtualParent.d.ts +0 -7
- package/lib-commonjs/virtualParent/types.d.ts +0 -5
package/CHANGELOG.json
CHANGED
@@ -2,34 +2,414 @@
|
|
2
2
|
"name": "@fluentui/react-portal",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-portal_v0.0.0
|
7
|
-
"version": "0.0.0
|
5
|
+
"date": "Tue, 28 Jun 2022 04:31:06 GMT",
|
6
|
+
"tag": "@fluentui/react-portal_v0.0.0",
|
7
|
+
"version": "0.0.0",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "lingfangao@hotmail.com",
|
12
|
+
"package": "@fluentui/react-portal",
|
13
|
+
"commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
|
14
|
+
"comment": "Update 9.0.0-rc dependencies to use caret range"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "olfedias@microsoft.com",
|
18
|
+
"package": "@fluentui/react-portal",
|
19
|
+
"commit": "bad6ad63ff7e2287519e7117f8a1963b623ae18e",
|
20
|
+
"comment": "feat: apply zIndex to Portal"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "lingfangao@hotmail.com",
|
24
|
+
"package": "@fluentui/react-portal",
|
25
|
+
"commit": "675acea49c97f10837ddee9b8c4350ca27750125",
|
26
|
+
"comment": "Bump Griffel dependencies"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "olfedias@microsoft.com",
|
30
|
+
"package": "@fluentui/react-portal",
|
31
|
+
"commit": "5f6b229b79dc7c83381414404b9b9c2c59d38ac8",
|
32
|
+
"comment": "fix: update to create new stacking context"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"patch": [
|
36
|
+
{
|
37
|
+
"author": "lingfangao@hotmail.com",
|
38
|
+
"package": "@fluentui/react-portal",
|
39
|
+
"commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
|
40
|
+
"comment": "feat: Initial 9.0.0 release"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "beachball",
|
44
|
+
"package": "@fluentui/react-portal",
|
45
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0",
|
46
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"author": "beachball",
|
50
|
+
"package": "@fluentui/react-portal",
|
51
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0",
|
52
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"author": "beachball",
|
56
|
+
"package": "@fluentui/react-portal",
|
57
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0",
|
58
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
59
|
+
}
|
60
|
+
],
|
61
|
+
"none": [
|
62
|
+
{
|
63
|
+
"author": "tristan.watanabe@gmail.com",
|
64
|
+
"package": "@fluentui/react-portal",
|
65
|
+
"commit": "2e62f58ffd06597d9fb73fb4b7b1cba584b6cadf",
|
66
|
+
"comment": "chore: Move Portal stories to folder with index entry."
|
67
|
+
}
|
68
|
+
]
|
69
|
+
}
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"date": "Thu, 23 Jun 2022 14:25:31 GMT",
|
73
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.14",
|
74
|
+
"version": "9.0.0-rc.14",
|
75
|
+
"comments": {
|
76
|
+
"prerelease": [
|
77
|
+
{
|
78
|
+
"author": "beachball",
|
79
|
+
"package": "@fluentui/react-portal",
|
80
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.11",
|
81
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"author": "beachball",
|
85
|
+
"package": "@fluentui/react-portal",
|
86
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.14",
|
87
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
88
|
+
}
|
89
|
+
]
|
90
|
+
}
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"date": "Tue, 31 May 2022 21:28:41 GMT",
|
94
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.13",
|
95
|
+
"version": "9.0.0-rc.13",
|
96
|
+
"comments": {
|
97
|
+
"prerelease": [
|
98
|
+
{
|
99
|
+
"author": "bernardo.sunderhus@gmail.com",
|
100
|
+
"package": "@fluentui/react-portal",
|
101
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
|
102
|
+
"comment": "updates import to react-shared-components"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"author": "beachball",
|
106
|
+
"package": "@fluentui/react-portal",
|
107
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.10",
|
108
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"author": "beachball",
|
112
|
+
"package": "@fluentui/react-portal",
|
113
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.13",
|
114
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"author": "beachball",
|
118
|
+
"package": "@fluentui/react-portal",
|
119
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
|
120
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
121
|
+
}
|
122
|
+
]
|
123
|
+
}
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"date": "Thu, 26 May 2022 21:01:32 GMT",
|
127
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.12",
|
128
|
+
"version": "9.0.0-rc.12",
|
129
|
+
"comments": {
|
130
|
+
"prerelease": [
|
131
|
+
{
|
132
|
+
"author": "beachball",
|
133
|
+
"package": "@fluentui/react-portal",
|
134
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
|
135
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
136
|
+
}
|
137
|
+
]
|
138
|
+
}
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"date": "Mon, 23 May 2022 18:56:51 GMT",
|
142
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.11",
|
143
|
+
"version": "9.0.0-rc.11",
|
144
|
+
"comments": {
|
145
|
+
"prerelease": [
|
146
|
+
{
|
147
|
+
"author": "beachball",
|
148
|
+
"package": "@fluentui/react-portal",
|
149
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
|
150
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"author": "beachball",
|
154
|
+
"package": "@fluentui/react-portal",
|
155
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
|
156
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
157
|
+
}
|
158
|
+
]
|
159
|
+
}
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"date": "Mon, 23 May 2022 12:13:33 GMT",
|
163
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.10",
|
164
|
+
"version": "9.0.0-rc.10",
|
165
|
+
"comments": {
|
166
|
+
"prerelease": [
|
167
|
+
{
|
168
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
169
|
+
"package": "@fluentui/react-portal",
|
170
|
+
"commit": "d98a253a7768cb781f106153804c8683670bbf8a",
|
171
|
+
"comment": "Removing PortalCommons type."
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"author": "beachball",
|
175
|
+
"package": "@fluentui/react-portal",
|
176
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
177
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"author": "beachball",
|
181
|
+
"package": "@fluentui/react-portal",
|
182
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
|
183
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"author": "beachball",
|
187
|
+
"package": "@fluentui/react-portal",
|
188
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
189
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
190
|
+
}
|
191
|
+
]
|
192
|
+
}
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"date": "Thu, 05 May 2022 18:26:25 GMT",
|
196
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.9",
|
197
|
+
"version": "9.0.0-rc.9",
|
198
|
+
"comments": {
|
199
|
+
"prerelease": [
|
200
|
+
{
|
201
|
+
"author": "humberto_makoto@hotmail.com",
|
202
|
+
"package": "@fluentui/react-portal",
|
203
|
+
"commit": "5524a739358b616484c838819a5e89531aca1c1f",
|
204
|
+
"comment": "Removing star exports."
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"author": "beachball",
|
208
|
+
"package": "@fluentui/react-portal",
|
209
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
210
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"author": "beachball",
|
214
|
+
"package": "@fluentui/react-portal",
|
215
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
|
216
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"author": "beachball",
|
220
|
+
"package": "@fluentui/react-portal",
|
221
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
222
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
223
|
+
}
|
224
|
+
]
|
225
|
+
}
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"date": "Wed, 04 May 2022 13:26:47 GMT",
|
229
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.8",
|
230
|
+
"version": "9.0.0-rc.8",
|
231
|
+
"comments": {
|
232
|
+
"prerelease": [
|
233
|
+
{
|
234
|
+
"author": "martinhochel@microsoft.com",
|
235
|
+
"package": "@fluentui/react-portal",
|
236
|
+
"commit": "773b889cd09d46934feeabdbbc389c678b80f7a0",
|
237
|
+
"comment": "feat: ship rolluped only dts"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"author": "beachball",
|
241
|
+
"package": "@fluentui/react-portal",
|
242
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
243
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"author": "beachball",
|
247
|
+
"package": "@fluentui/react-portal",
|
248
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
249
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"author": "beachball",
|
253
|
+
"package": "@fluentui/react-portal",
|
254
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
255
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
256
|
+
}
|
257
|
+
],
|
258
|
+
"none": [
|
259
|
+
{
|
260
|
+
"author": "tristan.watanabe@gmail.com",
|
261
|
+
"package": "@fluentui/react-portal",
|
262
|
+
"commit": "e74b180720cb9aec8df21753a55449849041af82",
|
263
|
+
"comment": "react-portal: Move to new common folder."
|
264
|
+
}
|
265
|
+
]
|
266
|
+
}
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"date": "Mon, 25 Apr 2022 09:32:19 GMT",
|
270
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.7",
|
271
|
+
"version": "9.0.0-rc.7",
|
272
|
+
"comments": {
|
273
|
+
"prerelease": [
|
274
|
+
{
|
275
|
+
"author": "beachball",
|
276
|
+
"package": "@fluentui/react-portal",
|
277
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
278
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
279
|
+
}
|
280
|
+
]
|
281
|
+
}
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"date": "Tue, 19 Apr 2022 19:16:48 GMT",
|
285
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.6",
|
286
|
+
"version": "9.0.0-rc.6",
|
287
|
+
"comments": {
|
288
|
+
"prerelease": [
|
289
|
+
{
|
290
|
+
"author": "olfedias@microsoft.com",
|
291
|
+
"package": "@fluentui/react-portal",
|
292
|
+
"commit": "8e3c8527ab8f6779dc3db03fd14d1d77b7fcf709",
|
293
|
+
"comment": "update `mountNode` types to accept HTMLElement"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"author": "beachball",
|
297
|
+
"package": "@fluentui/react-portal",
|
298
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
299
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"author": "beachball",
|
303
|
+
"package": "@fluentui/react-portal",
|
304
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
305
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"author": "beachball",
|
309
|
+
"package": "@fluentui/react-portal",
|
310
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
311
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
312
|
+
}
|
313
|
+
],
|
314
|
+
"none": [
|
315
|
+
{
|
316
|
+
"author": "mgodbolt@microsoft.com",
|
317
|
+
"package": "@fluentui/react-portal",
|
318
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
319
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"author": "elcraig@microsoft.com",
|
323
|
+
"package": "@fluentui/react-portal",
|
324
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
325
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
326
|
+
}
|
327
|
+
]
|
328
|
+
}
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"date": "Fri, 04 Mar 2022 05:17:38 GMT",
|
332
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.5",
|
333
|
+
"version": "9.0.0-rc.5",
|
334
|
+
"comments": {
|
335
|
+
"prerelease": [
|
336
|
+
{
|
337
|
+
"author": "dzearing@microsoft.com",
|
338
|
+
"package": "@fluentui/react-portal",
|
339
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
340
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"author": "beachball",
|
344
|
+
"package": "@fluentui/react-portal",
|
345
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
|
346
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"author": "beachball",
|
350
|
+
"package": "@fluentui/react-portal",
|
351
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
352
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"author": "beachball",
|
356
|
+
"package": "@fluentui/react-portal",
|
357
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
358
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
359
|
+
}
|
360
|
+
]
|
361
|
+
}
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
365
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.4",
|
366
|
+
"version": "9.0.0-rc.4",
|
367
|
+
"comments": {
|
368
|
+
"prerelease": [
|
369
|
+
{
|
370
|
+
"author": "beachball",
|
371
|
+
"package": "@fluentui/react-portal",
|
372
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
373
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"author": "beachball",
|
377
|
+
"package": "@fluentui/react-portal",
|
378
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
379
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
380
|
+
}
|
381
|
+
]
|
382
|
+
}
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"date": "Fri, 18 Feb 2022 13:35:33 GMT",
|
386
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.3",
|
387
|
+
"version": "9.0.0-rc.3",
|
388
|
+
"comments": {
|
389
|
+
"prerelease": [
|
390
|
+
{
|
391
|
+
"author": "lingfangao@hotmail.com",
|
12
392
|
"package": "@fluentui/react-portal",
|
13
|
-
"commit": "
|
14
|
-
"comment": "
|
393
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
394
|
+
"comment": "fix: Source maps contain original source code"
|
15
395
|
},
|
16
396
|
{
|
17
397
|
"author": "beachball",
|
18
398
|
"package": "@fluentui/react-portal",
|
19
|
-
"comment": "Bump @fluentui/react-shared-contexts to
|
20
|
-
"commit": "
|
399
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
400
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
21
401
|
},
|
22
402
|
{
|
23
403
|
"author": "beachball",
|
24
404
|
"package": "@fluentui/react-portal",
|
25
|
-
"comment": "Bump @fluentui/react-tabster to
|
26
|
-
"commit": "
|
405
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
406
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
27
407
|
},
|
28
408
|
{
|
29
409
|
"author": "beachball",
|
30
410
|
"package": "@fluentui/react-portal",
|
31
|
-
"comment": "Bump @fluentui/react-utilities to
|
32
|
-
"commit": "
|
411
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
412
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
33
413
|
}
|
34
414
|
]
|
35
415
|
}
|