@fluentui/react-positioning 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. package/CHANGELOG.json +457 -12
  2. package/CHANGELOG.md +209 -72
  3. package/dist/index.d.ts +247 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/createArrowStyles.js +87 -0
  6. package/lib/createArrowStyles.js.map +1 -0
  7. package/lib/createVirtualElementFromClick.js +19 -15
  8. package/lib/createVirtualElementFromClick.js.map +1 -1
  9. package/lib/index.js +4 -4
  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/usePositioning.js +408 -0
  15. package/lib/usePositioning.js.map +1 -0
  16. package/lib/usePositioningMouseTarget.js +40 -0
  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 +15 -10
  21. package/lib/utils/getBoundary.js.map +1 -1
  22. package/lib/utils/getPopperOffset.js +44 -0
  23. package/lib/utils/getPopperOffset.js.map +1 -0
  24. package/lib/utils/getReactFiberFromNode.js +39 -35
  25. package/lib/utils/getReactFiberFromNode.js.map +1 -1
  26. package/lib/utils/getScrollParent.js +46 -32
  27. package/lib/utils/getScrollParent.js.map +1 -1
  28. package/lib/utils/index.js +1 -1
  29. package/lib/utils/index.js.map +1 -1
  30. package/lib/utils/mergeArrowOffset.js +31 -25
  31. package/lib/utils/mergeArrowOffset.js.map +1 -1
  32. package/lib/utils/parsePopperPlacement.js +14 -0
  33. package/lib/utils/parsePopperPlacement.js.map +1 -0
  34. package/lib/utils/positioningHelper.js +42 -34
  35. package/lib/utils/positioningHelper.js.map +1 -1
  36. package/lib/utils/resolvePositioningShorthand.js +58 -20
  37. package/lib/utils/resolvePositioningShorthand.js.map +1 -1
  38. package/lib/utils/useCallbackRef.js +35 -29
  39. package/lib/utils/useCallbackRef.js.map +1 -1
  40. package/lib-commonjs/createArrowStyles.js +100 -0
  41. package/lib-commonjs/createArrowStyles.js.map +1 -0
  42. package/lib-commonjs/createVirtualElementFromClick.js +25 -16
  43. package/lib-commonjs/createVirtualElementFromClick.js.map +1 -1
  44. package/lib-commonjs/index.js +62 -10
  45. package/lib-commonjs/index.js.map +1 -1
  46. package/lib-commonjs/isIntersectingModifier.js +34 -0
  47. package/lib-commonjs/isIntersectingModifier.js.map +1 -0
  48. package/lib-commonjs/types.js +4 -1
  49. package/lib-commonjs/types.js.map +1 -1
  50. package/lib-commonjs/usePositioning.js +424 -0
  51. package/lib-commonjs/usePositioning.js.map +1 -0
  52. package/lib-commonjs/usePositioningMouseTarget.js +51 -0
  53. package/lib-commonjs/usePositioningMouseTarget.js.map +1 -0
  54. package/lib-commonjs/utils/fromPopperPlacement.js +50 -0
  55. package/lib-commonjs/utils/fromPopperPlacement.js.map +1 -0
  56. package/lib-commonjs/utils/getBoundary.js +23 -12
  57. package/lib-commonjs/utils/getBoundary.js.map +1 -1
  58. package/lib-commonjs/utils/getPopperOffset.js +54 -0
  59. package/lib-commonjs/utils/getPopperOffset.js.map +1 -0
  60. package/lib-commonjs/utils/getReactFiberFromNode.js +44 -36
  61. package/lib-commonjs/utils/getReactFiberFromNode.js.map +1 -1
  62. package/lib-commonjs/utils/getScrollParent.js +53 -33
  63. package/lib-commonjs/utils/getScrollParent.js.map +1 -1
  64. package/lib-commonjs/utils/index.js +15 -3
  65. package/lib-commonjs/utils/index.js.map +1 -1
  66. package/lib-commonjs/utils/mergeArrowOffset.js +37 -26
  67. package/lib-commonjs/utils/mergeArrowOffset.js.map +1 -1
  68. package/lib-commonjs/utils/parsePopperPlacement.js +23 -0
  69. package/lib-commonjs/utils/parsePopperPlacement.js.map +1 -0
  70. package/lib-commonjs/utils/positioningHelper.js +50 -35
  71. package/lib-commonjs/utils/positioningHelper.js.map +1 -1
  72. package/lib-commonjs/utils/resolvePositioningShorthand.js +66 -23
  73. package/lib-commonjs/utils/resolvePositioningShorthand.js.map +1 -1
  74. package/lib-commonjs/utils/useCallbackRef.js +45 -32
  75. package/lib-commonjs/utils/useCallbackRef.js.map +1 -1
  76. package/package.json +17 -14
  77. package/dist/react-positioning.d.ts +0 -143
  78. package/lib/createVirtualElementFromClick.d.ts +0 -6
  79. package/lib/index.d.ts +0 -5
  80. package/lib/types.d.ts +0 -68
  81. package/lib/usePopper.d.ts +0 -35
  82. package/lib/usePopper.js +0 -357
  83. package/lib/usePopper.js.map +0 -1
  84. package/lib/usePopperMouseTarget.d.ts +0 -11
  85. package/lib/usePopperMouseTarget.js +0 -34
  86. package/lib/usePopperMouseTarget.js.map +0 -1
  87. package/lib/utils/getBasePlacement.d.ts +0 -8
  88. package/lib/utils/getBasePlacement.js +0 -10
  89. package/lib/utils/getBasePlacement.js.map +0 -1
  90. package/lib/utils/getBoundary.d.ts +0 -6
  91. package/lib/utils/getReactFiberFromNode.d.ts +0 -109
  92. package/lib/utils/getScrollParent.d.ts +0 -12
  93. package/lib/utils/index.d.ts +0 -8
  94. package/lib/utils/mergeArrowOffset.d.ts +0 -10
  95. package/lib/utils/positioningHelper.d.ts +0 -7
  96. package/lib/utils/resolvePositioningShorthand.d.ts +0 -2
  97. package/lib/utils/useCallbackRef.d.ts +0 -19
  98. package/lib-commonjs/createVirtualElementFromClick.d.ts +0 -6
  99. package/lib-commonjs/index.d.ts +0 -5
  100. package/lib-commonjs/types.d.ts +0 -68
  101. package/lib-commonjs/usePopper.d.ts +0 -35
  102. package/lib-commonjs/usePopper.js +0 -361
  103. package/lib-commonjs/usePopper.js.map +0 -1
  104. package/lib-commonjs/usePopperMouseTarget.d.ts +0 -11
  105. package/lib-commonjs/usePopperMouseTarget.js +0 -38
  106. package/lib-commonjs/usePopperMouseTarget.js.map +0 -1
  107. package/lib-commonjs/utils/getBasePlacement.d.ts +0 -8
  108. package/lib-commonjs/utils/getBasePlacement.js +0 -14
  109. package/lib-commonjs/utils/getBasePlacement.js.map +0 -1
  110. package/lib-commonjs/utils/getBoundary.d.ts +0 -6
  111. package/lib-commonjs/utils/getReactFiberFromNode.d.ts +0 -109
  112. package/lib-commonjs/utils/getScrollParent.d.ts +0 -12
  113. package/lib-commonjs/utils/index.d.ts +0 -8
  114. package/lib-commonjs/utils/mergeArrowOffset.d.ts +0 -10
  115. package/lib-commonjs/utils/positioningHelper.d.ts +0 -7
  116. package/lib-commonjs/utils/resolvePositioningShorthand.d.ts +0 -2
  117. package/lib-commonjs/utils/useCallbackRef.d.ts +0 -19
