@fluentui/react-portal 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. package/CHANGELOG.json +494 -16
  2. package/CHANGELOG.md +219 -73
  3. package/dist/{react-portal.d.ts → index.d.ts} +11 -11
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/Portal.js.map +1 -1
  6. package/lib/components/Portal/Portal.js +8 -6
  7. package/lib/components/Portal/Portal.js.map +1 -1
  8. package/lib/components/Portal/Portal.types.js.map +1 -1
  9. package/lib/components/Portal/index.js.map +1 -1
  10. package/lib/components/Portal/renderPortal.js +6 -2
  11. package/lib/components/Portal/renderPortal.js.map +1 -1
  12. package/lib/components/Portal/usePortal.js +23 -17
  13. package/lib/components/Portal/usePortal.js.map +1 -1
  14. package/lib/components/Portal/usePortalMountNode.js +27 -21
  15. package/lib/components/Portal/usePortalMountNode.js.map +1 -1
  16. package/lib/index.js +1 -1
  17. package/lib/index.js.map +1 -1
  18. package/lib/virtualParent/elementContains.js +18 -14
  19. package/lib/virtualParent/elementContains.js.map +1 -1
  20. package/lib/virtualParent/getParent.js +2 -1
  21. package/lib/virtualParent/getParent.js.map +1 -1
  22. package/lib/virtualParent/getVirtualParent.js +8 -5
  23. package/lib/virtualParent/getVirtualParent.js.map +1 -1
  24. package/lib/virtualParent/index.js.map +1 -1
  25. package/lib/virtualParent/isVirtualElement.js +1 -1
  26. package/lib/virtualParent/isVirtualElement.js.map +1 -1
  27. package/lib/virtualParent/setVirtualParent.js +11 -8
  28. package/lib/virtualParent/setVirtualParent.js.map +1 -1
  29. package/lib/virtualParent/types.js.map +1 -1
  30. package/lib-commonjs/Portal.js +7 -2
  31. package/lib-commonjs/Portal.js.map +1 -1
  32. package/lib-commonjs/components/Portal/Portal.js +16 -7
  33. package/lib-commonjs/components/Portal/Portal.js.map +1 -1
  34. package/lib-commonjs/components/Portal/Portal.types.js +4 -1
  35. package/lib-commonjs/components/Portal/Portal.types.js.map +1 -1
  36. package/lib-commonjs/components/Portal/index.js +10 -2
  37. package/lib-commonjs/components/Portal/index.js.map +1 -1
  38. package/lib-commonjs/components/Portal/renderPortal.js +18 -7
  39. package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
  40. package/lib-commonjs/components/Portal/usePortal.js +39 -24
  41. package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
  42. package/lib-commonjs/components/Portal/usePortalMountNode.js +41 -26
  43. package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
  44. package/lib-commonjs/index.js +41 -7
  45. package/lib-commonjs/index.js.map +1 -1
  46. package/lib-commonjs/virtualParent/elementContains.js +26 -16
  47. package/lib-commonjs/virtualParent/elementContains.js.map +1 -1
  48. package/lib-commonjs/virtualParent/getParent.js +10 -3
  49. package/lib-commonjs/virtualParent/getParent.js.map +1 -1
  50. package/lib-commonjs/virtualParent/getVirtualParent.js +16 -7
  51. package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -1
  52. package/lib-commonjs/virtualParent/index.js +11 -2
  53. package/lib-commonjs/virtualParent/index.js.map +1 -1
  54. package/lib-commonjs/virtualParent/isVirtualElement.js +7 -2
  55. package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -1
  56. package/lib-commonjs/virtualParent/setVirtualParent.js +17 -9
  57. package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -1
  58. package/lib-commonjs/virtualParent/types.js +4 -1
  59. package/lib-commonjs/virtualParent/types.js.map +1 -1
  60. package/package.json +17 -22
  61. package/lib/Portal.d.ts +0 -1
  62. package/lib/common/isConformant.d.ts +0 -4
  63. package/lib/common/isConformant.js +0 -9
  64. package/lib/common/isConformant.js.map +0 -1
  65. package/lib/components/Portal/Portal.d.ts +0 -6
  66. package/lib/components/Portal/Portal.types.d.ts +0 -21
  67. package/lib/components/Portal/index.d.ts +0 -4
  68. package/lib/components/Portal/renderPortal.d.ts +0 -6
  69. package/lib/components/Portal/usePortal.d.ts +0 -9
  70. package/lib/components/Portal/usePortalMountNode.d.ts +0 -10
  71. package/lib/index.d.ts +0 -2
  72. package/lib/virtualParent/elementContains.d.ts +0 -7
  73. package/lib/virtualParent/getParent.d.ts +0 -5
  74. package/lib/virtualParent/getVirtualParent.d.ts +0 -4
  75. package/lib/virtualParent/index.d.ts +0 -5
  76. package/lib/virtualParent/isVirtualElement.d.ts +0 -5
  77. package/lib/virtualParent/setVirtualParent.d.ts +0 -7
  78. package/lib/virtualParent/types.d.ts +0 -5
  79. package/lib-commonjs/Portal.d.ts +0 -1
  80. package/lib-commonjs/common/isConformant.d.ts +0 -4
  81. package/lib-commonjs/common/isConformant.js +0 -13
  82. package/lib-commonjs/common/isConformant.js.map +0 -1
  83. package/lib-commonjs/components/Portal/Portal.d.ts +0 -6
  84. package/lib-commonjs/components/Portal/Portal.types.d.ts +0 -21
  85. package/lib-commonjs/components/Portal/index.d.ts +0 -4
  86. package/lib-commonjs/components/Portal/renderPortal.d.ts +0 -6
  87. package/lib-commonjs/components/Portal/usePortal.d.ts +0 -9
  88. package/lib-commonjs/components/Portal/usePortalMountNode.d.ts +0 -10
  89. package/lib-commonjs/index.d.ts +0 -2
  90. package/lib-commonjs/virtualParent/elementContains.d.ts +0 -7
  91. package/lib-commonjs/virtualParent/getParent.d.ts +0 -5
  92. package/lib-commonjs/virtualParent/getVirtualParent.d.ts +0 -4
  93. package/lib-commonjs/virtualParent/index.d.ts +0 -5
  94. package/lib-commonjs/virtualParent/isVirtualElement.d.ts +0 -5
  95. package/lib-commonjs/virtualParent/setVirtualParent.d.ts +0 -7
  96. package/lib-commonjs/virtualParent/types.d.ts +0 -5
