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

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 +293 -1
  2. package/CHANGELOG.md +179 -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.md CHANGED
@@ -1,17 +1,127 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:43:51 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 May 2022 21:00:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.12)
8
+
9
+ Thu, 26 May 2022 21:00:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.11..@fluentui/react-portal_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
15
+
16
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.11)
17
+
18
+ Mon, 23 May 2022 18:56:51 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.10..@fluentui/react-portal_v9.0.0-rc.11)
20
+
21
+ ### Changes
22
+
23
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
24
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
25
+
26
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.10)
27
+
28
+ Mon, 23 May 2022 12:13:33 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.9..@fluentui/react-portal_v9.0.0-rc.10)
30
+
31
+ ### Changes
32
+
33
+ - Removing PortalCommons type. ([PR #22969](https://github.com/microsoft/fluentui/pull/22969) by Humberto.Morimoto@microsoft.com)
34
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
35
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
37
+
38
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.9)
39
+
40
+ Thu, 05 May 2022 18:26:25 GMT
41
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.8..@fluentui/react-portal_v9.0.0-rc.9)
42
+
43
+ ### Changes
44
+
45
+ - Removing star exports. ([PR #22806](https://github.com/microsoft/fluentui/pull/22806) by humberto_makoto@hotmail.com)
46
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
47
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
48
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
49
+
50
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.8)
51
+
52
+ Wed, 04 May 2022 13:26:47 GMT
53
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.7..@fluentui/react-portal_v9.0.0-rc.8)
54
+
55
+ ### Changes
56
+
57
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
58
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
59
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
60
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
61
+
62
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.7)
63
+
64
+ Mon, 25 Apr 2022 09:32:19 GMT
65
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.6..@fluentui/react-portal_v9.0.0-rc.7)
66
+
67
+ ### Changes
68
+
69
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
70
+
71
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.6)
72
+
73
+ Tue, 19 Apr 2022 19:16:48 GMT
74
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.5..@fluentui/react-portal_v9.0.0-rc.6)
75
+
76
+ ### Changes
77
+
78
+ - update `mountNode` types to accept HTMLElement ([PR #22153](https://github.com/microsoft/fluentui/pull/22153) by olfedias@microsoft.com)
79
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
80
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
81
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
82
+
83
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.5)
84
+
85
+ Fri, 04 Mar 2022 05:17:38 GMT
86
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.4..@fluentui/react-portal_v9.0.0-rc.5)
87
+
88
+ ### Changes
89
+
90
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
91
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
92
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
93
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
94
+
95
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.4)
96
+
97
+ Tue, 01 Mar 2022 02:17:40 GMT
98
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.3..@fluentui/react-portal_v9.0.0-rc.4)
99
+
100
+ ### Changes
101
+
102
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
103
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
104
+
105
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.3)
106
+
107
+ Fri, 18 Feb 2022 13:35:33 GMT
108
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.1..@fluentui/react-portal_v9.0.0-rc.3)
109
+
110
+ ### Changes
111
+
112
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
113
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
114
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
115
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
116
+
7
117
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
8
118
 
9
- Thu, 10 Feb 2022 08:43:51 GMT
119
+ Thu, 10 Feb 2022 08:50:38 GMT
10
120
  [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
121
 
12
122
  ### Changes
13
123
 
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)
124
+ - 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
125
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
16
126
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
17
127
  - remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
@@ -21,7 +131,7 @@ Thu, 10 Feb 2022 08:43:51 GMT
21
131
 
22
132
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
23
133
 
24
- Thu, 25 Nov 2021 08:34:15 GMT
134
+ Thu, 25 Nov 2021 08:34:15 GMT
25
135
  [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
136
 
27
137
  ### Changes
@@ -35,7 +145,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
35
145
 
36
146
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
37
147
 
38
- Fri, 12 Nov 2021 13:25:29 GMT
148
+ Fri, 12 Nov 2021 13:25:29 GMT
39
149
  [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
150
 
41
151
  ### Changes
@@ -50,7 +160,7 @@ Fri, 12 Nov 2021 13:25:29 GMT
50
160
 
51
161
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
52
162
 
53
- Wed, 27 Oct 2021 12:14:21 GMT
163
+ Wed, 27 Oct 2021 12:14:21 GMT
54
164
  [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
165
 
56
166
  ### Changes
@@ -65,7 +175,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
65
175
 
66
176
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
67
177
 
68
- Tue, 12 Oct 2021 19:45:58 GMT
178
+ Tue, 12 Oct 2021 19:45:58 GMT
69
179
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.1..@fluentui/react-portal_v9.0.0-beta.2)
70
180
 
71
181
  ### Changes
@@ -74,7 +184,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
74
184
 
75
185
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.1)
76
186
 
77
- Wed, 06 Oct 2021 10:37:22 GMT
187
+ Wed, 06 Oct 2021 10:37:22 GMT
78
188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.61..@fluentui/react-portal_v9.0.0-beta.1)
79
189
 
