@fluentui/react-positioning 9.0.0-rc.1 → 9.0.0-rc.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. package/CHANGELOG.json +335 -1
  2. package/CHANGELOG.md +186 -69
  3. package/dist/{react-positioning.d.ts → index.d.ts} +72 -46
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/createArrowStyles.js.map +1 -1
  6. package/lib/createVirtualElementFromClick.js +2 -0
  7. package/lib/createVirtualElementFromClick.js.map +1 -1
  8. package/lib/index.js +4 -5
  9. package/lib/index.js.map +1 -1
  10. package/lib/isIntersectingModifier.js +26 -0
  11. package/lib/isIntersectingModifier.js.map +1 -0
  12. package/lib/types.js.map +1 -1
  13. package/lib/{usePopper.js → usePositioning.js} +11 -9
  14. package/lib/usePositioning.js.map +1 -0
  15. package/lib/{usePopperMouseTarget.js → usePositioningMouseTarget.js} +3 -3
  16. package/lib/usePositioningMouseTarget.js.map +1 -0
  17. package/lib/utils/fromPopperPlacement.js +40 -0
  18. package/lib/utils/fromPopperPlacement.js.map +1 -0
  19. package/lib/utils/getBoundary.js.map +1 -1
  20. package/lib/utils/getPopperOffset.js +44 -0
  21. package/lib/utils/getPopperOffset.js.map +1 -0
  22. package/lib/utils/getReactFiberFromNode.js.map +1 -1
  23. package/lib/utils/getScrollParent.js.map +1 -1
  24. package/lib/utils/index.js +1 -1
  25. package/lib/utils/index.js.map +1 -1
  26. package/lib/utils/mergeArrowOffset.js +23 -22
  27. package/lib/utils/mergeArrowOffset.js.map +1 -1
  28. package/lib/utils/parsePopperPlacement.js +14 -0
  29. package/lib/utils/parsePopperPlacement.js.map +1 -0
  30. package/lib/utils/positioningHelper.js.map +1 -1
  31. package/lib/utils/resolvePositioningShorthand.js.map +1 -1
  32. package/lib/utils/useCallbackRef.js.map +1 -1
  33. package/lib-commonjs/createArrowStyles.js.map +1 -1
  34. package/lib-commonjs/createVirtualElementFromClick.js +2 -0
  35. package/lib-commonjs/createVirtualElementFromClick.js.map +1 -1
  36. package/lib-commonjs/index.js +38 -8
  37. package/lib-commonjs/index.js.map +1 -1
  38. package/lib-commonjs/isIntersectingModifier.js +34 -0
  39. package/lib-commonjs/isIntersectingModifier.js.map +1 -0
  40. package/lib-commonjs/types.js.map +1 -1
  41. package/lib-commonjs/{usePopper.js → usePositioning.js} +15 -11
  42. package/lib-commonjs/usePositioning.js.map +1 -0
  43. package/lib-commonjs/{usePopperMouseTarget.js → usePositioningMouseTarget.js} +5 -5
  44. package/lib-commonjs/usePositioningMouseTarget.js.map +1 -0
  45. package/lib-commonjs/utils/fromPopperPlacement.js +50 -0
  46. package/lib-commonjs/utils/fromPopperPlacement.js.map +1 -0
  47. package/lib-commonjs/utils/getBoundary.js.map +1 -1
  48. package/lib-commonjs/utils/getPopperOffset.js +54 -0
  49. package/lib-commonjs/utils/getPopperOffset.js.map +1 -0
  50. package/lib-commonjs/utils/getReactFiberFromNode.js.map +1 -1
  51. package/lib-commonjs/utils/getScrollParent.js.map +1 -1
  52. package/lib-commonjs/utils/index.js +2 -2
  53. package/lib-commonjs/utils/index.js.map +1 -1
  54. package/lib-commonjs/utils/mergeArrowOffset.js +23 -22
  55. package/lib-commonjs/utils/mergeArrowOffset.js.map +1 -1
  56. package/lib-commonjs/utils/parsePopperPlacement.js +23 -0
  57. package/lib-commonjs/utils/parsePopperPlacement.js.map +1 -0
  58. package/lib-commonjs/utils/positioningHelper.js.map +1 -1
  59. package/lib-commonjs/utils/resolvePositioningShorthand.js.map +1 -1
  60. package/lib-commonjs/utils/useCallbackRef.js.map +1 -1
  61. package/package.json +15 -11
  62. package/lib/createArrowStyles.d.ts +0 -64
  63. package/lib/createVirtualElementFromClick.d.ts +0 -6
  64. package/lib/index.d.ts +0 -6
  65. package/lib/types.d.ts +0 -89
  66. package/lib/usePopper.d.ts +0 -23
  67. package/lib/usePopper.js.map +0 -1
  68. package/lib/usePopperMouseTarget.d.ts +0 -11
  69. package/lib/usePopperMouseTarget.js.map +0 -1
  70. package/lib/utils/getBasePlacement.d.ts +0 -8
  71. package/lib/utils/getBasePlacement.js +0 -10
  72. package/lib/utils/getBasePlacement.js.map +0 -1
  73. package/lib/utils/getBoundary.d.ts +0 -6
  74. package/lib/utils/getReactFiberFromNode.d.ts +0 -108
  75. package/lib/utils/getScrollParent.d.ts +0 -12
  76. package/lib/utils/index.d.ts +0 -8
  77. package/lib/utils/mergeArrowOffset.d.ts +0 -10
  78. package/lib/utils/positioningHelper.d.ts +0 -7
  79. package/lib/utils/resolvePositioningShorthand.d.ts +0 -2
  80. package/lib/utils/useCallbackRef.d.ts +0 -19
  81. package/lib-commonjs/createArrowStyles.d.ts +0 -64
  82. package/lib-commonjs/createVirtualElementFromClick.d.ts +0 -6
  83. package/lib-commonjs/index.d.ts +0 -6
  84. package/lib-commonjs/types.d.ts +0 -89
  85. package/lib-commonjs/usePopper.d.ts +0 -23
  86. package/lib-commonjs/usePopper.js.map +0 -1
  87. package/lib-commonjs/usePopperMouseTarget.d.ts +0 -11
  88. package/lib-commonjs/usePopperMouseTarget.js.map +0 -1
  89. package/lib-commonjs/utils/getBasePlacement.d.ts +0 -8
  90. package/lib-commonjs/utils/getBasePlacement.js +0 -19
  91. package/lib-commonjs/utils/getBasePlacement.js.map +0 -1
  92. package/lib-commonjs/utils/getBoundary.d.ts +0 -6
  93. package/lib-commonjs/utils/getReactFiberFromNode.d.ts +0 -108
  94. package/lib-commonjs/utils/getScrollParent.d.ts +0 -12
  95. package/lib-commonjs/utils/index.d.ts +0 -8
  96. package/lib-commonjs/utils/mergeArrowOffset.d.ts +0 -10
  97. package/lib-commonjs/utils/positioningHelper.d.ts +0 -7
  98. package/lib-commonjs/utils/resolvePositioningShorthand.d.ts +0 -2
  99. package/lib-commonjs/utils/useCallbackRef.d.ts +0 -19
