@fluentui/react-positioning 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11

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 +494 -10
  2. package/CHANGELOG.md +221 -71
  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,23 +1,173 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Tue, 19 Oct 2021 12:39:14 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 31 May 2022 21:26:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.f81b28ceb3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-nightly.f81b28ceb3.1)
7
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.11)
8
8
 
9
- Tue, 19 Oct 2021 12:39:14 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.f81b28ceb3.1)
9
+ Tue, 31 May 2022 21:26:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.10..@fluentui/react-positioning_v9.0.0-rc.11)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by email not defined)
15
- - Bump @fluentui/react-shared-contexts to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
16
- - Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
14
+ - updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
15
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
16
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
18
+
19
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.10)
20
+
21
+ Mon, 23 May 2022 18:56:47 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.9..@fluentui/react-positioning_v9.0.0-rc.10)
23
+
24
+ ### Changes
25
+
26
+ - BREAKING CHANGE: Encapsulate Popper API ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
27
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
28
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
29
+
30
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.9)
31
+
32
+ Mon, 23 May 2022 12:13:34 GMT
33
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.8..@fluentui/react-positioning_v9.0.0-rc.9)
34
+
35
+ ### Changes
36
+
37
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
38
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
39
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
40
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
41
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
42
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
43
+
44
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.8)
45
+
46
+ Thu, 05 May 2022 18:26:25 GMT
47
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.7..@fluentui/react-positioning_v9.0.0-rc.8)
48
+
49
+ ### Changes
50
+
51
+ - Removing star exports. ([PR #22807](https://github.com/microsoft/fluentui/pull/22807) by humberto_makoto@hotmail.com)
52
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
53
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
54
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
55
+
56
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.7)
57
+
58
+ Wed, 04 May 2022 13:26:47 GMT
59
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.6..@fluentui/react-positioning_v9.0.0-rc.7)
60
+
61
+ ### Changes
62
+
63
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
64
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
65
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
66
+
67
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.6)
68
+
69
+ Tue, 19 Apr 2022 19:16:49 GMT
70
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.5..@fluentui/react-positioning_v9.0.0-rc.6)
71
+
72
+ ### Changes
73
+
74
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
75
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
76
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
77
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
78
+
79
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.5)
80
+
81
+ Fri, 04 Mar 2022 05:17:39 GMT
82
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.4..@fluentui/react-positioning_v9.0.0-rc.5)
83
+
84
+ ### Changes
85
+
86
+ - 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)
87
+ - fix: `popperRef.setTarget` should accept virtual element type ([PR #21875](https://github.com/microsoft/fluentui/pull/21875) by lingfangao@hotmail.com)
88
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
89
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
90
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
91
+
92
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.4)
93
+
94
+ Tue, 01 Mar 2022 02:17:38 GMT
95
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.3..@fluentui/react-positioning_v9.0.0-rc.4)
96
+
97
+ ### Changes
98
+
99
+ - feat: add isIntersectingModifier to usePopper ([PR #21855](https://github.com/microsoft/fluentui/pull/21855) by olfedias@microsoft.com)
100
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
101
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
102
+
103
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.3)
104
+
105
+ Fri, 18 Feb 2022 13:35:33 GMT
106
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.1..@fluentui/react-positioning_v9.0.0-rc.3)
107
+
108
+ ### Changes
109
+
110
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
111
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
112
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
113
+
114
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.1)
115
+
116
+ Thu, 10 Feb 2022 08:50:40 GMT
117
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.4..@fluentui/react-positioning_v9.0.0-rc.1)
118
+
119
+ ### Changes
120
+
121
+ - use new types from makeStyles core ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
122
+ - 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)
123
+ - Fix tooltip arrow's high contrast border in RTL ([PR #21354](https://github.com/microsoft/fluentui/pull/21354) by behowell@microsoft.com)
124
+ - use Griffel packages ([PR #21421](https://github.com/microsoft/fluentui/pull/21421) by olfedias@microsoft.com)
125
+ - feat: Imperative `setTarget` for `usePopper` and `positioning` ([PR #21632](https://github.com/microsoft/fluentui/pull/21632) by lingfangao@hotmail.com)
126
+ - Adds @noflip annotation to data-popper-placement styles ([PR #20845](https://github.com/microsoft/fluentui/pull/20845) by bsunderhus@microsoft.com)
127
+ - update styles to not use CSS shorthands ([PR #20842](https://github.com/microsoft/fluentui/pull/20842) by olfedias@microsoft.com)
128
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
129
+ - Fix popover arrow styling ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
130
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
131
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
132
+
133
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.4)
134
+
135
+ Thu, 25 Nov 2021 08:34:15 GMT
136
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.3..@fluentui/react-positioning_v9.0.0-beta.4)
137
+
138
+ ### Changes
139
+
140
+ - Add utility function to create styles for an arrow element ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com)
141
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
142
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
143
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
144
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
145
+
146
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.3)
147
+
148
+ Fri, 12 Nov 2021 13:25:30 GMT
149
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.2..@fluentui/react-positioning_v9.0.0-beta.3)
150
+
151
+ ### Changes
152
+
153
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
154
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
155
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
156
+
157
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.2)
158
+
159
+ Wed, 27 Oct 2021 12:14:21 GMT
160
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.1..@fluentui/react-positioning_v9.0.0-beta.2)
161
+
162
+ ### Changes
163
+
164
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
165
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
166
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
17
167
 
18
168
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.1)
19
169
 
