@fluentui/react-portal 0.0.0-nightlyfc5cfdc52420220215.1 → 0.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 (69) hide show
  1. package/CHANGELOG.json +392 -12
  2. package/CHANGELOG.md +215 -76
  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 +29 -7
  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 +29 -7
  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 +17 -21
  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,29 +1,168 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Tue, 15 Feb 2022 04:11:41 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 04:31:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyfc5cfdc52420220215.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v0.0.0-nightlyfc5cfdc52420220215.1)
7
+ ## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v0.0.0)
8
8
 
9
- Tue, 15 Feb 2022 04:11:41 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.1..@fluentui/react-portal_v0.0.0-nightlyfc5cfdc52420220215.1)
9
+ Tue, 28 Jun 2022 04:31:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.14..@fluentui/react-portal_v0.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 v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
16
+ - Bump @fluentui/react-tabster to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
17
+ - Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) 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
+
103
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.7)
104
+
105
+ Mon, 25 Apr 2022 09:32:19 GMT
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)
107
+
108
+ ### Changes
109
+
110
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
111
+
112
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.6)
113
+
114
+ Tue, 19 Apr 2022 19:16:48 GMT
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)
116
+
117
+ ### Changes
118
+
119
+ - update `mountNode` types to accept HTMLElement ([PR #22153](https://github.com/microsoft/fluentui/pull/22153) by olfedias@microsoft.com)
120
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
121
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
122
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
123
+
124
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.5)
125
+
126
+ Fri, 04 Mar 2022 05:17:38 GMT
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)
128
+
129
+ ### Changes
130
+
131
+ - 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)
132
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
133
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
134
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
135
+
136
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.4)
137
+
138
+ Tue, 01 Mar 2022 02:17:40 GMT
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)
140
+
141
+ ### Changes
142
+
143
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
144
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
145
+
146
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.3)
147
+
148
+ Fri, 18 Feb 2022 13:35:33 GMT
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)
11
150
 
12
151
  ### Changes
13
152
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by email not defined)
15
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
16
- - Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
17
- - Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
153
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
154
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
155
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
156
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
18
157
 
19
158
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
20
159
 
21
- Thu, 10 Feb 2022 08:50:38 GMT
160
+ Thu, 10 Feb 2022 08:50:38 GMT
22
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)
23
162
 
24
163
  ### Changes
25
164
 
26
- - 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)
27
166
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
28
167
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
29
168
  - remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
@@ -33,7 +172,7 @@ Thu, 10 Feb 2022 08:50:38 GMT
33
172
 
34
173
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
35
174
 
36
- Thu, 25 Nov 2021 08:34:15 GMT
175
+ Thu, 25 Nov 2021 08:34:15 GMT
37
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)
38
177
 
39
178
  ### Changes
@@ -47,7 +186,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
47
186
 
48
187
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
49
188
 
50
- Fri, 12 Nov 2021 13:25:29 GMT
189
+ Fri, 12 Nov 2021 13:25:29 GMT
51
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)
52
191
 
53
192
  ### Changes
@@ -62,7 +201,7 @@ Fri, 12 Nov 2021 13:25:29 GMT
62
201
 
63
202
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
64
203
 
65
- Wed, 27 Oct 2021 12:14:21 GMT
204
+ Wed, 27 Oct 2021 12:14:21 GMT
66
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)
67
206
 
68
207
  ### Changes
@@ -77,7 +216,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
77
216
 
78
217
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
79
218
 
80
- Tue, 12 Oct 2021 19:45:58 GMT
219
+ Tue, 12 Oct 2021 19:45:58 GMT
81
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)
82
221
 
83
222
  ### Changes
@@ -86,7 +225,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
86
225
 
87
226
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.1)
88
227
 
89
- Wed, 06 Oct 2021 10:37:22 GMT
228
+ Wed, 06 Oct 2021 10:37:22 GMT
90
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)
91
230
 
92
231
  ### Changes
@@ -100,7 +239,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
100
239
 
101
240
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
102
241
 
103
- Tue, 05 Oct 2021 12:47:58 GMT
242
+ Tue, 05 Oct 2021 12:47:58 GMT
104
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)
105
244
 
106
245
  ### Changes
@@ -111,7 +250,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
111
250
 
112
251
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
113
252
 