package/CHANGELOG.md CHANGED
@@ -1,24 +1,161 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Wed, 20 Oct 2021 09:19:30 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-nightly.d730088d7f.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-nightly.d730088d7f.0)
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.10)
8
8
 
9
- Wed, 20 Oct 2021 09:19:30 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.1..@fluentui/react-positioning_v9.0.0-nightly.d730088d7f.0)
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
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by email not defined)
15
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by peter@draxler.ml)
16
- - Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
17
- - Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
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
+
102
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.1)
103
+
104
+ Thu, 10 Feb 2022 08:50:40 GMT
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)
106
+
107
+ ### Changes
108
+
109
+ - use new types from makeStyles core ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
110
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21051](https://github.com/microsoft/fluentui/pull/21051) by Humberto.Morimoto@microsoft.com)
111
+ - Fix tooltip arrow's high contrast border in RTL ([PR #21354](https://github.com/microsoft/fluentui/pull/21354) by behowell@microsoft.com)
112
+ - use Griffel packages ([PR #21421](https://github.com/microsoft/fluentui/pull/21421) by olfedias@microsoft.com)
113
+ - feat: Imperative `setTarget` for `usePopper` and `positioning` ([PR #21632](https://github.com/microsoft/fluentui/pull/21632) by lingfangao@hotmail.com)
114
+ - Adds @noflip annotation to data-popper-placement styles ([PR #20845](https://github.com/microsoft/fluentui/pull/20845) by bsunderhus@microsoft.com)
115
+ - update styles to not use CSS shorthands ([PR #20842](https://github.com/microsoft/fluentui/pull/20842) by olfedias@microsoft.com)
116
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
117
+ - Fix popover arrow styling ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
118
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
119
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
120
+
121
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.4)
122
+
123
+ Thu, 25 Nov 2021 08:34:15 GMT
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)
125
+
126
+ ### Changes
127
+
128
+ - Add utility function to create styles for an arrow element ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com)
129
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
130
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
131
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
132
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
133
+
134
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.3)
135
+
136
+ Fri, 12 Nov 2021 13:25:30 GMT
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)
138
+
139
+ ### Changes
140
+
141
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
142
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
143
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
144
+
145
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.2)
146
+
147
+ Wed, 27 Oct 2021 12:14:21 GMT
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)
149
+
150
+ ### Changes
151
+
152
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
153
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
154
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
18
155
 
19
156
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.1)
20
157
 
21
- Wed, 06 Oct 2021 10:37:22 GMT
158
+ Wed, 06 Oct 2021 10:37:22 GMT
22
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)
23
160
 