20
- Wed, 06 Oct 2021 10:37:22 GMT
170
+ Wed, 06 Oct 2021 10:37:22 GMT
21
171
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.65..@fluentui/react-positioning_v9.0.0-beta.1)
22
172
 
23
173
  ### Changes
@@ -28,7 +178,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
28
178
 
29
179
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.65)
30
180
 
31
- Tue, 05 Oct 2021 09:28:07 GMT
181
+ Tue, 05 Oct 2021 09:28:07 GMT
32
182
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.64..@fluentui/react-positioning_v9.0.0-alpha.65)
33
183
 
34
184
  ### Changes
@@ -37,7 +187,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
37
187
 
38
188
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.64)
39
189
 
40
- Fri, 01 Oct 2021 14:13:08 GMT
190
+ Fri, 01 Oct 2021 14:13:08 GMT
41
191
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.62..@fluentui/react-positioning_v9.0.0-alpha.64)
42
192
 
43
193
  ### Changes
@@ -48,7 +198,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
48
198
 
49
199
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.62)
50
200
 
51
- Wed, 29 Sep 2021 08:06:11 GMT
201
+ Wed, 29 Sep 2021 08:06:11 GMT
52
202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.61..@fluentui/react-positioning_v9.0.0-alpha.62)
53
203
 
54
204
  ### Changes
@@ -57,7 +207,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
57
207
 
58
208
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.61)
59
209
 
60
- Mon, 27 Sep 2021 08:06:00 GMT
210
+ Mon, 27 Sep 2021 08:06:00 GMT
61
211
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.60..@fluentui/react-positioning_v9.0.0-alpha.61)
62
212
 
63
213
  ### Changes
@@ -66,7 +216,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
66
216
 
67
217
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.60)
68
218
 
69
- Fri, 24 Sep 2021 09:17:17 GMT
219
+ Fri, 24 Sep 2021 09:17:17 GMT
70
220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.59..@fluentui/react-positioning_v9.0.0-alpha.60)
71
221
 
72
222
  ### Changes
@@ -75,7 +225,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
75
225
 
76
226
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.59)
77
227
 
78
- Thu, 23 Sep 2021 08:21:34 GMT
228
+ Thu, 23 Sep 2021 08:21:34 GMT
79
229
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.58..@fluentui/react-positioning_v9.0.0-alpha.59)
80
230
 
81
231
  ### Changes
@@ -84,7 +234,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
84
234
 
85
235
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.58)
86
236
 
87
- Wed, 22 Sep 2021 10:10:07 GMT
237
+ Wed, 22 Sep 2021 10:10:07 GMT
88
238
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.57..@fluentui/react-positioning_v9.0.0-alpha.58)
89
239
 
