@fluentui/react-portal 9.0.0-rc.1 → 9.0.0-rc.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +257 -1
- package/CHANGELOG.md +160 -69
- package/dist/{react-portal.d.ts → index.d.ts} +6 -7
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Portal.js.map +1 -1
- package/lib/components/Portal/Portal.js.map +1 -1
- package/lib/components/Portal/Portal.types.js.map +1 -1
- package/lib/components/Portal/index.js.map +1 -1
- package/lib/components/Portal/renderPortal.js.map +1 -1
- package/lib/components/Portal/usePortal.js.map +1 -1
- package/lib/components/Portal/usePortalMountNode.js +1 -1
- package/lib/components/Portal/usePortalMountNode.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/virtualParent/elementContains.js.map +1 -1
- package/lib/virtualParent/getParent.js.map +1 -1
- package/lib/virtualParent/getVirtualParent.js.map +1 -1
- package/lib/virtualParent/index.js.map +1 -1
- package/lib/virtualParent/isVirtualElement.js.map +1 -1
- package/lib/virtualParent/setVirtualParent.js.map +1 -1
- package/lib/virtualParent/types.js.map +1 -1
- package/lib-commonjs/Portal.js.map +1 -1
- package/lib-commonjs/components/Portal/Portal.js.map +1 -1
- package/lib-commonjs/components/Portal/Portal.types.js.map +1 -1
- package/lib-commonjs/components/Portal/index.js.map +1 -1
- package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortalMountNode.js +1 -1
- package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
- package/lib-commonjs/index.js +23 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/virtualParent/elementContains.js.map +1 -1
- package/lib-commonjs/virtualParent/getParent.js.map +1 -1
- package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -1
- package/lib-commonjs/virtualParent/index.js.map +1 -1
- package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -1
- package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -1
- package/lib-commonjs/virtualParent/types.js.map +1 -1
- package/package.json +15 -18
- package/lib/Portal.d.ts +0 -1
- package/lib/components/Portal/Portal.d.ts +0 -7
- package/lib/components/Portal/Portal.types.d.ts +0 -22
- package/lib/components/Portal/index.d.ts +0 -4
- package/lib/components/Portal/renderPortal.d.ts +0 -6
- package/lib/components/Portal/usePortal.d.ts +0 -9
- package/lib/components/Portal/usePortalMountNode.d.ts +0 -10
- package/lib/index.d.ts +0 -2
- package/lib/virtualParent/elementContains.d.ts +0 -7
- package/lib/virtualParent/getParent.d.ts +0 -5
- package/lib/virtualParent/getVirtualParent.d.ts +0 -4
- package/lib/virtualParent/index.d.ts +0 -5
- package/lib/virtualParent/isVirtualElement.d.ts +0 -5
- package/lib/virtualParent/setVirtualParent.d.ts +0 -7
- package/lib/virtualParent/types.d.ts +0 -5
- package/lib-commonjs/Portal.d.ts +0 -1
- package/lib-commonjs/components/Portal/Portal.d.ts +0 -7
- package/lib-commonjs/components/Portal/Portal.types.d.ts +0 -22
- package/lib-commonjs/components/Portal/index.d.ts +0 -4
- package/lib-commonjs/components/Portal/renderPortal.d.ts +0 -6
- package/lib-commonjs/components/Portal/usePortal.d.ts +0 -9
- package/lib-commonjs/components/Portal/usePortalMountNode.d.ts +0 -10
- package/lib-commonjs/index.d.ts +0 -2
- package/lib-commonjs/virtualParent/elementContains.d.ts +0 -7
- package/lib-commonjs/virtualParent/getParent.d.ts +0 -5
- package/lib-commonjs/virtualParent/getVirtualParent.d.ts +0 -4
- package/lib-commonjs/virtualParent/index.d.ts +0 -5
- package/lib-commonjs/virtualParent/isVirtualElement.d.ts +0 -5
- package/lib-commonjs/virtualParent/setVirtualParent.d.ts +0 -7
- package/lib-commonjs/virtualParent/types.d.ts +0 -5
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,108 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 23 May 2022 12:09:58 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.10)
|
8
|
+
|
9
|
+
Mon, 23 May 2022 12:09:58 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.9..@fluentui/react-portal_v9.0.0-rc.10)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Removing PortalCommons type. ([PR #22969](https://github.com/microsoft/fluentui/pull/22969) by Humberto.Morimoto@microsoft.com)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
18
|
+
|
19
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.9)
|
20
|
+
|
21
|
+
Thu, 05 May 2022 18:26:25 GMT
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.8..@fluentui/react-portal_v9.0.0-rc.9)
|
23
|
+
|
24
|
+
### Changes
|
25
|
+
|
26
|
+
- Removing star exports. ([PR #22806](https://github.com/microsoft/fluentui/pull/22806) by humberto_makoto@hotmail.com)
|
27
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
28
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
30
|
+
|
31
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.8)
|
32
|
+
|
33
|
+
Wed, 04 May 2022 13:26:47 GMT
|
34
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.7..@fluentui/react-portal_v9.0.0-rc.8)
|
35
|
+
|
36
|
+
### Changes
|
37
|
+
|
38
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
39
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
40
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
42
|
+
|
43
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.7)
|
44
|
+
|
45
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.6..@fluentui/react-portal_v9.0.0-rc.7)
|
47
|
+
|
48
|
+
### Changes
|
49
|
+
|
50
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
51
|
+
|
52
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.6)
|
53
|
+
|
54
|
+
Tue, 19 Apr 2022 19:16:48 GMT
|
55
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.5..@fluentui/react-portal_v9.0.0-rc.6)
|
56
|
+
|
57
|
+
### Changes
|
58
|
+
|
59
|
+
- update `mountNode` types to accept HTMLElement ([PR #22153](https://github.com/microsoft/fluentui/pull/22153) by olfedias@microsoft.com)
|
60
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
61
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
62
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
63
|
+
|
64
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.5)
|
65
|
+
|
66
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
67
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.4..@fluentui/react-portal_v9.0.0-rc.5)
|
68
|
+
|
69
|
+
### Changes
|
70
|
+
|
71
|
+
- 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)
|
72
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
73
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
74
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
75
|
+
|
76
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.4)
|
77
|
+
|
78
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
79
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.3..@fluentui/react-portal_v9.0.0-rc.4)
|
80
|
+
|
81
|
+
### Changes
|
82
|
+
|
83
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
84
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
85
|
+
|
86
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.3)
|
87
|
+
|
88
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
89
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.1..@fluentui/react-portal_v9.0.0-rc.3)
|
90
|
+
|
91
|
+
### Changes
|
92
|
+
|
93
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
94
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
95
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
96
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
97
|
+
|
7
98
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
|
8
99
|
|
9
|
-
Thu, 10 Feb 2022 08:
|
100
|
+
Thu, 10 Feb 2022 08:50:38 GMT
|
10
101
|
[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
102
|
|
12
103
|
### Changes
|
13
104
|
|
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)
|
105
|
+
- 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
106
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
16
107
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
17
108
|
- remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
|
@@ -21,7 +112,7 @@ Thu, 10 Feb 2022 08:43:51 GMT
|
|
21
112
|
|
22
113
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
|
23
114
|
|
24
|
-
Thu, 25 Nov 2021 08:34:15 GMT
|
115
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
25
116
|
[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
117
|
|
27
118
|
### Changes
|
@@ -35,7 +126,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
|
|
35
126
|
|
36
127
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
|
37
128
|
|
38
|
-
Fri, 12 Nov 2021 13:25:29 GMT
|
129
|
+
Fri, 12 Nov 2021 13:25:29 GMT
|
39
130
|
[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
131
|
|
41
132
|
### Changes
|
@@ -50,7 +141,7 @@ Fri, 12 Nov 2021 13:25:29 GMT
|
|
50
141
|
|
51
142
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
|
52
143
|
|
53
|
-
Wed, 27 Oct 2021 12:14:21 GMT
|
144
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
54
145
|
[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
146
|
|
56
147
|
### Changes
|
@@ -65,7 +156,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
|
|
65
156
|
|
66
157
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
|
67
158
|
|
68
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
159
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
69
160
|
[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
161
|
|
71
162
|
### Changes
|
@@ -74,7 +165,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
74
165
|
|
75
166
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.1)
|
76
167
|
|
77
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
168
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
78
169
|
[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
170
|
|
80
171
|
### Changes
|
@@ -88,7 +179,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
88
179
|
|
89
180
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
|
90
181
|
|
91
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
182
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
92
183
|
[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
184
|
|
94
185
|
### Changes
|
@@ -99,7 +190,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
99
190
|
|
100
191
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
|
101
192
|
|
102
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
193
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
103
194
|
[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
195
|
|
105
196
|
### Changes
|
@@ -111,7 +202,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
111
202
|
|
112
203
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.59)
|
113
204
|
|
114
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
205
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
115
206
|
[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
207
|
|
117
208
|
### Changes
|
@@ -125,7 +216,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
125
216
|
|
126
217
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.57)
|
127
218
|
|
128
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
219
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
129
220
|
[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
221
|
|
131
222
|
### Changes
|
@@ -134,7 +225,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
134
225
|
|
135
226
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.56)
|
136
227
|
|
137
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
228
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
138
229
|
[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
230
|
|
140
231
|
### Changes
|
@@ -146,7 +237,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
146
237
|
|
147
238
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.55)
|
148
239
|
|
149
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
240
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
150
241
|
[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
242
|
|
152
243
|
### Changes
|
@@ -158,7 +249,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
158
249
|
|
159
250
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.54)
|
160
251
|
|
161
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
252
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
162
253
|
[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
254
|
|
164
255
|
### Changes
|
@@ -170,7 +261,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
170
261
|
|
171
262
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.53)
|
172
263
|
|
173
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
264
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
174
265
|
[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
266
|
|
176
267
|
### Changes
|
@@ -182,7 +273,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
182
273
|
|
183
274
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.52)
|
184
275
|
|
185
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
276
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
186
277
|
[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
278
|
|
188
279
|
### Changes
|
@@ -194,7 +285,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
194
285
|
|
195
286
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.51)
|
196
287
|
|
197
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
288
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
198
289
|
[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
290
|
|
200
291
|
### Changes
|
@@ -207,7 +298,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
207
298
|
|
208
299
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.50)
|
209
300
|
|
210
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
301
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
211
302
|
[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
303
|
|
213
304
|
### Changes
|
@@ -216,7 +307,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
216
307
|
|
217
308
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.49)
|
218
309
|
|
219
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
310
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
220
311
|
[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
312
|
|
222
313
|
### Changes
|
@@ -225,7 +316,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
225
316
|
|
226
317
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.48)
|
227
318
|
|
228
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
319
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
229
320
|
[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
321
|
|
231
322
|
### Changes
|
@@ -234,7 +325,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
234
325
|
|
235
326
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.47)
|
236
327
|
|
237
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
328
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
238
329
|
[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
330
|
|
240
331
|
### Changes
|
@@ -243,7 +334,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
243
334
|
|
244
335
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.46)
|
245
336
|
|
246
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
337
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
247
338
|
[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
339
|
|
249
340
|
### Changes
|
@@ -254,7 +345,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
254
345
|
|
255
346
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.45)
|
256
347
|
|
257
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
348
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
258
349
|
[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
350
|
|
260
351
|
### Changes
|
@@ -263,7 +354,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
263
354
|
|
264
355
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.44)
|
265
356
|
|
266
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
357
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
267
358
|
[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
359
|
|
269
360
|
### Changes
|
@@ -272,7 +363,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
272
363
|
|
273
364
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.43)
|
274
365
|
|
275
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
366
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
276
367
|
[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
368
|
|
278
369
|
### Patches
|
@@ -281,7 +372,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
281
372
|
|
282
373
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.42)
|
283
374
|
|
284
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
375
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
285
376
|
[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
377
|
|
287
378
|
### Changes
|
@@ -290,7 +381,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
290
381
|
|
291
382
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.41)
|
292
383
|
|
293
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
384
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
294
385
|
[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
386
|
|
296
387
|
### Changes
|
@@ -299,7 +390,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
299
390
|
|
300
391
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.40)
|
301
392
|
|
302
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
393
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
303
394
|
[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
395
|
|
305
396
|
### Changes
|
@@ -308,7 +399,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
308
399
|
|
309
400
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.39)
|
310
401
|
|
311
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
402
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
312
403
|
[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
404
|
|
314
405
|
### Changes
|
@@ -317,7 +408,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
317
408
|
|
318
409
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.38)
|
319
410
|
|
320
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
411
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
321
412
|
[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
413
|
|
323
414
|
### Changes
|
@@ -326,7 +417,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
326
417
|
|
327
418
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.37)
|
328
419
|
|
329
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
420
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
330
421
|
[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
422
|
|
332
423
|
### Changes
|
@@ -335,7 +426,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
335
426
|
|
336
427
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.36)
|
337
428
|
|
338
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
429
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
339
430
|
[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
431
|
|
341
432
|
### Changes
|
@@ -344,7 +435,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
344
435
|
|
345
436
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.35)
|
346
437
|
|
347
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
438
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
348
439
|
[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
440
|
|
350
441
|
### Patches
|
@@ -359,7 +450,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
359
450
|
|
360
451
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.34)
|
361
452
|
|
362
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
453
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
363
454
|
[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
455
|
|
365
456
|
### Changes
|
@@ -368,7 +459,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
368
459
|
|
369
460
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.33)
|
370
461
|
|
371
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
462
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
372
463
|
[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
464
|
|
374
465
|
### Changes
|
@@ -377,7 +468,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
377
468
|
|
378
469
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.32)
|
379
470
|
|
380
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
471
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
381
472
|
[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
473
|
|
383
474
|
### Changes
|
@@ -386,7 +477,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
386
477
|
|
387
478
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.31)
|
388
479
|
|
389
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
480
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
390
481
|
[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
482
|
|
392
483
|
### Changes
|
@@ -395,7 +486,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
395
486
|
|
396
487
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.30)
|
397
488
|
|
398
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
489
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
399
490
|
[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
491
|
|
401
492
|
### Changes
|
@@ -404,7 +495,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
404
495
|
|
405
496
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.29)
|
406
497
|
|
407
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
498
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
408
499
|
[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
500
|
|
410
501
|
### Patches
|
@@ -413,7 +504,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
413
504
|
|
414
505
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.28)
|
415
506
|
|
416
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
507
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
417
508
|
[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
509
|
|
419
510
|
### Changes
|
@@ -422,7 +513,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
422
513
|
|
423
514
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.27)
|
424
515
|
|
425
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
516
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
426
517
|
[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
518
|
|
428
519
|
### Patches
|
@@ -437,7 +528,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
437
528
|
|
438
529
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.26)
|
439
530
|
|
440
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
531
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
441
532
|
[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
533
|
|
443
534
|
### Changes
|
@@ -446,7 +537,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
446
537
|
|
447
538
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.25)
|
448
539
|
|
449
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
540
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
450
541
|
[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
542
|
|
452
543
|
### Changes
|
@@ -455,7 +546,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
455
546
|
|
456
547
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.24)
|
457
548
|
|
458
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
549
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
459
550
|
[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
551
|
|
461
552
|
### Changes
|
@@ -464,7 +555,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
464
555
|
|
465
556
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.23)
|
466
557
|
|
467
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
558
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
468
559
|
[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
560
|
|
470
561
|
### Changes
|
@@ -473,7 +564,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
473
564
|
|
474
565
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.22)
|
475
566
|
|
476
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
567
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
477
568
|
[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
569
|
|
479
570
|
### Changes
|
@@ -482,7 +573,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
482
573
|
|
483
574
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.21)
|
484
575
|
|
485
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
576
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
486
577
|
[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
578
|
|
488
579
|
### Changes
|
@@ -491,7 +582,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
491
582
|
|
492
583
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.20)
|
493
584
|
|
494
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
585
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
495
586
|
[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
587
|
|
497
588
|
### Patches
|
@@ -506,7 +597,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
506
597
|
|
507
598
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.19)
|
508
599
|
|
509
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
600
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
510
601
|
[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
602
|
|
512
603
|
### Changes
|
@@ -515,7 +606,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
515
606
|
|
516
607
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.18)
|
517
608
|
|
518
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
609
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
519
610
|
[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
611
|
|
521
612
|
### Changes
|
@@ -524,7 +615,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
524
615
|
|
525
616
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.17)
|
526
617
|
|
527
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
618
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
528
619
|
[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
620
|
|
530
621
|
### Changes
|
@@ -533,7 +624,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
533
624
|
|
534
625
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.16)
|
535
626
|
|
536
|
-
Wed, 26 May 2021 07:35:43 GMT
|
627
|
+
Wed, 26 May 2021 07:35:43 GMT
|
537
628
|
[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
629
|
|
539
630
|
### Changes
|
@@ -542,7 +633,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
542
633
|
|
543
634
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.15)
|
544
635
|
|
545
|
-
Fri, 21 May 2021 07:34:54 GMT
|
636
|
+
Fri, 21 May 2021 07:34:54 GMT
|
546
637
|
[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
638
|
|
548
639
|
### Changes
|
@@ -551,7 +642,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
551
642
|
|
552
643
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
|
553
644
|
|
554
|
-
Thu, 20 May 2021 07:41:54 GMT
|
645
|
+
Thu, 20 May 2021 07:41:54 GMT
|
555
646
|
[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
647
|
|
557
648
|
### Patches
|
@@ -566,7 +657,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
566
657
|
|
567
658
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
|
568
659
|
|
569
|
-
Wed, 19 May 2021 07:34:20 GMT
|
660
|
+
Wed, 19 May 2021 07:34:20 GMT
|
570
661
|
[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
662
|
|
572
663
|
### Patches
|
@@ -579,7 +670,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
579
670
|
|
580
671
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.12)
|
581
672
|
|
582
|
-
Tue, 18 May 2021 07:34:38 GMT
|
673
|
+
Tue, 18 May 2021 07:34:38 GMT
|
583
674
|
[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
675
|
|
585
676
|
### Changes
|
@@ -588,7 +679,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
588
679
|
|
589
680
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.11)
|
590
681
|
|
591
|
-
Thu, 13 May 2021 07:36:55 GMT
|
682
|
+
Thu, 13 May 2021 07:36:55 GMT
|
592
683
|
[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
684
|
|
594
685
|
### Changes
|
@@ -597,7 +688,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
597
688
|
|
598
689
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.10)
|
599
690
|
|
600
|
-
Wed, 12 May 2021 07:36:20 GMT
|
691
|
+
Wed, 12 May 2021 07:36:20 GMT
|
601
692
|
[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
693
|
|
603
694
|
### Changes
|
@@ -606,7 +697,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
606
697
|
|
607
698
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.9)
|
608
699
|
|
609
|
-
Mon, 10 May 2021 07:36:07 GMT
|
700
|
+
Mon, 10 May 2021 07:36:07 GMT
|
610
701
|
[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
702
|
|
612
703
|
### Changes
|
@@ -615,7 +706,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
615
706
|
|
616
707
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.8)
|
617
708
|
|
618
|
-
Wed, 05 May 2021 07:36:50 GMT
|
709
|
+
Wed, 05 May 2021 07:36:50 GMT
|
619
710
|
[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
711
|
|
621
712
|
### Changes
|
@@ -624,7 +715,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
624
715
|
|
625
716
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.7)
|
626
717
|
|
627
|
-
Mon, 03 May 2021 07:45:19 GMT
|
718
|
+
Mon, 03 May 2021 07:45:19 GMT
|
628
719
|
[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
720
|
|
630
721
|
### Changes
|
@@ -633,7 +724,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
633
724
|
|
634
725
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.6)
|
635
726
|
|
636
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
727
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
637
728
|
[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
729
|
|
639
730
|
### Patches
|
@@ -648,7 +739,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
648
739
|
|
649
740
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.5)
|
650
741
|
|
651
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
742
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
652
743
|
[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
744
|
|
654
745
|
### Changes
|
@@ -657,7 +748,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
657
748
|
|
658
749
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.4)
|
659
750
|
|
660
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
751
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
661
752
|
[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
753
|
|
663
754
|
### Changes
|
@@ -666,7 +757,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
666
757
|
|
667
758
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.3)
|
668
759
|
|
669
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
760
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
670
761
|
[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
762
|
|
672
763
|
### Patches
|
@@ -681,7 +772,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
681
772
|
|
682
773
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.2)
|
683
774
|
|
684
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
775
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
685
776
|
[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
777
|
|
687
778
|
### Changes
|
@@ -690,7 +781,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
690
781
|
|
691
782
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.1)
|
692
783
|
|
693
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
784
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
694
785
|
[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
786
|
|
696
787
|
### Changes
|
@@ -699,7 +790,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
699
790
|
|
700
791
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.0)
|
701
792
|
|
702
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
793
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
703
794
|
[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
795
|
|
705
796
|
### Changes
|