package/CHANGELOG.json CHANGED
@@ -2,46 +2,524 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-portal_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Mon, 23 May 2022 18:54:56 GMT",
6
+ "tag": "@fluentui/react-portal_v9.0.0-rc.11",
7
+ "version": "9.0.0-rc.11",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-portal",
13
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
14
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-portal",
19
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
20
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 23 May 2022 12:13:33 GMT",
27
+ "tag": "@fluentui/react-portal_v9.0.0-rc.10",
28
+ "version": "9.0.0-rc.10",
29
+ "comments": {
30
+ "prerelease": [
31
+ {
32
+ "author": "Humberto.Morimoto@microsoft.com",
33
+ "package": "@fluentui/react-portal",
34
+ "commit": "d98a253a7768cb781f106153804c8683670bbf8a",
35
+ "comment": "Removing PortalCommons type."
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-portal",
40
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
41
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-portal",
46
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
47
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-portal",
52
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
53
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Thu, 05 May 2022 18:26:25 GMT",
60
+ "tag": "@fluentui/react-portal_v9.0.0-rc.9",
61
+ "version": "9.0.0-rc.9",
62
+ "comments": {
63
+ "prerelease": [
64
+ {
65
+ "author": "humberto_makoto@hotmail.com",
66
+ "package": "@fluentui/react-portal",
67
+ "commit": "5524a739358b616484c838819a5e89531aca1c1f",
68
+ "comment": "Removing star exports."
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-portal",
73
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
74
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-portal",
79
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
80
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-portal",
85
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
86
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
87
+ }
88
+ ]
89
+ }
90
+ },
91
+ {
92
+ "date": "Wed, 04 May 2022 13:26:47 GMT",
93
+ "tag": "@fluentui/react-portal_v9.0.0-rc.8",
94
+ "version": "9.0.0-rc.8",
95
+ "comments": {
96
+ "prerelease": [
97
+ {
98
+ "author": "martinhochel@microsoft.com",
99
+ "package": "@fluentui/react-portal",
100
+ "commit": "773b889cd09d46934feeabdbbc389c678b80f7a0",
101
+ "comment": "feat: ship rolluped only dts"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-portal",
106
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
107
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
108
+ },
109
+ {
110
+ "author": "beachball",
111
+ "package": "@fluentui/react-portal",
112
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
113
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
114
+ },
115
+ {
116
+ "author": "beachball",
117
+ "package": "@fluentui/react-portal",
118
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
119
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
120
+ }
121
+ ],
122
+ "none": [
123
+ {
124
+ "author": "tristan.watanabe@gmail.com",
125
+ "package": "@fluentui/react-portal",
126
+ "commit": "e74b180720cb9aec8df21753a55449849041af82",
127
+ "comment": "react-portal: Move to new common folder."
128
+ }
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "date": "Mon, 25 Apr 2022 09:32:19 GMT",
134
+ "tag": "@fluentui/react-portal_v9.0.0-rc.7",
135
+ "version": "9.0.0-rc.7",
136
+ "comments": {
137
+ "prerelease": [
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-portal",
141
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
142
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
143
+ }
144
+ ]
145
+ }
146
+ },
147
+ {
148
+ "date": "Tue, 19 Apr 2022 19:16:48 GMT",
149
+ "tag": "@fluentui/react-portal_v9.0.0-rc.6",
150
+ "version": "9.0.0-rc.6",
151
+ "comments": {
152
+ "prerelease": [
153
+ {
154
+ "author": "olfedias@microsoft.com",
155
+ "package": "@fluentui/react-portal",
156
+ "commit": "8e3c8527ab8f6779dc3db03fd14d1d77b7fcf709",
157
+ "comment": "update `mountNode` types to accept HTMLElement"
158
+ },
159
+ {
160
+ "author": "beachball",
161
+ "package": "@fluentui/react-portal",
162
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
163
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
164
+ },
165
+ {
166
+ "author": "beachball",
167
+ "package": "@fluentui/react-portal",
168
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
169
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
170
+ },
171
+ {
172
+ "author": "beachball",
173
+ "package": "@fluentui/react-portal",
174
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
175
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
176
+ }
177
+ ],
178
+ "none": [
179
+ {
180
+ "author": "mgodbolt@microsoft.com",
181
+ "package": "@fluentui/react-portal",
182
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
183
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
184
+ },
185
+ {
186
+ "author": "elcraig@microsoft.com",
187
+ "package": "@fluentui/react-portal",
188
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
189
+ "comment": "Update React dev deps and hoist them to the repo root"
190
+ }
191
+ ]
192
+ }
193
+ },
194
+ {
195
+ "date": "Fri, 04 Mar 2022 05:17:38 GMT",
196
+ "tag": "@fluentui/react-portal_v9.0.0-rc.5",
197
+ "version": "9.0.0-rc.5",
198
+ "comments": {
199
+ "prerelease": [
200
+ {
201
+ "author": "dzearing@microsoft.com",
202
+ "package": "@fluentui/react-portal",
203
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
204
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
205
+ },
206
+ {
207
+ "author": "beachball",
208
+ "package": "@fluentui/react-portal",
209
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
210
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
211
+ },
212
+ {
213
+ "author": "beachball",
214
+ "package": "@fluentui/react-portal",
215
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
216
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
217
+ },
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-portal",
221
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
222
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
223
+ }
224
+ ]
225
+ }
226
+ },
227
+ {
228
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
229
+ "tag": "@fluentui/react-portal_v9.0.0-rc.4",
230
+ "version": "9.0.0-rc.4",
231
+ "comments": {
232
+ "prerelease": [
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-portal",
236
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
237
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-portal",
242
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
243
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
244
+ }
245
+ ]
246
+ }
247
+ },
248
+ {
249
+ "date": "Fri, 18 Feb 2022 13:35:33 GMT",
250
+ "tag": "@fluentui/react-portal_v9.0.0-rc.3",
251
+ "version": "9.0.0-rc.3",
252
+ "comments": {
253
+ "prerelease": [
254
+ {
255
+ "author": "lingfangao@hotmail.com",
256
+ "package": "@fluentui/react-portal",
257
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
258
+ "comment": "fix: Source maps contain original source code"
259
+ },
260
+ {
261
+ "author": "beachball",
262
+ "package": "@fluentui/react-portal",
263
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
264
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
265
+ },
266
+ {
267
+ "author": "beachball",
268
+ "package": "@fluentui/react-portal",
269
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
270
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
271
+ },
272
+ {
273
+ "author": "beachball",
274
+ "package": "@fluentui/react-portal",
275
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
276
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
277
+ }
278
+ ]
279
+ }
280
+ },
281
+ {
282
+ "date": "Thu, 10 Feb 2022 08:50:38 GMT",
283
+ "tag": "@fluentui/react-portal_v9.0.0-rc.1",
284
+ "version": "9.0.0-rc.1",
285
+ "comments": {
286
+ "none": [
287
+ {
288
+ "author": "olfedias@microsoft.com",
289
+ "package": "@fluentui/react-portal",
290
+ "commit": "f4883108ae74c089213780f09997115c0d547aef",
291
+ "comment": "update stories to not use CSS shorthands in styles"
292
+ },
293
+ {
294
+ "author": "Humberto.Morimoto@microsoft.com",
295
+ "package": "@fluentui/react-portal",
296
+ "commit": "60e153e786c586b867898109c07a51876d3bfd5a",
297
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens"
298
+ },
299
+ {
300
+ "author": "martinhochel@microsoft.com",
301
+ "package": "@fluentui/react-portal",
302
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
303
+ "comment": "chore: use storybook runner for all vNext packages"
304
+ },
305
+ {
306
+ "author": "olfedias@microsoft.com",
307
+ "package": "@fluentui/react-portal",
308
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
309
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
310
+ }
311
+ ],
312
+ "prerelease": [
313
+ {
314
+ "author": "behowell@microsoft.com",
315
+ "package": "@fluentui/react-portal",
316
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
317
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
318
+ },
319
+ {
320
+ "author": "mgodbolt@microsoft.com",
321
+ "package": "@fluentui/react-portal",
322
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
323
+ "comment": "remove export of commons types"
324
+ },
325
+ {
326
+ "author": "lingfangao@hotmail.com",
327
+ "package": "@fluentui/react-portal",
328
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
329
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
330
+ },
331
+ {
332
+ "author": "olfedias@microsoft.com",
333
+ "package": "@fluentui/react-portal",
334
+ "commit": "d525c8b2106551865d648873210a6b48c2326ecb",
335
+ "comment": "remove unused dependency on Griffel"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-portal",
340
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
341
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
342
+ },
343
+ {
344
+ "author": "beachball",
345
+ "package": "@fluentui/react-portal",
346
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
347
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
348
+ },
349
+ {
350
+ "author": "beachball",
351
+ "package": "@fluentui/react-portal",
352
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
353
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
354
+ }
355
+ ]
356
+ }
357
+ },
358
+ {
359
+ "date": "Thu, 25 Nov 2021 08:34:15 GMT",
360
+ "tag": "@fluentui/react-portal_v9.0.0-beta.5",
361
+ "version": "9.0.0-beta.5",
362
+ "comments": {
363
+ "none": [
364
+ {
365
+ "author": "lingfangao@hotmail.com",
366
+ "package": "@fluentui/react-portal",
367
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
368
+ "comment": "Migrate package to use solution tsconfigs"
369
+ }
370
+ ],
371
+ "prerelease": [
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-portal",
375
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
376
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-portal",
381
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
382
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-portal",
387
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
388
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
389
+ },
390
+ {
391
+ "author": "beachball",
392
+ "package": "@fluentui/react-portal",
393
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
394
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
395
+ },
396
+ {
397
+ "author": "beachball",
398
+ "package": "@fluentui/react-portal",
399
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
400
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
401
+ },
402
+ {
403
+ "author": "beachball",
404
+ "package": "@fluentui/react-portal",
405
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
406
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
407
+ }
408
+ ]
409
+ }
410
+ },
411
+ {
412
+ "date": "Fri, 12 Nov 2021 13:25:29 GMT",
413
+ "tag": "@fluentui/react-portal_v9.0.0-beta.4",
414
+ "version": "9.0.0-beta.4",
415
+ "comments": {
416
+ "none": [
417
+ {
418
+ "author": "lingfangao@hotmail.com",
419
+ "package": "@fluentui/react-portal",
420
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
421
+ "comment": "Remove beta release tag"
422
+ },
423
+ {
424
+ "author": "mgodbolt@microsoft.com",
425
+ "package": "@fluentui/react-portal",
426
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
427
+ "comment": "update docs descriptions"
428
+ }
429
+ ],
430
+ "prerelease": [
431
+ {
432
+ "author": "gcox@microsoft.com",
433
+ "package": "@fluentui/react-portal",
434
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
435
+ "comment": "Updated beta and RC components to ES2019"
436
+ },
437
+ {
438
+ "author": "gcox@microsoft.com",
439
+ "package": "@fluentui/react-portal",
440
+ "commit": "36404e1921159b0a69b4824ae86e6276e0723ea2",
441
+ "comment": "Broke up stories added codesandbox refs"
442
+ },
443
+ {
444
+ "author": "beachball",
445
+ "package": "@fluentui/react-portal",
446
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
447
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
448
+ },
449
+ {
450
+ "author": "beachball",
451
+ "package": "@fluentui/react-portal",
452
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
453
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
454
+ },
455
+ {
456
+ "author": "beachball",
457
+ "package": "@fluentui/react-portal",
458
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
459
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
460
+ },
461
+ {
462
+ "author": "beachball",
463
+ "package": "@fluentui/react-portal",
464
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
465
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
466
+ },
467
+ {
468
+ "author": "beachball",
469
+ "package": "@fluentui/react-portal",
470
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
471
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
472
+ }
473
+ ]
474
+ }
475
+ },
476
+ {
477
+ "date": "Wed, 27 Oct 2021 12:14:21 GMT",
478
+ "tag": "@fluentui/react-portal_v9.0.0-beta.3",
479
+ "version": "9.0.0-beta.3",
480
+ "comments": {
481
+ "prerelease": [
482
+ {
483
+ "author": "gcox@microsoft.com",
484
+ "package": "@fluentui/react-portal",
485
+ "commit": "d730088d7f6e5965ba5d5ed0d449e250f171d791",
486
+ "comment": "Removed duplicate 'Portal' from story names"
487
+ },
488
+ {
489
+ "author": "peter@draxler.ml",
12
490
  "package": "@fluentui/react-portal",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
491
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
492
+ "comment": "added styling of documentation"
15
493
  },
16
494
  {
17
495
  "author": "beachball",
18
496
  "package": "@fluentui/react-portal",
19
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
497
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
498
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
21
499
  },
22
500
  {
23
501
  "author": "beachball",
24
502
  "package": "@fluentui/react-portal",
25
- "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.f81b28ceb3.1",
26
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
503
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
504
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
505
  },
28
506
  {
29
507
  "author": "beachball",
30
508
  "package": "@fluentui/react-portal",
31
- "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.f81b28ceb3.1",
32
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
509
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
510
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
511
  },
34
512
  {
35
513
  "author": "beachball",
36
514
  "package": "@fluentui/react-portal",
37
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1",
38
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
515
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
516
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
517
  },
40
518
  {
41
519
  "author": "beachball",
42
520
  "package": "@fluentui/react-portal",
43
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1",
44
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
521
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
522
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
523
  }
46
524
  ]
47
525
  }