90
240
  ### Changes
@@ -93,7 +243,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
93
243
 
94
244
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.57)
95
245
 
96
- Tue, 21 Sep 2021 07:42:34 GMT
246
+ Tue, 21 Sep 2021 07:42:34 GMT
97
247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.56..@fluentui/react-positioning_v9.0.0-alpha.57)
98
248
 
99
249
  ### Changes
@@ -102,7 +252,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
102
252
 
103
253
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.56)
104
254
 
105
- Mon, 20 Sep 2021 07:36:26 GMT
255
+ Mon, 20 Sep 2021 07:36:26 GMT
106
256
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.55..@fluentui/react-positioning_v9.0.0-alpha.56)
107
257
 
108
258
  ### Changes
@@ -111,7 +261,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
111
261
 
112
262
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.55)
113
263
 
114
- Fri, 17 Sep 2021 07:35:26 GMT
264
+ Fri, 17 Sep 2021 07:35:26 GMT
115
265
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.54..@fluentui/react-positioning_v9.0.0-alpha.55)
116
266
 
117
267
  ### Changes
@@ -120,7 +270,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
120
270
 
121
271
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.54)
122
272
 
123
- Thu, 16 Sep 2021 07:38:39 GMT
273
+ Thu, 16 Sep 2021 07:38:39 GMT
124
274
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.53..@fluentui/react-positioning_v9.0.0-alpha.54)
125
275
 
126
276
  ### Changes
@@ -129,7 +279,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
129
279
 
130
280
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.53)
131
281
 
132
- Tue, 14 Sep 2021 20:09:02 GMT
282
+ Tue, 14 Sep 2021 20:09:02 GMT
133
283
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.52..@fluentui/react-positioning_v9.0.0-alpha.53)
134
284
 
135
285
  ### Changes
@@ -138,7 +288,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
138
288
 
139
289
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.52)
140
290
 
141
- Fri, 10 Sep 2021 16:31:53 GMT
291
+ Fri, 10 Sep 2021 16:31:53 GMT
142
292
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.51..@fluentui/react-positioning_v9.0.0-alpha.52)
143
293
 
144
294
  ### Changes
@@ -148,7 +298,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
148
298
 
149
299
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.51)
150
300
 
151
- Fri, 10 Sep 2021 07:39:51 GMT
301
+ Fri, 10 Sep 2021 07:39:51 GMT
152
302
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.50..@fluentui/react-positioning_v9.0.0-alpha.51)
153
303
 
154
304
  ### Changes
@@ -157,7 +307,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
157
307
 
158
308
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.50)
159
309
 
160
- Wed, 08 Sep 2021 07:34:11 GMT
310
+ Wed, 08 Sep 2021 07:34:11 GMT
161
311
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.49..@fluentui/react-positioning_v9.0.0-alpha.50)
162
312
 
163
313
  ### Changes
@@ -166,7 +316,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
166
316
 
167
317
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.49)
168
318
 
169
- Mon, 06 Sep 2021 07:34:53 GMT
319
+ Mon, 06 Sep 2021 07:34:53 GMT
170
320
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.48..@fluentui/react-positioning_v9.0.0-alpha.49)
171
321
 
172
322
  ### Changes
@@ -175,7 +325,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
175
325
 
176
326
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.48)
177
327
 
178
- Wed, 01 Sep 2021 07:39:56 GMT
328
+ Wed, 01 Sep 2021 07:39:56 GMT
179
329
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.47..@fluentui/react-positioning_v9.0.0-alpha.48)
180
330
 
181
331
  ### Changes
@@ -184,7 +334,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
184
334
 
185
335
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.47)
186
336
 
187
- Tue, 31 Aug 2021 07:37:47 GMT
337
+ Tue, 31 Aug 2021 07:37:47 GMT
188
338
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.46..@fluentui/react-positioning_v9.0.0-alpha.47)
189
339
 
190
340
  ### Changes
@@ -193,7 +343,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
193
343
 
194
344
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.46)
195
345
 