80
190
  ### Changes
@@ -88,7 +198,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
88
198
 
89
199
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
90
200
 
91
- Tue, 05 Oct 2021 12:47:58 GMT
201
+ Tue, 05 Oct 2021 12:47:58 GMT
92
202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.60..@fluentui/react-portal_v9.0.0-alpha.61)
93
203
 
94
204
  ### Changes
@@ -99,7 +209,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
99
209
 
100
210
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
101
211
 
102
- Tue, 05 Oct 2021 09:28:07 GMT
212
+ Tue, 05 Oct 2021 09:28:07 GMT
103
213
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.59..@fluentui/react-portal_v9.0.0-alpha.60)
104
214
 
105
215
  ### Changes
@@ -111,7 +221,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
111
221
 
112
222
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.59)
113
223
 
114
- Fri, 01 Oct 2021 14:13:08 GMT
224
+ Fri, 01 Oct 2021 14:13:08 GMT
115
225
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.57..@fluentui/react-portal_v9.0.0-alpha.59)
116
226
 
117
227
  ### Changes
@@ -125,7 +235,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
125
235
 
126
236
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.57)
127
237
 
128
- Fri, 01 Oct 2021 09:44:56 GMT
238
+ Fri, 01 Oct 2021 09:44:56 GMT
129
239
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.56..@fluentui/react-portal_v9.0.0-alpha.57)
130
240
 
131
241
  ### Changes
@@ -134,7 +244,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
134
244
 
135
245
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.56)
136
246
 
137
- Wed, 29 Sep 2021 08:06:11 GMT
247
+ Wed, 29 Sep 2021 08:06:11 GMT
138
248
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.55..@fluentui/react-portal_v9.0.0-alpha.56)
139
249
 
140
250
  ### Changes
@@ -146,7 +256,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
146
256
 
147
257
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.55)
148
258
 
149
- Mon, 27 Sep 2021 08:06:00 GMT
259
+ Mon, 27 Sep 2021 08:06:00 GMT
150
260
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.54..@fluentui/react-portal_v9.0.0-alpha.55)
151
261
 
152
262
  ### Changes
@@ -158,7 +268,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
158
268
 
159
269
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.54)
160
270
 
161
- Fri, 24 Sep 2021 09:17:17 GMT
271
+ Fri, 24 Sep 2021 09:17:17 GMT
162
272
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.53..@fluentui/react-portal_v9.0.0-alpha.54)
163
273
 
164
274
  ### Changes
@@ -170,7 +280,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
170
280
 
171
281
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.53)
172
282
 
173
- Thu, 23 Sep 2021 08:21:34 GMT
283
+ Thu, 23 Sep 2021 08:21:34 GMT
174
284
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.52..@fluentui/react-portal_v9.0.0-alpha.53)
175
285
 
176
286
  ### Changes
@@ -182,7 +292,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
182
292
 
183
293
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.52)
184
294
 
185
- Wed, 22 Sep 2021 10:10:07 GMT
295
+ Wed, 22 Sep 2021 10:10:07 GMT
186
296
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.51..@fluentui/react-portal_v9.0.0-alpha.52)
187
297
 
188
298
  ### Changes
@@ -194,7 +304,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
194
304
 
195
305
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.51)
196
306
 
197
- Tue, 21 Sep 2021 07:42:34 GMT
307
+ Tue, 21 Sep 2021 07:42:34 GMT
198
308
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.50..@fluentui/react-portal_v9.0.0-alpha.51)
199
309
 
200
310
  ### Changes
@@ -207,7 +317,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
207
317
 
208
318
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.50)
209
319
 
210
- Mon, 20 Sep 2021 07:36:26 GMT
320
+ Mon, 20 Sep 2021 07:36:26 GMT
211
321
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.49..@fluentui/react-portal_v9.0.0-alpha.50)
212
322
 
213
323
  ### Changes
@@ -216,7 +326,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
216
326
 
217
327
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.49)
218
328
 