24
161
  ### Changes
@@ -29,7 +166,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
29
166
 
30
167
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.65)
31
168
 
32
- Tue, 05 Oct 2021 09:28:07 GMT
169
+ Tue, 05 Oct 2021 09:28:07 GMT
33
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)
34
171
 
35
172
  ### Changes
@@ -38,7 +175,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
38
175
 
39
176
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.64)
40
177
 
41
- Fri, 01 Oct 2021 14:13:08 GMT
178
+ Fri, 01 Oct 2021 14:13:08 GMT
42
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)
43
180
 
44
181
  ### Changes
@@ -49,7 +186,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
49
186
 
50
187
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.62)
51
188
 
52
- Wed, 29 Sep 2021 08:06:11 GMT
189
+ Wed, 29 Sep 2021 08:06:11 GMT
53
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)
54
191
 
55
192
  ### Changes
@@ -58,7 +195,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
58
195
 
59
196
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.61)
60
197
 
61
- Mon, 27 Sep 2021 08:06:00 GMT
198
+ Mon, 27 Sep 2021 08:06:00 GMT
62
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)
63
200
 
64
201
  ### Changes
@@ -67,7 +204,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
67
204
 
68
205
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.60)
69
206
 
70
- Fri, 24 Sep 2021 09:17:17 GMT
207
+ Fri, 24 Sep 2021 09:17:17 GMT
71
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)
72
209
 
73
210
  ### Changes
@@ -76,7 +213,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
76
213
 
77
214
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.59)
78
215
 
79
- Thu, 23 Sep 2021 08:21:34 GMT
216
+ Thu, 23 Sep 2021 08:21:34 GMT
80
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)
81
218
 
82
219
  ### Changes
@@ -85,7 +222,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
85
222
 
86
223
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.58)
87
224
 
