@fluentui/react-portal 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +494 -16
- package/CHANGELOG.md +219 -73
- package/dist/{react-portal.d.ts → index.d.ts} +11 -11
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Portal.js.map +1 -1
- package/lib/components/Portal/Portal.js +8 -6
- 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 +6 -2
- package/lib/components/Portal/renderPortal.js.map +1 -1
- package/lib/components/Portal/usePortal.js +23 -17
- package/lib/components/Portal/usePortal.js.map +1 -1
- package/lib/components/Portal/usePortalMountNode.js +27 -21
- 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 +18 -14
- package/lib/virtualParent/elementContains.js.map +1 -1
- package/lib/virtualParent/getParent.js +2 -1
- package/lib/virtualParent/getParent.js.map +1 -1
- package/lib/virtualParent/getVirtualParent.js +8 -5
- package/lib/virtualParent/getVirtualParent.js.map +1 -1
- package/lib/virtualParent/index.js.map +1 -1
- package/lib/virtualParent/isVirtualElement.js +1 -1
- package/lib/virtualParent/isVirtualElement.js.map +1 -1
- package/lib/virtualParent/setVirtualParent.js +11 -8
- package/lib/virtualParent/setVirtualParent.js.map +1 -1
- package/lib/virtualParent/types.js.map +1 -1
- package/lib-commonjs/Portal.js +7 -2
- package/lib-commonjs/Portal.js.map +1 -1
- package/lib-commonjs/components/Portal/Portal.js +16 -7
- package/lib-commonjs/components/Portal/Portal.js.map +1 -1
- package/lib-commonjs/components/Portal/Portal.types.js +4 -1
- package/lib-commonjs/components/Portal/Portal.types.js.map +1 -1
- package/lib-commonjs/components/Portal/index.js +10 -2
- package/lib-commonjs/components/Portal/index.js.map +1 -1
- package/lib-commonjs/components/Portal/renderPortal.js +18 -7
- package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortal.js +39 -24
- package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
- package/lib-commonjs/components/Portal/usePortalMountNode.js +41 -26
- package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
- package/lib-commonjs/index.js +41 -7
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/virtualParent/elementContains.js +26 -16
- package/lib-commonjs/virtualParent/elementContains.js.map +1 -1
- package/lib-commonjs/virtualParent/getParent.js +10 -3
- package/lib-commonjs/virtualParent/getParent.js.map +1 -1
- package/lib-commonjs/virtualParent/getVirtualParent.js +16 -7
- package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -1
- package/lib-commonjs/virtualParent/index.js +11 -2
- package/lib-commonjs/virtualParent/index.js.map +1 -1
- package/lib-commonjs/virtualParent/isVirtualElement.js +7 -2
- package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -1
- package/lib-commonjs/virtualParent/setVirtualParent.js +17 -9
- package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -1
- package/lib-commonjs/virtualParent/types.js +4 -1
- package/lib-commonjs/virtualParent/types.js.map +1 -1
- package/package.json +17 -22
- package/lib/Portal.d.ts +0 -1
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -9
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/Portal/Portal.d.ts +0 -6
- package/lib/components/Portal/Portal.types.d.ts +0 -21
- 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/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -13
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/Portal/Portal.d.ts +0 -6
- package/lib-commonjs/components/Portal/Portal.types.d.ts +0 -21
- 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,26 +1,172 @@
|
|
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 18:54:56 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.11)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-
|
9
|
+
Mon, 23 May 2022 18:54:56 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.10..@fluentui/react-portal_v9.0.0-rc.11)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/react-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
15
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
16
|
+
|
17
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.10)
|
18
|
+
|
19
|
+
Mon, 23 May 2022 12:13:33 GMT
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.9..@fluentui/react-portal_v9.0.0-rc.10)
|
21
|
+
|
22
|
+
### Changes
|
23
|
+
|
24
|
+
- Removing PortalCommons type. ([PR #22969](https://github.com/microsoft/fluentui/pull/22969) by Humberto.Morimoto@microsoft.com)
|
25
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
26
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
27
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
28
|
+
|
29
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.9)
|
30
|
+
|
31
|
+
Thu, 05 May 2022 18:26:25 GMT
|
32
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.8..@fluentui/react-portal_v9.0.0-rc.9)
|
33
|
+
|
34
|
+
### Changes
|
35
|
+
|
36
|
+
- Removing star exports. ([PR #22806](https://github.com/microsoft/fluentui/pull/22806) by humberto_makoto@hotmail.com)
|
37
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
38
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
39
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
40
|
+
|
41
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.8)
|
42
|
+
|
43
|
+
Wed, 04 May 2022 13:26:47 GMT
|
44
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.7..@fluentui/react-portal_v9.0.0-rc.8)
|
45
|
+
|
46
|
+
### Changes
|
47
|
+
|
48
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
49
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
50
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
51
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
52
|
+
|
53
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.7)
|
54
|
+
|
55
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
56
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.6..@fluentui/react-portal_v9.0.0-rc.7)
|
57
|
+
|
58
|
+
### Changes
|
59
|
+
|
60
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
61
|
+
|
62
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.6)
|
63
|
+
|
64
|
+
Tue, 19 Apr 2022 19:16:48 GMT
|
65
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.5..@fluentui/react-portal_v9.0.0-rc.6)
|
66
|
+
|
67
|
+
### Changes
|
68
|
+
|
69
|
+
- update `mountNode` types to accept HTMLElement ([PR #22153](https://github.com/microsoft/fluentui/pull/22153) by olfedias@microsoft.com)
|
70
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
71
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
72
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
73
|
+
|
74
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.5)
|
75
|
+
|
76
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
77
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.4..@fluentui/react-portal_v9.0.0-rc.5)
|
78
|
+
|
79
|
+
### Changes
|
80
|
+
|
81
|
+
- 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)
|
82
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
83
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
84
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
85
|
+
|
86
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.4)
|
87
|
+
|
88
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
89
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.3..@fluentui/react-portal_v9.0.0-rc.4)
|
90
|
+
|
91
|
+
### Changes
|
92
|
+
|
93
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
94
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
95
|
+
|
96
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.3)
|
97
|
+
|
98
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
99
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-rc.1..@fluentui/react-portal_v9.0.0-rc.3)
|
100
|
+
|
101
|
+
### Changes
|
102
|
+
|
103
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
104
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
105
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
106
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
107
|
+
|
108
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
|
109
|
+
|
110
|
+
Thu, 10 Feb 2022 08:50:38 GMT
|
111
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.5..@fluentui/react-portal_v9.0.0-rc.1)
|
112
|
+
|
113
|
+
### Changes
|
114
|
+
|
115
|
+
- 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)
|
116
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
117
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
118
|
+
- remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
|
119
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
120
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
121
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
122
|
+
|
123
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
|
124
|
+
|
125
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
126
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.4..@fluentui/react-portal_v9.0.0-beta.5)
|
127
|
+
|
128
|
+
### Changes
|
129
|
+
|
130
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
131
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
132
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
133
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
134
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
135
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
136
|
+
|
137
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
|
138
|
+
|
139
|
+
Fri, 12 Nov 2021 13:25:29 GMT
|
140
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.3..@fluentui/react-portal_v9.0.0-beta.4)
|
141
|
+
|
142
|
+
### Changes
|
143
|
+
|
144
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
145
|
+
- Broke up stories added codesandbox refs ([PR #20372](https://github.com/microsoft/fluentui/pull/20372) by gcox@microsoft.com)
|
146
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
147
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
148
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
149
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
150
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
151
|
+
|
152
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
|
153
|
+
|
154
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
155
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.2..@fluentui/react-portal_v9.0.0-beta.3)
|
156
|
+
|
157
|
+
### Changes
|
158
|
+
|
159
|
+
- Removed duplicate 'Portal' from story names ([PR #20270](https://github.com/microsoft/fluentui/pull/20270) by gcox@microsoft.com)
|
160
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
161
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
162
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
163
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
164
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
165
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
20
166
|
|
21
167
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
|
22
168
|
|
23
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
169
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
24
170
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.1..@fluentui/react-portal_v9.0.0-beta.2)
|
25
171
|
|
26
172
|
### Changes
|
@@ -29,7 +175,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
29
175
|
|
30
176
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.1)
|
31
177
|
|
32
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
178
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
33
179
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.61..@fluentui/react-portal_v9.0.0-beta.1)
|
34
180
|
|
35
181
|
### Changes
|
@@ -43,7 +189,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
43
189
|
|
44
190
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
|
45
191
|
|
46
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
192
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
47
193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.60..@fluentui/react-portal_v9.0.0-alpha.61)
|
48
194
|
|
49
195
|
### Changes
|
@@ -54,7 +200,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
54
200
|
|
55
201
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
|
56
202
|
|
57
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
203
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
58
204
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.59..@fluentui/react-portal_v9.0.0-alpha.60)
|
59
205
|
|
60
206
|
### Changes
|
@@ -66,7 +212,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
66
212
|
|
67
213
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.59)
|
68
214
|
|
69
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
215
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
70
216
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.57..@fluentui/react-portal_v9.0.0-alpha.59)
|
71
217
|
|
72
218
|
### Changes
|
@@ -80,7 +226,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
80
226
|
|
81
227
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.57)
|
82
228
|
|
83
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
229
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
84
230
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.56..@fluentui/react-portal_v9.0.0-alpha.57)
|
85
231
|
|
86
232
|
### Changes
|
@@ -89,7 +235,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
89
235
|
|
90
236
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.56)
|
91
237
|
|
92
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
238
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
93
239
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.55..@fluentui/react-portal_v9.0.0-alpha.56)
|
94
240
|
|
95
241
|
### Changes
|
@@ -101,7 +247,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
101
247
|
|
102
248
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.55)
|
103
249
|
|
104
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
250
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
105
251
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.54..@fluentui/react-portal_v9.0.0-alpha.55)
|
106
252
|
|
107
253
|
### Changes
|
@@ -113,7 +259,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
113
259
|
|
114
260
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.54)
|
115
261
|
|
116
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
262
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
117
263
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.53..@fluentui/react-portal_v9.0.0-alpha.54)
|
118
264
|
|
119
265
|
### Changes
|
@@ -125,7 +271,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
125
271
|
|
126
272
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.53)
|
127
273
|
|
128
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
274
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
129
275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.52..@fluentui/react-portal_v9.0.0-alpha.53)
|
130
276
|
|
131
277
|
### Changes
|
@@ -137,7 +283,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
137
283
|
|
138
284
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.52)
|
139
285
|
|
140
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
286
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
141
287
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.51..@fluentui/react-portal_v9.0.0-alpha.52)
|
142
288
|
|
143
289
|
### Changes
|
@@ -149,7 +295,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
149
295
|
|
150
296
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.51)
|
151
297
|
|
152
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
298
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
153
299
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.50..@fluentui/react-portal_v9.0.0-alpha.51)
|
154
300
|
|
155
301
|
### Changes
|
@@ -162,7 +308,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
162
308
|
|
163
309
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.50)
|
164
310
|
|
165
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
311
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
166
312
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.49..@fluentui/react-portal_v9.0.0-alpha.50)
|
167
313
|
|
168
314
|
### Changes
|
@@ -171,7 +317,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
171
317
|
|
172
318
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.49)
|
173
319
|
|
174
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
320
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
175
321
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.48..@fluentui/react-portal_v9.0.0-alpha.49)
|
176
322
|
|
177
323
|
### Changes
|
@@ -180,7 +326,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
180
326
|
|
181
327
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.48)
|
182
328
|
|
183
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
329
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
184
330
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.47..@fluentui/react-portal_v9.0.0-alpha.48)
|
185
331
|
|
186
332
|
### Changes
|
@@ -189,7 +335,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
189
335
|
|
190
336
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.47)
|
191
337
|
|
192
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
338
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
193
339
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.46..@fluentui/react-portal_v9.0.0-alpha.47)
|
194
340
|
|
195
341
|
### Changes
|
@@ -198,7 +344,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
198
344
|
|
199
345
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.46)
|
200
346
|
|
201
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
347
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
202
348
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.45..@fluentui/react-portal_v9.0.0-alpha.46)
|
203
349
|
|
204
350
|
### Changes
|
@@ -209,7 +355,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
209
355
|
|
210
356
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.45)
|
211
357
|
|
212
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
358
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
213
359
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.44..@fluentui/react-portal_v9.0.0-alpha.45)
|
214
360
|
|
215
361
|
### Changes
|
@@ -218,7 +364,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
218
364
|
|
219
365
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.44)
|
220
366
|
|
221
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
367
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
222
368
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.43..@fluentui/react-portal_v9.0.0-alpha.44)
|
223
369
|
|
224
370
|
### Changes
|
@@ -227,7 +373,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
227
373
|
|
228
374
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.43)
|
229
375
|
|
230
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
376
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
231
377
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.42..@fluentui/react-portal_v9.0.0-alpha.43)
|
232
378
|
|
233
379
|
### Patches
|
@@ -236,7 +382,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
236
382
|
|
237
383
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.42)
|
238
384
|
|
239
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
385
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
240
386
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.41..@fluentui/react-portal_v9.0.0-alpha.42)
|
241
387
|
|
242
388
|
### Changes
|
@@ -245,7 +391,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
245
391
|
|
246
392
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.41)
|
247
393
|
|
248
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
394
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
249
395
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.40..@fluentui/react-portal_v9.0.0-alpha.41)
|
250
396
|
|
251
397
|
### Changes
|
@@ -254,7 +400,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
254
400
|
|
255
401
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.40)
|
256
402
|
|
257
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
403
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
258
404
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.39..@fluentui/react-portal_v9.0.0-alpha.40)
|
259
405
|
|
260
406
|
### Changes
|
@@ -263,7 +409,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
263
409
|
|
264
410
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.39)
|
265
411
|
|
266
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
412
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
267
413
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.38..@fluentui/react-portal_v9.0.0-alpha.39)
|
268
414
|
|
269
415
|
### Changes
|
@@ -272,7 +418,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
272
418
|
|
273
419
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.38)
|
274
420
|
|
275
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
421
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
276
422
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.37..@fluentui/react-portal_v9.0.0-alpha.38)
|
277
423
|
|
278
424
|
### Changes
|
@@ -281,7 +427,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
281
427
|
|
282
428
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.37)
|
283
429
|
|
284
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
430
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
285
431
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.36..@fluentui/react-portal_v9.0.0-alpha.37)
|
286
432
|
|
287
433
|
### Changes
|
@@ -290,7 +436,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
290
436
|
|
291
437
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.36)
|
292
438
|
|
293
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
439
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
294
440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.35..@fluentui/react-portal_v9.0.0-alpha.36)
|
295
441
|
|
296
442
|
### Changes
|
@@ -299,7 +445,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
299
445
|
|
300
446
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.35)
|
301
447
|
|
302
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
448
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
303
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.34..@fluentui/react-portal_v9.0.0-alpha.35)
|
304
450
|
|
305
451
|
### Patches
|
@@ -314,7 +460,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
314
460
|
|
315
461
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.34)
|
316
462
|
|
317
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
463
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
318
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.33..@fluentui/react-portal_v9.0.0-alpha.34)
|
319
465
|
|
320
466
|
### Changes
|
@@ -323,7 +469,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
323
469
|
|
324
470
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.33)
|
325
471
|
|
326
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
472
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
327
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.32..@fluentui/react-portal_v9.0.0-alpha.33)
|
328
474
|
|
329
475
|
### Changes
|
@@ -332,7 +478,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
332
478
|
|
333
479
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.32)
|
334
480
|
|
335
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
481
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
336
482
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.31..@fluentui/react-portal_v9.0.0-alpha.32)
|
337
483
|
|
338
484
|
### Changes
|
@@ -341,7 +487,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
341
487
|
|
342
488
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.31)
|
343
489
|
|
344
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
490
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
345
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.30..@fluentui/react-portal_v9.0.0-alpha.31)
|
346
492
|
|
347
493
|
### Changes
|
@@ -350,7 +496,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
350
496
|
|
351
497
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.30)
|
352
498
|
|
353
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
499
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
354
500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.29..@fluentui/react-portal_v9.0.0-alpha.30)
|
355
501
|
|
356
502
|
### Changes
|
@@ -359,7 +505,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
359
505
|
|
360
506
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.29)
|
361
507
|
|
362
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
508
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
363
509
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.28..@fluentui/react-portal_v9.0.0-alpha.29)
|
364
510
|
|
365
511
|
### Patches
|
@@ -368,7 +514,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
368
514
|
|
369
515
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.28)
|
370
516
|
|
371
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
517
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
372
518
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.27..@fluentui/react-portal_v9.0.0-alpha.28)
|
373
519
|
|
374
520
|
### Changes
|
@@ -377,7 +523,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
377
523
|
|
378
524
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.27)
|
379
525
|
|
380
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
526
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
381
527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.26..@fluentui/react-portal_v9.0.0-alpha.27)
|
382
528
|
|
383
529
|
### Patches
|
@@ -392,7 +538,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
392
538
|
|
393
539
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.26)
|
394
540
|
|
395
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
541
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
396
542
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.25..@fluentui/react-portal_v9.0.0-alpha.26)
|
397
543
|
|
398
544
|
### Changes
|
@@ -401,7 +547,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
401
547
|
|
402
548
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.25)
|
403
549
|
|
404
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
550
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
405
551
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.24..@fluentui/react-portal_v9.0.0-alpha.25)
|
406
552
|
|
407
553
|
### Changes
|
@@ -410,7 +556,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
410
556
|
|
411
557
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.24)
|
412
558
|
|
413
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
559
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
414
560
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.23..@fluentui/react-portal_v9.0.0-alpha.24)
|
415
561
|
|
416
562
|
### Changes
|
@@ -419,7 +565,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
419
565
|
|
420
566
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.23)
|
421
567
|
|
422
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
568
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
423
569
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.22..@fluentui/react-portal_v9.0.0-alpha.23)
|
424
570
|
|
425
571
|
### Changes
|
@@ -428,7 +574,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
428
574
|
|
429
575
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.22)
|
430
576
|
|
431
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
577
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
432
578
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.21..@fluentui/react-portal_v9.0.0-alpha.22)
|
433
579
|
|
434
580
|
### Changes
|
@@ -437,7 +583,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
437
583
|
|
438
584
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.21)
|
439
585
|
|
440
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
586
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
441
587
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.20..@fluentui/react-portal_v9.0.0-alpha.21)
|
442
588
|
|
443
589
|
### Changes
|
@@ -446,7 +592,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
446
592
|
|
447
593
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.20)
|
448
594
|
|
449
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
595
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
450
596
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.19..@fluentui/react-portal_v9.0.0-alpha.20)
|
451
597
|
|
452
598
|
### Patches
|
@@ -461,7 +607,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
461
607
|
|
462
608
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.19)
|
463
609
|
|
464
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
610
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
465
611
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.18..@fluentui/react-portal_v9.0.0-alpha.19)
|
466
612
|
|
467
613
|
### Changes
|
@@ -470,7 +616,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
470
616
|
|
471
617
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.18)
|
472
618
|
|
473
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
619
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
474
620
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.17..@fluentui/react-portal_v9.0.0-alpha.18)
|
475
621
|
|
476
622
|
### Changes
|
@@ -479,7 +625,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
479
625
|
|
480
626
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.17)
|
481
627
|
|
482
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
628
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
483
629
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.16..@fluentui/react-portal_v9.0.0-alpha.17)
|
484
630
|
|
485
631
|
### Changes
|
@@ -488,7 +634,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
488
634
|
|
489
635
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.16)
|
490
636
|
|
491
|
-
Wed, 26 May 2021 07:35:43 GMT
|
637
|
+
Wed, 26 May 2021 07:35:43 GMT
|
492
638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.15..@fluentui/react-portal_v9.0.0-alpha.16)
|
493
639
|
|
494
640
|
### Changes
|
@@ -497,7 +643,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
497
643
|
|
498
644
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.15)
|
499
645
|
|
500
|
-
Fri, 21 May 2021 07:34:54 GMT
|
646
|
+
Fri, 21 May 2021 07:34:54 GMT
|
501
647
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.14..@fluentui/react-portal_v9.0.0-alpha.15)
|
502
648
|
|
503
649
|
### Changes
|
@@ -506,7 +652,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
506
652
|
|
507
653
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
|
508
654
|
|
509
|
-
Thu, 20 May 2021 07:41:54 GMT
|
655
|
+
Thu, 20 May 2021 07:41:54 GMT
|
510
656
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.13..@fluentui/react-portal_v9.0.0-alpha.14)
|
511
657
|
|
512
658
|
### Patches
|
@@ -521,7 +667,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
521
667
|
|
522
668
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
|
523
669
|
|
524
|
-
Wed, 19 May 2021 07:34:20 GMT
|
670
|
+
Wed, 19 May 2021 07:34:20 GMT
|
525
671
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.12..@fluentui/react-portal_v9.0.0-alpha.13)
|
526
672
|
|
527
673
|
### Patches
|
@@ -534,7 +680,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
534
680
|
|
535
681
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.12)
|
536
682
|
|
537
|
-
Tue, 18 May 2021 07:34:38 GMT
|
683
|
+
Tue, 18 May 2021 07:34:38 GMT
|
538
684
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.11..@fluentui/react-portal_v9.0.0-alpha.12)
|
539
685
|
|
540
686
|
### Changes
|
@@ -543,7 +689,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
543
689
|
|
544
690
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.11)
|
545
691
|
|
546
|
-
Thu, 13 May 2021 07:36:55 GMT
|
692
|
+
Thu, 13 May 2021 07:36:55 GMT
|
547
693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.10..@fluentui/react-portal_v9.0.0-alpha.11)
|
548
694
|
|
549
695
|
### Changes
|
@@ -552,7 +698,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
552
698
|
|
553
699
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.10)
|
554
700
|
|
555
|
-
Wed, 12 May 2021 07:36:20 GMT
|
701
|
+
Wed, 12 May 2021 07:36:20 GMT
|
556
702
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.9..@fluentui/react-portal_v9.0.0-alpha.10)
|
557
703
|
|
558
704
|
### Changes
|
@@ -561,7 +707,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
561
707
|
|
562
708
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.9)
|
563
709
|
|
564
|
-
Mon, 10 May 2021 07:36:07 GMT
|
710
|
+
Mon, 10 May 2021 07:36:07 GMT
|
565
711
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.8..@fluentui/react-portal_v9.0.0-alpha.9)
|
566
712
|
|
567
713
|
### Changes
|
@@ -570,7 +716,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
570
716
|
|
571
717
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.8)
|
572
718
|
|
573
|
-
Wed, 05 May 2021 07:36:50 GMT
|
719
|
+
Wed, 05 May 2021 07:36:50 GMT
|
574
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.7..@fluentui/react-portal_v9.0.0-alpha.8)
|
575
721
|
|
576
722
|
### Changes
|
@@ -579,7 +725,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
579
725
|
|
580
726
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.7)
|
581
727
|
|
582
|
-
Mon, 03 May 2021 07:45:19 GMT
|
728
|
+
Mon, 03 May 2021 07:45:19 GMT
|
583
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.6..@fluentui/react-portal_v9.0.0-alpha.7)
|
584
730
|
|
585
731
|
### Changes
|
@@ -588,7 +734,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
588
734
|
|
589
735
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.6)
|
590
736
|
|
591
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
737
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
592
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.5..@fluentui/react-portal_v9.0.0-alpha.6)
|
593
739
|
|
594
740
|
### Patches
|
@@ -603,7 +749,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
603
749
|
|
604
750
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.5)
|
605
751
|
|
606
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
752
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
607
753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.4..@fluentui/react-portal_v9.0.0-alpha.5)
|
608
754
|
|
609
755
|
### Changes
|
@@ -612,7 +758,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
612
758
|
|
613
759
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.4)
|
614
760
|
|
615
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
761
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
616
762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.3..@fluentui/react-portal_v9.0.0-alpha.4)
|
617
763
|
|
618
764
|
### Changes
|
@@ -621,7 +767,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
621
767
|
|
622
768
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.3)
|
623
769
|
|
624
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
770
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
625
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.2..@fluentui/react-portal_v9.0.0-alpha.3)
|
626
772
|
|
627
773
|
### Patches
|
@@ -636,7 +782,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
636
782
|
|
637
783
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.2)
|
638
784
|
|
639
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
785
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
640
786
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.1..@fluentui/react-portal_v9.0.0-alpha.2)
|
641
787
|
|
642
788
|
### Changes
|
@@ -645,7 +791,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
645
791
|
|
646
792
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.1)
|
647
793
|
|
648
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
794
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
649
795
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.0..@fluentui/react-portal_v9.0.0-alpha.1)
|
650
796
|
|
651
797
|
### Changes
|
@@ -654,7 +800,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
654
800
|
|
655
801
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.0)
|
656
802
|
|
657
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
803
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
658
804
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.0..@fluentui/react-portal_v9.0.0-alpha.0)
|
659
805
|
|
660
806
|
### Changes
|