219
- Fri, 17 Sep 2021 07:35:26 GMT
329
+ Fri, 17 Sep 2021 07:35:26 GMT
220
330
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.48..@fluentui/react-portal_v9.0.0-alpha.49)
221
331
 
222
332
  ### Changes
@@ -225,7 +335,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
225
335
 
226
336
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.48)
227
337
 
228
- Thu, 16 Sep 2021 07:38:39 GMT
338
+ Thu, 16 Sep 2021 07:38:39 GMT
229
339
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.47..@fluentui/react-portal_v9.0.0-alpha.48)
230
340
 
231
341
  ### Changes
@@ -234,7 +344,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
234
344
 
235
345
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.47)
236
346
 
237
- Tue, 14 Sep 2021 20:09:02 GMT
347
+ Tue, 14 Sep 2021 20:09:02 GMT
238
348
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.46..@fluentui/react-portal_v9.0.0-alpha.47)
239
349
 
240
350
  ### Changes
@@ -243,7 +353,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
243
353
 
244
354
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.46)
245
355
 
246
- Fri, 10 Sep 2021 16:31:53 GMT
356
+ Fri, 10 Sep 2021 16:31:53 GMT
247
357
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.45..@fluentui/react-portal_v9.0.0-alpha.46)
248
358
 
249
359
  ### Changes
@@ -254,7 +364,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
254
364
 
255
365
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.45)
256
366
 
257
- Fri, 10 Sep 2021 07:39:51 GMT
367
+ Fri, 10 Sep 2021 07:39:51 GMT
258
368
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.44..@fluentui/react-portal_v9.0.0-alpha.45)
259
369
 
260
370
  ### Changes
@@ -263,7 +373,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
263
373
 
264
374
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.44)
265
375
 
266
- Mon, 06 Sep 2021 07:34:53 GMT
376
+ Mon, 06 Sep 2021 07:34:53 GMT
267
377
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.43..@fluentui/react-portal_v9.0.0-alpha.44)
268
378
 
269
379
  ### Changes
@@ -272,7 +382,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
272
382
 
273
383
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.43)
274
384
 
275
- Thu, 02 Sep 2021 07:36:46 GMT
385
+ Thu, 02 Sep 2021 07:36:46 GMT
276
386
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.42..@fluentui/react-portal_v9.0.0-alpha.43)
277
387
 
278
388
  ### Patches
@@ -281,7 +391,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
281
391
 
282
392
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.42)
283
393
 
284
- Wed, 01 Sep 2021 07:39:56 GMT
394
+ Wed, 01 Sep 2021 07:39:56 GMT
285
395
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.41..@fluentui/react-portal_v9.0.0-alpha.42)
286
396
 
287
397
  ### Changes
@@ -290,7 +400,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
290
400
 
291
401
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.41)
292
402
 
293
- Tue, 31 Aug 2021 07:37:47 GMT
403
+ Tue, 31 Aug 2021 07:37:47 GMT
294
404
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.40..@fluentui/react-portal_v9.0.0-alpha.41)
295
405
 
296
406
  ### Changes
@@ -299,7 +409,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
299
409
 
300
410
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.40)
301
411
 
302
- Tue, 24 Aug 2021 07:34:48 GMT
412
+ Tue, 24 Aug 2021 07:34:48 GMT
303
413
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.39..@fluentui/react-portal_v9.0.0-alpha.40)
304
414
 
305
415
  ### Changes
@@ -308,7 +418,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
308
418
 
309
419
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.39)
310
420
 
311
- Fri, 20 Aug 2021 07:37:28 GMT
421
+ Fri, 20 Aug 2021 07:37:28 GMT
312
422
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.38..@fluentui/react-portal_v9.0.0-alpha.39)
313
423
 
314
424
  ### Changes
@@ -317,7 +427,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
317
427
 
318
428
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.38)
319
429
 
320
- Thu, 19 Aug 2021 07:41:35 GMT
430
+ Thu, 19 Aug 2021 07:41:35 GMT
321
431
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.37..@fluentui/react-portal_v9.0.0-alpha.38)
322
432
 
323
433
  ### Changes
@@ -326,7 +436,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
326
436
 
327
437
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.37)
328
438
 
329
- Fri, 13 Aug 2021 07:36:34 GMT
439
+ Fri, 13 Aug 2021 07:36:34 GMT
330
440
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.36..@fluentui/react-portal_v9.0.0-alpha.37)
331
441
 
332
442
  ### Changes