package/CHANGELOG.md CHANGED
@@ -1,12 +1,129 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:43:54 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Jun 2022 17:09:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.12)
8
+
9
+ Tue, 21 Jun 2022 17:09:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.11..@fluentui/react-positioning_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
15
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
16
+
17
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.11)
18
+
19
+ Tue, 31 May 2022 21:28:42 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.10..@fluentui/react-positioning_v9.0.0-rc.11)
21
+
22
+ ### Changes
23
+
24
+ - updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
25
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
26
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
28
+
29
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.10)
30
+
31
+ Mon, 23 May 2022 18:56:47 GMT
32
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.9..@fluentui/react-positioning_v9.0.0-rc.10)
33
+
34
+ ### Changes
35
+
36
+ - BREAKING CHANGE: Encapsulate Popper API ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
37
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
38
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
39
+
40
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.9)
41
+
42
+ Mon, 23 May 2022 12:13:34 GMT
43
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.8..@fluentui/react-positioning_v9.0.0-rc.9)
44
+
45
+ ### Changes
46
+
47
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
48
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
49
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
50
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
51
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
52
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
53
+
54
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.8)
55
+
56
+ Thu, 05 May 2022 18:26:25 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.7..@fluentui/react-positioning_v9.0.0-rc.8)
58
+
59
+ ### Changes
60
+
61
+ - Removing star exports. ([PR #22807](https://github.com/microsoft/fluentui/pull/22807) by humberto_makoto@hotmail.com)
62
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
63
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
64
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
65
+
66
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.7)
67
+
68
+ Wed, 04 May 2022 13:26:47 GMT
69
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.6..@fluentui/react-positioning_v9.0.0-rc.7)
70
+
71
+ ### Changes
72
+
73
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
74
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
75
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
76
+
77
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.6)
78
+
79
+ Tue, 19 Apr 2022 19:16:49 GMT
80
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.5..@fluentui/react-positioning_v9.0.0-rc.6)
81
+
82
+ ### Changes
83
+
84
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
85
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
86
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
87
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
88
+
89
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.5)
90
+
91
+ Fri, 04 Mar 2022 05:17:39 GMT
92
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.4..@fluentui/react-positioning_v9.0.0-rc.5)
93
+
94
+ ### Changes
95
+
96
+ - 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)
97
+ - fix: `popperRef.setTarget` should accept virtual element type ([PR #21875](https://github.com/microsoft/fluentui/pull/21875) by lingfangao@hotmail.com)
98
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
99
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
100
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
101
+
102
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.4)
103
+
104
+ Tue, 01 Mar 2022 02:17:38 GMT
105
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.3..@fluentui/react-positioning_v9.0.0-rc.4)
106
+
107
+ ### Changes
108
+
109
+ - feat: add isIntersectingModifier to usePopper ([PR #21855](https://github.com/microsoft/fluentui/pull/21855) by olfedias@microsoft.com)
110
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
111
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
112
+
113
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.3)
114
+
115
+ Fri, 18 Feb 2022 13:35:33 GMT
116
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.1..@fluentui/react-positioning_v9.0.0-rc.3)
117
+
118
+ ### Changes
119
+
120
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
121
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
122
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
123
+
7
124
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.1)
8
125
 
