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

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