@fluentui/react-portal 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10

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 +465 -20
  2. package/CHANGELOG.md +209 -75
  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,58 +2,503 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 20 Oct 2021 09:19:30 GMT",
6
- "tag": "@fluentui/react-portal_v9.0.0-nightly.d730088d7f.0",
7
- "version": "9.0.0-nightly.d730088d7f.0",
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
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
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",
12
235
  "package": "@fluentui/react-portal",
13
- "comment": "Release nightly v9",
14
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
236
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
237
+ "comment": "fix: Source maps contain original source code"
15
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",
262
+ "tag": "@fluentui/react-portal_v9.0.0-rc.1",
263
+ "version": "9.0.0-rc.1",
264
+ "comments": {
265
+ "none": [
266
+ {
267
+ "author": "olfedias@microsoft.com",
268
+ "package": "@fluentui/react-portal",
269
+ "commit": "f4883108ae74c089213780f09997115c0d547aef",
270
+ "comment": "update stories to not use CSS shorthands in styles"
271
+ },
272
+ {
273
+ "author": "Humberto.Morimoto@microsoft.com",
274
+ "package": "@fluentui/react-portal",
275
+ "commit": "60e153e786c586b867898109c07a51876d3bfd5a",
276
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens"
277
+ },
278
+ {
279
+ "author": "martinhochel@microsoft.com",
280
+ "package": "@fluentui/react-portal",
281
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
282
+ "comment": "chore: use storybook runner for all vNext packages"
283
+ },
284
+ {
285
+ "author": "olfedias@microsoft.com",
286
+ "package": "@fluentui/react-portal",
287
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
288
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
289
+ }
290
+ ],
291
+ "prerelease": [
292
+ {
293
+ "author": "behowell@microsoft.com",
294
+ "package": "@fluentui/react-portal",
295
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
296
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
297
+ },
298
+ {
299
+ "author": "mgodbolt@microsoft.com",
300
+ "package": "@fluentui/react-portal",
301
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
302
+ "comment": "remove export of commons types"
303
+ },
304
+ {
305
+ "author": "lingfangao@hotmail.com",
306
+ "package": "@fluentui/react-portal",
307
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
308
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
309
+ },
310
+ {
311
+ "author": "olfedias@microsoft.com",
312
+ "package": "@fluentui/react-portal",
313
+ "commit": "d525c8b2106551865d648873210a6b48c2326ecb",
314
+ "comment": "remove unused dependency on Griffel"
315
+ },
316
+ {
317
+ "author": "beachball",
318
+ "package": "@fluentui/react-portal",
319
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
320
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
321
+ },
322
+ {
323
+ "author": "beachball",
324
+ "package": "@fluentui/react-portal",
325
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
326
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
327
+ },
328
+ {
329
+ "author": "beachball",
330
+ "package": "@fluentui/react-portal",
331
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
332
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
333
+ }
334
+ ]
335
+ }
336
+ },
337
+ {
338
+ "date": "Thu, 25 Nov 2021 08:34:15 GMT",
339
+ "tag": "@fluentui/react-portal_v9.0.0-beta.5",
340
+ "version": "9.0.0-beta.5",
341
+ "comments": {
342
+ "none": [
343
+ {
344
+ "author": "lingfangao@hotmail.com",
345
+ "package": "@fluentui/react-portal",
346
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
347
+ "comment": "Migrate package to use solution tsconfigs"
348
+ }
349
+ ],
350
+ "prerelease": [
351
+ {
352
+ "author": "beachball",
353
+ "package": "@fluentui/react-portal",
354
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
355
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
356
+ },
357
+ {
358
+ "author": "beachball",
359
+ "package": "@fluentui/react-portal",
360
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
361
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
362
+ },
363
+ {
364
+ "author": "beachball",
365
+ "package": "@fluentui/react-portal",
366
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
367
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
368
+ },
369
+ {
370
+ "author": "beachball",
371
+ "package": "@fluentui/react-portal",
372
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
373
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
374
+ },
375
+ {
376
+ "author": "beachball",
377
+ "package": "@fluentui/react-portal",
378
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
379
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
380
+ },
381
+ {
382
+ "author": "beachball",
383
+ "package": "@fluentui/react-portal",
384
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
385
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
386
+ }
387
+ ]
388
+ }
389
+ },
390
+ {
391
+ "date": "Fri, 12 Nov 2021 13:25:29 GMT",
392
+ "tag": "@fluentui/react-portal_v9.0.0-beta.4",
393
+ "version": "9.0.0-beta.4",
394
+ "comments": {
395
+ "none": [
396
+ {
397
+ "author": "lingfangao@hotmail.com",
398
+ "package": "@fluentui/react-portal",
399
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
400
+ "comment": "Remove beta release tag"
401
+ },
402
+ {
403
+ "author": "mgodbolt@microsoft.com",
404
+ "package": "@fluentui/react-portal",
405
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
406
+ "comment": "update docs descriptions"
407
+ }
408
+ ],
409
+ "prerelease": [
410
+ {
411
+ "author": "gcox@microsoft.com",
412
+ "package": "@fluentui/react-portal",
413
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
414
+ "comment": "Updated beta and RC components to ES2019"
415
+ },
416
+ {
417
+ "author": "gcox@microsoft.com",
418
+ "package": "@fluentui/react-portal",
419
+ "commit": "36404e1921159b0a69b4824ae86e6276e0723ea2",
420
+ "comment": "Broke up stories added codesandbox refs"
421
+ },
422
+ {
423
+ "author": "beachball",
424
+ "package": "@fluentui/react-portal",
425
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
426
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
427
+ },
428
+ {
429
+ "author": "beachball",
430
+ "package": "@fluentui/react-portal",
431
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
432
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
433
+ },
434
+ {
435
+ "author": "beachball",
436
+ "package": "@fluentui/react-portal",
437
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
438
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
439
+ },
440
+ {
441
+ "author": "beachball",
442
+ "package": "@fluentui/react-portal",
443
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
444
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
445
+ },
446
+ {
447
+ "author": "beachball",
448
+ "package": "@fluentui/react-portal",
449
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
450
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
451
+ }
452
+ ]
453
+ }
454
+ },
455
+ {
456
+ "date": "Wed, 27 Oct 2021 12:14:21 GMT",
457
+ "tag": "@fluentui/react-portal_v9.0.0-beta.3",
458
+ "version": "9.0.0-beta.3",
459
+ "comments": {
460
+ "prerelease": [
16
461
  {
17
462
  "author": "gcox@microsoft.com",
18
463
  "package": "@fluentui/react-portal",
19
- "comment": "Removed duplicate 'Portal' from story names",
20
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
464
+ "commit": "d730088d7f6e5965ba5d5ed0d449e250f171d791",
465
+ "comment": "Removed duplicate 'Portal' from story names"
21
466
  },
22
467
  {
23
468
  "author": "peter@draxler.ml",
24
469
  "package": "@fluentui/react-portal",
25
- "comment": "added styling of documentation",
26
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
470
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
471
+ "comment": "added styling of documentation"
27
472
  },
28
473
  {
29
474
  "author": "beachball",
30
475
  "package": "@fluentui/react-portal",
31
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0",
32
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
476
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
477
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
478
  },
34
479
  {
35
480
  "author": "beachball",
36
481
  "package": "@fluentui/react-portal",
37
- "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0",
38
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
482
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
483
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
484
  },
40
485
  {
41
486
  "author": "beachball",
42
487
  "package": "@fluentui/react-portal",
43
- "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.d730088d7f.0",
44
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
488
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
489
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
490
  },
46
491
  {
47
492
  "author": "beachball",
48
493
  "package": "@fluentui/react-portal",
49
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0",
50
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
494
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
495
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
51
496
  },
52
497
  {
53
498
  "author": "beachball",
54
499
  "package": "@fluentui/react-portal",
55
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0",
56
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
500
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
501
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
57
502
  }
58
503
  ]
59
504
  }