114
- Tue, 05 Oct 2021 09:28:07 GMT
253
+ Tue, 05 Oct 2021 09:28:07 GMT
115
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)
116
255
 
117
256
  ### Changes
@@ -123,7 +262,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
123
262
 
124
263
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.59)
125
264
 
126
- Fri, 01 Oct 2021 14:13:08 GMT
265
+ Fri, 01 Oct 2021 14:13:08 GMT
127
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)
128
267
 
129
268
  ### Changes
@@ -137,7 +276,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
137
276
 
138
277
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.57)
139
278
 
140
- Fri, 01 Oct 2021 09:44:56 GMT
279
+ Fri, 01 Oct 2021 09:44:56 GMT
141
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)
142
281
 
143
282
  ### Changes
@@ -146,7 +285,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
146
285
 
147
286
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.56)
148
287
 
149
- Wed, 29 Sep 2021 08:06:11 GMT
288
+ Wed, 29 Sep 2021 08:06:11 GMT
150
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)
151
290
 
152
291
  ### Changes
@@ -158,7 +297,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
158
297
 
159
298
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.55)
160
299
 
161
- Mon, 27 Sep 2021 08:06:00 GMT
300
+ Mon, 27 Sep 2021 08:06:00 GMT
162
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)
163
302
 
164
303
  ### Changes
@@ -170,7 +309,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
170
309
 
171
310
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.54)
172
311
 
173
- Fri, 24 Sep 2021 09:17:17 GMT
312
+ Fri, 24 Sep 2021 09:17:17 GMT
174
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)
175
314
 
176
315
  ### Changes
@@ -182,7 +321,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
182
321
 
183
322
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.53)
184
323
 
185
- Thu, 23 Sep 2021 08:21:34 GMT
324
+ Thu, 23 Sep 2021 08:21:34 GMT
186
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)
187
326
 
188
327
  ### Changes
@@ -194,7 +333,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
194
333
 
195
334
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.52)
196
335
 
197
- Wed, 22 Sep 2021 10:10:07 GMT
336
+ Wed, 22 Sep 2021 10:10:07 GMT
198
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)
199
338
 
200
339
  ### Changes
@@ -206,7 +345,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
206
345
 
207
346
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.51)
208
347
 
209
- Tue, 21 Sep 2021 07:42:34 GMT
348
+ Tue, 21 Sep 2021 07:42:34 GMT
210
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)
211
350
 
212
351
  ### Changes
@@ -219,7 +358,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
219
358
 
220
359
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.50)
221
360
 
222
- Mon, 20 Sep 2021 07:36:26 GMT
361
+ Mon, 20 Sep 2021 07:36:26 GMT
223
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)
224
363
 
225
364
  ### Changes
@@ -228,7 +367,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
228
367
 
229
368
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.49)
230
369
 
231
- Fri, 17 Sep 2021 07:35:26 GMT
370
+ Fri, 17 Sep 2021 07:35:26 GMT
232
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)
233
372
 
234
373
  ### Changes
@@ -237,7 +376,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
237
376
 
238
377
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.48)
239
378
 
240
- Thu, 16 Sep 2021 07:38:39 GMT
379
+ Thu, 16 Sep 2021 07:38:39 GMT
241
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)
242
381
 
243
382
  ### Changes
@@ -246,7 +385,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
246
385
 
247
386
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.47)
248
387
 
249
- Tue, 14 Sep 2021 20:09:02 GMT
388
+ Tue, 14 Sep 2021 20:09:02 GMT
250
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)
251
390
 
252
391
  ### Changes
@@ -255,7 +394,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
255
394
 
256
395
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.46)
257
396
 
258
- Fri, 10 Sep 2021 16:31:53 GMT
397
+ Fri, 10 Sep 2021 16:31:53 GMT
259
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)
260
399
 
261
400
  ### Changes
@@ -266,7 +405,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
266
405
 
267
406
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.45)
268
407
 
269
- Fri, 10 Sep 2021 07:39:51 GMT
408
+ Fri, 10 Sep 2021 07:39:51 GMT
270
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)
271
410
 
272
411
  ### Changes
@@ -275,7 +414,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
275
414
 
276
415
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.44)
277
416
 
278
- Mon, 06 Sep 2021 07:34:53 GMT
417
+ Mon, 06 Sep 2021 07:34:53 GMT
279
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)
280
419
 