@@ -335,7 +445,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
335
445
 
336
446
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.36)
337
447
 
338
- Fri, 06 Aug 2021 07:35:14 GMT
448
+ Fri, 06 Aug 2021 07:35:14 GMT
339
449
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.35..@fluentui/react-portal_v9.0.0-alpha.36)
340
450
 
341
451
  ### Changes
@@ -344,7 +454,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
344
454
 
345
455
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.35)
346
456
 
347
- Tue, 03 Aug 2021 07:39:30 GMT
457
+ Tue, 03 Aug 2021 07:39:30 GMT
348
458
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.34..@fluentui/react-portal_v9.0.0-alpha.35)
349
459
 
350
460
  ### Patches
@@ -359,7 +469,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
359
469
 
360
470
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.34)
361
471
 
362
- Mon, 02 Aug 2021 07:36:20 GMT
472
+ Mon, 02 Aug 2021 07:36:20 GMT
363
473
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.33..@fluentui/react-portal_v9.0.0-alpha.34)
364
474
 
365
475
  ### Changes
@@ -368,7 +478,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
368
478
 
369
479
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.33)
370
480
 
371
- Mon, 26 Jul 2021 07:37:30 GMT
481
+ Mon, 26 Jul 2021 07:37:30 GMT
372
482
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.32..@fluentui/react-portal_v9.0.0-alpha.33)
373
483
 
374
484
  ### Changes
@@ -377,7 +487,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
377
487
 
378
488
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.32)
379
489
 
380
- Fri, 23 Jul 2021 07:38:19 GMT
490
+ Fri, 23 Jul 2021 07:38:19 GMT
381
491
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.31..@fluentui/react-portal_v9.0.0-alpha.32)
382
492
 
383
493
  ### Changes
@@ -386,7 +496,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
386
496
 
387
497
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.31)
388
498
 
389
- Thu, 22 Jul 2021 07:36:55 GMT
499
+ Thu, 22 Jul 2021 07:36:55 GMT
390
500
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.30..@fluentui/react-portal_v9.0.0-alpha.31)
391
501
 
392
502
  ### Changes
@@ -395,7 +505,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
395
505
 
396
506
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.30)
397
507
 
398
- Thu, 15 Jul 2021 07:36:18 GMT
508
+ Thu, 15 Jul 2021 07:36:18 GMT
399
509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.29..@fluentui/react-portal_v9.0.0-alpha.30)
400
510
 
401
511
  ### Changes
@@ -404,7 +514,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
404
514
 
405
515
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.29)
406
516
 
407
- Tue, 13 Jul 2021 22:32:58 GMT
517
+ Tue, 13 Jul 2021 22:32:58 GMT
408
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.28..@fluentui/react-portal_v9.0.0-alpha.29)
409
519
 
410
520
  ### Patches
@@ -413,7 +523,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
413
523
 
414
524
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.28)
415
525
 
416
- Tue, 13 Jul 2021 07:35:36 GMT
526
+ Tue, 13 Jul 2021 07:35:36 GMT
417
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.27..@fluentui/react-portal_v9.0.0-alpha.28)
418
528
 
419
529
  ### Changes
@@ -422,7 +532,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
422
532
 
423
533
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.27)
424
534
 
425
- Fri, 09 Jul 2021 07:39:31 GMT
535
+ Fri, 09 Jul 2021 07:39:31 GMT
426
536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.26..@fluentui/react-portal_v9.0.0-alpha.27)
427
537
 
428
538
  ### Patches
@@ -437,7 +547,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
437
547
 
438
548
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.26)
439
549
 
440
- Fri, 02 Jul 2021 23:15:55 GMT
550
+ Fri, 02 Jul 2021 23:15:55 GMT
441
551
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.25..@fluentui/react-portal_v9.0.0-alpha.26)
442
552
 
443
553
  ### Changes
@@ -446,7 +556,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
446
556
 
447
557
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.25)
448
558
 
449
- Fri, 02 Jul 2021 07:37:06 GMT
559
+ Fri, 02 Jul 2021 07:37:06 GMT
450
560
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.24..@fluentui/react-portal_v9.0.0-alpha.25)
451
561
 
452
562
  ### Changes
@@ -455,7 +565,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
455
565
 
456
566
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.24)
457
567
 
458
- Thu, 01 Jul 2021 07:35:05 GMT
568
+ Thu, 01 Jul 2021 07:35:05 GMT
459
569
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.23..@fluentui/react-portal_v9.0.0-alpha.24)
460
570
 