88
- Wed, 22 Sep 2021 10:10:07 GMT
225
+ Wed, 22 Sep 2021 10:10:07 GMT
89
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)
90
227
 
91
228
  ### Changes
@@ -94,7 +231,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
94
231
 
95
232
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.57)
96
233
 
97
- Tue, 21 Sep 2021 07:42:34 GMT
234
+ Tue, 21 Sep 2021 07:42:34 GMT
98
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)
99
236
 
100
237
  ### Changes
@@ -103,7 +240,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
103
240
 
104
241
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.56)
105
242
 
106
- Mon, 20 Sep 2021 07:36:26 GMT
243
+ Mon, 20 Sep 2021 07:36:26 GMT
107
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)
108
245
 
109
246
  ### Changes
@@ -112,7 +249,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
112
249
 
113
250
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.55)
114
251
 
115
- Fri, 17 Sep 2021 07:35:26 GMT
252
+ Fri, 17 Sep 2021 07:35:26 GMT
116
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)
117
254
 
118
255
  ### Changes
@@ -121,7 +258,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
121
258
 
122
259
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.54)
123
260
 
124
- Thu, 16 Sep 2021 07:38:39 GMT
261
+ Thu, 16 Sep 2021 07:38:39 GMT
125
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)
126
263
 
127
264
  ### Changes
@@ -130,7 +267,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
130
267
 
131
268
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.53)
132
269
 
133
- Tue, 14 Sep 2021 20:09:02 GMT
270
+ Tue, 14 Sep 2021 20:09:02 GMT
134
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)
135
272
 
136
273
  ### Changes
@@ -139,7 +276,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
139
276
 
140
277
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.52)
141
278
 
142
- Fri, 10 Sep 2021 16:31:53 GMT
279
+ Fri, 10 Sep 2021 16:31:53 GMT
143
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)
144
281
 
145
282
  ### Changes
@@ -149,7 +286,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
149
286
 
150
287
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.51)
151
288
 
152
- Fri, 10 Sep 2021 07:39:51 GMT
289
+ Fri, 10 Sep 2021 07:39:51 GMT
153
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)
154
291
 
155
292
  ### Changes
@@ -158,7 +295,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
158
295
 
159
296
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.50)
160
297
 
161
- Wed, 08 Sep 2021 07:34:11 GMT
298
+ Wed, 08 Sep 2021 07:34:11 GMT
162
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)
163
300
 
164
301
  ### Changes
@@ -167,7 +304,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
167
304
 
168
305
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.49)
169
306
 
170
- Mon, 06 Sep 2021 07:34:53 GMT
307
+ Mon, 06 Sep 2021 07:34:53 GMT
171
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)
172
309
 
173
310
  ### Changes
@@ -176,7 +313,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
176
313
 
177
314
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.48)
178
315
 
179
- Wed, 01 Sep 2021 07:39:56 GMT
316
+ Wed, 01 Sep 2021 07:39:56 GMT
180
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)
181
318
 
182
319
  ### Changes
@@ -185,7 +322,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
185
322
 
186
323
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.47)
187
324
 
188
- Tue, 31 Aug 2021 07:37:47 GMT
325
+ Tue, 31 Aug 2021 07:37:47 GMT
189
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)
190
327
 
191
328
  ### Changes
@@ -194,7 +331,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
194
331
 
195
332
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.46)
196
333
 
197
- Tue, 24 Aug 2021 07:34:48 GMT
334
+ Tue, 24 Aug 2021 07:34:48 GMT
198
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)
199
336
 
200
337
  ### Changes
@@ -203,7 +340,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
203
340
 
204
341
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.45)
205
342
 
206
- Fri, 20 Aug 2021 07:37:28 GMT
343
+ Fri, 20 Aug 2021 07:37:28 GMT
207
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)
208
345
 
209
346
  ### Changes
@@ -212,7 +349,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
212
349
 
213
350
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.44)
214
351
 
215
- Thu, 19 Aug 2021 07:41:35 GMT
352
+ Thu, 19 Aug 2021 07:41:35 GMT
216
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)
217
354
 
218
355
  ### Changes
