@fluentui/react-portal 9.0.0-nightly.d730088d7f.0 → 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 +465 -20
- package/CHANGELOG.md +209 -75
- 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,28 +1,162 @@
|
|
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-
|
7
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.10)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-
|
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
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
- Bump @fluentui/react-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
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
|
+
|
98
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-rc.1)
|
99
|
+
|
100
|
+
Thu, 10 Feb 2022 08:50:38 GMT
|
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)
|
102
|
+
|
103
|
+
### Changes
|
104
|
+
|
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)
|
106
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
107
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
108
|
+
- remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
|
109
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
110
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
111
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
112
|
+
|
113
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.5)
|
114
|
+
|
115
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
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)
|
117
|
+
|
118
|
+
### Changes
|
119
|
+
|
120
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
121
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
122
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
123
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
124
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
125
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
126
|
+
|
127
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.4)
|
128
|
+
|
129
|
+
Fri, 12 Nov 2021 13:25:29 GMT
|
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)
|
131
|
+
|
132
|
+
### Changes
|
133
|
+
|
134
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
135
|
+
- Broke up stories added codesandbox refs ([PR #20372](https://github.com/microsoft/fluentui/pull/20372) by gcox@microsoft.com)
|
136
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
137
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
138
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
139
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
140
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
141
|
+
|
142
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.3)
|
143
|
+
|
144
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
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)
|
146
|
+
|
147
|
+
### Changes
|
148
|
+
|
149
|
+
- Removed duplicate 'Portal' from story names ([PR #20270](https://github.com/microsoft/fluentui/pull/20270) by gcox@microsoft.com)
|
150
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
151
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
152
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
153
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
154
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
155
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
22
156
|
|
23
157
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
|
24
158
|
|
25
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
159
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
26
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)
|
27
161
|
|
28
162
|
### Changes
|
@@ -31,7 +165,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
31
165
|
|
32
166
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.1)
|
33
167
|
|
34
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
168
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
35
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)
|
36
170
|
|
37
171
|
### Changes
|
@@ -45,7 +179,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
45
179
|
|
46
180
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
|
47
181
|
|
48
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
182
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
49
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)
|
50
184
|
|
51
185
|
### Changes
|
@@ -56,7 +190,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
56
190
|
|
57
191
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
|
58
192
|
|
59
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
193
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
60
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)
|
61
195
|
|
62
196
|
### Changes
|
@@ -68,7 +202,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
68
202
|
|
69
203
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.59)
|
70
204
|
|
71
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
205
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
72
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)
|
73
207
|
|
74
208
|
### Changes
|
@@ -82,7 +216,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
82
216
|
|
83
217
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.57)
|
84
218
|
|
85
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
219
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
86
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)
|
87
221
|
|
88
222
|
### Changes
|
@@ -91,7 +225,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
91
225
|
|
92
226
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.56)
|
93
227
|
|
94
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
228
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
95
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)
|
96
230
|
|
97
231
|
### Changes
|
@@ -103,7 +237,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
103
237
|
|
104
238
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.55)
|
105
239
|
|
106
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
240
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
107
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)
|
108
242
|
|
109
243
|
### Changes
|
@@ -115,7 +249,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
115
249
|
|
116
250
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.54)
|
117
251
|
|
118
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
252
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
119
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)
|
120
254
|
|
121
255
|
### Changes
|
@@ -127,7 +261,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
127
261
|
|
128
262
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.53)
|
129
263
|
|
130
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
264
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
131
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)
|
132
266
|
|
133
267
|
### Changes
|
@@ -139,7 +273,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
139
273
|
|
140
274
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.52)
|
141
275
|
|
142
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
276
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
143
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)
|
144
278
|
|
145
279
|
### Changes
|
@@ -151,7 +285,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
151
285
|
|
152
286
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.51)
|
153
287
|
|
154
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
288
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
155
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)
|
156
290
|
|
157
291
|
### Changes
|
@@ -164,7 +298,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
164
298
|
|
165
299
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.50)
|
166
300
|
|
167
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
301
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
168
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)
|
169
303
|
|
170
304
|
### Changes
|
@@ -173,7 +307,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
173
307
|
|
174
308
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.49)
|
175
309
|
|
176
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
310
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
177
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)
|
178
312
|
|
179
313
|
### Changes
|
@@ -182,7 +316,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
182
316
|
|
183
317
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.48)
|
184
318
|
|
185
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
319
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
186
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)
|
187
321
|
|
188
322
|
### Changes
|
@@ -191,7 +325,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
191
325
|
|
192
326
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.47)
|
193
327
|
|
194
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
328
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
195
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)
|
196
330
|
|
197
331
|
### Changes
|
@@ -200,7 +334,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
200
334
|
|
201
335
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.46)
|
202
336
|
|
203
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
337
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
204
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)
|
205
339
|
|
206
340
|
### Changes
|
@@ -211,7 +345,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
211
345
|
|
212
346
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.45)
|
213
347
|
|
214
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
348
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
215
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)
|
216
350
|
|
217
351
|
### Changes
|
@@ -220,7 +354,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
220
354
|
|
221
355
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.44)
|
222
356
|
|
223
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
357
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
224
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)
|
225
359
|
|
226
360
|
### Changes
|
@@ -229,7 +363,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
229
363
|
|
230
364
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.43)
|
231
365
|
|
232
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
366
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
233
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)
|
234
368
|
|
235
369
|
### Patches
|
@@ -238,7 +372,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
238
372
|
|
239
373
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.42)
|
240
374
|
|
241
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
375
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
242
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)
|
243
377
|
|
244
378
|
### Changes
|
@@ -247,7 +381,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
247
381
|
|
248
382
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.41)
|
249
383
|
|
250
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
384
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
251
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)
|
252
386
|
|
253
387
|
### Changes
|
@@ -256,7 +390,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
256
390
|
|
257
391
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.40)
|
258
392
|
|
259
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
393
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
260
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)
|
261
395
|
|
262
396
|
### Changes
|
@@ -265,7 +399,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
265
399
|
|
266
400
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.39)
|
267
401
|
|
268
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
402
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
269
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)
|
270
404
|
|
271
405
|
### Changes
|
@@ -274,7 +408,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
274
408
|
|
275
409
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.38)
|
276
410
|
|
277
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
411
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
278
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)
|
279
413
|
|
280
414
|
### Changes
|
@@ -283,7 +417,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
283
417
|
|
284
418
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.37)
|
285
419
|
|
286
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
420
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
287
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)
|
288
422
|
|
289
423
|
### Changes
|
@@ -292,7 +426,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
292
426
|
|
293
427
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.36)
|
294
428
|
|
295
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
429
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
296
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)
|
297
431
|
|
298
432
|
### Changes
|
@@ -301,7 +435,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
301
435
|
|
302
436
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.35)
|
303
437
|
|
304
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
438
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
305
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)
|
306
440
|
|
307
441
|
### Patches
|
@@ -316,7 +450,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
316
450
|
|
317
451
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.34)
|
318
452
|
|
319
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
453
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
320
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)
|
321
455
|
|
322
456
|
### Changes
|
@@ -325,7 +459,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
325
459
|
|
326
460
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.33)
|
327
461
|
|
328
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
462
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
329
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)
|
330
464
|
|
331
465
|
### Changes
|
@@ -334,7 +468,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
334
468
|
|
335
469
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.32)
|
336
470
|
|
337
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
471
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
338
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)
|
339
473
|
|
340
474
|
### Changes
|
@@ -343,7 +477,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
343
477
|
|
344
478
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.31)
|
345
479
|
|
346
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
480
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
347
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)
|
348
482
|
|
349
483
|
### Changes
|
@@ -352,7 +486,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
352
486
|
|
353
487
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.30)
|
354
488
|
|
355
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
489
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
356
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)
|
357
491
|
|
358
492
|
### Changes
|
@@ -361,7 +495,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
361
495
|
|
362
496
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.29)
|
363
497
|
|
364
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
498
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
365
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)
|
366
500
|
|
367
501
|
### Patches
|
@@ -370,7 +504,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
370
504
|
|
371
505
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.28)
|
372
506
|
|
373
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
507
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
374
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)
|
375
509
|
|
376
510
|
### Changes
|
@@ -379,7 +513,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
379
513
|
|
380
514
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.27)
|
381
515
|
|
382
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
516
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
383
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)
|
384
518
|
|
385
519
|
### Patches
|
@@ -394,7 +528,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
394
528
|
|
395
529
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.26)
|
396
530
|
|
397
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
531
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
398
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)
|
399
533
|
|
400
534
|
### Changes
|
@@ -403,7 +537,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
403
537
|
|
404
538
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.25)
|
405
539
|
|
406
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
540
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
407
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)
|
408
542
|
|
409
543
|
### Changes
|
@@ -412,7 +546,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
412
546
|
|
413
547
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.24)
|
414
548
|
|
415
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
549
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
416
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)
|
417
551
|
|
418
552
|
### Changes
|
@@ -421,7 +555,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
421
555
|
|
422
556
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.23)
|
423
557
|
|
424
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
558
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
425
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)
|
426
560
|
|
427
561
|
### Changes
|
@@ -430,7 +564,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
430
564
|
|
431
565
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.22)
|
432
566
|
|
433
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
567
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
434
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)
|
435
569
|
|
436
570
|
### Changes
|
@@ -439,7 +573,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
439
573
|
|
440
574
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.21)
|
441
575
|
|
442
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
576
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
443
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)
|
444
578
|
|
445
579
|
### Changes
|
@@ -448,7 +582,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
448
582
|
|
449
583
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.20)
|
450
584
|
|
451
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
585
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
452
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)
|
453
587
|
|
454
588
|
### Patches
|
@@ -463,7 +597,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
463
597
|
|
464
598
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.19)
|
465
599
|
|
466
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
600
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
467
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)
|
468
602
|
|
469
603
|
### Changes
|
@@ -472,7 +606,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
472
606
|
|
473
607
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.18)
|
474
608
|
|
475
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
609
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
476
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)
|
477
611
|
|
478
612
|
### Changes
|
@@ -481,7 +615,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
481
615
|
|
482
616
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.17)
|
483
617
|
|
484
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
618
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
485
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)
|
486
620
|
|
487
621
|
### Changes
|
@@ -490,7 +624,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
490
624
|
|
491
625
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.16)
|
492
626
|
|
493
|
-
Wed, 26 May 2021 07:35:43 GMT
|
627
|
+
Wed, 26 May 2021 07:35:43 GMT
|
494
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)
|
495
629
|
|
496
630
|
### Changes
|
@@ -499,7 +633,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
499
633
|
|
500
634
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.15)
|
501
635
|
|
502
|
-
Fri, 21 May 2021 07:34:54 GMT
|
636
|
+
Fri, 21 May 2021 07:34:54 GMT
|
503
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)
|
504
638
|
|
505
639
|
### Changes
|
@@ -508,7 +642,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
508
642
|
|
509
643
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
|
510
644
|
|
511
|
-
Thu, 20 May 2021 07:41:54 GMT
|
645
|
+
Thu, 20 May 2021 07:41:54 GMT
|
512
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)
|
513
647
|
|
514
648
|
### Patches
|
@@ -523,7 +657,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
523
657
|
|
524
658
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
|
525
659
|
|
526
|
-
Wed, 19 May 2021 07:34:20 GMT
|
660
|
+
Wed, 19 May 2021 07:34:20 GMT
|
527
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)
|
528
662
|
|
529
663
|
### Patches
|
@@ -536,7 +670,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
536
670
|
|
537
671
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.12)
|
538
672
|
|
539
|
-
Tue, 18 May 2021 07:34:38 GMT
|
673
|
+
Tue, 18 May 2021 07:34:38 GMT
|
540
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)
|
541
675
|
|
542
676
|
### Changes
|
@@ -545,7 +679,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
545
679
|
|
546
680
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.11)
|
547
681
|
|
548
|
-
Thu, 13 May 2021 07:36:55 GMT
|
682
|
+
Thu, 13 May 2021 07:36:55 GMT
|
549
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)
|
550
684
|
|
551
685
|
### Changes
|
@@ -554,7 +688,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
554
688
|
|
555
689
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.10)
|
556
690
|
|
557
|
-
Wed, 12 May 2021 07:36:20 GMT
|
691
|
+
Wed, 12 May 2021 07:36:20 GMT
|
558
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)
|
559
693
|
|
560
694
|
### Changes
|
@@ -563,7 +697,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
563
697
|
|
564
698
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.9)
|
565
699
|
|
566
|
-
Mon, 10 May 2021 07:36:07 GMT
|
700
|
+
Mon, 10 May 2021 07:36:07 GMT
|
567
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)
|
568
702
|
|
569
703
|
### Changes
|
@@ -572,7 +706,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
572
706
|
|
573
707
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.8)
|
574
708
|
|
575
|
-
Wed, 05 May 2021 07:36:50 GMT
|
709
|
+
Wed, 05 May 2021 07:36:50 GMT
|
576
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)
|
577
711
|
|
578
712
|
### Changes
|
@@ -581,7 +715,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
581
715
|
|
582
716
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.7)
|
583
717
|
|
584
|
-
Mon, 03 May 2021 07:45:19 GMT
|
718
|
+
Mon, 03 May 2021 07:45:19 GMT
|
585
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)
|
586
720
|
|
587
721
|
### Changes
|
@@ -590,7 +724,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
590
724
|
|
591
725
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.6)
|
592
726
|
|
593
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
727
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
594
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)
|
595
729
|
|
596
730
|
### Patches
|
@@ -605,7 +739,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
605
739
|
|
606
740
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.5)
|
607
741
|
|
608
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
742
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
609
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)
|
610
744
|
|
611
745
|
### Changes
|
@@ -614,7 +748,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
614
748
|
|
615
749
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.4)
|
616
750
|
|
617
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
751
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
618
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)
|
619
753
|
|
620
754
|
### Changes
|
@@ -623,7 +757,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
623
757
|
|
624
758
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.3)
|
625
759
|
|
626
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
760
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
627
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)
|
628
762
|
|
629
763
|
### Patches
|
@@ -638,7 +772,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
638
772
|
|
639
773
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.2)
|
640
774
|
|
641
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
775
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
642
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)
|
643
777
|
|
644
778
|
### Changes
|
@@ -647,7 +781,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
647
781
|
|
648
782
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.1)
|
649
783
|
|
650
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
784
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
651
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)
|
652
786
|
|
653
787
|
### Changes
|
@@ -656,7 +790,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
656
790
|
|
657
791
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.0)
|
658
792
|
|
659
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
793
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
660
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)
|
661
795
|
|
662
796
|
### Changes
|