@fluentui/react-portal 9.0.0-alpha.8 → 9.0.0-nightly.25435def33.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. package/CHANGELOG.json +1486 -1
  2. package/CHANGELOG.md +568 -2
  3. package/README.md +114 -0
  4. package/Spec.md +100 -6
  5. package/dist/react-portal.d.ts +30 -9
  6. package/lib/Portal.js.map +1 -1
  7. package/lib/common/isConformant.d.ts +4 -2
  8. package/lib/common/isConformant.js.map +1 -1
  9. package/lib/components/Portal/Portal.d.ts +1 -1
  10. package/lib/components/Portal/Portal.js.map +1 -1
  11. package/lib/components/Portal/Portal.types.d.ts +11 -6
  12. package/lib/components/Portal/Portal.types.js.map +1 -1
  13. package/lib/components/Portal/index.js.map +1 -1
  14. package/lib/components/Portal/renderPortal.d.ts +2 -2
  15. package/lib/components/Portal/renderPortal.js +2 -4
  16. package/lib/components/Portal/renderPortal.js.map +1 -1
  17. package/lib/components/Portal/usePortal.d.ts +2 -3
  18. package/lib/components/Portal/usePortal.js +18 -8
  19. package/lib/components/Portal/usePortal.js.map +1 -1
  20. package/lib/components/Portal/usePortalMountNode.js +2 -0
  21. package/lib/components/Portal/usePortalMountNode.js.map +1 -1
  22. package/lib/index.d.ts +1 -0
  23. package/lib/index.js +1 -0
  24. package/lib/index.js.map +1 -1
  25. package/lib/tsdoc-metadata.json +1 -1
  26. package/lib/virtualParent/elementContains.d.ts +7 -0
  27. package/lib/virtualParent/elementContains.js +26 -0
  28. package/lib/virtualParent/elementContains.js.map +1 -0
  29. package/lib/virtualParent/getParent.d.ts +5 -0
  30. package/lib/virtualParent/getParent.js +9 -0
  31. package/lib/virtualParent/getParent.js.map +1 -0
  32. package/lib/virtualParent/getVirtualParent.d.ts +4 -0
  33. package/lib/virtualParent/getVirtualParent.js +12 -0
  34. package/lib/virtualParent/getVirtualParent.js.map +1 -0
  35. package/lib/virtualParent/index.d.ts +5 -0
  36. package/lib/virtualParent/index.js +6 -0
  37. package/lib/virtualParent/index.js.map +1 -0
  38. package/lib/virtualParent/isVirtualElement.d.ts +5 -0
  39. package/lib/virtualParent/isVirtualElement.js +7 -0
  40. package/lib/virtualParent/isVirtualElement.js.map +1 -0
  41. package/lib/virtualParent/setVirtualParent.d.ts +7 -0
  42. package/lib/virtualParent/setVirtualParent.js +17 -0
  43. package/lib/virtualParent/setVirtualParent.js.map +1 -0
  44. package/lib/virtualParent/types.d.ts +5 -0
  45. package/lib/virtualParent/types.js +2 -0
  46. package/lib/virtualParent/types.js.map +1 -0
  47. package/lib-commonjs/Portal.js.map +1 -1
  48. package/lib-commonjs/common/isConformant.d.ts +4 -2
  49. package/lib-commonjs/common/isConformant.js.map +1 -1
  50. package/lib-commonjs/components/Portal/Portal.d.ts +1 -1
  51. package/lib-commonjs/components/Portal/Portal.js.map +1 -1
  52. package/lib-commonjs/components/Portal/Portal.types.d.ts +11 -6
  53. package/lib-commonjs/components/Portal/Portal.types.js.map +1 -1
  54. package/lib-commonjs/components/Portal/index.js.map +1 -1
  55. package/lib-commonjs/components/Portal/renderPortal.d.ts +2 -2
  56. package/lib-commonjs/components/Portal/renderPortal.js +2 -4
  57. package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
  58. package/lib-commonjs/components/Portal/usePortal.d.ts +2 -3
  59. package/lib-commonjs/components/Portal/usePortal.js +17 -7
  60. package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
  61. package/lib-commonjs/components/Portal/usePortalMountNode.js +2 -0
  62. package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
  63. package/lib-commonjs/index.d.ts +1 -0
  64. package/lib-commonjs/index.js +4 -0
  65. package/lib-commonjs/index.js.map +1 -1
  66. package/lib-commonjs/virtualParent/elementContains.d.ts +7 -0
  67. package/lib-commonjs/virtualParent/elementContains.js +30 -0
  68. package/lib-commonjs/virtualParent/elementContains.js.map +1 -0
  69. package/lib-commonjs/virtualParent/getParent.d.ts +5 -0
  70. package/lib-commonjs/virtualParent/getParent.js +13 -0
  71. package/lib-commonjs/virtualParent/getParent.js.map +1 -0
  72. package/lib-commonjs/virtualParent/getVirtualParent.d.ts +4 -0
  73. package/lib-commonjs/virtualParent/getVirtualParent.js +16 -0
  74. package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -0
  75. package/lib-commonjs/virtualParent/index.d.ts +5 -0
  76. package/lib-commonjs/virtualParent/index.js +9 -0
  77. package/lib-commonjs/virtualParent/index.js.map +1 -0
  78. package/lib-commonjs/virtualParent/isVirtualElement.d.ts +5 -0
  79. package/lib-commonjs/virtualParent/isVirtualElement.js +11 -0
  80. package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -0
  81. package/lib-commonjs/virtualParent/setVirtualParent.d.ts +7 -0
  82. package/lib-commonjs/virtualParent/setVirtualParent.js +21 -0
  83. package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -0
  84. package/lib-commonjs/virtualParent/types.d.ts +5 -0
  85. package/lib-commonjs/virtualParent/types.js +3 -0
  86. package/lib-commonjs/virtualParent/types.js.map +1 -0
  87. package/package.json +15 -12
  88. package/config/api-extractor.json +0 -3
  89. package/config/tests.js +0 -7
  90. package/etc/react-portal.api.md +0 -32
  91. package/just.config.ts +0 -3
  92. package/lib-amd/Portal.d.ts +0 -1
  93. package/lib-amd/Portal.js +0 -6
  94. package/lib-amd/Portal.js.map +0 -1
  95. package/lib-amd/common/isConformant.d.ts +0 -2
  96. package/lib-amd/common/isConformant.js +0 -14
  97. package/lib-amd/common/isConformant.js.map +0 -1
  98. package/lib-amd/components/Portal/Portal.d.ts +0 -6
  99. package/lib-amd/components/Portal/Portal.js +0 -15
  100. package/lib-amd/components/Portal/Portal.js.map +0 -1
  101. package/lib-amd/components/Portal/Portal.types.d.ts +0 -16
  102. package/lib-amd/components/Portal/Portal.types.js +0 -5
  103. package/lib-amd/components/Portal/Portal.types.js.map +0 -1
  104. package/lib-amd/components/Portal/index.d.ts +0 -4
  105. package/lib-amd/components/Portal/index.js +0 -9
  106. package/lib-amd/components/Portal/index.js.map +0 -1
  107. package/lib-amd/components/Portal/renderPortal.d.ts +0 -6
  108. package/lib-amd/components/Portal/renderPortal.js +0 -16
  109. package/lib-amd/components/Portal/renderPortal.js.map +0 -1
  110. package/lib-amd/components/Portal/usePortal.d.ts +0 -10
  111. package/lib-amd/components/Portal/usePortal.js +0 -23
  112. package/lib-amd/components/Portal/usePortal.js.map +0 -1
  113. package/lib-amd/components/Portal/usePortalMountNode.d.ts +0 -10
  114. package/lib-amd/components/Portal/usePortalMountNode.js +0 -31
  115. package/lib-amd/components/Portal/usePortalMountNode.js.map +0 -1
  116. package/lib-amd/index.d.ts +0 -1
  117. package/lib-amd/index.js +0 -6
  118. package/lib-amd/index.js.map +0 -1
  119. package/src/components/Portal/Portal.types.ts +0 -24
