@fluentui/react-portal 9.0.0-rc.1 → 9.0.0-rc.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. package/CHANGELOG.json +257 -1
  2. package/CHANGELOG.md +160 -69
  3. package/dist/{react-portal.d.ts → index.d.ts} +6 -7
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/Portal.js.map +1 -1
  6. package/lib/components/Portal/Portal.js.map +1 -1
  7. package/lib/components/Portal/Portal.types.js.map +1 -1
  8. package/lib/components/Portal/index.js.map +1 -1
  9. package/lib/components/Portal/renderPortal.js.map +1 -1
  10. package/lib/components/Portal/usePortal.js.map +1 -1
  11. package/lib/components/Portal/usePortalMountNode.js +1 -1
  12. package/lib/components/Portal/usePortalMountNode.js.map +1 -1
  13. package/lib/index.js +1 -1
  14. package/lib/index.js.map +1 -1
  15. package/lib/virtualParent/elementContains.js.map +1 -1
  16. package/lib/virtualParent/getParent.js.map +1 -1
  17. package/lib/virtualParent/getVirtualParent.js.map +1 -1
  18. package/lib/virtualParent/index.js.map +1 -1
  19. package/lib/virtualParent/isVirtualElement.js.map +1 -1
  20. package/lib/virtualParent/setVirtualParent.js.map +1 -1
  21. package/lib/virtualParent/types.js.map +1 -1
  22. package/lib-commonjs/Portal.js.map +1 -1
  23. package/lib-commonjs/components/Portal/Portal.js.map +1 -1
  24. package/lib-commonjs/components/Portal/Portal.types.js.map +1 -1
  25. package/lib-commonjs/components/Portal/index.js.map +1 -1
  26. package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
  27. package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
  28. package/lib-commonjs/components/Portal/usePortalMountNode.js +1 -1
  29. package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
  30. package/lib-commonjs/index.js +23 -6
  31. package/lib-commonjs/index.js.map +1 -1
  32. package/lib-commonjs/virtualParent/elementContains.js.map +1 -1
  33. package/lib-commonjs/virtualParent/getParent.js.map +1 -1
  34. package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -1
  35. package/lib-commonjs/virtualParent/index.js.map +1 -1
  36. package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -1
  37. package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -1
  38. package/lib-commonjs/virtualParent/types.js.map +1 -1
  39. package/package.json +15 -18
  40. package/lib/Portal.d.ts +0 -1
  41. package/lib/components/Portal/Portal.d.ts +0 -7
  42. package/lib/components/Portal/Portal.types.d.ts +0 -22
  43. package/lib/components/Portal/index.d.ts +0 -4
  44. package/lib/components/Portal/renderPortal.d.ts +0 -6
  45. package/lib/components/Portal/usePortal.d.ts +0 -9
  46. package/lib/components/Portal/usePortalMountNode.d.ts +0 -10
  47. package/lib/index.d.ts +0 -2
  48. package/lib/virtualParent/elementContains.d.ts +0 -7
  49. package/lib/virtualParent/getParent.d.ts +0 -5
  50. package/lib/virtualParent/getVirtualParent.d.ts +0 -4
  51. package/lib/virtualParent/index.d.ts +0 -5
  52. package/lib/virtualParent/isVirtualElement.d.ts +0 -5
  53. package/lib/virtualParent/setVirtualParent.d.ts +0 -7
  54. package/lib/virtualParent/types.d.ts +0 -5
  55. package/lib-commonjs/Portal.d.ts +0 -1
  56. package/lib-commonjs/components/Portal/Portal.d.ts +0 -7
  57. package/lib-commonjs/components/Portal/Portal.types.d.ts +0 -22
  58. package/lib-commonjs/components/Portal/index.d.ts +0 -4
  59. package/lib-commonjs/components/Portal/renderPortal.d.ts +0 -6
  60. package/lib-commonjs/components/Portal/usePortal.d.ts +0 -9
  61. package/lib-commonjs/components/Portal/usePortalMountNode.d.ts +0 -10
  62. package/lib-commonjs/index.d.ts +0 -2
  63. package/lib-commonjs/virtualParent/elementContains.d.ts +0 -7
  64. package/lib-commonjs/virtualParent/getParent.d.ts +0 -5
  65. package/lib-commonjs/virtualParent/getVirtualParent.d.ts +0 -4
  66. package/lib-commonjs/virtualParent/index.d.ts +0 -5
  67. package/lib-commonjs/virtualParent/isVirtualElement.d.ts +0 -5
  68. package/lib-commonjs/virtualParent/setVirtualParent.d.ts +0 -7
  69. package/lib-commonjs/virtualParent/types.d.ts +0 -5
