@fluentui/react-portal 9.0.0-rc.7 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.json +265 -1
  2. package/CHANGELOG.md +170 -74
  3. package/dist/{react-portal.d.ts → index.d.ts} +6 -7
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/Portal/Portal.js.map +1 -1
  6. package/lib/components/Portal/Portal.types.js.map +1 -1
  7. package/lib/components/Portal/renderPortal.js.map +1 -1
  8. package/lib/components/Portal/usePortal.js.map +1 -1
  9. package/lib/components/Portal/usePortalMountNode.js +28 -6
  10. package/lib/components/Portal/usePortalMountNode.js.map +1 -1
  11. package/lib/index.js +1 -1
  12. package/lib/index.js.map +1 -1
  13. package/lib/virtualParent/elementContains.js.map +1 -1
  14. package/lib/virtualParent/getParent.js.map +1 -1
  15. package/lib/virtualParent/getVirtualParent.js.map +1 -1
  16. package/lib/virtualParent/isVirtualElement.js.map +1 -1
  17. package/lib/virtualParent/setVirtualParent.js.map +1 -1
  18. package/lib-commonjs/components/Portal/Portal.js.map +1 -1
  19. package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
  20. package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
  21. package/lib-commonjs/components/Portal/usePortalMountNode.js +28 -6
  22. package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
  23. package/lib-commonjs/index.js +23 -6
  24. package/lib-commonjs/index.js.map +1 -1
  25. package/lib-commonjs/virtualParent/elementContains.js.map +1 -1
  26. package/lib-commonjs/virtualParent/getParent.js.map +1 -1
  27. package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -1
  28. package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -1
  29. package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -1
  30. package/package.json +9 -10
  31. package/lib/Portal.d.ts +0 -1
  32. package/lib/components/Portal/Portal.d.ts +0 -7
  33. package/lib/components/Portal/Portal.types.d.ts +0 -22
  34. package/lib/components/Portal/index.d.ts +0 -4
  35. package/lib/components/Portal/renderPortal.d.ts +0 -6
  36. package/lib/components/Portal/usePortal.d.ts +0 -9
  37. package/lib/components/Portal/usePortalMountNode.d.ts +0 -10
  38. package/lib/index.d.ts +0 -2
  39. package/lib/virtualParent/elementContains.d.ts +0 -7
  40. package/lib/virtualParent/getParent.d.ts +0 -5
  41. package/lib/virtualParent/getVirtualParent.d.ts +0 -4
  42. package/lib/virtualParent/index.d.ts +0 -5
  43. package/lib/virtualParent/isVirtualElement.d.ts +0 -5
  44. package/lib/virtualParent/setVirtualParent.d.ts +0 -7
  45. package/lib/virtualParent/types.d.ts +0 -5
  46. package/lib-commonjs/Portal.d.ts +0 -1
  47. package/lib-commonjs/components/Portal/Portal.d.ts +0 -7
  48. package/lib-commonjs/components/Portal/Portal.types.d.ts +0 -22
  49. package/lib-commonjs/components/Portal/index.d.ts +0 -4
  50. package/lib-commonjs/components/Portal/renderPortal.d.ts +0 -6
  51. package/lib-commonjs/components/Portal/usePortal.d.ts +0 -9
  52. package/lib-commonjs/components/Portal/usePortalMountNode.d.ts +0 -10
  53. package/lib-commonjs/index.d.ts +0 -2
  54. package/lib-commonjs/virtualParent/elementContains.d.ts +0 -7
  55. package/lib-commonjs/virtualParent/getParent.d.ts +0 -5
  56. package/lib-commonjs/virtualParent/getVirtualParent.d.ts +0 -4
  57. package/lib-commonjs/virtualParent/index.d.ts +0 -5
  58. package/lib-commonjs/virtualParent/isVirtualElement.d.ts +0 -5
  59. package/lib-commonjs/virtualParent/setVirtualParent.d.ts +0 -7
  60. package/lib-commonjs/virtualParent/types.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,108 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Mon, 25 Apr 2022 09:31:20 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 15:09:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0)