196
- Tue, 24 Aug 2021 07:34:48 GMT
346
+ Tue, 24 Aug 2021 07:34:48 GMT
197
347
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.45..@fluentui/react-positioning_v9.0.0-alpha.46)
198
348
 
199
349
  ### Changes
@@ -202,7 +352,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
202
352
 
203
353
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.45)
204
354
 
205
- Fri, 20 Aug 2021 07:37:28 GMT
355
+ Fri, 20 Aug 2021 07:37:28 GMT
206
356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.44..@fluentui/react-positioning_v9.0.0-alpha.45)
207
357
 
208
358
  ### Changes
@@ -211,7 +361,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
211
361
 
212
362
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.44)
213
363
 
214
- Thu, 19 Aug 2021 07:41:35 GMT
364
+ Thu, 19 Aug 2021 07:41:35 GMT
215
365
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.43..@fluentui/react-positioning_v9.0.0-alpha.44)
216
366
 
217
367
  ### Changes
@@ -220,7 +370,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
220
370
 
221
371
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.43)
222
372
 
223
- Mon, 16 Aug 2021 07:36:39 GMT
373
+ Mon, 16 Aug 2021 07:36:39 GMT
224
374
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.42..@fluentui/react-positioning_v9.0.0-alpha.43)
225
375
 
226
376
  ### Changes
@@ -229,7 +379,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
229
379
 
230
380
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.42)
231
381
 
232
- Fri, 13 Aug 2021 07:36:34 GMT
382
+ Fri, 13 Aug 2021 07:36:34 GMT
233
383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.41..@fluentui/react-positioning_v9.0.0-alpha.42)
234
384
 
235
385
  ### Changes
@@ -238,7 +388,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
238
388
 
239
389
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.41)
240
390
 
241
- Tue, 10 Aug 2021 07:33:28 GMT
391
+ Tue, 10 Aug 2021 07:33:28 GMT
242
392
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.40..@fluentui/react-positioning_v9.0.0-alpha.41)
243
393
 
244
394
  ### Changes
@@ -247,7 +397,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
247
397
 
248
398
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.40)
249
399
 
250
- Fri, 06 Aug 2021 07:35:14 GMT
400
+ Fri, 06 Aug 2021 07:35:14 GMT
251
401
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.39..@fluentui/react-positioning_v9.0.0-alpha.40)
252
402
 
253
403
  ### Changes
@@ -256,7 +406,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
256
406
 
257
407
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.39)
258
408
 
259
- Tue, 03 Aug 2021 07:39:30 GMT
409
+ Tue, 03 Aug 2021 07:39:30 GMT
260
410
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.38..@fluentui/react-positioning_v9.0.0-alpha.39)
261
411
 
262
412
  ### Patches
@@ -270,7 +420,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
270
420
 
271
421
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.38)
272
422
 
273
- Mon, 02 Aug 2021 07:36:20 GMT
423
+ Mon, 02 Aug 2021 07:36:20 GMT
274
424
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.37..@fluentui/react-positioning_v9.0.0-alpha.38)
275
425
 
276
426
  ### Changes
@@ -279,7 +429,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
279
429
 
280
430
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.37)
281
431
 
282
- Mon, 26 Jul 2021 07:37:30 GMT
432
+ Mon, 26 Jul 2021 07:37:30 GMT
283
433
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.36..@fluentui/react-positioning_v9.0.0-alpha.37)
284
434
 
285
435
  ### Changes
@@ -288,7 +438,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
288
438
 
289
439
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.36)
290
440
 
291
- Fri, 23 Jul 2021 07:38:19 GMT
441
+ Fri, 23 Jul 2021 07:38:19 GMT
292
442
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.35..@fluentui/react-positioning_v9.0.0-alpha.36)
293
443
 
294
444
  ### Changes
@@ -297,7 +447,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
297
447
 
298
448
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.35)
299
449
 
300
- Thu, 22 Jul 2021 07:36:55 GMT
450
+ Thu, 22 Jul 2021 07:36:55 GMT
301
451
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.34..@fluentui/react-positioning_v9.0.0-alpha.35)
302
452
 