281
420
  ### Changes
@@ -284,7 +423,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
284
423
 
285
424
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.43)
286
425
 
287
- Thu, 02 Sep 2021 07:36:46 GMT
426
+ Thu, 02 Sep 2021 07:36:46 GMT
288
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)
289
428
 
290
429
  ### Patches
@@ -293,7 +432,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
293
432
 
294
433
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.42)
295
434
 
296
- Wed, 01 Sep 2021 07:39:56 GMT
435
+ Wed, 01 Sep 2021 07:39:56 GMT
297
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)
298
437
 
299
438
  ### Changes
@@ -302,7 +441,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
302
441
 
303
442
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.41)
304
443
 
305
- Tue, 31 Aug 2021 07:37:47 GMT
444
+ Tue, 31 Aug 2021 07:37:47 GMT
306
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)
307
446
 
308
447
  ### Changes
@@ -311,7 +450,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
311
450
 
312
451
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.40)
313
452
 
314
- Tue, 24 Aug 2021 07:34:48 GMT
453
+ Tue, 24 Aug 2021 07:34:48 GMT
315
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)
316
455
 
317
456
  ### Changes
@@ -320,7 +459,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
320
459
 
321
460
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.39)
322
461
 
323
- Fri, 20 Aug 2021 07:37:28 GMT
462
+ Fri, 20 Aug 2021 07:37:28 GMT
324
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)
325
464
 
326
465
  ### Changes
@@ -329,7 +468,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
329
468
 
330
469
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.38)
331
470
 
332
- Thu, 19 Aug 2021 07:41:35 GMT
471
+ Thu, 19 Aug 2021 07:41:35 GMT
333
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)
334
473
 
335
474
  ### Changes
@@ -338,7 +477,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
338
477
 
339
478
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.37)
340
479
 
341
- Fri, 13 Aug 2021 07:36:34 GMT
480
+ Fri, 13 Aug 2021 07:36:34 GMT
342
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)
343
482
 
344
483
  ### Changes
@@ -347,7 +486,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
347
486
 
348
487
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.36)
349
488
 
350
- Fri, 06 Aug 2021 07:35:14 GMT
489
+ Fri, 06 Aug 2021 07:35:14 GMT
351
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)
352
491
 
353
492
  ### Changes
@@ -356,7 +495,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
356
495
 
357
496
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.35)
358
497
 
359
- Tue, 03 Aug 2021 07:39:30 GMT
498
+ Tue, 03 Aug 2021 07:39:30 GMT
360
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)
361
500
 
362
501
  ### Patches
@@ -371,7 +510,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
371
510
 
372
511
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.34)
373
512
 
374
- Mon, 02 Aug 2021 07:36:20 GMT
513
+ Mon, 02 Aug 2021 07:36:20 GMT
375
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)
376
515
 
377
516
  ### Changes
@@ -380,7 +519,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
380
519
 
381
520
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.33)
382
521
 
383
- Mon, 26 Jul 2021 07:37:30 GMT
522
+ Mon, 26 Jul 2021 07:37:30 GMT
384
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)
385
524
 
386
525
  ### Changes
@@ -389,7 +528,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
389
528
 
390
529
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.32)
391
530
 
392
- Fri, 23 Jul 2021 07:38:19 GMT
531
+ Fri, 23 Jul 2021 07:38:19 GMT
393
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)
394
533
 
395
534
  ### Changes
@@ -398,7 +537,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
398
537
 
399
538
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.31)
400
539
 
401
- Thu, 22 Jul 2021 07:36:55 GMT
540
+ Thu, 22 Jul 2021 07:36:55 GMT
402
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)
403
542
 
404
543
  ### Changes
@@ -407,7 +546,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
407
546
 
408
547
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.30)
409
548
 
410
- Thu, 15 Jul 2021 07:36:18 GMT
549
+ Thu, 15 Jul 2021 07:36:18 GMT
411
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)
412
551
 
413
552
  ### Changes
@@ -416,7 +555,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
416
555
 
417
556
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.29)
418
557
 
419
- Tue, 13 Jul 2021 22:32:58 GMT
558
+ Tue, 13 Jul 2021 22:32:58 GMT
420
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)
421
560
 
422
561
  ### Patches
@@ -425,7 +564,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
425
564
 