@@ -221,7 +358,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
221
358
 
222
359
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.43)
223
360
 
224
- Mon, 16 Aug 2021 07:36:39 GMT
361
+ Mon, 16 Aug 2021 07:36:39 GMT
225
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)
226
363
 
227
364
  ### Changes
@@ -230,7 +367,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
230
367
 
231
368
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.42)
232
369
 
233
- Fri, 13 Aug 2021 07:36:34 GMT
370
+ Fri, 13 Aug 2021 07:36:34 GMT
234
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)
235
372
 
236
373
  ### Changes
@@ -239,7 +376,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
239
376
 
240
377
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.41)
241
378
 
242
- Tue, 10 Aug 2021 07:33:28 GMT
379
+ Tue, 10 Aug 2021 07:33:28 GMT
243
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)
244
381
 
245
382
  ### Changes
@@ -248,7 +385,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
248
385
 
249
386
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.40)
250
387
 
251
- Fri, 06 Aug 2021 07:35:14 GMT
388
+ Fri, 06 Aug 2021 07:35:14 GMT
252
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)
253
390
 
254
391
  ### Changes
@@ -257,7 +394,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
257
394
 
258
395
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.39)
259
396
 
260
- Tue, 03 Aug 2021 07:39:30 GMT
397
+ Tue, 03 Aug 2021 07:39:30 GMT
261
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)
262
399
 
263
400
  ### Patches
@@ -271,7 +408,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
271
408
 
272
409
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.38)
273
410
 
274
- Mon, 02 Aug 2021 07:36:20 GMT
411
+ Mon, 02 Aug 2021 07:36:20 GMT
275
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)
276
413
 
277
414
  ### Changes
@@ -280,7 +417,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
280
417
 
281
418
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.37)
282
419
 
283
- Mon, 26 Jul 2021 07:37:30 GMT
420
+ Mon, 26 Jul 2021 07:37:30 GMT
284
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)
285
422
 
286
423
  ### Changes
@@ -289,7 +426,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
289
426
 
290
427
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.36)
291
428
 
292
- Fri, 23 Jul 2021 07:38:19 GMT
429
+ Fri, 23 Jul 2021 07:38:19 GMT
293
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)
294
431
 
295
432
  ### Changes
@@ -298,7 +435,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
298
435
 
299
436
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.35)
300
437
 
301
- Thu, 22 Jul 2021 07:36:55 GMT
438
+ Thu, 22 Jul 2021 07:36:55 GMT
302
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)
303
440
 
304
441
  ### Changes
@@ -307,7 +444,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
307
444
 
308
445
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.34)
309
446
 
310
- Thu, 15 Jul 2021 07:36:18 GMT
447
+ Thu, 15 Jul 2021 07:36:18 GMT
311
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)
312
449
 
313
450
  ### Changes
@@ -316,7 +453,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
316
453
 
317
454
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.33)
318
455
 
319
- Fri, 09 Jul 2021 07:39:31 GMT
456
+ Fri, 09 Jul 2021 07:39:31 GMT
320
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)
321
458
 
322
459
  ### Patches
@@ -330,7 +467,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
330
467
 
331
468
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.32)
332
469
 
333
- Fri, 02 Jul 2021 23:15:55 GMT
470
+ Fri, 02 Jul 2021 23:15:55 GMT
334
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)
335
472
 
336
473
  ### Changes
@@ -339,7 +476,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
339
476
 
340
477
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.31)
341
478
 
342
- Fri, 02 Jul 2021 07:37:06 GMT
479
+ Fri, 02 Jul 2021 07:37:06 GMT
343
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)
344
481
 
345
482
  ### Changes
@@ -348,7 +485,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
348
485
 
349
486
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.30)
350
487
 
351
- Thu, 01 Jul 2021 07:35:05 GMT
488
+ Thu, 01 Jul 2021 07:35:05 GMT
352
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)
353
490
 
354
491
  ### Changes
@@ -357,7 +494,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
357
494
 
358
495
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.29)
359
496
 