8
+
9
+ Tue, 28 Jun 2022 15:09:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.14..@fluentui/react-portal_v9.0.0)
11
+
12
+ ### Patches
13
+
14
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-shared-contexts to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
18
+
19
+ ### Changes
20
+
21
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
22
+ - feat: apply zIndex to Portal ([PR #22933](https://github.com/microsoft/fluentui/pull/22933) by olfedias@microsoft.com)
23
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
24
+ - fix: update to create new stacking context ([PR #23507](https://github.com/microsoft/fluentui/pull/23507) by olfedias@microsoft.com)
25
+
26
+ ## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.14)
27
+
28
+ Thu, 23 Jun 2022 14:25:31 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.13..@fluentui/react-portal_v9.0.0-rc.14)
30
+
31
+ ### Changes
32
+
33
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
35
+
36
+ ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.13)
37
+
38
+ Tue, 31 May 2022 21:28:41 GMT
39
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.12..@fluentui/react-portal_v9.0.0-rc.13)
40
+
41
+ ### Changes
42
+
43
+ - updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
44
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
45
+ - Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
46
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
47
+
48
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.12)
49
+
50
+ Thu, 26 May 2022 21:01:32 GMT
51
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.11..@fluentui/react-portal_v9.0.0-rc.12)
52
+
53
+ ### Changes
54
+
55
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
56
+
57
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.11)
58
+
59
+ Mon, 23 May 2022 18:56:51 GMT
60
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.10..@fluentui/react-portal_v9.0.0-rc.11)
61
+
62
+ ### Changes
63
+
64
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
65
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
66
+
67
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.10)
68
+
69
+ Mon, 23 May 2022 12:13:33 GMT
70
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.9..@fluentui/react-portal_v9.0.0-rc.10)
71
+
72
+ ### Changes
73
+
74
+ - Removing PortalCommons type. ([PR #22969](https://github.com/microsoft/fluentui/pull/22969) by Humberto.Morimoto@microsoft.com)
75
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
76
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
77
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
78
+
79
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.9)
80
+
81
+ Thu, 05 May 2022 18:26:25 GMT
82
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.8..@fluentui/react-portal_v9.0.0-rc.9)
83
+
84
+ ### Changes
85
+
86
+ - Removing star exports. ([PR #22806](https://github.com/microsoft/fluentui/pull/22806) by humberto_makoto@hotmail.com)
87
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
88
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
89
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
90
+
91
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.8)
92
+
93
+ Wed, 04 May 2022 13:26:47 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.7..@fluentui/react-portal_v9.0.0-rc.8)
95
+
96
+ ### Changes
97
+
98
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
99
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
100
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
101
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
102
+
7
103
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.7)
8
104
 
9
- Mon, 25 Apr 2022 09:31:20 GMT
105
+ Mon, 25 Apr 2022 09:32:19 GMT
10
106
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.6..@fluentui/react-portal_v9.0.0-rc.7)
11
107
 
12
108
  ### Changes
@@ -15,7 +111,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
15
111
 
16
112
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.6)
17
113
 
18
- Tue, 19 Apr 2022 19:16:48 GMT
114
+ Tue, 19 Apr 2022 19:16:48 GMT
19
115
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.5..@fluentui/react-portal_v9.0.0-rc.6)
20
116
 
21
117
  ### Changes
@@ -27,7 +123,7 @@ Tue, 19 Apr 2022 19:16:48 GMT
27
123
 
28
124
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.5)
29
125
 
30
- Fri, 04 Mar 2022 05:17:38 GMT
126
+ Fri, 04 Mar 2022 05:17:38 GMT
31
127
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.4..@fluentui/react-portal_v9.0.0-rc.5)
32
128
 
33
129
  ### Changes
@@ -39,7 +135,7 @@ Fri, 04 Mar 2022 05:17:38 GMT
39
135
 
40
136
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.4)
41
137
 
42
- Tue, 01 Mar 2022 02:17:40 GMT
138
+ Tue, 01 Mar 2022 02:17:40 GMT
43
139
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.3..@fluentui/react-portal_v9.0.0-rc.4)
44
140
 