package/CHANGELOG.json CHANGED
@@ -2,7 +2,263 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 08:43:51 GMT",
5
+ "date": "Mon, 23 May 2022 12:09:58 GMT",
6
+ "tag": "@fluentui/react-portal_v9.0.0-rc.10",
7
+ "version": "9.0.0-rc.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-portal",
13
+ "commit": "d98a253a7768cb781f106153804c8683670bbf8a",
14
+ "comment": "Removing PortalCommons type."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal",
19
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
20
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-portal",
25
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
26
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-portal",
31
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
32
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Thu, 05 May 2022 18:26:25 GMT",
39
+ "tag": "@fluentui/react-portal_v9.0.0-rc.9",
40
+ "version": "9.0.0-rc.9",
41
+ "comments": {
42
+ "prerelease": [
43
+ {
44
+ "author": "humberto_makoto@hotmail.com",
45
+ "package": "@fluentui/react-portal",
46
+ "commit": "5524a739358b616484c838819a5e89531aca1c1f",
47
+ "comment": "Removing star exports."
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-portal",
52
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
53
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-portal",
58
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
59
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-portal",
64
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
65
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Wed, 04 May 2022 13:26:47 GMT",
72
+ "tag": "@fluentui/react-portal_v9.0.0-rc.8",
73
+ "version": "9.0.0-rc.8",
74
+ "comments": {
75
+ "prerelease": [
76
+ {
77
+ "author": "martinhochel@microsoft.com",
78
+ "package": "@fluentui/react-portal",
79
+ "commit": "773b889cd09d46934feeabdbbc389c678b80f7a0",
80
+ "comment": "feat: ship rolluped only dts"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-portal",
85
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
86
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-portal",
91
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
92
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-portal",
97
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
98
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
99
+ }
100
+ ],
101
+ "none": [
102
+ {
103
+ "author": "tristan.watanabe@gmail.com",
104
+ "package": "@fluentui/react-portal",
105
+ "commit": "e74b180720cb9aec8df21753a55449849041af82",
106
+ "comment": "react-portal: Move to new common folder."
107
+ }
108
+ ]
109
+ }
110
+ },
111
+ {
112
+ "date": "Mon, 25 Apr 2022 09:32:19 GMT",
113
+ "tag": "@fluentui/react-portal_v9.0.0-rc.7",
114
+ "version": "9.0.0-rc.7",
115
+ "comments": {
116
+ "prerelease": [
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-portal",
120
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
121
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
122
+ }
123
+ ]
124
+ }
125
+ },
126
+ {
127
+ "date": "Tue, 19 Apr 2022 19:16:48 GMT",
128
+ "tag": "@fluentui/react-portal_v9.0.0-rc.6",
129
+ "version": "9.0.0-rc.6",
130
+ "comments": {
131
+ "prerelease": [
132
+ {
133
+ "author": "olfedias@microsoft.com",
134
+ "package": "@fluentui/react-portal",
135
+ "commit": "8e3c8527ab8f6779dc3db03fd14d1d77b7fcf709",
136
+ "comment": "update `mountNode` types to accept HTMLElement"
137
+ },
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-portal",
141
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
142
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-portal",
147
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
148
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-portal",
153
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
154
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
155
+ }
156
+ ],
157
+ "none": [
158
+ {
159
+ "author": "mgodbolt@microsoft.com",
160
+ "package": "@fluentui/react-portal",
161
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
162
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
163
+ },
164
+ {
165
+ "author": "elcraig@microsoft.com",
166
+ "package": "@fluentui/react-portal",
167
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
168
+ "comment": "Update React dev deps and hoist them to the repo root"
169
+ }
170
+ ]
171
+ }
172
+ },
173
+ {
174
+ "date": "Fri, 04 Mar 2022 05:17:38 GMT",
175
+ "tag": "@fluentui/react-portal_v9.0.0-rc.5",
176
+ "version": "9.0.0-rc.5",
177
+ "comments": {
178
+ "prerelease": [
179
+ {
180
+ "author": "dzearing@microsoft.com",
181
+ "package": "@fluentui/react-portal",
182
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
183
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
184
+ },
185
+ {
186
+ "author": "beachball",
187
+ "package": "@fluentui/react-portal",
188
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
189
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
190
+ },
191
+ {
192
+ "author": "beachball",
193
+ "package": "@fluentui/react-portal",
194
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
195
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
196
+ },
197
+ {
198
+ "author": "beachball",
199
+ "package": "@fluentui/react-portal",
200
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
201
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
202
+ }
203
+ ]
204
+ }
205
+ },
206
+ {
207
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
208
+ "tag": "@fluentui/react-portal_v9.0.0-rc.4",
209
+ "version": "9.0.0-rc.4",
210
+ "comments": {
211
+ "prerelease": [
212
+ {
213
+ "author": "beachball",
214
+ "package": "@fluentui/react-portal",
215
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
216
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
217
+ },
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-portal",
221
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
222
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
223
+ }
224
+ ]
225
+ }
226
+ },
227
+ {
228
+ "date": "Fri, 18 Feb 2022 13:35:33 GMT",
229
+ "tag": "@fluentui/react-portal_v9.0.0-rc.3",
230
+ "version": "9.0.0-rc.3",
231
+ "comments": {
232
+ "prerelease": [
233
+ {
234
+ "author": "lingfangao@hotmail.com",
235
+ "package": "@fluentui/react-portal",
236
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
237
+ "comment": "fix: Source maps contain original source code"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-portal",
242
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
243
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
244
+ },
245
+ {
246
+ "author": "beachball",
247
+ "package": "@fluentui/react-portal",
248
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
249
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
250
+ },
251
+ {
252
+ "author": "beachball",
253
+ "package": "@fluentui/react-portal",
254
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
255
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
256
+ }
257
+ ]
258
+ }
259
+ },
260
+ {
261
+ "date": "Thu, 10 Feb 2022 08:50:38 GMT",
6
262
  "tag": "@fluentui/react-portal_v9.0.0-rc.1",
7
263
  "version": "9.0.0-rc.1",
8
264
  "comments": {