360
- Wed, 16 Jun 2021 07:34:24 GMT
497
+ Wed, 16 Jun 2021 07:34:24 GMT
361
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)
362
499
 
363
500
  ### Changes
@@ -366,7 +503,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
366
503
 
367
504
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.28)
368
505
 
369
- Tue, 15 Jun 2021 07:40:20 GMT
506
+ Tue, 15 Jun 2021 07:40:20 GMT
370
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)
371
508
 
372
509
  ### Changes
@@ -375,7 +512,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
375
512
 
376
513
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.27)
377
514
 
378
- Mon, 07 Jun 2021 07:38:15 GMT
515
+ Mon, 07 Jun 2021 07:38:15 GMT
379
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)
380
517
 
381
518
  ### Patches
@@ -389,7 +526,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
389
526
 
390
527
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.26)
391
528
 
392
- Fri, 04 Jun 2021 07:37:23 GMT
529
+ Fri, 04 Jun 2021 07:37:23 GMT
393
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)
394
531
 
395
532
  ### Changes
@@ -398,7 +535,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
398
535
 
399
536
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.25)
400
537
 
401
- Thu, 03 Jun 2021 07:36:03 GMT
538
+ Thu, 03 Jun 2021 07:36:03 GMT
402
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)
403
540
 
404
541
  ### Changes
@@ -407,7 +544,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
407
544
 
408
545
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.24)
409
546
 
410
- Fri, 28 May 2021 07:33:57 GMT
547
+ Fri, 28 May 2021 07:33:57 GMT
411
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)
412
549
 
413
550
  ### Changes
@@ -416,7 +553,7 @@ Fri, 28 May 2021 07:33:57 GMT
416
553
 
417
554
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.23)
418
555
 
419
- Wed, 26 May 2021 07:35:43 GMT
556
+ Wed, 26 May 2021 07:35:43 GMT
420
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)
421
558
 
422
559
  ### Changes
@@ -425,7 +562,7 @@ Wed, 26 May 2021 07:35:43 GMT
425
562
 
426
563
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.22)
427
564
 
428
- Fri, 21 May 2021 07:34:54 GMT
565
+ Fri, 21 May 2021 07:34:54 GMT
429
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)
430
567
 
431
568
  ### Changes
@@ -434,7 +571,7 @@ Fri, 21 May 2021 07:34:54 GMT
434
571
 
435
572
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.21)
436
573
 
437
- Thu, 20 May 2021 07:41:54 GMT
574
+ Thu, 20 May 2021 07:41:54 GMT
438
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)
439
576
 
440
577
  ### Patches
@@ -448,7 +585,7 @@ Thu, 20 May 2021 07:41:54 GMT
448
585
 
449
586
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.20)
450
587
 
451
- Wed, 19 May 2021 07:34:20 GMT
588
+ Wed, 19 May 2021 07:34:20 GMT
452
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)
453
590
 
454
591
  ### Changes
@@ -457,7 +594,7 @@ Wed, 19 May 2021 07:34:20 GMT
457
594
 
458
595
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.19)
459
596
 
460
- Thu, 13 May 2021 07:36:55 GMT
597
+ Thu, 13 May 2021 07:36:55 GMT
461
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)
462
599
 
463
600
  ### Changes
@@ -466,7 +603,7 @@ Thu, 13 May 2021 07:36:55 GMT
466
603
 
467
604
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.18)
468
605
 
469
- Wed, 12 May 2021 07:36:20 GMT
606
+ Wed, 12 May 2021 07:36:20 GMT
470
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)
471
608
 
472
609
  ### Changes
@@ -475,7 +612,7 @@ Wed, 12 May 2021 07:36:20 GMT
475
612
 
476
613
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.17)
477
614
 
478
- Tue, 04 May 2021 07:36:35 GMT
615
+ Tue, 04 May 2021 07:36:35 GMT
479
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)
480
617
 
481
618
  ### Changes
@@ -484,7 +621,7 @@ Tue, 04 May 2021 07:36:35 GMT
484
621
 
485
622
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.16)
486
623
 
487
- Mon, 03 May 2021 07:45:19 GMT
624
+ Mon, 03 May 2021 07:45:19 GMT
488
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)
489
626
 