45
141
  ### Changes
@@ -49,7 +145,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
49
145
 
50
146
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.3)
51
147
 
52
- Fri, 18 Feb 2022 13:35:33 GMT
148
+ Fri, 18 Feb 2022 13:35:33 GMT
53
149
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.1..@fluentui/react-portal_v9.0.0-rc.3)
54
150
 
55
151
  ### Changes
@@ -61,12 +157,12 @@ Fri, 18 Feb 2022 13:35:33 GMT
61
157
 
62
158
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
63
159
 
64
- Thu, 10 Feb 2022 08:50:38 GMT
160
+ Thu, 10 Feb 2022 08:50:38 GMT
65
161
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.5..@fluentui/react-portal_v9.0.0-rc.1)
66
162
 
67
163
  ### Changes
68
164
 
69
- - 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)
165
+ - 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)
70
166
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
71
167
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
72
168
  - remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
@@ -76,7 +172,7 @@ Thu, 10 Feb 2022 08:50:38 GMT
76
172
 
77
173
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
78
174
 
79
- Thu, 25 Nov 2021 08:34:15 GMT
175
+ Thu, 25 Nov 2021 08:34:15 GMT
80
176
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.4..@fluentui/react-portal_v9.0.0-beta.5)
81
177
 
82
178
  ### Changes
@@ -90,7 +186,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
90
186
 
91
187
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
92
188
 
93
- Fri, 12 Nov 2021 13:25:29 GMT
189
+ Fri, 12 Nov 2021 13:25:29 GMT
94
190
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.3..@fluentui/react-portal_v9.0.0-beta.4)
95
191
 
96
192
  ### Changes
@@ -105,7 +201,7 @@ Fri, 12 Nov 2021 13:25:29 GMT
105
201
 
106
202
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
107
203
 
108
- Wed, 27 Oct 2021 12:14:21 GMT
204
+ Wed, 27 Oct 2021 12:14:21 GMT
109
205
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.2..@fluentui/react-portal_v9.0.0-beta.3)
110
206
 
111
207
  ### Changes
@@ -120,7 +216,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
120
216
 
121
217
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
122
218
 
123
- Tue, 12 Oct 2021 19:45:58 GMT
219
+ Tue, 12 Oct 2021 19:45:58 GMT
124
220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.1..@fluentui/react-portal_v9.0.0-beta.2)
125
221
 
126
222
  ### Changes
@@ -129,7 +225,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
129
225
 
130
226
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.1)
131
227
 
132
- Wed, 06 Oct 2021 10:37:22 GMT
228
+ Wed, 06 Oct 2021 10:37:22 GMT
133
229
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.61..@fluentui/react-portal_v9.0.0-beta.1)
134
230
 
135
231
  ### Changes
@@ -143,7 +239,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
143
239
 
144
240
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
145
241
 
146
- Tue, 05 Oct 2021 12:47:58 GMT
242
+ Tue, 05 Oct 2021 12:47:58 GMT
147
243
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.60..@fluentui/react-portal_v9.0.0-alpha.61)
148
244
 
149
245
  ### Changes
@@ -154,7 +250,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
154
250
 
155
251
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
156
252
 
157
- Tue, 05 Oct 2021 09:28:07 GMT
253
+ Tue, 05 Oct 2021 09:28:07 GMT
158
254
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.59..@fluentui/react-portal_v9.0.0-alpha.60)
159
255
 
160
256
  ### Changes
@@ -166,7 +262,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
166
262
 
167
263
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.59)
168
264
 
169
- Fri, 01 Oct 2021 14:13:08 GMT
265
+ Fri, 01 Oct 2021 14:13:08 GMT
170
266
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.57..@fluentui/react-portal_v9.0.0-alpha.59)
171
267
 
172
268
  ### Changes
@@ -180,7 +276,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
180
276
 
181
277
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.57)
182
278
 
183
- Fri, 01 Oct 2021 09:44:56 GMT
279
+ Fri, 01 Oct 2021 09:44:56 GMT
184
280
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.56..@fluentui/react-portal_v9.0.0-alpha.57)
185
281
 