426
565
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.28)
427
566
 
428
- Tue, 13 Jul 2021 07:35:36 GMT
567
+ Tue, 13 Jul 2021 07:35:36 GMT
429
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)
430
569
 
431
570
  ### Changes
@@ -434,7 +573,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
434
573
 
435
574
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.27)
436
575
 
437
- Fri, 09 Jul 2021 07:39:31 GMT
576
+ Fri, 09 Jul 2021 07:39:31 GMT
438
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)
439
578
 
440
579
  ### Patches
@@ -449,7 +588,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
449
588
 
450
589
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.26)
451
590
 
452
- Fri, 02 Jul 2021 23:15:55 GMT
591
+ Fri, 02 Jul 2021 23:15:55 GMT
453
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)
454
593
 
455
594
  ### Changes
@@ -458,7 +597,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
458
597
 
459
598
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.25)
460
599
 
461
- Fri, 02 Jul 2021 07:37:06 GMT
600
+ Fri, 02 Jul 2021 07:37:06 GMT
462
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)
463
602
 
464
603
  ### Changes
@@ -467,7 +606,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
467
606
 
468
607
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.24)
469
608
 
470
- Thu, 01 Jul 2021 07:35:05 GMT
609
+ Thu, 01 Jul 2021 07:35:05 GMT
471
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)
472
611
 
473
612
  ### Changes
@@ -476,7 +615,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
476
615
 
477
616
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.23)
478
617
 
479
- Wed, 30 Jun 2021 07:38:35 GMT
618
+ Wed, 30 Jun 2021 07:38:35 GMT
480
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)
481
620
 
482
621
  ### Changes
@@ -485,7 +624,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
485
624
 
486
625
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.22)
487
626
 
488
- Tue, 29 Jun 2021 07:33:32 GMT
627
+ Tue, 29 Jun 2021 07:33:32 GMT
489
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)
490
629
 
491
630
  ### Changes
@@ -494,7 +633,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
494
633
 
495
634
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.21)
496
635
 
497
- Tue, 15 Jun 2021 07:40:20 GMT
636
+ Tue, 15 Jun 2021 07:40:20 GMT
498
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)
499
638
 
500
639
  ### Changes
@@ -503,7 +642,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
503
642
 
504
643
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.20)
505
644
 
506
- Mon, 07 Jun 2021 07:38:15 GMT
645
+ Mon, 07 Jun 2021 07:38:15 GMT
507
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)
508
647
 
509
648
  ### Patches
@@ -518,7 +657,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
518
657
 
519
658
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.19)
520
659
 
521
- Fri, 04 Jun 2021 07:37:23 GMT
660
+ Fri, 04 Jun 2021 07:37:23 GMT
522
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)
523
662
 
524
663
  ### Changes
@@ -527,7 +666,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
527
666
 
528
667
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.18)
529
668
 
530
- Thu, 03 Jun 2021 07:36:03 GMT
669
+ Thu, 03 Jun 2021 07:36:03 GMT
531
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)
532
671
 
533
672
  ### Changes
@@ -536,7 +675,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
536
675
 
537
676
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.17)
538
677
 
539
- Wed, 02 Jun 2021 07:37:15 GMT
678
+ Wed, 02 Jun 2021 07:37:15 GMT
540
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)
541
680
 
542
681
  ### Changes
@@ -545,7 +684,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
545
684
 
546
685
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.16)
547
686
 
548
- Wed, 26 May 2021 07:35:43 GMT
687
+ Wed, 26 May 2021 07:35:43 GMT
549
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)
550
689
 
551
690
  ### Changes
@@ -554,7 +693,7 @@ Wed, 26 May 2021 07:35:43 GMT
554
693
 
555
694
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.15)
556
695
 
557
- Fri, 21 May 2021 07:34:54 GMT
696
+ Fri, 21 May 2021 07:34:54 GMT
558
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)
559
698
 
560
699
  ### Changes
@@ -563,7 +702,7 @@ Fri, 21 May 2021 07:34:54 GMT
563
702
 
564
703
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
565
704
 
566
- Thu, 20 May 2021 07:41:54 GMT
705
+ Thu, 20 May 2021 07:41:54 GMT
567
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)
568
707
 
569
708
  ### Patches
