@fluentui/react-portal 9.0.0-rc.7 → 9.0.0-rc.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +42 -1
- package/CHANGELOG.md +86 -74
- package/dist/{react-portal.d.ts → index.d.ts} +0 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/package.json +7 -7
- 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,7 +2,48 @@
|
|
2
2
|
"name": "@fluentui/react-portal",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 May 2022 13:24:15 GMT",
|
6
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.8",
|
7
|
+
"version": "9.0.0-rc.8",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-portal",
|
13
|
+
"commit": "773b889cd09d46934feeabdbbc389c678b80f7a0",
|
14
|
+
"comment": "feat: ship rolluped only dts"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-portal",
|
19
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
20
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-portal",
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
26
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-portal",
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
32
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"none": [
|
36
|
+
{
|
37
|
+
"author": "tristan.watanabe@gmail.com",
|
38
|
+
"package": "@fluentui/react-portal",
|
39
|
+
"commit": "e74b180720cb9aec8df21753a55449849041af82",
|
40
|
+
"comment": "react-portal: Move to new common folder."
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"date": "Mon, 25 Apr 2022 09:32:19 GMT",
|
6
47
|
"tag": "@fluentui/react-portal_v9.0.0-rc.7",
|
7
48
|
"version": "9.0.0-rc.7",
|
8
49
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,24 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:15 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.8)
|
8
|
+
|
9
|
+
Wed, 04 May 2022 13:24:15 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.7..@fluentui/react-portal_v9.0.0-rc.8)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
18
|
+
|
7
19
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.7)
|
8
20
|
|
9
|
-
Mon, 25 Apr 2022 09:
|
21
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.6..@fluentui/react-portal_v9.0.0-rc.7)
|
11
23
|
|
12
24
|
### Changes
|
@@ -15,7 +27,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
|
|
15
27
|
|
16
28
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.6)
|
17
29
|
|
18
|
-
Tue, 19 Apr 2022 19:16:48 GMT
|
30
|
+
Tue, 19 Apr 2022 19:16:48 GMT
|
19
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.5..@fluentui/react-portal_v9.0.0-rc.6)
|
20
32
|
|
21
33
|
### Changes
|
@@ -27,7 +39,7 @@ Tue, 19 Apr 2022 19:16:48 GMT
|
|
27
39
|
|
28
40
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.5)
|
29
41
|
|
30
|
-
Fri, 04 Mar 2022 05:17:38 GMT
|
42
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
31
43
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.4..@fluentui/react-portal_v9.0.0-rc.5)
|
32
44
|
|
33
45
|
### Changes
|
@@ -39,7 +51,7 @@ Fri, 04 Mar 2022 05:17:38 GMT
|
|
39
51
|
|
40
52
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.4)
|
41
53
|
|
42
|
-
Tue, 01 Mar 2022 02:17:40 GMT
|
54
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
43
55
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.3..@fluentui/react-portal_v9.0.0-rc.4)
|
44
56
|
|
45
57
|
### Changes
|
@@ -49,7 +61,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
|
|
49
61
|
|
50
62
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.3)
|
51
63
|
|
52
|
-
Fri, 18 Feb 2022 13:35:33 GMT
|
64
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
53
65
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.1..@fluentui/react-portal_v9.0.0-rc.3)
|
54
66
|
|
55
67
|
### Changes
|
@@ -61,12 +73,12 @@ Fri, 18 Feb 2022 13:35:33 GMT
|
|
61
73
|
|
62
74
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
|
63
75
|
|
64
|
-
Thu, 10 Feb 2022 08:50:38 GMT
|
76
|
+
Thu, 10 Feb 2022 08:50:38 GMT
|
65
77
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.5..@fluentui/react-portal_v9.0.0-rc.1)
|
66
78
|
|
67
79
|
### Changes
|
68
80
|
|
69
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
81
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
70
82
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
71
83
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
72
84
|
- remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
|
@@ -76,7 +88,7 @@ Thu, 10 Feb 2022 08:50:38 GMT
|
|
76
88
|
|
77
89
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
|
78
90
|
|
79
|
-
Thu, 25 Nov 2021 08:34:15 GMT
|
91
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
80
92
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.4..@fluentui/react-portal_v9.0.0-beta.5)
|
81
93
|
|
82
94
|
### Changes
|
@@ -90,7 +102,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
|
|
90
102
|
|
91
103
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
|
92
104
|
|
93
|
-
Fri, 12 Nov 2021 13:25:29 GMT
|
105
|
+
Fri, 12 Nov 2021 13:25:29 GMT
|
94
106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.3..@fluentui/react-portal_v9.0.0-beta.4)
|
95
107
|
|
96
108
|
### Changes
|
@@ -105,7 +117,7 @@ Fri, 12 Nov 2021 13:25:29 GMT
|
|
105
117
|
|
106
118
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
|
107
119
|
|
108
|
-
Wed, 27 Oct 2021 12:14:21 GMT
|
120
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
109
121
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.2..@fluentui/react-portal_v9.0.0-beta.3)
|
110
122
|
|
111
123
|
### Changes
|
@@ -120,7 +132,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
|
|
120
132
|
|
121
133
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
|
122
134
|
|
123
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
135
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
124
136
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.1..@fluentui/react-portal_v9.0.0-beta.2)
|
125
137
|
|
126
138
|
### Changes
|
@@ -129,7 +141,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
129
141
|
|
130
142
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.1)
|
131
143
|
|
132
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
144
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
133
145
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.61..@fluentui/react-portal_v9.0.0-beta.1)
|
134
146
|
|
135
147
|
### Changes
|
@@ -143,7 +155,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
143
155
|
|
144
156
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
|
145
157
|
|
146
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
158
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
147
159
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.60..@fluentui/react-portal_v9.0.0-alpha.61)
|
148
160
|
|
149
161
|
### Changes
|
@@ -154,7 +166,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
154
166
|
|
155
167
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
|
156
168
|
|
157
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
169
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
158
170
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.59..@fluentui/react-portal_v9.0.0-alpha.60)
|
159
171
|
|
160
172
|
### Changes
|
@@ -166,7 +178,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
166
178
|
|
167
179
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.59)
|
168
180
|
|
169
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
181
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
170
182
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.57..@fluentui/react-portal_v9.0.0-alpha.59)
|
171
183
|
|
172
184
|
### Changes
|
@@ -180,7 +192,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
180
192
|
|
181
193
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.57)
|
182
194
|
|
183
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
195
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
184
196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.56..@fluentui/react-portal_v9.0.0-alpha.57)
|
185
197
|
|
186
198
|
### Changes
|
@@ -189,7 +201,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
189
201
|
|
190
202
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.56)
|
191
203
|
|
192
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
204
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
193
205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.55..@fluentui/react-portal_v9.0.0-alpha.56)
|
194
206
|
|
195
207
|
### Changes
|
@@ -201,7 +213,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
201
213
|
|
202
214
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.55)
|
203
215
|
|
204
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
216
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
205
217
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.54..@fluentui/react-portal_v9.0.0-alpha.55)
|
206
218
|
|
207
219
|
### Changes
|
@@ -213,7 +225,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
213
225
|
|
214
226
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.54)
|
215
227
|
|
216
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
228
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
217
229
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.53..@fluentui/react-portal_v9.0.0-alpha.54)
|
218
230
|
|
219
231
|
### Changes
|
@@ -225,7 +237,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
225
237
|
|
226
238
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.53)
|
227
239
|
|
228
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
240
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
229
241
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.52..@fluentui/react-portal_v9.0.0-alpha.53)
|
230
242
|
|
231
243
|
### Changes
|
@@ -237,7 +249,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
237
249
|
|
238
250
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.52)
|
239
251
|
|
240
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
252
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
241
253
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.51..@fluentui/react-portal_v9.0.0-alpha.52)
|
242
254
|
|
243
255
|
### Changes
|
@@ -249,7 +261,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
249
261
|
|
250
262
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.51)
|
251
263
|
|
252
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
264
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
253
265
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.50..@fluentui/react-portal_v9.0.0-alpha.51)
|
254
266
|
|
255
267
|
### Changes
|
@@ -262,7 +274,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
262
274
|
|
263
275
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.50)
|
264
276
|
|
265
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
277
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
266
278
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.49..@fluentui/react-portal_v9.0.0-alpha.50)
|
267
279
|
|
268
280
|
### Changes
|
@@ -271,7 +283,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
271
283
|
|
272
284
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.49)
|
273
285
|
|
274
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
286
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
275
287
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.48..@fluentui/react-portal_v9.0.0-alpha.49)
|
276
288
|
|
277
289
|
### Changes
|
@@ -280,7 +292,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
280
292
|
|
281
293
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.48)
|
282
294
|
|
283
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
295
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
284
296
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.47..@fluentui/react-portal_v9.0.0-alpha.48)
|
285
297
|
|
286
298
|
### Changes
|
@@ -289,7 +301,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
289
301
|
|
290
302
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.47)
|
291
303
|
|
292
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
304
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
293
305
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.46..@fluentui/react-portal_v9.0.0-alpha.47)
|
294
306
|
|
295
307
|
### Changes
|
@@ -298,7 +310,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
298
310
|
|
299
311
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.46)
|
300
312
|
|
301
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
313
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
302
314
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.45..@fluentui/react-portal_v9.0.0-alpha.46)
|
303
315
|
|
304
316
|
### Changes
|
@@ -309,7 +321,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
309
321
|
|
310
322
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.45)
|
311
323
|
|
312
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
324
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
313
325
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.44..@fluentui/react-portal_v9.0.0-alpha.45)
|
314
326
|
|
315
327
|
### Changes
|
@@ -318,7 +330,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
318
330
|
|
319
331
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.44)
|
320
332
|
|
321
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
333
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
322
334
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.43..@fluentui/react-portal_v9.0.0-alpha.44)
|
323
335
|
|
324
336
|
### Changes
|
@@ -327,7 +339,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
327
339
|
|
328
340
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.43)
|
329
341
|
|
330
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
342
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
331
343
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.42..@fluentui/react-portal_v9.0.0-alpha.43)
|
332
344
|
|
333
345
|
### Patches
|
@@ -336,7 +348,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
336
348
|
|
337
349
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.42)
|
338
350
|
|
339
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
351
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
340
352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.41..@fluentui/react-portal_v9.0.0-alpha.42)
|
341
353
|
|
342
354
|
### Changes
|
@@ -345,7 +357,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
345
357
|
|
346
358
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.41)
|
347
359
|
|
348
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
360
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
349
361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.40..@fluentui/react-portal_v9.0.0-alpha.41)
|
350
362
|
|
351
363
|
### Changes
|
@@ -354,7 +366,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
354
366
|
|
355
367
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.40)
|
356
368
|
|
357
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
369
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
358
370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.39..@fluentui/react-portal_v9.0.0-alpha.40)
|
359
371
|
|
360
372
|
### Changes
|
@@ -363,7 +375,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
363
375
|
|
364
376
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.39)
|
365
377
|
|
366
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
378
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
367
379
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.38..@fluentui/react-portal_v9.0.0-alpha.39)
|
368
380
|
|
369
381
|
### Changes
|
@@ -372,7 +384,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
372
384
|
|
373
385
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.38)
|
374
386
|
|
375
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
387
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
376
388
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.37..@fluentui/react-portal_v9.0.0-alpha.38)
|
377
389
|
|
378
390
|
### Changes
|
@@ -381,7 +393,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
381
393
|
|
382
394
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.37)
|
383
395
|
|
384
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
396
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
385
397
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.36..@fluentui/react-portal_v9.0.0-alpha.37)
|
386
398
|
|
387
399
|
### Changes
|
@@ -390,7 +402,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
390
402
|
|
391
403
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.36)
|
392
404
|
|
393
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
405
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
394
406
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.35..@fluentui/react-portal_v9.0.0-alpha.36)
|
395
407
|
|
396
408
|
### Changes
|
@@ -399,7 +411,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
399
411
|
|
400
412
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.35)
|
401
413
|
|
402
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
414
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
403
415
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.34..@fluentui/react-portal_v9.0.0-alpha.35)
|
404
416
|
|
405
417
|
### Patches
|
@@ -414,7 +426,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
414
426
|
|
415
427
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.34)
|
416
428
|
|
417
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
429
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
418
430
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.33..@fluentui/react-portal_v9.0.0-alpha.34)
|
419
431
|
|
420
432
|
### Changes
|
@@ -423,7 +435,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
423
435
|
|
424
436
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.33)
|
425
437
|
|
426
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
438
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
427
439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.32..@fluentui/react-portal_v9.0.0-alpha.33)
|
428
440
|
|
429
441
|
### Changes
|
@@ -432,7 +444,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
432
444
|
|
433
445
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.32)
|
434
446
|
|
435
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
447
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
436
448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.31..@fluentui/react-portal_v9.0.0-alpha.32)
|
437
449
|
|
438
450
|
### Changes
|
@@ -441,7 +453,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
441
453
|
|
442
454
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.31)
|
443
455
|
|
444
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
456
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
445
457
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.30..@fluentui/react-portal_v9.0.0-alpha.31)
|
446
458
|
|
447
459
|
### Changes
|
@@ -450,7 +462,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
450
462
|
|
451
463
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.30)
|
452
464
|
|
453
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
465
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
454
466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.29..@fluentui/react-portal_v9.0.0-alpha.30)
|
455
467
|
|
456
468
|
### Changes
|
@@ -459,7 +471,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
459
471
|
|
460
472
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.29)
|
461
473
|
|
462
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
474
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
463
475
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.28..@fluentui/react-portal_v9.0.0-alpha.29)
|
464
476
|
|
465
477
|
### Patches
|
@@ -468,7 +480,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
468
480
|
|
469
481
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.28)
|
470
482
|
|
471
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
483
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
472
484
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.27..@fluentui/react-portal_v9.0.0-alpha.28)
|
473
485
|
|
474
486
|
### Changes
|
@@ -477,7 +489,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
477
489
|
|
478
490
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.27)
|
479
491
|
|
480
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
492
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
481
493
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.26..@fluentui/react-portal_v9.0.0-alpha.27)
|
482
494
|
|
483
495
|
### Patches
|
@@ -492,7 +504,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
492
504
|
|
493
505
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.26)
|
494
506
|
|
495
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
507
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
496
508
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.25..@fluentui/react-portal_v9.0.0-alpha.26)
|
497
509
|
|
498
510
|
### Changes
|
@@ -501,7 +513,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
501
513
|
|
502
514
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.25)
|
503
515
|
|
504
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
516
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
505
517
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.24..@fluentui/react-portal_v9.0.0-alpha.25)
|
506
518
|
|
507
519
|
### Changes
|
@@ -510,7 +522,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
510
522
|
|
511
523
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.24)
|
512
524
|
|
513
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
525
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
514
526
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.23..@fluentui/react-portal_v9.0.0-alpha.24)
|
515
527
|
|
516
528
|
### Changes
|
@@ -519,7 +531,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
519
531
|
|
520
532
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.23)
|
521
533
|
|
522
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
534
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
523
535
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.22..@fluentui/react-portal_v9.0.0-alpha.23)
|
524
536
|
|
525
537
|
### Changes
|
@@ -528,7 +540,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
528
540
|
|
529
541
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.22)
|
530
542
|
|
531
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
543
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
532
544
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.21..@fluentui/react-portal_v9.0.0-alpha.22)
|
533
545
|
|
534
546
|
### Changes
|
@@ -537,7 +549,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
537
549
|
|
538
550
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.21)
|
539
551
|
|
540
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
552
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
541
553
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.20..@fluentui/react-portal_v9.0.0-alpha.21)
|
542
554
|
|
543
555
|
### Changes
|
@@ -546,7 +558,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
546
558
|
|
547
559
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.20)
|
548
560
|
|
549
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
561
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
550
562
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.19..@fluentui/react-portal_v9.0.0-alpha.20)
|
551
563
|
|
552
564
|
### Patches
|
@@ -561,7 +573,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
561
573
|
|
562
574
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.19)
|
563
575
|
|
564
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
576
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
565
577
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.18..@fluentui/react-portal_v9.0.0-alpha.19)
|
566
578
|
|
567
579
|
### Changes
|
@@ -570,7 +582,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
570
582
|
|
571
583
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.18)
|
572
584
|
|
573
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
585
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
574
586
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.17..@fluentui/react-portal_v9.0.0-alpha.18)
|
575
587
|
|
576
588
|
### Changes
|
@@ -579,7 +591,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
579
591
|
|
580
592
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.17)
|
581
593
|
|
582
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
594
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
583
595
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.16..@fluentui/react-portal_v9.0.0-alpha.17)
|
584
596
|
|
585
597
|
### Changes
|
@@ -588,7 +600,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
588
600
|
|
589
601
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.16)
|
590
602
|
|
591
|
-
Wed, 26 May 2021 07:35:43 GMT
|
603
|
+
Wed, 26 May 2021 07:35:43 GMT
|
592
604
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.15..@fluentui/react-portal_v9.0.0-alpha.16)
|
593
605
|
|
594
606
|
### Changes
|
@@ -597,7 +609,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
597
609
|
|
598
610
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.15)
|
599
611
|
|
600
|
-
Fri, 21 May 2021 07:34:54 GMT
|
612
|
+
Fri, 21 May 2021 07:34:54 GMT
|
601
613
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.14..@fluentui/react-portal_v9.0.0-alpha.15)
|
602
614
|
|
603
615
|
### Changes
|
@@ -606,7 +618,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
606
618
|
|
607
619
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
|
608
620
|
|
609
|
-
Thu, 20 May 2021 07:41:54 GMT
|
621
|
+
Thu, 20 May 2021 07:41:54 GMT
|
610
622
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.13..@fluentui/react-portal_v9.0.0-alpha.14)
|
611
623
|
|
612
624
|
### Patches
|
@@ -621,7 +633,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
621
633
|
|
622
634
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
|
623
635
|
|
624
|
-
Wed, 19 May 2021 07:34:20 GMT
|
636
|
+
Wed, 19 May 2021 07:34:20 GMT
|
625
637
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.12..@fluentui/react-portal_v9.0.0-alpha.13)
|
626
638
|
|
627
639
|
### Patches
|
@@ -634,7 +646,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
634
646
|
|
635
647
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.12)
|
636
648
|
|
637
|
-
Tue, 18 May 2021 07:34:38 GMT
|
649
|
+
Tue, 18 May 2021 07:34:38 GMT
|
638
650
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.11..@fluentui/react-portal_v9.0.0-alpha.12)
|
639
651
|
|
640
652
|
### Changes
|
@@ -643,7 +655,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
643
655
|
|
644
656
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.11)
|
645
657
|
|
646
|
-
Thu, 13 May 2021 07:36:55 GMT
|
658
|
+
Thu, 13 May 2021 07:36:55 GMT
|
647
659
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.10..@fluentui/react-portal_v9.0.0-alpha.11)
|
648
660
|
|
649
661
|
### Changes
|
@@ -652,7 +664,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
652
664
|
|
653
665
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.10)
|
654
666
|
|
655
|
-
Wed, 12 May 2021 07:36:20 GMT
|
667
|
+
Wed, 12 May 2021 07:36:20 GMT
|
656
668
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.9..@fluentui/react-portal_v9.0.0-alpha.10)
|
657
669
|
|
658
670
|
### Changes
|
@@ -661,7 +673,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
661
673
|
|
662
674
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.9)
|
663
675
|
|
664
|
-
Mon, 10 May 2021 07:36:07 GMT
|
676
|
+
Mon, 10 May 2021 07:36:07 GMT
|
665
677
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.8..@fluentui/react-portal_v9.0.0-alpha.9)
|
666
678
|
|
667
679
|
### Changes
|
@@ -670,7 +682,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
670
682
|
|
671
683
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.8)
|
672
684
|
|
673
|
-
Wed, 05 May 2021 07:36:50 GMT
|
685
|
+
Wed, 05 May 2021 07:36:50 GMT
|
674
686
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.7..@fluentui/react-portal_v9.0.0-alpha.8)
|
675
687
|
|
676
688
|
### Changes
|
@@ -679,7 +691,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
679
691
|
|
680
692
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.7)
|
681
693
|
|
682
|
-
Mon, 03 May 2021 07:45:19 GMT
|
694
|
+
Mon, 03 May 2021 07:45:19 GMT
|
683
695
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.6..@fluentui/react-portal_v9.0.0-alpha.7)
|
684
696
|
|
685
697
|
### Changes
|
@@ -688,7 +700,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
688
700
|
|
689
701
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.6)
|
690
702
|
|
691
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
703
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
692
704
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.5..@fluentui/react-portal_v9.0.0-alpha.6)
|
693
705
|
|
694
706
|
### Patches
|
@@ -703,7 +715,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
703
715
|
|
704
716
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.5)
|
705
717
|
|
706
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
718
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
707
719
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.4..@fluentui/react-portal_v9.0.0-alpha.5)
|
708
720
|
|
709
721
|
### Changes
|
@@ -712,7 +724,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
712
724
|
|
713
725
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.4)
|
714
726
|
|
715
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
727
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
716
728
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.3..@fluentui/react-portal_v9.0.0-alpha.4)
|
717
729
|
|
718
730
|
### Changes
|
@@ -721,7 +733,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
721
733
|
|
722
734
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.3)
|
723
735
|
|
724
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
736
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
725
737
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.2..@fluentui/react-portal_v9.0.0-alpha.3)
|
726
738
|
|
727
739
|
### Patches
|
@@ -736,7 +748,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
736
748
|
|
737
749
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.2)
|
738
750
|
|
739
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
751
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
740
752
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.1..@fluentui/react-portal_v9.0.0-alpha.2)
|
741
753
|
|
742
754
|
### Changes
|
@@ -745,7 +757,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
745
757
|
|
746
758
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.1)
|
747
759
|
|
748
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
760
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
749
761
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.0..@fluentui/react-portal_v9.0.0-alpha.1)
|
750
762
|
|
751
763
|
### Changes
|
@@ -754,7 +766,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
754
766
|
|
755
767
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.0)
|
756
768
|
|
757
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
769
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
758
770
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.0..@fluentui/react-portal_v9.0.0-alpha.0)
|
759
771
|
|
760
772
|
### Changes
|
File without changes
|
File without changes
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-portal",
|
3
|
-
"version": "9.0.0-rc.
|
3
|
+
"version": "9.0.0-rc.8",
|
4
4
|
"description": "A utility component that creates portals compatible with Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
7
|
-
"typings": "
|
7
|
+
"typings": "dist/index.d.ts",
|
8
8
|
"sideEffects": false,
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
@@ -21,8 +21,8 @@
|
|
21
21
|
"start": "yarn storybook",
|
22
22
|
"test": "jest --passWithNoTests",
|
23
23
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
24
|
-
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node
|
25
|
-
"storybook": "node
|
24
|
+
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-portal/src && yarn docs",
|
25
|
+
"storybook": "node ../../../scripts/storybook/runner",
|
26
26
|
"type-check": "tsc -b tsconfig.json"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
"@fluentui/scripts": "^1.0.0"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@fluentui/react-shared-contexts": "9.0.0-rc.
|
35
|
-
"@fluentui/react-tabster": "9.0.0-rc.
|
36
|
-
"@fluentui/react-utilities": "9.0.0-rc.
|
34
|
+
"@fluentui/react-shared-contexts": "9.0.0-rc.6",
|
35
|
+
"@fluentui/react-tabster": "9.0.0-rc.8",
|
36
|
+
"@fluentui/react-utilities": "9.0.0-rc.7",
|
37
37
|
"tslib": "^2.1.0"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
package/lib/Portal.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './components/Portal/index';
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import type { PortalProps } from './Portal.types';
|
3
|
-
/**
|
4
|
-
* A portal provides a way to render children into a DOM node
|
5
|
-
* that exists outside the DOM hierarchy of the parent component.
|
6
|
-
*/
|
7
|
-
export declare const Portal: React.FC<PortalProps>;
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
declare type PortalCommons = {
|
3
|
-
/**
|
4
|
-
* React children
|
5
|
-
*/
|
6
|
-
children: React.ReactNode;
|
7
|
-
/**
|
8
|
-
* Where the portal children are mounted on DOM
|
9
|
-
* @defaultValue a new element on document.body without any styling
|
10
|
-
*/
|
11
|
-
mountNode: HTMLElement | null;
|
12
|
-
};
|
13
|
-
export declare type PortalProps = Partial<PortalCommons>;
|
14
|
-
export declare type PortalState = PortalCommons & {
|
15
|
-
/** Indicates if a Portal should be rendered. */
|
16
|
-
shouldRender: boolean;
|
17
|
-
/**
|
18
|
-
* Ref to the root span element as virtual parent
|
19
|
-
*/
|
20
|
-
virtualParentRootRef: React.MutableRefObject<HTMLSpanElement | null>;
|
21
|
-
};
|
22
|
-
export {};
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import type { PortalProps, PortalState } from './Portal.types';
|
2
|
-
/**
|
3
|
-
* Create the state required to render Portal.
|
4
|
-
*
|
5
|
-
* The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.
|
6
|
-
*
|
7
|
-
* @param props - props from this instance of Portal
|
8
|
-
*/
|
9
|
-
export declare const usePortal_unstable: (props: PortalProps) => PortalState;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
export declare type UsePortalMountNodeOptions = {
|
2
|
-
/**
|
3
|
-
* Since hooks cannot be called conditionally use this flag to disable creating the node
|
4
|
-
*/
|
5
|
-
disabled?: boolean;
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Creates a new element on a document.body to mount portals
|
9
|
-
*/
|
10
|
-
export declare const usePortalMountNode: (options: UsePortalMountNodeOptions) => HTMLElement | null;
|
package/lib/index.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Similar functionality to `element.contains` DOM API for use with out of order DOM elements that
|
3
|
-
* checks the virtual parent hierarchy. If a virtual parents exists, it is chosen over the actual parent
|
4
|
-
*
|
5
|
-
* @returns true if the child can find the parent in its virtual hierarchy
|
6
|
-
*/
|
7
|
-
export declare function elementContains(parent: HTMLElement | null, child: HTMLElement | null): boolean;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Sets the virtual parent of an element.
|
3
|
-
*
|
4
|
-
* @param child - Theme element to set the virtual parent
|
5
|
-
* @param parent - The virtual parent, use `undefined` to remove a virtual parent relationship
|
6
|
-
*/
|
7
|
-
export declare function setVirtualParent(child: HTMLElement, parent?: HTMLElement): void;
|
package/lib-commonjs/Portal.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './components/Portal/index';
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import type { PortalProps } from './Portal.types';
|
3
|
-
/**
|
4
|
-
* A portal provides a way to render children into a DOM node
|
5
|
-
* that exists outside the DOM hierarchy of the parent component.
|
6
|
-
*/
|
7
|
-
export declare const Portal: React.FC<PortalProps>;
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
declare type PortalCommons = {
|
3
|
-
/**
|
4
|
-
* React children
|
5
|
-
*/
|
6
|
-
children: React.ReactNode;
|
7
|
-
/**
|
8
|
-
* Where the portal children are mounted on DOM
|
9
|
-
* @defaultValue a new element on document.body without any styling
|
10
|
-
*/
|
11
|
-
mountNode: HTMLElement | null;
|
12
|
-
};
|
13
|
-
export declare type PortalProps = Partial<PortalCommons>;
|
14
|
-
export declare type PortalState = PortalCommons & {
|
15
|
-
/** Indicates if a Portal should be rendered. */
|
16
|
-
shouldRender: boolean;
|
17
|
-
/**
|
18
|
-
* Ref to the root span element as virtual parent
|
19
|
-
*/
|
20
|
-
virtualParentRootRef: React.MutableRefObject<HTMLSpanElement | null>;
|
21
|
-
};
|
22
|
-
export {};
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import type { PortalProps, PortalState } from './Portal.types';
|
2
|
-
/**
|
3
|
-
* Create the state required to render Portal.
|
4
|
-
*
|
5
|
-
* The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.
|
6
|
-
*
|
7
|
-
* @param props - props from this instance of Portal
|
8
|
-
*/
|
9
|
-
export declare const usePortal_unstable: (props: PortalProps) => PortalState;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
export declare type UsePortalMountNodeOptions = {
|
2
|
-
/**
|
3
|
-
* Since hooks cannot be called conditionally use this flag to disable creating the node
|
4
|
-
*/
|
5
|
-
disabled?: boolean;
|
6
|
-
};
|
7
|
-
/**
|
8
|
-
* Creates a new element on a document.body to mount portals
|
9
|
-
*/
|
10
|
-
export declare const usePortalMountNode: (options: UsePortalMountNodeOptions) => HTMLElement | null;
|
package/lib-commonjs/index.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Similar functionality to `element.contains` DOM API for use with out of order DOM elements that
|
3
|
-
* checks the virtual parent hierarchy. If a virtual parents exists, it is chosen over the actual parent
|
4
|
-
*
|
5
|
-
* @returns true if the child can find the parent in its virtual hierarchy
|
6
|
-
*/
|
7
|
-
export declare function elementContains(parent: HTMLElement | null, child: HTMLElement | null): boolean;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Sets the virtual parent of an element.
|
3
|
-
*
|
4
|
-
* @param child - Theme element to set the virtual parent
|
5
|
-
* @param parent - The virtual parent, use `undefined` to remove a virtual parent relationship
|
6
|
-
*/
|
7
|
-
export declare function setVirtualParent(child: HTMLElement, parent?: HTMLElement): void;
|