186
282
  ### Changes
@@ -189,7 +285,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
189
285
 
190
286
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.56)
191
287
 
192
- Wed, 29 Sep 2021 08:06:11 GMT
288
+ Wed, 29 Sep 2021 08:06:11 GMT
193
289
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.55..@fluentui/react-portal_v9.0.0-alpha.56)
194
290
 
195
291
  ### Changes
@@ -201,7 +297,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
201
297
 
202
298
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.55)
203
299
 
204
- Mon, 27 Sep 2021 08:06:00 GMT
300
+ Mon, 27 Sep 2021 08:06:00 GMT
205
301
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.54..@fluentui/react-portal_v9.0.0-alpha.55)
206
302
 
207
303
  ### Changes
@@ -213,7 +309,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
213
309
 
214
310
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.54)
215
311
 
216
- Fri, 24 Sep 2021 09:17:17 GMT
312
+ Fri, 24 Sep 2021 09:17:17 GMT
217
313
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.53..@fluentui/react-portal_v9.0.0-alpha.54)
218
314
 
219
315
  ### Changes
@@ -225,7 +321,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
225
321
 
226
322
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.53)
227
323
 
228
- Thu, 23 Sep 2021 08:21:34 GMT
324
+ Thu, 23 Sep 2021 08:21:34 GMT
229
325
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.52..@fluentui/react-portal_v9.0.0-alpha.53)
230
326
 
231
327
  ### Changes
@@ -237,7 +333,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
237
333
 
238
334
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.52)
239
335
 
240
- Wed, 22 Sep 2021 10:10:07 GMT
336
+ Wed, 22 Sep 2021 10:10:07 GMT
241
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.51..@fluentui/react-portal_v9.0.0-alpha.52)
242
338
 
243
339
  ### Changes
@@ -249,7 +345,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
249
345
 
250
346
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.51)
251
347
 
252
- Tue, 21 Sep 2021 07:42:34 GMT
348
+ Tue, 21 Sep 2021 07:42:34 GMT
253
349
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.50..@fluentui/react-portal_v9.0.0-alpha.51)
254
350
 
255
351
  ### Changes
@@ -262,7 +358,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
262
358
 
263
359
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.50)
264
360
 
265
- Mon, 20 Sep 2021 07:36:26 GMT
361
+ Mon, 20 Sep 2021 07:36:26 GMT
266
362
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.49..@fluentui/react-portal_v9.0.0-alpha.50)
267
363
 
268
364
  ### Changes
@@ -271,7 +367,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
271
367
 
272
368
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.49)
273
369
 
274
- Fri, 17 Sep 2021 07:35:26 GMT
370
+ Fri, 17 Sep 2021 07:35:26 GMT
275
371
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.48..@fluentui/react-portal_v9.0.0-alpha.49)
276
372
 
277
373
  ### Changes
@@ -280,7 +376,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
280
376
 
281
377
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.48)
282
378
 
283
- Thu, 16 Sep 2021 07:38:39 GMT
379
+ Thu, 16 Sep 2021 07:38:39 GMT
284
380
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.47..@fluentui/react-portal_v9.0.0-alpha.48)
285
381
 
286
382
  ### Changes
@@ -289,7 +385,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
289
385
 
290
386
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.47)
291
387
 
292
- Tue, 14 Sep 2021 20:09:02 GMT
388
+ Tue, 14 Sep 2021 20:09:02 GMT
293
389
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.46..@fluentui/react-portal_v9.0.0-alpha.47)
294
390
 
295
391
  ### Changes
@@ -298,7 +394,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
298
394
 
299
395
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.46)
300
396
 
301
- Fri, 10 Sep 2021 16:31:53 GMT
397
+ Fri, 10 Sep 2021 16:31:53 GMT
302
398
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.45..@fluentui/react-portal_v9.0.0-alpha.46)
303
399
 
304
400
  ### Changes
@@ -309,7 +405,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
309
405
 
310
406
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.45)
311
407
 
312
- Fri, 10 Sep 2021 07:39:51 GMT
408
+ Fri, 10 Sep 2021 07:39:51 GMT
313
409
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.44..@fluentui/react-portal_v9.0.0-alpha.45)
314
410
 