461
571
  ### Changes
@@ -464,7 +574,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
464
574
 
465
575
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.23)
466
576
 
467
- Wed, 30 Jun 2021 07:38:35 GMT
577
+ Wed, 30 Jun 2021 07:38:35 GMT
468
578
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.22..@fluentui/react-portal_v9.0.0-alpha.23)
469
579
 
470
580
  ### Changes
@@ -473,7 +583,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
473
583
 
474
584
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.22)
475
585
 
476
- Tue, 29 Jun 2021 07:33:32 GMT
586
+ Tue, 29 Jun 2021 07:33:32 GMT
477
587
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.21..@fluentui/react-portal_v9.0.0-alpha.22)
478
588
 
479
589
  ### Changes
@@ -482,7 +592,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
482
592
 
483
593
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.21)
484
594
 
485
- Tue, 15 Jun 2021 07:40:20 GMT
595
+ Tue, 15 Jun 2021 07:40:20 GMT
486
596
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.20..@fluentui/react-portal_v9.0.0-alpha.21)
487
597
 
488
598
  ### Changes
@@ -491,7 +601,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
491
601
 
492
602
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.20)
493
603
 
494
- Mon, 07 Jun 2021 07:38:15 GMT
604
+ Mon, 07 Jun 2021 07:38:15 GMT
495
605
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.19..@fluentui/react-portal_v9.0.0-alpha.20)
496
606
 
497
607
  ### Patches
@@ -506,7 +616,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
506
616
 
507
617
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.19)
508
618
 
509
- Fri, 04 Jun 2021 07:37:23 GMT
619
+ Fri, 04 Jun 2021 07:37:23 GMT
510
620
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.18..@fluentui/react-portal_v9.0.0-alpha.19)
511
621
 
512
622
  ### Changes
@@ -515,7 +625,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
515
625
 
516
626
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.18)
517
627
 
518
- Thu, 03 Jun 2021 07:36:03 GMT
628
+ Thu, 03 Jun 2021 07:36:03 GMT
519
629
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.17..@fluentui/react-portal_v9.0.0-alpha.18)
520
630
 
521
631
  ### Changes
@@ -524,7 +634,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
524
634
 
525
635
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.17)
526
636
 
527
- Wed, 02 Jun 2021 07:37:15 GMT
637
+ Wed, 02 Jun 2021 07:37:15 GMT
528
638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.16..@fluentui/react-portal_v9.0.0-alpha.17)
529
639
 
530
640
  ### Changes
@@ -533,7 +643,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
533
643
 
534
644
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.16)
535
645
 
536
- Wed, 26 May 2021 07:35:43 GMT
646
+ Wed, 26 May 2021 07:35:43 GMT
537
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.15..@fluentui/react-portal_v9.0.0-alpha.16)
538
648
 
539
649
  ### Changes
@@ -542,7 +652,7 @@ Wed, 26 May 2021 07:35:43 GMT
542
652
 
543
653
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.15)
544
654
 
545
- Fri, 21 May 2021 07:34:54 GMT
655
+ Fri, 21 May 2021 07:34:54 GMT
546
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.14..@fluentui/react-portal_v9.0.0-alpha.15)
547
657
 
548
658
  ### Changes
@@ -551,7 +661,7 @@ Fri, 21 May 2021 07:34:54 GMT
551
661
 
552
662
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
553
663
 
554
- Thu, 20 May 2021 07:41:54 GMT
664
+ Thu, 20 May 2021 07:41:54 GMT
555
665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.13..@fluentui/react-portal_v9.0.0-alpha.14)
556
666
 
557
667
  ### Patches
@@ -566,7 +676,7 @@ Thu, 20 May 2021 07:41:54 GMT
566
676
 
567
677
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
568
678
 
569
- Wed, 19 May 2021 07:34:20 GMT
679
+ Wed, 19 May 2021 07:34:20 GMT
570
680
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.12..@fluentui/react-portal_v9.0.0-alpha.13)
571
681
 
572
682
  ### Patches
@@ -579,7 +689,7 @@ Wed, 19 May 2021 07:34:20 GMT
579
689
 
580
690
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.12)
581
691
 
582
- Tue, 18 May 2021 07:34:38 GMT
692
+ Tue, 18 May 2021 07:34:38 GMT
583
693
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.11..@fluentui/react-portal_v9.0.0-alpha.12)
584
694
 
585
695
  ### Changes