package/CHANGELOG.md CHANGED
@@ -1,12 +1,578 @@
1
1
  # Change Log - @fluentui/react-portal
2
2
 
3
- This log was last generated on Wed, 05 May 2021 07:34:46 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Oct 2021 09:18:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-nightly.25435def33.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-nightly.25435def33.0)
8
+
9
+ Thu, 21 Oct 2021 09:18:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-beta.2..@fluentui/react-portal_v9.0.0-nightly.25435def33.0)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/fb58116bf4cb0469b316999385bdbc960b02d2a3) by email not defined)
15
+ - Removed duplicate 'Portal' from story names ([commit](https://github.com/microsoft/fluentui/commit/fb58116bf4cb0469b316999385bdbc960b02d2a3) by gcox@microsoft.com)
16
+ - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/fb58116bf4cb0469b316999385bdbc960b02d2a3) by peter@draxler.ml)
17
+ - Bump @fluentui/react-make-styles to v9.0.0-nightly.25435def33.0 ([commit](https://github.com/microsoft/fluentui/commit/fb58116bf4cb0469b316999385bdbc960b02d2a3) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.0.0-nightly.25435def33.0 ([commit](https://github.com/microsoft/fluentui/commit/fb58116bf4cb0469b316999385bdbc960b02d2a3) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.0.0-nightly.25435def33.0 ([commit](https://github.com/microsoft/fluentui/commit/fb58116bf4cb0469b316999385bdbc960b02d2a3) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.0.0-nightly.25435def33.0 ([commit](https://github.com/microsoft/fluentui/commit/fb58116bf4cb0469b316999385bdbc960b02d2a3) by beachball)
21
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.25435def33.0 ([commit](https://github.com/microsoft/fluentui/commit/fb58116bf4cb0469b316999385bdbc960b02d2a3) by beachball)
22
+
23
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.2)
24
+
25
+ Tue, 12 Oct 2021 19:45:58 GMT
26
+ [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
+
28
+ ### Changes
29
+
30
+ - Bump @fluentui/react-tabster to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
31
+
32
+ ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-beta.1)
33
+
34
+ Wed, 06 Oct 2021 10:37:22 GMT
35
+ [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
+
37
+ ### Changes
38
+
39
+ - Bump all v9 components to beta prerelease tag ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by lingfangao@hotmail.com)
40
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
41
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
42
+ - Bump @fluentui/react-tabster to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
43
+ - Bump @fluentui/react-utilities to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
44
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
45
+
46
+ ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.61)
47
+
48
+ Tue, 05 Oct 2021 12:47:58 GMT
49
+ [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
+
51
+ ### Changes
52
+
53
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.78 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
54
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.73 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
55
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
56
+
57
+ ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.60)
58
+
59
+ Tue, 05 Oct 2021 09:28:07 GMT
60
+ [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
+
62
+ ### Changes
63
+
64
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
65
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.72 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
66
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
67
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
68
+
69
+ ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.59)
70
+
71
+ Fri, 01 Oct 2021 14:13:08 GMT
72
+ [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
+
74
+ ### Changes
75
+
76
+ - Bump v9 prerelease versions to rerelease ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by lingfangao@hotmail.com)
77
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.76 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
78
+ - Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
79
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.71 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
80
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.55 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
81
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
82
+
83
+ ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.57)
84
+
85
+ Fri, 01 Oct 2021 09:44:56 GMT
86
+ [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
+
88
+ ### Changes
89
+
90
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.69 ([PR #19990](https://github.com/microsoft/fluentui/pull/19990) by beachball)
91
+
92
+ ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.56)
93
+
94
+ Wed, 29 Sep 2021 08:06:11 GMT
95
+ [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
+
97
+ ### Changes
98
+
99
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.74 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
100
+ - Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
101
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.68 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
102
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
103
+
104
+ ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.55)
105
+
106
+ Mon, 27 Sep 2021 08:06:00 GMT
107
+ [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
+
109
+ ### Changes
110
+
111
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.73 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
112
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.67 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
113
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.53 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
114
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
115
+
116
+ ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.54)
117
+
118
+ Fri, 24 Sep 2021 09:17:17 GMT
119
+ [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
+
121
+ ### Changes
122
+
123
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
124
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.66 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
125
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
126
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
127
+
128
+ ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.53)
129
+
130
+ Thu, 23 Sep 2021 08:21:34 GMT
131
+ [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
+
133
+ ### Changes
134
+
135
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
136
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.65 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
137
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
138
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
139
+
140
+ ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.52)
141
+
142
+ Wed, 22 Sep 2021 10:10:07 GMT
143
+ [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
+
145
+ ### Changes
146
+
147
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.70 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
148
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.64 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
149
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.50 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
150
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
151
+
152
+ ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.51)
153
+
154
+ Tue, 21 Sep 2021 07:42:34 GMT
155
+ [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
+
157
+ ### Changes
158
+
159
+ - Updating to types over interfaces ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by gcox@microsoft.com)
160
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
161
+ - Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
162
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.63 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
163
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
164
+
165
+ ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.50)
166
+
167
+ Mon, 20 Sep 2021 07:36:26 GMT
168
+ [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
+
170
+ ### Changes
171
+
172
+ - Bump @fluentui/react-portal to v9.0.0-alpha.50 ([PR #19844](https://github.com/microsoft/fluentui/pull/19844) by lingfangao@hotmail.com)
173
+
174
+ ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.49)
175
+
176
+ Fri, 17 Sep 2021 07:35:26 GMT
177
+ [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
+
179
+ ### Changes
180
+
181
+ - Bump @fluentui/react-portal to v9.0.0-alpha.49 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
182
+
183
+ ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.48)
184
+
185
+ Thu, 16 Sep 2021 07:38:39 GMT
186
+ [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
+
188
+ ### Changes
189
+
190
+ - Bump @fluentui/react-portal to v9.0.0-alpha.48 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
191
+
192
+ ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.47)
193
+
194
+ Tue, 14 Sep 2021 20:09:02 GMT
195
+ [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
+
197
+ ### Changes
198
+
199
+ - Bump @fluentui/react-portal to v9.0.0-alpha.47 ([PR #19155](https://github.com/microsoft/fluentui/pull/19155) by bsunderhus@microsoft.com)
200
+
201
+ ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.46)
202
+
203
+ Fri, 10 Sep 2021 16:31:53 GMT
204
+ [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
+
206
+ ### Changes
207
+
208
+ - use simplified prop merging ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by olfedias@microsoft.com)
209
+ - chore(v9): Move all internal v9 dependencies from caret to fixed version ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
210
+ - Bump @fluentui/react-portal to v9.0.0-alpha.46 ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
211
+
212
+ ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.45)
213
+
214
+ Fri, 10 Sep 2021 07:39:51 GMT
215
+ [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
+
217
+ ### Changes
218
+
219
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.38 ([PR #19642](https://github.com/microsoft/fluentui/pull/19642) by behowell@microsoft.com)
220
+
221
+ ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.44)
222
+
223
+ Mon, 06 Sep 2021 07:34:53 GMT
224
+ [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
+
226
+ ### Changes
227
+
228
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.37 ([PR #19640](https://github.com/microsoft/fluentui/pull/19640) by lingfangao@hotmail.com)
229
+
230
+ ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.43)
231
+
232
+ Thu, 02 Sep 2021 07:36:46 GMT
233
+ [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
+
235
+ ### Patches
236
+
237
+ - Bump @fluentui/react-conformance to v0.4.5 ([PR #19590](https://github.com/microsoft/fluentui/pull/19590) by olfedias@microsoft.com)
238
+
239
+ ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.42)
240
+
241
+ Wed, 01 Sep 2021 07:39:56 GMT
242
+ [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
+
244
+ ### Changes
245
+
246
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.36 ([PR #19483](https://github.com/microsoft/fluentui/pull/19483) by bsunderhus@microsoft.com)
247
+
248
+ ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.41)
249
+
250
+ Tue, 31 Aug 2021 07:37:47 GMT
251
+ [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
+
253
+ ### Changes
254
+
255
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.54 ([PR #19534](https://github.com/microsoft/fluentui/pull/19534) by marata@microsoft.com)
256
+
257
+ ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.40)
258
+
259
+ Tue, 24 Aug 2021 07:34:48 GMT
260
+ [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
+
262
+ ### Changes
263
+
264
+ - Updating TypeScript type-only imports/exports to use import/export syntax. ([PR #19473](https://github.com/microsoft/fluentui/pull/19473) by dzearing@hotmail.com)
265
+
266
+ ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.39)
267
+
268
+ Fri, 20 Aug 2021 07:37:28 GMT
269
+ [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
+
271
+ ### Changes
272
+
273
+ - Update .npmignore ([PR #19441](https://github.com/microsoft/fluentui/pull/19441) by elcraig@microsoft.com)
274
+
275
+ ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.38)
276
+
277
+ Thu, 19 Aug 2021 07:41:35 GMT
278
+ [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
+
280
+ ### Changes
281
+
282
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.33 ([PR #19273](https://github.com/microsoft/fluentui/pull/19273) by bsunderhus@microsoft.com)
283
+
284
+ ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.37)
285
+
286
+ Fri, 13 Aug 2021 07:36:34 GMT
287
+ [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
+
289
+ ### Changes
290
+
291
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32 ([PR #19341](https://github.com/microsoft/fluentui/pull/19341) by olfedias@microsoft.com)
292
+
293
+ ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.36)
294
+
295
+ Fri, 06 Aug 2021 07:35:14 GMT
296
+ [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
+
298
+ ### Changes
299
+
300
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.31 ([PR #19281](https://github.com/microsoft/fluentui/pull/19281) by jspurlin@microsoft.com)
301
+
302
+ ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.35)
303
+
304
+ Tue, 03 Aug 2021 07:39:30 GMT
305
+ [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
+
307
+ ### Patches
308
+
309
+ - Bump @fluentui/eslint-plugin to v1.3.3 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
310
+ - Bump @fluentui/react-conformance to v0.4.4 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
311
+ - Bump @fluentui/scripts to v1.0.0 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
312
+
313
+ ### Changes
314
+
315
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.30 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
316
+
317
+ ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.34)
318
+
319
+ Mon, 02 Aug 2021 07:36:20 GMT
320
+ [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
+
322
+ ### Changes
323
+
324
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.29 ([PR #19204](https://github.com/microsoft/fluentui/pull/19204) by lingfan.gao@microsoft.com)
325
+
326
+ ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.33)
327
+
328
+ Mon, 26 Jul 2021 07:37:30 GMT
329
+ [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
+
331
+ ### Changes
332
+
333
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.46 ([PR #18968](https://github.com/microsoft/fluentui/pull/18968) by olfedias@microsoft.com)
334
+
335
+ ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.32)
336
+
337
+ Fri, 23 Jul 2021 07:38:19 GMT
338
+ [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
+
340
+ ### Changes
341
+
342
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27 ([PR #19041](https://github.com/microsoft/fluentui/pull/19041) by miroslav.stastny@microsoft.com)
343
+
344
+ ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.31)
345
+
346
+ Thu, 22 Jul 2021 07:36:55 GMT
347
+ [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
+
349
+ ### Changes
350
+
351
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.26 ([PR #19023](https://github.com/microsoft/fluentui/pull/19023) by behowell@microsoft.com)
352
+
353
+ ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.30)
354
+
355
+ Thu, 15 Jul 2021 07:36:18 GMT
356
+ [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
+
358
+ ### Changes
359
+
360
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25 ([PR #18861](https://github.com/microsoft/fluentui/pull/18861) by bsunderhus@microsoft.com)
361
+
362
+ ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.29)
363
+
364
+ Tue, 13 Jul 2021 22:32:58 GMT
365
+ [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
+
367
+ ### Patches
368
+
369
+ - Bump @fluentui/react-conformance to v0.4.3 ([PR #18925](https://github.com/microsoft/fluentui/pull/18925) by elcraig@microsoft.com)
370
+
371
+ ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.28)
372
+
373
+ Tue, 13 Jul 2021 07:35:36 GMT
374
+ [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
+
376
+ ### Changes
377
+
378
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24 ([PR #18560](https://github.com/microsoft/fluentui/pull/18560) by behowell@microsoft.com)
379
+
380
+ ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.27)
381
+
382
+ Fri, 09 Jul 2021 07:39:31 GMT
383
+ [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
+
385
+ ### Patches
386
+
387
+ - Bump @fluentui/eslint-plugin to v1.3.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
388
+ - Bump @fluentui/react-conformance to v0.4.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
389
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
390
+
391
+ ### Changes
392
+
393
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
394
+
395
+ ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.26)
396
+
397
+ Fri, 02 Jul 2021 23:15:55 GMT
398
+ [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
+
400
+ ### Changes
401
+
402
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.22 ([PR #18721](https://github.com/microsoft/fluentui/pull/18721) by bsunderhus@microsoft.com)
403
+
404
+ ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.25)
405
+
406
+ Fri, 02 Jul 2021 07:37:06 GMT
407
+ [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
+
409
+ ### Changes
410
+
411
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.21 ([PR #18655](https://github.com/microsoft/fluentui/pull/18655) by miroslav.stastny@microsoft.com)
412
+
413
+ ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.24)
414
+
415
+ Thu, 01 Jul 2021 07:35:05 GMT
416
+ [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
+
418
+ ### Changes
419
+
420
+ - Fixing bug in start script of converged packages. ([PR #18768](https://github.com/microsoft/fluentui/pull/18768) by Humberto.Morimoto@microsoft.com)
421
+
422
+ ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.23)
423
+
424
+ Wed, 30 Jun 2021 07:38:35 GMT
425
+ [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
+
427
+ ### Changes
428
+
429
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.20 ([PR #18695](https://github.com/microsoft/fluentui/pull/18695) by tristan.watanabe@gmail.com)
430
+
431
+ ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.22)
432
+
433
+ Tue, 29 Jun 2021 07:33:32 GMT
434
+ [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
+
436
+ ### Changes
437
+
438
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19 ([PR #18169](https://github.com/microsoft/fluentui/pull/18169) by olfedias@microsoft.com)
439
+
440
+ ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.21)
441
+
442
+ Tue, 15 Jun 2021 07:40:20 GMT
443
+ [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
+
445
+ ### Changes
446
+
447
+ - Bump @fluentui/react-tabster to v9.0.0-alpha.34 ([PR #18490](https://github.com/microsoft/fluentui/pull/18490) by lingfan.gao@microsoft.com)
448
+
449
+ ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.20)
450
+
451
+ Mon, 07 Jun 2021 07:38:15 GMT
452
+ [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
+
454
+ ### Patches
455
+
456
+ - Bump @fluentui/eslint-plugin to v1.3.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
457
+ - Bump @fluentui/react-conformance to v0.4.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
458
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
459
+
460
+ ### Changes
461
+
462
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.17 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
463
+
464
+ ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.19)
465
+
466
+ Fri, 04 Jun 2021 07:37:23 GMT
467
+ [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
+
469
+ ### Changes
470
+
471
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16 ([PR #18168](https://github.com/microsoft/fluentui/pull/18168) by Humberto.Morimoto@microsoft.com)
472
+
473
+ ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.18)
474
+
475
+ Thu, 03 Jun 2021 07:36:03 GMT
476
+ [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
+
478
+ ### Changes
479
+
480
+ - Fix version of react-tabster dep ([PR #18349](https://github.com/microsoft/fluentui/pull/18349) by elcraig@microsoft.com)
481
+
482
+ ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.17)
483
+
484
+ Wed, 02 Jun 2021 07:37:15 GMT
485
+ [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
+
487
+ ### Changes
488
+
489
+ - Adds focus indicator attributes for react-portal ([PR #18399](https://github.com/microsoft/fluentui/pull/18399) by bsunderhus@microsoft.com)
490
+
491
+ ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.16)
492
+
493
+ Wed, 26 May 2021 07:35:43 GMT
494
+ [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
+
496
+ ### Changes
497
+
498
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.25 ([PR #18323](https://github.com/microsoft/fluentui/pull/18323) by lingfan.gao@microsoft.com)
499
+
500
+ ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.15)
501
+
502
+ Fri, 21 May 2021 07:34:54 GMT
503
+ [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
+
505
+ ### Changes
506
+
507
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14 ([PR #18259](https://github.com/microsoft/fluentui/pull/18259) by behowell@microsoft.com)
508
+
509
+ ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
510
+
511
+ Thu, 20 May 2021 07:41:54 GMT
512
+ [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
+
514
+ ### Patches
515
+
516
+ - Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
517
+ - Bump @fluentui/react-conformance to v0.4.0 ([PR #17577](https://github.com/microsoft/fluentui/pull/17577) by elcraig@microsoft.com)
518
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
519
+
520
+ ### Changes
521
+
522
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.13 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
523
+
524
+ ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
525
+
526
+ Wed, 19 May 2021 07:34:20 GMT
527
+ [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
+
529
+ ### Patches
530
+
531
+ - Bump @fluentui/react-conformance to v0.3.1 ([PR #18194](https://github.com/microsoft/fluentui/pull/18194) by martinhochel@microsoft.com)
532
+
533
+ ### Changes
534
+
535
+ - Render portals with virtual parent ([PR #18148](https://github.com/microsoft/fluentui/pull/18148) by lingfan.gao@microsoft.com)
536
+
537
+ ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.12)
538
+
539
+ Tue, 18 May 2021 07:34:38 GMT
540
+ [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
+
542
+ ### Changes
543
+
544
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.11 ([PR #18171](https://github.com/microsoft/fluentui/pull/18171) by olfedias@microsoft.com)
545
+
546
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.11)
547
+
548
+ Thu, 13 May 2021 07:36:55 GMT
549
+ [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
+
551
+ ### Changes
552
+
553
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.10 ([PR #18039](https://github.com/microsoft/fluentui/pull/18039) by olfedias@microsoft.com)
554
+
555
+ ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.10)
556
+
557
+ Wed, 12 May 2021 07:36:20 GMT
558
+ [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
+
560
+ ### Changes
561
+
562
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.9 ([PR #18097](https://github.com/microsoft/fluentui/pull/18097) by olfedias@microsoft.com)
563
+
564
+ ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.9)
565
+
566
+ Mon, 10 May 2021 07:36:07 GMT
567
+ [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
+
569
+ ### Changes
570
+
571
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.8 ([PR #18095](https://github.com/microsoft/fluentui/pull/18095) by olfedias@microsoft.com)
572
+
7
573
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.8)
8
574
 
9
- Wed, 05 May 2021 07:34:46 GMT
575
+ Wed, 05 May 2021 07:36:50 GMT
10
576
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.7..@fluentui/react-portal_v9.0.0-alpha.8)
11
577
 
12
578
  ### Changes