@fluentui/react-portal 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +217 -16
- package/CHANGELOG.md +55 -10
- package/dist/react-portal.d.ts +6 -5
- package/lib/components/Portal/Portal.d.ts +2 -1
- package/lib/components/Portal/Portal.js +8 -6
- package/lib/components/Portal/Portal.js.map +1 -1
- package/lib/components/Portal/Portal.types.d.ts +2 -1
- package/lib/components/Portal/renderPortal.d.ts +1 -1
- package/lib/components/Portal/renderPortal.js +6 -2
- package/lib/components/Portal/renderPortal.js.map +1 -1
- package/lib/components/Portal/usePortal.d.ts +2 -2
- package/lib/components/Portal/usePortal.js +23 -17
- package/lib/components/Portal/usePortal.js.map +1 -1
- package/lib/components/Portal/usePortalMountNode.js +27 -21
- package/lib/components/Portal/usePortalMountNode.js.map +1 -1
- package/lib/virtualParent/elementContains.js +18 -14
- package/lib/virtualParent/elementContains.js.map +1 -1
- package/lib/virtualParent/getParent.js +2 -1
- package/lib/virtualParent/getParent.js.map +1 -1
- package/lib/virtualParent/getVirtualParent.js +8 -5
- package/lib/virtualParent/getVirtualParent.js.map +1 -1
- package/lib/virtualParent/isVirtualElement.js +1 -1
- package/lib/virtualParent/isVirtualElement.js.map +1 -1
- package/lib/virtualParent/setVirtualParent.js +11 -8
- package/lib/virtualParent/setVirtualParent.js.map +1 -1
- package/lib-commonjs/Portal.js +7 -2
- package/lib-commonjs/Portal.js.map +1 -1
- package/lib-commonjs/components/Portal/Portal.d.ts +2 -1
- package/lib-commonjs/components/Portal/Portal.js +16 -7
- package/lib-commonjs/components/Portal/Portal.js.map +1 -1
- package/lib-commonjs/components/Portal/Portal.types.d.ts +2 -1
- package/lib-commonjs/components/Portal/Portal.types.js +4 -1
- package/lib-commonjs/components/Portal/Portal.types.js.map +1 -1
- package/lib-commonjs/components/Portal/index.js +10 -2
- package/lib-commonjs/components/Portal/index.js.map +1 -1
- package/lib-commonjs/components/Portal/renderPortal.d.ts +1 -1
- package/lib-commonjs/components/Portal/renderPortal.js +18 -7
- package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortal.d.ts +2 -2
- package/lib-commonjs/components/Portal/usePortal.js +39 -24
- package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortalMountNode.js +41 -26
- package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
- package/lib-commonjs/index.js +22 -5
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/virtualParent/elementContains.js +26 -16
- package/lib-commonjs/virtualParent/elementContains.js.map +1 -1
- package/lib-commonjs/virtualParent/getParent.js +10 -3
- package/lib-commonjs/virtualParent/getParent.js.map +1 -1
- package/lib-commonjs/virtualParent/getVirtualParent.js +16 -7
- package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -1
- package/lib-commonjs/virtualParent/index.js +11 -2
- package/lib-commonjs/virtualParent/index.js.map +1 -1
- package/lib-commonjs/virtualParent/isVirtualElement.js +7 -2
- package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -1
- package/lib-commonjs/virtualParent/setVirtualParent.js +17 -9
- package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -1
- package/lib-commonjs/virtualParent/types.js +4 -1
- package/lib-commonjs/virtualParent/types.js.map +1 -1
- package/package.json +8 -10
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -9
- package/lib/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -13
- package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,46 +2,247 @@
|
|
2
2
|
"name": "@fluentui/react-portal",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-portal_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Thu, 10 Feb 2022 08:43:51 GMT",
|
6
|
+
"tag": "@fluentui/react-portal_v9.0.0-rc.1",
|
7
|
+
"version": "9.0.0-rc.1",
|
8
8
|
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-portal",
|
13
|
+
"commit": "f4883108ae74c089213780f09997115c0d547aef",
|
14
|
+
"comment": "update stories to not use CSS shorthands in styles"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
18
|
+
"package": "@fluentui/react-portal",
|
19
|
+
"commit": "60e153e786c586b867898109c07a51876d3bfd5a",
|
20
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "martinhochel@microsoft.com",
|
24
|
+
"package": "@fluentui/react-portal",
|
25
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
26
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "olfedias@microsoft.com",
|
30
|
+
"package": "@fluentui/react-portal",
|
31
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
32
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"prerelease": [
|
36
|
+
{
|
37
|
+
"author": "behowell@microsoft.com",
|
38
|
+
"package": "@fluentui/react-portal",
|
39
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
40
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "mgodbolt@microsoft.com",
|
44
|
+
"package": "@fluentui/react-portal",
|
45
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
46
|
+
"comment": "remove export of commons types"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"author": "lingfangao@hotmail.com",
|
50
|
+
"package": "@fluentui/react-portal",
|
51
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
52
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"author": "olfedias@microsoft.com",
|
56
|
+
"package": "@fluentui/react-portal",
|
57
|
+
"commit": "d525c8b2106551865d648873210a6b48c2326ecb",
|
58
|
+
"comment": "remove unused dependency on Griffel"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"author": "beachball",
|
62
|
+
"package": "@fluentui/react-portal",
|
63
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
|
64
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"author": "beachball",
|
68
|
+
"package": "@fluentui/react-portal",
|
69
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
70
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"author": "beachball",
|
74
|
+
"package": "@fluentui/react-portal",
|
75
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
76
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
77
|
+
}
|
78
|
+
]
|
79
|
+
}
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"date": "Thu, 25 Nov 2021 08:34:15 GMT",
|
83
|
+
"tag": "@fluentui/react-portal_v9.0.0-beta.5",
|
84
|
+
"version": "9.0.0-beta.5",
|
85
|
+
"comments": {
|
86
|
+
"none": [
|
87
|
+
{
|
88
|
+
"author": "lingfangao@hotmail.com",
|
89
|
+
"package": "@fluentui/react-portal",
|
90
|
+
"commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
|
91
|
+
"comment": "Migrate package to use solution tsconfigs"
|
92
|
+
}
|
93
|
+
],
|
94
|
+
"prerelease": [
|
95
|
+
{
|
96
|
+
"author": "beachball",
|
97
|
+
"package": "@fluentui/react-portal",
|
98
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
99
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"author": "beachball",
|
103
|
+
"package": "@fluentui/react-portal",
|
104
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
|
105
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"author": "beachball",
|
109
|
+
"package": "@fluentui/react-portal",
|
110
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
111
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"author": "beachball",
|
115
|
+
"package": "@fluentui/react-portal",
|
116
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
117
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"author": "beachball",
|
121
|
+
"package": "@fluentui/react-portal",
|
122
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
123
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"author": "beachball",
|
127
|
+
"package": "@fluentui/react-portal",
|
128
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
129
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
130
|
+
}
|
131
|
+
]
|
132
|
+
}
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"date": "Fri, 12 Nov 2021 13:25:29 GMT",
|
136
|
+
"tag": "@fluentui/react-portal_v9.0.0-beta.4",
|
137
|
+
"version": "9.0.0-beta.4",
|
138
|
+
"comments": {
|
139
|
+
"none": [
|
140
|
+
{
|
141
|
+
"author": "lingfangao@hotmail.com",
|
142
|
+
"package": "@fluentui/react-portal",
|
143
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
144
|
+
"comment": "Remove beta release tag"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"author": "mgodbolt@microsoft.com",
|
148
|
+
"package": "@fluentui/react-portal",
|
149
|
+
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
150
|
+
"comment": "update docs descriptions"
|
151
|
+
}
|
152
|
+
],
|
9
153
|
"prerelease": [
|
10
154
|
{
|
11
|
-
"author": "
|
155
|
+
"author": "gcox@microsoft.com",
|
156
|
+
"package": "@fluentui/react-portal",
|
157
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
158
|
+
"comment": "Updated beta and RC components to ES2019"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"author": "gcox@microsoft.com",
|
162
|
+
"package": "@fluentui/react-portal",
|
163
|
+
"commit": "36404e1921159b0a69b4824ae86e6276e0723ea2",
|
164
|
+
"comment": "Broke up stories added codesandbox refs"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"author": "beachball",
|
168
|
+
"package": "@fluentui/react-portal",
|
169
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
170
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"author": "beachball",
|
174
|
+
"package": "@fluentui/react-portal",
|
175
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
|
176
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"author": "beachball",
|
180
|
+
"package": "@fluentui/react-portal",
|
181
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
182
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"author": "beachball",
|
186
|
+
"package": "@fluentui/react-portal",
|
187
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
188
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"author": "beachball",
|
192
|
+
"package": "@fluentui/react-portal",
|
193
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
194
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
195
|
+
}
|
196
|
+
]
|
197
|
+
}
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"date": "Wed, 27 Oct 2021 12:14:21 GMT",
|
201
|
+
"tag": "@fluentui/react-portal_v9.0.0-beta.3",
|
202
|
+
"version": "9.0.0-beta.3",
|
203
|
+
"comments": {
|
204
|
+
"prerelease": [
|
205
|
+
{
|
206
|
+
"author": "gcox@microsoft.com",
|
207
|
+
"package": "@fluentui/react-portal",
|
208
|
+
"commit": "d730088d7f6e5965ba5d5ed0d449e250f171d791",
|
209
|
+
"comment": "Removed duplicate 'Portal' from story names"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"author": "peter@draxler.ml",
|
12
213
|
"package": "@fluentui/react-portal",
|
13
|
-
"
|
14
|
-
"
|
214
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
215
|
+
"comment": "added styling of documentation"
|
15
216
|
},
|
16
217
|
{
|
17
218
|
"author": "beachball",
|
18
219
|
"package": "@fluentui/react-portal",
|
19
|
-
"comment": "Bump @fluentui/react-make-styles to v9.0.0-
|
20
|
-
"commit": "
|
220
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
221
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
21
222
|
},
|
22
223
|
{
|
23
224
|
"author": "beachball",
|
24
225
|
"package": "@fluentui/react-portal",
|
25
|
-
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-
|
26
|
-
"commit": "
|
226
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
|
227
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
27
228
|
},
|
28
229
|
{
|
29
230
|
"author": "beachball",
|
30
231
|
"package": "@fluentui/react-portal",
|
31
|
-
"comment": "Bump @fluentui/react-tabster to v9.0.0-
|
32
|
-
"commit": "
|
232
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
|
233
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
33
234
|
},
|
34
235
|
{
|
35
236
|
"author": "beachball",
|
36
237
|
"package": "@fluentui/react-portal",
|
37
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
38
|
-
"commit": "
|
238
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
239
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
39
240
|
},
|
40
241
|
{
|
41
242
|
"author": "beachball",
|
42
243
|
"package": "@fluentui/react-portal",
|
43
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-
|
44
|
-
"commit": "
|
244
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
245
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
45
246
|
}
|
46
247
|
]
|
47
248
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,67 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 10 Feb 2022 08:43:51 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.
|
9
|
+
Thu, 10 Feb 2022 08:43:51 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.5..@fluentui/react-portal_v9.0.0-rc.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
-
|
16
|
-
- Bump
|
17
|
-
-
|
18
|
-
- Bump @fluentui/react-
|
19
|
-
- Bump @fluentui/
|
14
|
+
- 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)
|
15
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
16
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
17
|
+
- remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
|
18
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
19
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
20
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
21
|
+
|
22
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
|
23
|
+
|
24
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.4..@fluentui/react-portal_v9.0.0-beta.5)
|
26
|
+
|
27
|
+
### Changes
|
28
|
+
|
29
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
30
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
31
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
32
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
33
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
34
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
35
|
+
|
36
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
|
37
|
+
|
38
|
+
Fri, 12 Nov 2021 13:25:29 GMT
|
39
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.3..@fluentui/react-portal_v9.0.0-beta.4)
|
40
|
+
|
41
|
+
### Changes
|
42
|
+
|
43
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
44
|
+
- Broke up stories added codesandbox refs ([PR #20372](https://github.com/microsoft/fluentui/pull/20372) by gcox@microsoft.com)
|
45
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
46
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
47
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
48
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
49
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
50
|
+
|
51
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
|
52
|
+
|
53
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
54
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.2..@fluentui/react-portal_v9.0.0-beta.3)
|
55
|
+
|
56
|
+
### Changes
|
57
|
+
|
58
|
+
- Removed duplicate 'Portal' from story names ([PR #20270](https://github.com/microsoft/fluentui/pull/20270) by gcox@microsoft.com)
|
59
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
60
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
61
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
62
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
63
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
64
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
20
65
|
|
21
66
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
|
22
67
|
|
package/dist/react-portal.d.ts
CHANGED
@@ -9,11 +9,12 @@ import * as React_2 from 'react';
|
|
9
9
|
export declare function elementContains(parent: HTMLElement | null, child: HTMLElement | null): boolean;
|
10
10
|
|
11
11
|
/**
|
12
|
-
*
|
12
|
+
* A portal provides a way to render children into a DOM node
|
13
|
+
* that exists outside the DOM hierarchy of the parent component.
|
13
14
|
*/
|
14
15
|
export declare const Portal: React_2.FC<PortalProps>;
|
15
16
|
|
16
|
-
|
17
|
+
declare type PortalCommons = {
|
17
18
|
/**
|
18
19
|
* React children
|
19
20
|
*/
|
@@ -39,7 +40,7 @@ export declare type PortalState = PortalCommons & {
|
|
39
40
|
/**
|
40
41
|
* Render the final JSX of Portal
|
41
42
|
*/
|
42
|
-
export declare const
|
43
|
+
export declare const renderPortal_unstable: (state: PortalState) => React_2.ReactElement;
|
43
44
|
|
44
45
|
/**
|
45
46
|
* Sets the virtual parent of an element.
|
@@ -52,10 +53,10 @@ export declare function setVirtualParent(child: HTMLElement, parent?: HTMLElemen
|
|
52
53
|
/**
|
53
54
|
* Create the state required to render Portal.
|
54
55
|
*
|
55
|
-
* The returned state can be modified with hooks such as usePortalStyles, before being passed to
|
56
|
+
* The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.
|
56
57
|
*
|
57
58
|
* @param props - props from this instance of Portal
|
58
59
|
*/
|
59
|
-
export declare const
|
60
|
+
export declare const usePortal_unstable: (props: PortalProps) => PortalState;
|
60
61
|
|
61
62
|
export { }
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as React from 'react';
|
2
2
|
import type { PortalProps } from './Portal.types';
|
3
3
|
/**
|
4
|
-
*
|
4
|
+
* A portal provides a way to render children into a DOM node
|
5
|
+
* that exists outside the DOM hierarchy of the parent component.
|
5
6
|
*/
|
6
7
|
export declare const Portal: React.FC<PortalProps>;
|
@@ -1,11 +1,13 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { usePortal_unstable } from './usePortal';
|
2
|
+
import { renderPortal_unstable } from './renderPortal';
|
3
3
|
/**
|
4
|
-
*
|
4
|
+
* A portal provides a way to render children into a DOM node
|
5
|
+
* that exists outside the DOM hierarchy of the parent component.
|
5
6
|
*/
|
6
|
-
|
7
|
-
|
8
|
-
|
7
|
+
|
8
|
+
export const Portal = props => {
|
9
|
+
const state = usePortal_unstable(props);
|
10
|
+
return renderPortal_unstable(state);
|
9
11
|
};
|
10
12
|
Portal.displayName = 'Portal';
|
11
13
|
//# sourceMappingURL=Portal.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"sources":["../../../src/components/Portal/Portal.tsx"],"names":[],"mappings":"AAEA,SAAS,kBAAT,QAAmC,aAAnC;AACA,SAAS,qBAAT,QAAsC,gBAAtC;AAGA;;;AAGG;;AACH,OAAO,MAAM,MAAM,GAA0B,KAAK,IAAG;AACnD,QAAM,KAAK,GAAG,kBAAkB,CAAC,KAAD,CAAhC;AAEA,SAAO,qBAAqB,CAAC,KAAD,CAA5B;AACD,CAJM;AAMP,MAAM,CAAC,WAAP,GAAqB,QAArB","sourceRoot":""}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
|
2
|
+
declare type PortalCommons = {
|
3
3
|
/**
|
4
4
|
* React children
|
5
5
|
*/
|
@@ -19,3 +19,4 @@ export declare type PortalState = PortalCommons & {
|
|
19
19
|
*/
|
20
20
|
virtualParentRootRef: React.MutableRefObject<HTMLSpanElement | null>;
|
21
21
|
};
|
22
|
+
export {};
|
@@ -3,7 +3,11 @@ import * as React from 'react';
|
|
3
3
|
/**
|
4
4
|
* Render the final JSX of Portal
|
5
5
|
*/
|
6
|
-
|
7
|
-
|
6
|
+
|
7
|
+
export const renderPortal_unstable = state => {
|
8
|
+
return /*#__PURE__*/React.createElement("span", {
|
9
|
+
hidden: true,
|
10
|
+
ref: state.virtualParentRootRef
|
11
|
+
}, state.shouldRender && state.mountNode && /*#__PURE__*/ReactDOM.createPortal(state.children, state.mountNode));
|
8
12
|
};
|
9
13
|
//# sourceMappingURL=renderPortal.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"sources":["../../../src/components/Portal/renderPortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAZ,MAA0B,WAA1B;AACA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAGA;;AAEG;;AACH,OAAO,MAAM,qBAAqB,GAAI,KAAD,IAA2C;AAC9E,sBACE,KAAA,CAAA,aAAA,CAAA,MAAA,EAAA;AAAM,IAAA,MAAM,EAAA,IAAZ;AAAa,IAAA,GAAG,EAAE,KAAK,CAAC;AAAxB,GAAA,EACG,KAAK,CAAC,YAAN,IAAsB,KAAK,CAAC,SAA5B,iBAAyC,QAAQ,CAAC,YAAT,CAAsB,KAAK,CAAC,QAA5B,EAAsC,KAAK,CAAC,SAA5C,CAD5C,CADF;AAKD,CANM","sourceRoot":""}
|
@@ -2,8 +2,8 @@ import type { PortalProps, PortalState } from './Portal.types';
|
|
2
2
|
/**
|
3
3
|
* Create the state required to render Portal.
|
4
4
|
*
|
5
|
-
* The returned state can be modified with hooks such as usePortalStyles, before being passed to
|
5
|
+
* The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.
|
6
6
|
*
|
7
7
|
* @param props - props from this instance of Portal
|
8
8
|
*/
|
9
|
-
export declare const
|
9
|
+
export declare const usePortal_unstable: (props: PortalProps) => PortalState;
|
@@ -5,25 +5,31 @@ import { setVirtualParent } from '../../virtualParent/index';
|
|
5
5
|
/**
|
6
6
|
* Create the state required to render Portal.
|
7
7
|
*
|
8
|
-
* The returned state can be modified with hooks such as usePortalStyles, before being passed to
|
8
|
+
* The returned state can be modified with hooks such as usePortalStyles, before being passed to renderPortal_unstable.
|
9
9
|
*
|
10
10
|
* @param props - props from this instance of Portal
|
11
11
|
*/
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
12
|
+
|
13
|
+
export const usePortal_unstable = props => {
|
14
|
+
const {
|
15
|
+
children,
|
16
|
+
mountNode
|
17
|
+
} = props;
|
18
|
+
const virtualParentRootRef = React.useRef(null);
|
19
|
+
const fallbackMountNode = usePortalMountNode({
|
20
|
+
disabled: !!mountNode
|
21
|
+
});
|
22
|
+
const state = {
|
23
|
+
children,
|
24
|
+
mountNode: mountNode !== null && mountNode !== void 0 ? mountNode : fallbackMountNode,
|
25
|
+
shouldRender: !useIsSSR(),
|
26
|
+
virtualParentRootRef
|
27
|
+
};
|
28
|
+
React.useEffect(() => {
|
29
|
+
if (state.virtualParentRootRef.current && state.mountNode) {
|
30
|
+
setVirtualParent(state.mountNode, state.virtualParentRootRef.current);
|
31
|
+
}
|
32
|
+
}, [state.virtualParentRootRef, state.mountNode]);
|
33
|
+
return state;
|
28
34
|
};
|
29
35
|
//# sourceMappingURL=usePortal.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"sources":["../../../src/components/Portal/usePortal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,QAAT,QAAyB,2BAAzB;AACA,SAAS,kBAAT,QAAmC,sBAAnC;AACA,SAAS,gBAAT,QAAiC,2BAAjC;AAGA;;;;;;AAMG;;AACH,OAAO,MAAM,kBAAkB,GAAI,KAAD,IAAoC;AACpE,QAAM;AAAE,IAAA,QAAF;AAAY,IAAA;AAAZ,MAA0B,KAAhC;AAEA,QAAM,oBAAoB,GAAG,KAAK,CAAC,MAAN,CAA8B,IAA9B,CAA7B;AACA,QAAM,iBAAiB,GAAG,kBAAkB,CAAC;AAAE,IAAA,QAAQ,EAAE,CAAC,CAAC;AAAd,GAAD,CAA5C;AAEA,QAAM,KAAK,GAAgB;AACzB,IAAA,QADyB;AAEzB,IAAA,SAAS,EAAE,SAAS,KAAA,IAAT,IAAA,SAAS,KAAA,KAAA,CAAT,GAAA,SAAA,GAAa,iBAFC;AAGzB,IAAA,YAAY,EAAE,CAAC,QAAQ,EAHE;AAIzB,IAAA;AAJyB,GAA3B;AAOA,EAAA,KAAK,CAAC,SAAN,CAAgB,MAAK;AACnB,QAAI,KAAK,CAAC,oBAAN,CAA2B,OAA3B,IAAsC,KAAK,CAAC,SAAhD,EAA2D;AACzD,MAAA,gBAAgB,CAAC,KAAK,CAAC,SAAP,EAAkB,KAAK,CAAC,oBAAN,CAA2B,OAA7C,CAAhB;AACD;AACF,GAJD,EAIG,CAAC,KAAK,CAAC,oBAAP,EAA6B,KAAK,CAAC,SAAnC,CAJH;AAMA,SAAO,KAAP;AACD,CApBM","sourceRoot":""}
|
@@ -5,26 +5,32 @@ import { useKeyboardNavAttribute } from '@fluentui/react-tabster';
|
|
5
5
|
/**
|
6
6
|
* Creates a new element on a document.body to mount portals
|
7
7
|
*/
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
return
|
8
|
+
|
9
|
+
export const usePortalMountNode = options => {
|
10
|
+
const themeClassName = useThemeClassName();
|
11
|
+
const {
|
12
|
+
targetDocument,
|
13
|
+
dir
|
14
|
+
} = useFluent();
|
15
|
+
const element = React.useMemo(() => {
|
16
|
+
if (targetDocument === undefined || options.disabled) {
|
17
|
+
return undefined;
|
18
|
+
}
|
19
|
+
|
20
|
+
const newElement = targetDocument.createElement('div');
|
21
|
+
newElement.setAttribute('class', themeClassName);
|
22
|
+
newElement.setAttribute('dir', dir);
|
23
|
+
targetDocument.body.appendChild(newElement);
|
24
|
+
return newElement;
|
25
|
+
}, [targetDocument, themeClassName, dir, options.disabled]);
|
26
|
+
useKeyboardNavAttribute().current = element;
|
27
|
+
useIsomorphicLayoutEffect(() => {
|
28
|
+
return () => {
|
29
|
+
var _a;
|
30
|
+
|
31
|
+
(_a = element === null || element === void 0 ? void 0 : element.parentElement) === null || _a === void 0 ? void 0 : _a.removeChild(element);
|
32
|
+
};
|
33
|
+
}, [element]);
|
34
|
+
return element;
|
29
35
|
};
|
30
36
|
//# sourceMappingURL=usePortalMountNode.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"sources":["../../../src/components/Portal/usePortalMountNode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,yBAAT,QAA0C,2BAA1C;AACA,SAAS,iBAAT,EAA4B,SAA5B,QAA6C,iCAA7C;AACA,SAAS,uBAAT,QAAwC,yBAAxC;AASA;;AAEG;;AACH,OAAO,MAAM,kBAAkB,GAAI,OAAD,IAAuC;AACvE,QAAM,cAAc,GAAG,iBAAiB,EAAxC;AACA,QAAM;AAAE,IAAA,cAAF;AAAkB,IAAA;AAAlB,MAA0B,SAAS,EAAzC;AAEA,QAAM,OAAO,GAAG,KAAK,CAAC,OAAN,CAAc,MAAK;AACjC,QAAI,cAAc,KAAK,SAAnB,IAAgC,OAAO,CAAC,QAA5C,EAAsD;AACpD,aAAO,SAAP;AACD;;AAED,UAAM,UAAU,GAAG,cAAc,CAAC,aAAf,CAA6B,KAA7B,CAAnB;AACA,IAAA,UAAU,CAAC,YAAX,CAAwB,OAAxB,EAAiC,cAAjC;AACA,IAAA,UAAU,CAAC,YAAX,CAAwB,KAAxB,EAA+B,GAA/B;AACA,IAAA,cAAc,CAAC,IAAf,CAAoB,WAApB,CAAgC,UAAhC;AAEA,WAAO,UAAP;AACD,GAXe,EAWb,CAAC,cAAD,EAAiB,cAAjB,EAAiC,GAAjC,EAAsC,OAAO,CAAC,QAA9C,CAXa,CAAhB;AAaC,EAAA,uBAAuB,GAA2C,OAAlE,GAA4E,OAA5E;AAED,EAAA,yBAAyB,CAAC,MAAK;AAC7B,WAAO,MAAK;;;AACV,OAAA,EAAA,GAAA,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE,aAAT,MAAsB,IAAtB,IAAsB,EAAA,KAAA,KAAA,CAAtB,GAAsB,KAAA,CAAtB,GAAsB,EAAA,CAAE,WAAF,CAAc,OAAd,CAAtB;AACD,KAFD;AAGD,GAJwB,EAItB,CAAC,OAAD,CAJsB,CAAzB;AAMA,SAAO,OAAP;AACD,CA1BM","sourceRoot":""}
|