315
411
  ### Changes
@@ -318,7 +414,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
318
414
 
319
415
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.44)
320
416
 
321
- Mon, 06 Sep 2021 07:34:53 GMT
417
+ Mon, 06 Sep 2021 07:34:53 GMT
322
418
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.43..@fluentui/react-portal_v9.0.0-alpha.44)
323
419
 
324
420
  ### Changes
@@ -327,7 +423,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
327
423
 
328
424
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.43)
329
425
 
330
- Thu, 02 Sep 2021 07:36:46 GMT
426
+ Thu, 02 Sep 2021 07:36:46 GMT
331
427
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.42..@fluentui/react-portal_v9.0.0-alpha.43)
332
428
 
333
429
  ### Patches
@@ -336,7 +432,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
336
432
 
337
433
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.42)
338
434
 
339
- Wed, 01 Sep 2021 07:39:56 GMT
435
+ Wed, 01 Sep 2021 07:39:56 GMT
340
436
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.41..@fluentui/react-portal_v9.0.0-alpha.42)
341
437
 
342
438
  ### Changes
@@ -345,7 +441,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
345
441
 
346
442
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.41)
347
443
 
348
- Tue, 31 Aug 2021 07:37:47 GMT
444
+ Tue, 31 Aug 2021 07:37:47 GMT
349
445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.40..@fluentui/react-portal_v9.0.0-alpha.41)
350
446
 
351
447
  ### Changes
@@ -354,7 +450,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
354
450
 
355
451
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.40)
356
452
 
357
- Tue, 24 Aug 2021 07:34:48 GMT
453
+ Tue, 24 Aug 2021 07:34:48 GMT
358
454
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.39..@fluentui/react-portal_v9.0.0-alpha.40)
359
455
 
360
456
  ### Changes
@@ -363,7 +459,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
363
459
 
364
460
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.39)
365
461
 
366
- Fri, 20 Aug 2021 07:37:28 GMT
462
+ Fri, 20 Aug 2021 07:37:28 GMT
367
463
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.38..@fluentui/react-portal_v9.0.0-alpha.39)
368
464
 
369
465
  ### Changes
@@ -372,7 +468,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
372
468
 
373
469
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.38)
374
470
 
375
- Thu, 19 Aug 2021 07:41:35 GMT
471
+ Thu, 19 Aug 2021 07:41:35 GMT
376
472
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.37..@fluentui/react-portal_v9.0.0-alpha.38)
377
473
 
378
474
  ### Changes
@@ -381,7 +477,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
381
477
 
382
478
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.37)
383
479
 
384
- Fri, 13 Aug 2021 07:36:34 GMT
480
+ Fri, 13 Aug 2021 07:36:34 GMT
385
481
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.36..@fluentui/react-portal_v9.0.0-alpha.37)
386
482
 
387
483
  ### Changes
@@ -390,7 +486,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
390
486
 
391
487
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.36)
392
488
 
393
- Fri, 06 Aug 2021 07:35:14 GMT
489
+ Fri, 06 Aug 2021 07:35:14 GMT
394
490
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.35..@fluentui/react-portal_v9.0.0-alpha.36)
395
491
 
396
492
  ### Changes
@@ -399,7 +495,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
399
495
 
400
496
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.35)
401
497
 
402
- Tue, 03 Aug 2021 07:39:30 GMT
498
+ Tue, 03 Aug 2021 07:39:30 GMT
403
499
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.34..@fluentui/react-portal_v9.0.0-alpha.35)
404
500
 
405
501
  ### Patches
@@ -414,7 +510,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
414
510
 
415
511
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.34)
416
512
 
417
- Mon, 02 Aug 2021 07:36:20 GMT
513
+ Mon, 02 Aug 2021 07:36:20 GMT
418
514
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.33..@fluentui/react-portal_v9.0.0-alpha.34)
419
515
 
420
516
  ### Changes
@@ -423,7 +519,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
423
519
 
424
520
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.33)
425
521
 