9
- Thu, 10 Feb 2022 08:43:54 GMT
126
+ Thu, 10 Feb 2022 08:50:40 GMT
10
127
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.4..@fluentui/react-positioning_v9.0.0-rc.1)
11
128
 
12
129
  ### Changes
@@ -25,7 +142,7 @@ Thu, 10 Feb 2022 08:43:54 GMT
25
142
 
26
143
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.4)
27
144
 
28
- Thu, 25 Nov 2021 08:34:15 GMT
145
+ Thu, 25 Nov 2021 08:34:15 GMT
29
146
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.3..@fluentui/react-positioning_v9.0.0-beta.4)
30
147
 
31
148
  ### Changes
@@ -38,7 +155,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
38
155
 
39
156
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.3)
40
157
 
41
- Fri, 12 Nov 2021 13:25:30 GMT
158
+ Fri, 12 Nov 2021 13:25:30 GMT
42
159
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.2..@fluentui/react-positioning_v9.0.0-beta.3)
43
160
 
44
161
  ### Changes
@@ -49,7 +166,7 @@ Fri, 12 Nov 2021 13:25:30 GMT
49
166
 
50
167
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.2)
51
168
 
52
- Wed, 27 Oct 2021 12:14:21 GMT
169
+ Wed, 27 Oct 2021 12:14:21 GMT
53
170
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.1..@fluentui/react-positioning_v9.0.0-beta.2)
54
171
 
55
172
  ### Changes
@@ -60,7 +177,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
60
177
 
61
178
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.1)
62
179
 
63
- Wed, 06 Oct 2021 10:37:22 GMT
180
+ Wed, 06 Oct 2021 10:37:22 GMT
64
181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.65..@fluentui/react-positioning_v9.0.0-beta.1)
65
182
 
66
183
  ### Changes
@@ -71,7 +188,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
71
188
 
72
189
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.65)
73
190
 
74
- Tue, 05 Oct 2021 09:28:07 GMT
191
+ Tue, 05 Oct 2021 09:28:07 GMT
75
192
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.64..@fluentui/react-positioning_v9.0.0-alpha.65)
76
193
 
77
194
  ### Changes
@@ -80,7 +197,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
80
197
 
81
198
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.64)
82
199
 
83
- Fri, 01 Oct 2021 14:13:08 GMT
200
+ Fri, 01 Oct 2021 14:13:08 GMT
84
201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.62..@fluentui/react-positioning_v9.0.0-alpha.64)
85
202
 
86
203
  ### Changes
@@ -91,7 +208,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
91
208
 
92
209
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.62)
93
210
 