490
627
  ### Changes
@@ -493,7 +630,7 @@ Mon, 03 May 2021 07:45:19 GMT
493
630
 
494
631
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.15)
495
632
 
496
- Fri, 30 Apr 2021 07:42:23 GMT
633
+ Fri, 30 Apr 2021 07:42:23 GMT
497
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)
498
635
 
499
636
  ### Patches
@@ -508,7 +645,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
508
645
 
509
646
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.14)
510
647
 
511
- Fri, 23 Apr 2021 07:37:10 GMT
648
+ Fri, 23 Apr 2021 07:37:10 GMT
512
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)
513
650
 
514
651
  ### Patches
@@ -522,7 +659,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
522
659
 
523
660
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.13)
524
661
 
525
- Thu, 22 Apr 2021 07:33:28 GMT
662
+ Thu, 22 Apr 2021 07:33:28 GMT
526
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)
527
664
 
528
665
  ### Changes
@@ -531,7 +668,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
531
668
 
532
669
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.12)
533
670
 
534
- Wed, 21 Apr 2021 07:31:50 GMT
671
+ Wed, 21 Apr 2021 07:31:50 GMT
535
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)
536
673
 
537
674
  ### Changes
@@ -540,7 +677,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
540
677
 
541
678
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.11)
542
679
 
543
- Tue, 20 Apr 2021 07:31:35 GMT
680
+ Tue, 20 Apr 2021 07:31:35 GMT
544
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)
545
682
 
546
683
  ### Changes
@@ -549,7 +686,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
549
686
 
550
687
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.10)
551
688
 
552
- Fri, 16 Apr 2021 18:08:21 GMT
689
+ Fri, 16 Apr 2021 18:08:21 GMT
553
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)
554
691
 
555
692
  ### Changes
@@ -558,7 +695,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
558
695
 
559
696
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.9)
560
697
 
561
- Fri, 16 Apr 2021 07:32:08 GMT
698
+ Fri, 16 Apr 2021 07:32:08 GMT
562
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)
563
700
 
564
701
  ### Changes
@@ -567,7 +704,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
567
704
 
568
705
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.8)
569
706
 
570
- Wed, 14 Apr 2021 07:34:12 GMT
707
+ Wed, 14 Apr 2021 07:34:12 GMT
571
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)
572
709
 
573
710
  ### Changes
@@ -576,7 +713,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
576
713
 
577
714
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.7)
578
715
 
579
- Thu, 08 Apr 2021 07:33:06 GMT
716
+ Thu, 08 Apr 2021 07:33:06 GMT
580
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)
581
718
 
582
719
  ### Changes
@@ -585,7 +722,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
585
722
 
586
723
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.6)
587
724
 
588
- Thu, 01 Apr 2021 20:13:37 GMT
725
+ Thu, 01 Apr 2021 20:13:37 GMT
589
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)
590
727
 
591
728
  ### Changes
@@ -594,7 +731,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
594
731
 
595
732
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.5)
596
733
 
597
- Wed, 31 Mar 2021 00:53:43 GMT
734
+ Wed, 31 Mar 2021 00:53:43 GMT
598
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)
599
736
 
600
737
  ### Patches
@@ -608,7 +745,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
608
745
 
609
746
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.4)
610
747
 
611
- Tue, 30 Mar 2021 07:34:45 GMT
748
+ Tue, 30 Mar 2021 07:34:45 GMT
612
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)
613
750
 
614
751
  ### Changes
@@ -617,7 +754,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
617
754
 
618
755
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.3)
619
756
 
620
- Fri, 26 Mar 2021 07:32:34 GMT
757
+ Fri, 26 Mar 2021 07:32:34 GMT
621
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)
622
759
 
623
760
  ### Changes
@@ -626,7 +763,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
626
763
 
627
764
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.2)
628
765
 
629
- Thu, 25 Mar 2021 07:33:24 GMT
766
+ Thu, 25 Mar 2021 07:33:24 GMT
630
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)
631
768
 
632
769
  ### Changes