@fluentui/react-positioning 0.0.0-nightlyfc5cfdc52420220215.1 → 0.0.0

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