303
453
  ### Changes
@@ -306,7 +456,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
306
456
 
307
457
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.34)
308
458
 
309
- Thu, 15 Jul 2021 07:36:18 GMT
459
+ Thu, 15 Jul 2021 07:36:18 GMT
310
460
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.33..@fluentui/react-positioning_v9.0.0-alpha.34)
311
461
 
312
462
  ### Changes
@@ -315,7 +465,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
315
465
 
316
466
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.33)
317
467
 
318
- Fri, 09 Jul 2021 07:39:31 GMT
468
+ Fri, 09 Jul 2021 07:39:31 GMT
319
469
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.32..@fluentui/react-positioning_v9.0.0-alpha.33)
320
470
 
321
471
  ### Patches
@@ -329,7 +479,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
329
479
 
330
480
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.32)
331
481
 
332
- Fri, 02 Jul 2021 23:15:55 GMT
482
+ Fri, 02 Jul 2021 23:15:55 GMT
333
483
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.31..@fluentui/react-positioning_v9.0.0-alpha.32)
334
484
 
335
485
  ### Changes
@@ -338,7 +488,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
338
488
 
339
489
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.31)
340
490
 
341
- Fri, 02 Jul 2021 07:37:06 GMT
491
+ Fri, 02 Jul 2021 07:37:06 GMT
342
492
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.30..@fluentui/react-positioning_v9.0.0-alpha.31)
343
493
 
344
494
  ### Changes
@@ -347,7 +497,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
347
497
 
348
498
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.30)
349
499
 
350
- Thu, 01 Jul 2021 07:35:05 GMT
500
+ Thu, 01 Jul 2021 07:35:05 GMT
351
501
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.29..@fluentui/react-positioning_v9.0.0-alpha.30)
352
502
 
353
503
  ### Changes
@@ -356,7 +506,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
356
506
 
357
507
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.29)
358
508
 
359
- Wed, 16 Jun 2021 07:34:24 GMT
509
+ Wed, 16 Jun 2021 07:34:24 GMT
360
510
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.28..@fluentui/react-positioning_v9.0.0-alpha.29)
361
511
 
362
512
  ### Changes
@@ -365,7 +515,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
365
515
 
366
516
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.28)
367
517
 
368
- Tue, 15 Jun 2021 07:40:20 GMT
518
+ Tue, 15 Jun 2021 07:40:20 GMT
369
519
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.27..@fluentui/react-positioning_v9.0.0-alpha.28)
370
520
 
371
521
  ### Changes
@@ -374,7 +524,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
374
524
 
375
525
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.27)
376
526
 
377
- Mon, 07 Jun 2021 07:38:15 GMT
527
+ Mon, 07 Jun 2021 07:38:15 GMT
378
528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.26..@fluentui/react-positioning_v9.0.0-alpha.27)
379
529
 
380
530
  ### Patches
@@ -388,7 +538,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
388
538
 
389
539
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.26)
390
540
 
391
- Fri, 04 Jun 2021 07:37:23 GMT
541
+ Fri, 04 Jun 2021 07:37:23 GMT
392
542
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.25..@fluentui/react-positioning_v9.0.0-alpha.26)
393
543
 
394
544
  ### Changes
@@ -397,7 +547,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
397
547
 
398
548
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.25)
399
549
 
400
- Thu, 03 Jun 2021 07:36:03 GMT
550
+ Thu, 03 Jun 2021 07:36:03 GMT
401
551
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.24..@fluentui/react-positioning_v9.0.0-alpha.25)
402
552
 
403
553
  ### Changes
@@ -406,7 +556,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
406
556
 
407
557
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.24)
408
558
 
409
- Fri, 28 May 2021 07:33:57 GMT
559
+ Fri, 28 May 2021 07:33:57 GMT
410
560
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.23..@fluentui/react-positioning_v9.0.0-alpha.24)
411
561
 
412
562
  ### Changes
@@ -415,7 +565,7 @@ Fri, 28 May 2021 07:33:57 GMT
415
565
 