@@ -588,7 +698,7 @@ Tue, 18 May 2021 07:34:38 GMT
588
698
 
589
699
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.11)
590
700
 
591
- Thu, 13 May 2021 07:36:55 GMT
701
+ Thu, 13 May 2021 07:36:55 GMT
592
702
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.10..@fluentui/react-portal_v9.0.0-alpha.11)
593
703
 
594
704
  ### Changes
@@ -597,7 +707,7 @@ Thu, 13 May 2021 07:36:55 GMT
597
707
 
598
708
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.10)
599
709
 
600
- Wed, 12 May 2021 07:36:20 GMT
710
+ Wed, 12 May 2021 07:36:20 GMT
601
711
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.9..@fluentui/react-portal_v9.0.0-alpha.10)
602
712
 
603
713
  ### Changes
@@ -606,7 +716,7 @@ Wed, 12 May 2021 07:36:20 GMT
606
716
 
607
717
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.9)
608
718
 
609
- Mon, 10 May 2021 07:36:07 GMT
719
+ Mon, 10 May 2021 07:36:07 GMT
610
720
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.8..@fluentui/react-portal_v9.0.0-alpha.9)
611
721
 
612
722
  ### Changes
@@ -615,7 +725,7 @@ Mon, 10 May 2021 07:36:07 GMT
615
725
 
616
726
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.8)
617
727
 
618
- Wed, 05 May 2021 07:36:50 GMT
728
+ Wed, 05 May 2021 07:36:50 GMT
619
729
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.7..@fluentui/react-portal_v9.0.0-alpha.8)
620
730
 
621
731
  ### Changes
@@ -624,7 +734,7 @@ Wed, 05 May 2021 07:36:50 GMT
624
734
 
625
735
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.7)
626
736
 
627
- Mon, 03 May 2021 07:45:19 GMT
737
+ Mon, 03 May 2021 07:45:19 GMT
628
738
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.6..@fluentui/react-portal_v9.0.0-alpha.7)
629
739
 
630
740
  ### Changes
@@ -633,7 +743,7 @@ Mon, 03 May 2021 07:45:19 GMT
633
743
 
634
744
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.6)
635
745
 
636
- Fri, 30 Apr 2021 07:42:23 GMT
746
+ Fri, 30 Apr 2021 07:42:23 GMT
637
747
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.5..@fluentui/react-portal_v9.0.0-alpha.6)
638
748
 
639
749
  ### Patches
@@ -648,7 +758,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
648
758
 
649
759
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.5)
650
760
 
651
- Tue, 27 Apr 2021 07:34:03 GMT
761
+ Tue, 27 Apr 2021 07:34:03 GMT
652
762
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.4..@fluentui/react-portal_v9.0.0-alpha.5)
653
763
 
654
764
  ### Changes
@@ -657,7 +767,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
657
767
 
658
768
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.4)
659
769
 
660
- Mon, 26 Apr 2021 07:34:31 GMT
770
+ Mon, 26 Apr 2021 07:34:31 GMT
661
771
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.3..@fluentui/react-portal_v9.0.0-alpha.4)
662
772
 
663
773
  ### Changes
@@ -666,7 +776,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
666
776
 
667
777
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.3)
668
778
 
669
- Fri, 23 Apr 2021 07:37:10 GMT
779
+ Fri, 23 Apr 2021 07:37:10 GMT
670
780
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.2..@fluentui/react-portal_v9.0.0-alpha.3)
671
781
 
672
782
  ### Patches
@@ -681,7 +791,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
681
791
 
682
792
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.2)
683
793
 
684
- Thu, 22 Apr 2021 07:33:28 GMT
794
+ Thu, 22 Apr 2021 07:33:28 GMT
685
795
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.1..@fluentui/react-portal_v9.0.0-alpha.2)
686
796
 
687
797
  ### Changes
@@ -690,7 +800,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
690
800
 
691
801
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.1)
692
802
 
693
- Wed, 21 Apr 2021 07:31:50 GMT
803
+ Wed, 21 Apr 2021 07:31:50 GMT
694
804
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.0..@fluentui/react-portal_v9.0.0-alpha.1)
695
805
 
696
806
  ### Changes
@@ -699,7 +809,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
699
809
 
700
810
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.0)
701
811
 
702
- Tue, 20 Apr 2021 07:31:35 GMT
812
+ Tue, 20 Apr 2021 07:31:35 GMT
703
813
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.0..@fluentui/react-portal_v9.0.0-alpha.0)
704
814
 
705
815
  ### Changes