94
- Wed, 29 Sep 2021 08:06:11 GMT
211
+ Wed, 29 Sep 2021 08:06:11 GMT
95
212
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.61..@fluentui/react-positioning_v9.0.0-alpha.62)
96
213
 
97
214
  ### Changes
@@ -100,7 +217,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
100
217
 
101
218
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.61)
102
219
 
103
- Mon, 27 Sep 2021 08:06:00 GMT
220
+ Mon, 27 Sep 2021 08:06:00 GMT
104
221
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.60..@fluentui/react-positioning_v9.0.0-alpha.61)
105
222
 
106
223
  ### Changes
@@ -109,7 +226,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
109
226
 
110
227
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.60)
111
228
 
112
- Fri, 24 Sep 2021 09:17:17 GMT
229
+ Fri, 24 Sep 2021 09:17:17 GMT
113
230
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.59..@fluentui/react-positioning_v9.0.0-alpha.60)
114
231
 
115
232
  ### Changes
@@ -118,7 +235,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
118
235
 
119
236
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.59)
120
237
 
121
- Thu, 23 Sep 2021 08:21:34 GMT
238
+ Thu, 23 Sep 2021 08:21:34 GMT
122
239
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.58..@fluentui/react-positioning_v9.0.0-alpha.59)
123
240
 
124
241
  ### Changes
@@ -127,7 +244,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
127
244
 
128
245
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.58)
129
246
 
130
- Wed, 22 Sep 2021 10:10:07 GMT
247
+ Wed, 22 Sep 2021 10:10:07 GMT
131
248
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.57..@fluentui/react-positioning_v9.0.0-alpha.58)
132
249
 
133
250
  ### Changes
@@ -136,7 +253,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
136
253
 
137
254
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.57)
138
255
 
139
- Tue, 21 Sep 2021 07:42:34 GMT
256
+ Tue, 21 Sep 2021 07:42:34 GMT
140
257
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.56..@fluentui/react-positioning_v9.0.0-alpha.57)
141
258
 
142
259
  ### Changes
@@ -145,7 +262,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
145
262
 
146
263
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.56)
147
264
 
148
- Mon, 20 Sep 2021 07:36:26 GMT
265
+ Mon, 20 Sep 2021 07:36:26 GMT
149
266
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.55..@fluentui/react-positioning_v9.0.0-alpha.56)
150
267
 
151
268
  ### Changes
@@ -154,7 +271,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
154
271
 
155
272
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.55)
156
273
 
157
- Fri, 17 Sep 2021 07:35:26 GMT
274
+ Fri, 17 Sep 2021 07:35:26 GMT
158
275
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.54..@fluentui/react-positioning_v9.0.0-alpha.55)
159
276
 
160
277
  ### Changes
@@ -163,7 +280,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
163
280
 
164
281
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.54)
165
282
 
166
- Thu, 16 Sep 2021 07:38:39 GMT
283
+ Thu, 16 Sep 2021 07:38:39 GMT
167
284
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.53..@fluentui/react-positioning_v9.0.0-alpha.54)
168
285
 
169
286
  ### Changes
@@ -172,7 +289,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
172
289
 
173
290
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.53)
174
291
 
175
- Tue, 14 Sep 2021 20:09:02 GMT
292
+ Tue, 14 Sep 2021 20:09:02 GMT
176
293
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.52..@fluentui/react-positioning_v9.0.0-alpha.53)
177
294
 
178
295
  ### Changes
@@ -181,7 +298,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
181
298
 
182
299
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.52)
183
300
 
184
- Fri, 10 Sep 2021 16:31:53 GMT
301
+ Fri, 10 Sep 2021 16:31:53 GMT
185
302
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.51..@fluentui/react-positioning_v9.0.0-alpha.52)
186
303
 
187
304
  ### Changes
@@ -191,7 +308,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
191
308
 
192
309
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.51)
193
310
 
194
- Fri, 10 Sep 2021 07:39:51 GMT
311
+ Fri, 10 Sep 2021 07:39:51 GMT
195
312
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.50..@fluentui/react-positioning_v9.0.0-alpha.51)
196
313
 
197
314
  ### Changes
@@ -200,7 +317,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
200
317
 
201
318
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.50)
202
319
 
203
- Wed, 08 Sep 2021 07:34:11 GMT
320
+ Wed, 08 Sep 2021 07:34:11 GMT
204
321
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.49..@fluentui/react-positioning_v9.0.0-alpha.50)
205
322
 