416
566
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.23)
417
567
 
418
- Wed, 26 May 2021 07:35:43 GMT
568
+ Wed, 26 May 2021 07:35:43 GMT
419
569
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.22..@fluentui/react-positioning_v9.0.0-alpha.23)
420
570
 
421
571
  ### Changes
@@ -424,7 +574,7 @@ Wed, 26 May 2021 07:35:43 GMT
424
574
 
425
575
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.22)
426
576
 
427
- Fri, 21 May 2021 07:34:54 GMT
577
+ Fri, 21 May 2021 07:34:54 GMT
428
578
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.21..@fluentui/react-positioning_v9.0.0-alpha.22)
429
579
 
430
580
  ### Changes
@@ -433,7 +583,7 @@ Fri, 21 May 2021 07:34:54 GMT
433
583
 
434
584
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.21)
435
585
 
436
- Thu, 20 May 2021 07:41:54 GMT
586
+ Thu, 20 May 2021 07:41:54 GMT
437
587
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.20..@fluentui/react-positioning_v9.0.0-alpha.21)
438
588
 
439
589
  ### Patches
@@ -447,7 +597,7 @@ Thu, 20 May 2021 07:41:54 GMT
447
597
 
448
598
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.20)
449
599
 
450
- Wed, 19 May 2021 07:34:20 GMT
600
+ Wed, 19 May 2021 07:34:20 GMT
451
601
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.19..@fluentui/react-positioning_v9.0.0-alpha.20)
452
602
 
453
603
  ### Changes
@@ -456,7 +606,7 @@ Wed, 19 May 2021 07:34:20 GMT
456
606
 
457
607
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.19)
458
608
 
459
- Thu, 13 May 2021 07:36:55 GMT
609
+ Thu, 13 May 2021 07:36:55 GMT
460
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.18..@fluentui/react-positioning_v9.0.0-alpha.19)
461
611
 
462
612
  ### Changes
@@ -465,7 +615,7 @@ Thu, 13 May 2021 07:36:55 GMT
465
615
 
466
616
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.18)
467
617
 
468
- Wed, 12 May 2021 07:36:20 GMT
618
+ Wed, 12 May 2021 07:36:20 GMT
469
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.17..@fluentui/react-positioning_v9.0.0-alpha.18)
470
620
 
471
621
  ### Changes
@@ -474,7 +624,7 @@ Wed, 12 May 2021 07:36:20 GMT
474
624
 
475
625
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.17)
476
626
 
477
- Tue, 04 May 2021 07:36:35 GMT
627
+ Tue, 04 May 2021 07:36:35 GMT
478
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.16..@fluentui/react-positioning_v9.0.0-alpha.17)
479
629
 
480
630
  ### Changes
@@ -483,7 +633,7 @@ Tue, 04 May 2021 07:36:35 GMT
483
633
 
484
634
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.16)
485
635
 
486
- Mon, 03 May 2021 07:45:19 GMT
636
+ Mon, 03 May 2021 07:45:19 GMT
487
637
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.15..@fluentui/react-positioning_v9.0.0-alpha.16)
488
638
 
489
639
  ### Changes
@@ -492,7 +642,7 @@ Mon, 03 May 2021 07:45:19 GMT
492
642
 
493
643
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.15)
494
644
 
495
- Fri, 30 Apr 2021 07:42:23 GMT
645
+ Fri, 30 Apr 2021 07:42:23 GMT
496
646
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.14..@fluentui/react-positioning_v9.0.0-alpha.15)
497
647
 
498
648
  ### Patches
@@ -507,7 +657,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
507
657
 
508
658
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.14)
509
659
 
510
- Fri, 23 Apr 2021 07:37:10 GMT
660
+ Fri, 23 Apr 2021 07:37:10 GMT
511
661
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.13..@fluentui/react-positioning_v9.0.0-alpha.14)
512
662
 
513
663
  ### Patches
@@ -521,7 +671,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
521
671
 
522
672
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.13)
523
673
 