@@ -578,7 +717,7 @@ Thu, 20 May 2021 07:41:54 GMT
578
717
 
579
718
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
580
719
 
581
- Wed, 19 May 2021 07:34:20 GMT
720
+ Wed, 19 May 2021 07:34:20 GMT
582
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)
583
722
 
584
723
  ### Patches
@@ -591,7 +730,7 @@ Wed, 19 May 2021 07:34:20 GMT
591
730
 
592
731
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.12)
593
732
 
594
- Tue, 18 May 2021 07:34:38 GMT
733
+ Tue, 18 May 2021 07:34:38 GMT
595
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)
596
735
 
597
736
  ### Changes
@@ -600,7 +739,7 @@ Tue, 18 May 2021 07:34:38 GMT
600
739
 
601
740
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.11)
602
741
 
603
- Thu, 13 May 2021 07:36:55 GMT
742
+ Thu, 13 May 2021 07:36:55 GMT
604
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)
605
744
 
606
745
  ### Changes
@@ -609,7 +748,7 @@ Thu, 13 May 2021 07:36:55 GMT
609
748
 
610
749
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.10)
611
750
 
612
- Wed, 12 May 2021 07:36:20 GMT
751
+ Wed, 12 May 2021 07:36:20 GMT
613
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)
614
753
 
615
754
  ### Changes
@@ -618,7 +757,7 @@ Wed, 12 May 2021 07:36:20 GMT
618
757
 
619
758
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.9)
620
759
 
621
- Mon, 10 May 2021 07:36:07 GMT
760
+ Mon, 10 May 2021 07:36:07 GMT
622
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)
623
762
 
624
763
  ### Changes
@@ -627,7 +766,7 @@ Mon, 10 May 2021 07:36:07 GMT
627
766
 
628
767
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.8)
629
768
 
630
- Wed, 05 May 2021 07:36:50 GMT
769
+ Wed, 05 May 2021 07:36:50 GMT
631
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)
632
771
 
633
772
  ### Changes
@@ -636,7 +775,7 @@ Wed, 05 May 2021 07:36:50 GMT
636
775
 
637
776
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.7)
638
777
 
639
- Mon, 03 May 2021 07:45:19 GMT
778
+ Mon, 03 May 2021 07:45:19 GMT
640
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)
641
780
 
642
781
  ### Changes
@@ -645,7 +784,7 @@ Mon, 03 May 2021 07:45:19 GMT
645
784
 
646
785
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.6)
647
786
 
648
- Fri, 30 Apr 2021 07:42:23 GMT
787
+ Fri, 30 Apr 2021 07:42:23 GMT
649
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)
650
789
 
651
790
  ### Patches
@@ -660,7 +799,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
660
799
 
661
800
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.5)
662
801
 
663
- Tue, 27 Apr 2021 07:34:03 GMT
802
+ Tue, 27 Apr 2021 07:34:03 GMT
664
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)
665
804
 
666
805
  ### Changes
@@ -669,7 +808,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
669
808
 
670
809
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.4)
671
810
 
672
- Mon, 26 Apr 2021 07:34:31 GMT
811
+ Mon, 26 Apr 2021 07:34:31 GMT
673
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)
674
813
 
675
814
  ### Changes
@@ -678,7 +817,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
678
817
 
679
818
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.3)
680
819
 
681
- Fri, 23 Apr 2021 07:37:10 GMT
820
+ Fri, 23 Apr 2021 07:37:10 GMT
682
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)
683
822
 
684
823
  ### Patches
@@ -693,7 +832,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
693
832
 
694
833
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.2)
695
834
 
696
- Thu, 22 Apr 2021 07:33:28 GMT
835
+ Thu, 22 Apr 2021 07:33:28 GMT
697
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)
698
837
 
699
838
  ### Changes
@@ -702,7 +841,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
702
841
 
703
842
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.1)
704
843
 
705
- Wed, 21 Apr 2021 07:31:50 GMT
844
+ Wed, 21 Apr 2021 07:31:50 GMT
706
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)
707
846
 
708
847
  ### Changes
@@ -711,7 +850,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
711
850
 
712
851
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.0)
713
852
 
714
- Tue, 20 Apr 2021 07:31:35 GMT
853
+ Tue, 20 Apr 2021 07:31:35 GMT
715
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)
716
855
 
717
856
  ### Changes