206
323
  ### Changes
@@ -209,7 +326,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
209
326
 
210
327
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.49)
211
328
 
212
- Mon, 06 Sep 2021 07:34:53 GMT
329
+ Mon, 06 Sep 2021 07:34:53 GMT
213
330
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.48..@fluentui/react-positioning_v9.0.0-alpha.49)
214
331
 
215
332
  ### Changes
@@ -218,7 +335,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
218
335
 
219
336
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.48)
220
337
 
221
- Wed, 01 Sep 2021 07:39:56 GMT
338
+ Wed, 01 Sep 2021 07:39:56 GMT
222
339
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.47..@fluentui/react-positioning_v9.0.0-alpha.48)
223
340
 
224
341
  ### Changes
@@ -227,7 +344,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
227
344
 
228
345
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.47)
229
346
 
230
- Tue, 31 Aug 2021 07:37:47 GMT
347
+ Tue, 31 Aug 2021 07:37:47 GMT
231
348
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.46..@fluentui/react-positioning_v9.0.0-alpha.47)
232
349
 
233
350
  ### Changes
@@ -236,7 +353,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
236
353
 
237
354
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.46)
238
355
 
239
- Tue, 24 Aug 2021 07:34:48 GMT
356
+ Tue, 24 Aug 2021 07:34:48 GMT
240
357
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.45..@fluentui/react-positioning_v9.0.0-alpha.46)
241
358
 
242
359
  ### Changes
@@ -245,7 +362,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
245
362
 
246
363
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.45)
247
364
 
248
- Fri, 20 Aug 2021 07:37:28 GMT
365
+ Fri, 20 Aug 2021 07:37:28 GMT
249
366
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.44..@fluentui/react-positioning_v9.0.0-alpha.45)
250
367
 
251
368
  ### Changes
@@ -254,7 +371,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
254
371
 
255
372
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.44)
256
373
 
257
- Thu, 19 Aug 2021 07:41:35 GMT
374
+ Thu, 19 Aug 2021 07:41:35 GMT
258
375
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.43..@fluentui/react-positioning_v9.0.0-alpha.44)
259
376
 
260
377
  ### Changes
@@ -263,7 +380,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
263
380
 
264
381
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.43)
265
382
 
266
- Mon, 16 Aug 2021 07:36:39 GMT
383
+ Mon, 16 Aug 2021 07:36:39 GMT
267
384
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.42..@fluentui/react-positioning_v9.0.0-alpha.43)
268
385
 
269
386
  ### Changes
@@ -272,7 +389,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
272
389
 
273
390
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.42)
274
391
 
275
- Fri, 13 Aug 2021 07:36:34 GMT
392
+ Fri, 13 Aug 2021 07:36:34 GMT
276
393
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.41..@fluentui/react-positioning_v9.0.0-alpha.42)
277
394
 
278
395
  ### Changes
@@ -281,7 +398,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
281
398
 
282
399
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.41)
283
400
 
284
- Tue, 10 Aug 2021 07:33:28 GMT
401
+ Tue, 10 Aug 2021 07:33:28 GMT
285
402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.40..@fluentui/react-positioning_v9.0.0-alpha.41)
286
403
 
287
404
  ### Changes
@@ -290,7 +407,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
290
407
 
291
408
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.40)
292
409
 
293
- Fri, 06 Aug 2021 07:35:14 GMT
410
+ Fri, 06 Aug 2021 07:35:14 GMT
294
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.39..@fluentui/react-positioning_v9.0.0-alpha.40)
295
412
 
296
413
  ### Changes
@@ -299,7 +416,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
299
416
 
300
417
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.39)
301
418
 
302
- Tue, 03 Aug 2021 07:39:30 GMT
419
+ Tue, 03 Aug 2021 07:39:30 GMT
303
420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.38..@fluentui/react-positioning_v9.0.0-alpha.39)
304
421
 
305
422
  ### Patches
@@ -313,7 +430,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
313
430
 
314
431
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.38)
315
432
 
316
- Mon, 02 Aug 2021 07:36:20 GMT
433
+ Mon, 02 Aug 2021 07:36:20 GMT
317
434
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.37..@fluentui/react-positioning_v9.0.0-alpha.38)
318
435
 
319
436
  ### Changes
@@ -322,7 +439,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
322
439
 