426
- Mon, 26 Jul 2021 07:37:30 GMT
522
+ Mon, 26 Jul 2021 07:37:30 GMT
427
523
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.32..@fluentui/react-portal_v9.0.0-alpha.33)
428
524
 
429
525
  ### Changes
@@ -432,7 +528,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
432
528
 
433
529
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.32)
434
530
 
435
- Fri, 23 Jul 2021 07:38:19 GMT
531
+ Fri, 23 Jul 2021 07:38:19 GMT
436
532
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.31..@fluentui/react-portal_v9.0.0-alpha.32)
437
533
 
438
534
  ### Changes
@@ -441,7 +537,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
441
537
 
442
538
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.31)
443
539
 
444
- Thu, 22 Jul 2021 07:36:55 GMT
540
+ Thu, 22 Jul 2021 07:36:55 GMT
445
541
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.30..@fluentui/react-portal_v9.0.0-alpha.31)
446
542
 
447
543
  ### Changes
@@ -450,7 +546,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
450
546
 
451
547
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.30)
452
548
 
453
- Thu, 15 Jul 2021 07:36:18 GMT
549
+ Thu, 15 Jul 2021 07:36:18 GMT
454
550
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.29..@fluentui/react-portal_v9.0.0-alpha.30)
455
551
 
456
552
  ### Changes
@@ -459,7 +555,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
459
555
 
460
556
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.29)
461
557
 
462
- Tue, 13 Jul 2021 22:32:58 GMT
558
+ Tue, 13 Jul 2021 22:32:58 GMT
463
559
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.28..@fluentui/react-portal_v9.0.0-alpha.29)
464
560
 
465
561
  ### Patches
@@ -468,7 +564,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
468
564
 
469
565
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.28)
470
566
 
471
- Tue, 13 Jul 2021 07:35:36 GMT
567
+ Tue, 13 Jul 2021 07:35:36 GMT
472
568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.27..@fluentui/react-portal_v9.0.0-alpha.28)
473
569
 
474
570
  ### Changes
@@ -477,7 +573,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
477
573
 
478
574
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.27)
479
575
 
480
- Fri, 09 Jul 2021 07:39:31 GMT
576
+ Fri, 09 Jul 2021 07:39:31 GMT
481
577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.26..@fluentui/react-portal_v9.0.0-alpha.27)
482
578
 
483
579
  ### Patches
@@ -492,7 +588,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
492
588
 
493
589
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.26)
494
590
 
495
- Fri, 02 Jul 2021 23:15:55 GMT
591
+ Fri, 02 Jul 2021 23:15:55 GMT
496
592
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.25..@fluentui/react-portal_v9.0.0-alpha.26)
497
593
 
498
594
  ### Changes
@@ -501,7 +597,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
501
597
 
502
598
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.25)
503
599
 
504
- Fri, 02 Jul 2021 07:37:06 GMT
600
+ Fri, 02 Jul 2021 07:37:06 GMT
505
601
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.24..@fluentui/react-portal_v9.0.0-alpha.25)
506
602
 
507
603
  ### Changes
@@ -510,7 +606,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
510
606
 
511
607
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.24)
512
608
 
513
- Thu, 01 Jul 2021 07:35:05 GMT
609
+ Thu, 01 Jul 2021 07:35:05 GMT
514
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.23..@fluentui/react-portal_v9.0.0-alpha.24)
515
611
 
516
612
  ### Changes
@@ -519,7 +615,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
519
615
 
520
616
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.23)
521
617
 
522
- Wed, 30 Jun 2021 07:38:35 GMT
618
+ Wed, 30 Jun 2021 07:38:35 GMT
523
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.22..@fluentui/react-portal_v9.0.0-alpha.23)
524
620
 
525
621
  ### Changes
@@ -528,7 +624,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
528
624
 
529
625
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.22)
530
626
 
531
- Tue, 29 Jun 2021 07:33:32 GMT
627
+ Tue, 29 Jun 2021 07:33:32 GMT
532
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.21..@fluentui/react-portal_v9.0.0-alpha.22)
533
629
 
534
630
  ### Changes
@@ -537,7 +633,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
537
633
 