524
- Thu, 22 Apr 2021 07:33:28 GMT
674
+ Thu, 22 Apr 2021 07:33:28 GMT
525
675
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.12..@fluentui/react-positioning_v9.0.0-alpha.13)
526
676
 
527
677
  ### Changes
@@ -530,7 +680,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
530
680
 
531
681
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.12)
532
682
 
533
- Wed, 21 Apr 2021 07:31:50 GMT
683
+ Wed, 21 Apr 2021 07:31:50 GMT
534
684
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.11..@fluentui/react-positioning_v9.0.0-alpha.12)
535
685
 
536
686
  ### Changes
@@ -539,7 +689,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
539
689
 
540
690
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.11)
541
691
 
542
- Tue, 20 Apr 2021 07:31:35 GMT
692
+ Tue, 20 Apr 2021 07:31:35 GMT
543
693
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.10..@fluentui/react-positioning_v9.0.0-alpha.11)
544
694
 
545
695
  ### Changes
@@ -548,7 +698,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
548
698
 
549
699
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.10)
550
700
 
551
- Fri, 16 Apr 2021 18:08:21 GMT
701
+ Fri, 16 Apr 2021 18:08:21 GMT
552
702
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.9..@fluentui/react-positioning_v9.0.0-alpha.10)
553
703
 
554
704
  ### Changes
@@ -557,7 +707,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
557
707
 
558
708
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.9)
559
709
 
560
- Fri, 16 Apr 2021 07:32:08 GMT
710
+ Fri, 16 Apr 2021 07:32:08 GMT
561
711
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.8..@fluentui/react-positioning_v9.0.0-alpha.9)
562
712
 
563
713
  ### Changes
@@ -566,7 +716,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
566
716
 
567
717
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.8)
568
718
 
569
- Wed, 14 Apr 2021 07:34:12 GMT
719
+ Wed, 14 Apr 2021 07:34:12 GMT
570
720
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.7..@fluentui/react-positioning_v9.0.0-alpha.8)
571
721
 
572
722
  ### Changes
@@ -575,7 +725,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
575
725
 
576
726
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.7)
577
727
 
578
- Thu, 08 Apr 2021 07:33:06 GMT
728
+ Thu, 08 Apr 2021 07:33:06 GMT
579
729
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.6..@fluentui/react-positioning_v9.0.0-alpha.7)
580
730
 
581
731
  ### Changes
@@ -584,7 +734,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
584
734
 
585
735
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.6)
586
736
 
587
- Thu, 01 Apr 2021 20:13:37 GMT
737
+ Thu, 01 Apr 2021 20:13:37 GMT
588
738
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.5..@fluentui/react-positioning_v9.0.0-alpha.6)
589
739
 
590
740
  ### Changes
@@ -593,7 +743,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
593
743
 
594
744
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.5)
595
745
 
596
- Wed, 31 Mar 2021 00:53:43 GMT
746
+ Wed, 31 Mar 2021 00:53:43 GMT
597
747
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.4..@fluentui/react-positioning_v9.0.0-alpha.5)
598
748
 
599
749
  ### Patches
@@ -607,7 +757,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
607
757
 
608
758
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.4)
609
759
 
610
- Tue, 30 Mar 2021 07:34:45 GMT
760
+ Tue, 30 Mar 2021 07:34:45 GMT
611
761
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.3..@fluentui/react-positioning_v9.0.0-alpha.4)
612
762
 
613
763
  ### Changes
@@ -616,7 +766,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
616
766
 
617
767
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.3)
618
768
 
619
- Fri, 26 Mar 2021 07:32:34 GMT
769
+ Fri, 26 Mar 2021 07:32:34 GMT
620
770
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.2..@fluentui/react-positioning_v9.0.0-alpha.3)
621
771
 
622
772
  ### Changes
@@ -625,7 +775,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
625
775
 
626
776
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.2)
627
777
 
628
- Thu, 25 Mar 2021 07:33:24 GMT
778
+ Thu, 25 Mar 2021 07:33:24 GMT
629
779
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.1..@fluentui/react-positioning_v9.0.0-alpha.2)
630
780
 
631
781
  ### Changes