323
440
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.37)
324
441
 
325
- Mon, 26 Jul 2021 07:37:30 GMT
442
+ Mon, 26 Jul 2021 07:37:30 GMT
326
443
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.36..@fluentui/react-positioning_v9.0.0-alpha.37)
327
444
 
328
445
  ### Changes
@@ -331,7 +448,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
331
448
 
332
449
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.36)
333
450
 
334
- Fri, 23 Jul 2021 07:38:19 GMT
451
+ Fri, 23 Jul 2021 07:38:19 GMT
335
452
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.35..@fluentui/react-positioning_v9.0.0-alpha.36)
336
453
 
337
454
  ### Changes
@@ -340,7 +457,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
340
457
 
341
458
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.35)
342
459
 
343
- Thu, 22 Jul 2021 07:36:55 GMT
460
+ Thu, 22 Jul 2021 07:36:55 GMT
344
461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.34..@fluentui/react-positioning_v9.0.0-alpha.35)
345
462
 
346
463
  ### Changes
@@ -349,7 +466,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
349
466
 
350
467
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.34)
351
468
 
352
- Thu, 15 Jul 2021 07:36:18 GMT
469
+ Thu, 15 Jul 2021 07:36:18 GMT
353
470
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.33..@fluentui/react-positioning_v9.0.0-alpha.34)
354
471
 
355
472
  ### Changes
@@ -358,7 +475,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
358
475
 
359
476
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.33)
360
477
 
361
- Fri, 09 Jul 2021 07:39:31 GMT
478
+ Fri, 09 Jul 2021 07:39:31 GMT
362
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.32..@fluentui/react-positioning_v9.0.0-alpha.33)
363
480
 
364
481
  ### Patches
@@ -372,7 +489,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
372
489
 
373
490
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.32)
374
491
 
375
- Fri, 02 Jul 2021 23:15:55 GMT
492
+ Fri, 02 Jul 2021 23:15:55 GMT
376
493
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.31..@fluentui/react-positioning_v9.0.0-alpha.32)
377
494
 
378
495
  ### Changes
@@ -381,7 +498,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
381
498
 
382
499
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.31)
383
500
 
384
- Fri, 02 Jul 2021 07:37:06 GMT
501
+ Fri, 02 Jul 2021 07:37:06 GMT
385
502
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.30..@fluentui/react-positioning_v9.0.0-alpha.31)
386
503
 
387
504
  ### Changes
@@ -390,7 +507,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
390
507
 
391
508
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.30)
392
509
 
393
- Thu, 01 Jul 2021 07:35:05 GMT
510
+ Thu, 01 Jul 2021 07:35:05 GMT
394
511
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.29..@fluentui/react-positioning_v9.0.0-alpha.30)
395
512
 
396
513
  ### Changes
@@ -399,7 +516,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
399
516
 
400
517
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.29)
401
518
 
402
- Wed, 16 Jun 2021 07:34:24 GMT
519
+ Wed, 16 Jun 2021 07:34:24 GMT
403
520
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.28..@fluentui/react-positioning_v9.0.0-alpha.29)
404
521
 
405
522
  ### Changes
@@ -408,7 +525,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
408
525
 
409
526
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.28)
410
527
 
411
- Tue, 15 Jun 2021 07:40:20 GMT
528
+ Tue, 15 Jun 2021 07:40:20 GMT
412
529
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.27..@fluentui/react-positioning_v9.0.0-alpha.28)
413
530
 
414
531
  ### Changes
@@ -417,7 +534,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
417
534
 
418
535
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.27)
419
536
 
420
- Mon, 07 Jun 2021 07:38:15 GMT
537
+ Mon, 07 Jun 2021 07:38:15 GMT
421
538
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.26..@fluentui/react-positioning_v9.0.0-alpha.27)
422
539
 
423
540
  ### Patches
@@ -431,7 +548,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
431
548
 
432
549
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.26)
433
550
 
434
- Fri, 04 Jun 2021 07:37:23 GMT
551
+ Fri, 04 Jun 2021 07:37:23 GMT
435
552
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.25..@fluentui/react-positioning_v9.0.0-alpha.26)
436
553
 
437
554
  ### Changes
@@ -440,7 +557,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
440
557
 
441
558
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.25)
442
559
 