538
634
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.21)
539
635
 
540
- Tue, 15 Jun 2021 07:40:20 GMT
636
+ Tue, 15 Jun 2021 07:40:20 GMT
541
637
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.20..@fluentui/react-portal_v9.0.0-alpha.21)
542
638
 
543
639
  ### Changes
@@ -546,7 +642,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
546
642
 
547
643
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.20)
548
644
 
549
- Mon, 07 Jun 2021 07:38:15 GMT
645
+ Mon, 07 Jun 2021 07:38:15 GMT
550
646
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.19..@fluentui/react-portal_v9.0.0-alpha.20)
551
647
 
552
648
  ### Patches
@@ -561,7 +657,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
561
657
 
562
658
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.19)
563
659
 
564
- Fri, 04 Jun 2021 07:37:23 GMT
660
+ Fri, 04 Jun 2021 07:37:23 GMT
565
661
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.18..@fluentui/react-portal_v9.0.0-alpha.19)
566
662
 
567
663
  ### Changes
@@ -570,7 +666,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
570
666
 
571
667
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.18)
572
668
 
573
- Thu, 03 Jun 2021 07:36:03 GMT
669
+ Thu, 03 Jun 2021 07:36:03 GMT
574
670
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.17..@fluentui/react-portal_v9.0.0-alpha.18)
575
671
 
576
672
  ### Changes
@@ -579,7 +675,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
579
675
 
580
676
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.17)
581
677
 
582
- Wed, 02 Jun 2021 07:37:15 GMT
678
+ Wed, 02 Jun 2021 07:37:15 GMT
583
679
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.16..@fluentui/react-portal_v9.0.0-alpha.17)
584
680
 
585
681
  ### Changes
@@ -588,7 +684,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
588
684
 
589
685
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.16)
590
686
 
591
- Wed, 26 May 2021 07:35:43 GMT
687
+ Wed, 26 May 2021 07:35:43 GMT
592
688
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.15..@fluentui/react-portal_v9.0.0-alpha.16)
593
689
 
594
690
  ### Changes
@@ -597,7 +693,7 @@ Wed, 26 May 2021 07:35:43 GMT
597
693
 
598
694
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.15)
599
695
 
600
- Fri, 21 May 2021 07:34:54 GMT
696
+ Fri, 21 May 2021 07:34:54 GMT
601
697
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.14..@fluentui/react-portal_v9.0.0-alpha.15)
602
698
 
603
699
  ### Changes
@@ -606,7 +702,7 @@ Fri, 21 May 2021 07:34:54 GMT
606
702
 
607
703
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
608
704
 
609
- Thu, 20 May 2021 07:41:54 GMT
705
+ Thu, 20 May 2021 07:41:54 GMT
610
706
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.13..@fluentui/react-portal_v9.0.0-alpha.14)
611
707
 
612
708
  ### Patches
@@ -621,7 +717,7 @@ Thu, 20 May 2021 07:41:54 GMT
621
717
 
622
718
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
623
719
 
624
- Wed, 19 May 2021 07:34:20 GMT
720
+ Wed, 19 May 2021 07:34:20 GMT
625
721
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.12..@fluentui/react-portal_v9.0.0-alpha.13)
626
722
 
627
723
  ### Patches
@@ -634,7 +730,7 @@ Wed, 19 May 2021 07:34:20 GMT
634
730
 
635
731
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.12)
636
732
 
637
- Tue, 18 May 2021 07:34:38 GMT
733
+ Tue, 18 May 2021 07:34:38 GMT
638
734
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.11..@fluentui/react-portal_v9.0.0-alpha.12)
639
735
 
640
736
  ### Changes
@@ -643,7 +739,7 @@ Tue, 18 May 2021 07:34:38 GMT
643
739
 
644
740
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.11)
645
741
 
646
- Thu, 13 May 2021 07:36:55 GMT
742
+ Thu, 13 May 2021 07:36:55 GMT
647
743
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.10..@fluentui/react-portal_v9.0.0-alpha.11)
648
744
 
649
745
  ### Changes