443
- Thu, 03 Jun 2021 07:36:03 GMT
560
+ Thu, 03 Jun 2021 07:36:03 GMT
444
561
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.24..@fluentui/react-positioning_v9.0.0-alpha.25)
445
562
 
446
563
  ### Changes
@@ -449,7 +566,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
449
566
 
450
567
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.24)
451
568
 
452
- Fri, 28 May 2021 07:33:57 GMT
569
+ Fri, 28 May 2021 07:33:57 GMT
453
570
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.23..@fluentui/react-positioning_v9.0.0-alpha.24)
454
571
 
455
572
  ### Changes
@@ -458,7 +575,7 @@ Fri, 28 May 2021 07:33:57 GMT
458
575
 
459
576
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.23)
460
577
 
461
- Wed, 26 May 2021 07:35:43 GMT
578
+ Wed, 26 May 2021 07:35:43 GMT
462
579
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.22..@fluentui/react-positioning_v9.0.0-alpha.23)
463
580
 
464
581
  ### Changes
@@ -467,7 +584,7 @@ Wed, 26 May 2021 07:35:43 GMT
467
584
 
468
585
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.22)
469
586
 
470
- Fri, 21 May 2021 07:34:54 GMT
587
+ Fri, 21 May 2021 07:34:54 GMT
471
588
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.21..@fluentui/react-positioning_v9.0.0-alpha.22)
472
589
 
473
590
  ### Changes
@@ -476,7 +593,7 @@ Fri, 21 May 2021 07:34:54 GMT
476
593
 
477
594
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.21)
478
595
 
479
- Thu, 20 May 2021 07:41:54 GMT
596
+ Thu, 20 May 2021 07:41:54 GMT
480
597
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.20..@fluentui/react-positioning_v9.0.0-alpha.21)
481
598
 
482
599
  ### Patches
@@ -490,7 +607,7 @@ Thu, 20 May 2021 07:41:54 GMT
490
607
 
491
608
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.20)
492
609
 
493
- Wed, 19 May 2021 07:34:20 GMT
610
+ Wed, 19 May 2021 07:34:20 GMT
494
611
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.19..@fluentui/react-positioning_v9.0.0-alpha.20)
495
612
 
496
613
  ### Changes
@@ -499,7 +616,7 @@ Wed, 19 May 2021 07:34:20 GMT
499
616
 
500
617
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.19)
501
618
 
502
- Thu, 13 May 2021 07:36:55 GMT
619
+ Thu, 13 May 2021 07:36:55 GMT
503
620
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.18..@fluentui/react-positioning_v9.0.0-alpha.19)
504
621
 
505
622
  ### Changes
@@ -508,7 +625,7 @@ Thu, 13 May 2021 07:36:55 GMT
508
625
 
509
626
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.18)
510
627
 
511
- Wed, 12 May 2021 07:36:20 GMT
628
+ Wed, 12 May 2021 07:36:20 GMT
512
629
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.17..@fluentui/react-positioning_v9.0.0-alpha.18)
513
630
 
514
631
  ### Changes
@@ -517,7 +634,7 @@ Wed, 12 May 2021 07:36:20 GMT
517
634
 
518
635
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.17)
519
636
 
520
- Tue, 04 May 2021 07:36:35 GMT
637
+ Tue, 04 May 2021 07:36:35 GMT
521
638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.16..@fluentui/react-positioning_v9.0.0-alpha.17)
522
639
 
523
640
  ### Changes
@@ -526,7 +643,7 @@ Tue, 04 May 2021 07:36:35 GMT
526
643
 
527
644
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.16)
528
645
 
529
- Mon, 03 May 2021 07:45:19 GMT
646
+ Mon, 03 May 2021 07:45:19 GMT
530
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.15..@fluentui/react-positioning_v9.0.0-alpha.16)
531
648
 
532
649
  ### Changes
@@ -535,7 +652,7 @@ Mon, 03 May 2021 07:45:19 GMT
535
652
 
536
653
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.15)
537
654
 
538
- Fri, 30 Apr 2021 07:42:23 GMT
655
+ Fri, 30 Apr 2021 07:42:23 GMT
539
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.14..@fluentui/react-positioning_v9.0.0-alpha.15)
540
657
 
541
658
  ### Patches
@@ -550,7 +667,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
550
667
 
551
668
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.14)
552
669
 
553
- Fri, 23 Apr 2021 07:37:10 GMT
670
+ Fri, 23 Apr 2021 07:37:10 GMT
554
671
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.13..@fluentui/react-positioning_v9.0.0-alpha.14)
555
672
 
556
673
  ### Patches
@@ -564,7 +681,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
564
681
 
565
682
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.13)
566
683
 
567
- Thu, 22 Apr 2021 07:33:28 GMT
684
+ Thu, 22 Apr 2021 07:33:28 GMT
568
685
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.12..@fluentui/react-positioning_v9.0.0-alpha.13)
569
686
 
570
687
  ### Changes
@@ -573,7 +690,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
573
690
 
574
691
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.12)
575
692
 
576
- Wed, 21 Apr 2021 07:31:50 GMT
693
+ Wed, 21 Apr 2021 07:31:50 GMT
577
694
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.11..@fluentui/react-positioning_v9.0.0-alpha.12)
578
695
 
579
696
  ### Changes
@@ -582,7 +699,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
582
699
 
583
700
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.11)
584
701
 
585
- Tue, 20 Apr 2021 07:31:35 GMT
702
+ Tue, 20 Apr 2021 07:31:35 GMT
586
703
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.10..@fluentui/react-positioning_v9.0.0-alpha.11)
587
704
 
588
705
  ### Changes
@@ -591,7 +708,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
591
708
 
592
709
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.10)
593
710
 
594
- Fri, 16 Apr 2021 18:08:21 GMT
711
+ Fri, 16 Apr 2021 18:08:21 GMT
595
712
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.9..@fluentui/react-positioning_v9.0.0-alpha.10)
596
713
 
597
714
  ### Changes
@@ -600,7 +717,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
600
717
 
601
718
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.9)
602
719
 
603
- Fri, 16 Apr 2021 07:32:08 GMT
720
+ Fri, 16 Apr 2021 07:32:08 GMT
604
721
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.8..@fluentui/react-positioning_v9.0.0-alpha.9)
605
722
 
606
723
  ### Changes
@@ -609,7 +726,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
609
726
 
610
727
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.8)
611
728
 
612
- Wed, 14 Apr 2021 07:34:12 GMT
729
+ Wed, 14 Apr 2021 07:34:12 GMT
613
730
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.7..@fluentui/react-positioning_v9.0.0-alpha.8)
614
731
 
615
732
  ### Changes
@@ -618,7 +735,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
618
735
 
619
736
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.7)
620
737
 
621
- Thu, 08 Apr 2021 07:33:06 GMT
738
+ Thu, 08 Apr 2021 07:33:06 GMT
622
739
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.6..@fluentui/react-positioning_v9.0.0-alpha.7)
623
740
 
624
741
  ### Changes
@@ -627,7 +744,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
627
744
 
628
745
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.6)
629
746
 
630
- Thu, 01 Apr 2021 20:13:37 GMT
747
+ Thu, 01 Apr 2021 20:13:37 GMT
631
748
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.5..@fluentui/react-positioning_v9.0.0-alpha.6)
632
749
 
633
750
  ### Changes
@@ -636,7 +753,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
636
753
 
637
754
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.5)
638
755
 
639
- Wed, 31 Mar 2021 00:53:43 GMT
756
+ Wed, 31 Mar 2021 00:53:43 GMT
640
757
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.4..@fluentui/react-positioning_v9.0.0-alpha.5)
641
758
 
642
759
  ### Patches
@@ -650,7 +767,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
650
767
 
651
768
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.4)
652
769
 
653
- Tue, 30 Mar 2021 07:34:45 GMT
770
+ Tue, 30 Mar 2021 07:34:45 GMT
654
771
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.3..@fluentui/react-positioning_v9.0.0-alpha.4)
655
772
 
656
773
  ### Changes
@@ -659,7 +776,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
659
776
 
660
777
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.3)
661
778
 
662
- Fri, 26 Mar 2021 07:32:34 GMT
779
+ Fri, 26 Mar 2021 07:32:34 GMT
663
780
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.2..@fluentui/react-positioning_v9.0.0-alpha.3)
664
781
 
665
782
  ### Changes
@@ -668,7 +785,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
668
785
 
669
786
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.2)
670
787
 
671
- Thu, 25 Mar 2021 07:33:24 GMT
788
+ Thu, 25 Mar 2021 07:33:24 GMT
672
789
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.1..@fluentui/react-positioning_v9.0.0-alpha.2)
673
790
 
674
791
  ### Changes