@@ -652,7 +748,7 @@ Thu, 13 May 2021 07:36:55 GMT
652
748
 
653
749
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.10)
654
750
 
655
- Wed, 12 May 2021 07:36:20 GMT
751
+ Wed, 12 May 2021 07:36:20 GMT
656
752
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.9..@fluentui/react-portal_v9.0.0-alpha.10)
657
753
 
658
754
  ### Changes
@@ -661,7 +757,7 @@ Wed, 12 May 2021 07:36:20 GMT
661
757
 
662
758
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.9)
663
759
 
664
- Mon, 10 May 2021 07:36:07 GMT
760
+ Mon, 10 May 2021 07:36:07 GMT
665
761
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.8..@fluentui/react-portal_v9.0.0-alpha.9)
666
762
 
667
763
  ### Changes
@@ -670,7 +766,7 @@ Mon, 10 May 2021 07:36:07 GMT
670
766
 
671
767
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.8)
672
768
 
673
- Wed, 05 May 2021 07:36:50 GMT
769
+ Wed, 05 May 2021 07:36:50 GMT
674
770
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.7..@fluentui/react-portal_v9.0.0-alpha.8)
675
771
 
676
772
  ### Changes
@@ -679,7 +775,7 @@ Wed, 05 May 2021 07:36:50 GMT
679
775
 
680
776
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.7)
681
777
 
682
- Mon, 03 May 2021 07:45:19 GMT
778
+ Mon, 03 May 2021 07:45:19 GMT
683
779
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.6..@fluentui/react-portal_v9.0.0-alpha.7)
684
780
 
685
781
  ### Changes
@@ -688,7 +784,7 @@ Mon, 03 May 2021 07:45:19 GMT
688
784
 
689
785
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.6)
690
786
 
691
- Fri, 30 Apr 2021 07:42:23 GMT
787
+ Fri, 30 Apr 2021 07:42:23 GMT
692
788
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.5..@fluentui/react-portal_v9.0.0-alpha.6)
693
789
 
694
790
  ### Patches
@@ -703,7 +799,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
703
799
 
704
800
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.5)
705
801
 
706
- Tue, 27 Apr 2021 07:34:03 GMT
802
+ Tue, 27 Apr 2021 07:34:03 GMT
707
803
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.4..@fluentui/react-portal_v9.0.0-alpha.5)
708
804
 
709
805
  ### Changes
@@ -712,7 +808,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
712
808
 
713
809
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.4)
714
810
 
715
- Mon, 26 Apr 2021 07:34:31 GMT
811
+ Mon, 26 Apr 2021 07:34:31 GMT
716
812
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.3..@fluentui/react-portal_v9.0.0-alpha.4)
717
813
 
718
814
  ### Changes
@@ -721,7 +817,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
721
817
 
722
818
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.3)
723
819
 
724
- Fri, 23 Apr 2021 07:37:10 GMT
820
+ Fri, 23 Apr 2021 07:37:10 GMT
725
821
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.2..@fluentui/react-portal_v9.0.0-alpha.3)
726
822
 
727
823
  ### Patches
@@ -736,7 +832,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
736
832
 
737
833
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.2)
738
834
 
739
- Thu, 22 Apr 2021 07:33:28 GMT
835
+ Thu, 22 Apr 2021 07:33:28 GMT
740
836
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.1..@fluentui/react-portal_v9.0.0-alpha.2)
741
837
 
742
838
  ### Changes
@@ -745,7 +841,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
745
841
 
746
842
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.1)
747
843
 
748
- Wed, 21 Apr 2021 07:31:50 GMT
844
+ Wed, 21 Apr 2021 07:31:50 GMT
749
845
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.0..@fluentui/react-portal_v9.0.0-alpha.1)
750
846
 
751
847
  ### Changes
@@ -754,7 +850,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
754
850
 
755
851
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.0)
756
852
 
757
- Tue, 20 Apr 2021 07:31:35 GMT
853
+ Tue, 20 Apr 2021 07:31:35 GMT
758
854
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.0..@fluentui/react-portal_v9.0.0-alpha.0)
759
855
 
760
856
  ### Changes