@fluentui/react-positioning 9.0.0-rc.6 → 9.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +117 -4
- package/CHANGELOG.md +113 -76
- package/dist/{react-positioning.d.ts → index.d.ts} +0 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/index.js +4 -5
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +38 -8
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +7 -7
- package/lib/createArrowStyles.d.ts +0 -64
- package/lib/createVirtualElementFromClick.d.ts +0 -6
- package/lib/index.d.ts +0 -6
- package/lib/isIntersectingModifier.d.ts +0 -4
- package/lib/types.d.ts +0 -89
- package/lib/usePopper.d.ts +0 -23
- package/lib/usePopperMouseTarget.d.ts +0 -11
- package/lib/utils/getBasePlacement.d.ts +0 -8
- package/lib/utils/getBoundary.d.ts +0 -6
- package/lib/utils/getReactFiberFromNode.d.ts +0 -108
- package/lib/utils/getScrollParent.d.ts +0 -12
- package/lib/utils/index.d.ts +0 -8
- package/lib/utils/mergeArrowOffset.d.ts +0 -10
- package/lib/utils/positioningHelper.d.ts +0 -7
- package/lib/utils/resolvePositioningShorthand.d.ts +0 -2
- package/lib/utils/useCallbackRef.d.ts +0 -19
- package/lib-commonjs/createArrowStyles.d.ts +0 -64
- package/lib-commonjs/createVirtualElementFromClick.d.ts +0 -6
- package/lib-commonjs/index.d.ts +0 -6
- package/lib-commonjs/isIntersectingModifier.d.ts +0 -4
- package/lib-commonjs/types.d.ts +0 -89
- package/lib-commonjs/usePopper.d.ts +0 -23
- package/lib-commonjs/usePopperMouseTarget.d.ts +0 -11
- package/lib-commonjs/utils/getBasePlacement.d.ts +0 -8
- package/lib-commonjs/utils/getBoundary.d.ts +0 -6
- package/lib-commonjs/utils/getReactFiberFromNode.d.ts +0 -108
- package/lib-commonjs/utils/getScrollParent.d.ts +0 -12
- package/lib-commonjs/utils/index.d.ts +0 -8
- package/lib-commonjs/utils/mergeArrowOffset.d.ts +0 -10
- package/lib-commonjs/utils/positioningHelper.d.ts +0 -7
- package/lib-commonjs/utils/resolvePositioningShorthand.d.ts +0 -2
- package/lib-commonjs/utils/useCallbackRef.d.ts +0 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,61 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-positioning
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 23 May 2022 12:09:59 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.9)
|
|
8
|
+
|
|
9
|
+
Mon, 23 May 2022 12:09:59 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.8..@fluentui/react-positioning_v9.0.0-rc.9)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
|
|
15
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
|
16
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
|
17
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
18
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
19
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
20
|
+
|
|
21
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.8)
|
|
22
|
+
|
|
23
|
+
Thu, 05 May 2022 18:26:25 GMT
|
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.7..@fluentui/react-positioning_v9.0.0-rc.8)
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
|
|
28
|
+
- Removing star exports. ([PR #22807](https://github.com/microsoft/fluentui/pull/22807) by humberto_makoto@hotmail.com)
|
|
29
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
30
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
31
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
32
|
+
|
|
33
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.7)
|
|
34
|
+
|
|
35
|
+
Wed, 04 May 2022 13:26:47 GMT
|
|
36
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.6..@fluentui/react-positioning_v9.0.0-rc.7)
|
|
37
|
+
|
|
38
|
+
### Changes
|
|
39
|
+
|
|
40
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
41
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
42
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
43
|
+
|
|
7
44
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.6)
|
|
8
45
|
|
|
9
|
-
Tue, 19 Apr 2022 19:
|
|
46
|
+
Tue, 19 Apr 2022 19:16:49 GMT
|
|
10
47
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.5..@fluentui/react-positioning_v9.0.0-rc.6)
|
|
11
48
|
|
|
12
49
|
### Changes
|
|
13
50
|
|
|
14
51
|
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #
|
|
16
|
-
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #
|
|
17
|
-
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #
|
|
52
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
53
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
54
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
18
55
|
|
|
19
56
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.5)
|
|
20
57
|
|
|
21
|
-
Fri, 04 Mar 2022 05:17:39 GMT
|
|
58
|
+
Fri, 04 Mar 2022 05:17:39 GMT
|
|
22
59
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.4..@fluentui/react-positioning_v9.0.0-rc.5)
|
|
23
60
|
|
|
24
61
|
### Changes
|
|
@@ -31,7 +68,7 @@ Fri, 04 Mar 2022 05:17:39 GMT
|
|
|
31
68
|
|
|
32
69
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.4)
|
|
33
70
|
|
|
34
|
-
Tue, 01 Mar 2022 02:17:38 GMT
|
|
71
|
+
Tue, 01 Mar 2022 02:17:38 GMT
|
|
35
72
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.3..@fluentui/react-positioning_v9.0.0-rc.4)
|
|
36
73
|
|
|
37
74
|
### Changes
|
|
@@ -42,7 +79,7 @@ Tue, 01 Mar 2022 02:17:38 GMT
|
|
|
42
79
|
|
|
43
80
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.3)
|
|
44
81
|
|
|
45
|
-
Fri, 18 Feb 2022 13:35:33 GMT
|
|
82
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
|
46
83
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.1..@fluentui/react-positioning_v9.0.0-rc.3)
|
|
47
84
|
|
|
48
85
|
### Changes
|
|
@@ -53,7 +90,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
|
|
|
53
90
|
|
|
54
91
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.1)
|
|
55
92
|
|
|
56
|
-
Thu, 10 Feb 2022 08:50:40 GMT
|
|
93
|
+
Thu, 10 Feb 2022 08:50:40 GMT
|
|
57
94
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.4..@fluentui/react-positioning_v9.0.0-rc.1)
|
|
58
95
|
|
|
59
96
|
### Changes
|
|
@@ -72,7 +109,7 @@ Thu, 10 Feb 2022 08:50:40 GMT
|
|
|
72
109
|
|
|
73
110
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.4)
|
|
74
111
|
|
|
75
|
-
Thu, 25 Nov 2021 08:34:15 GMT
|
|
112
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
|
76
113
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.3..@fluentui/react-positioning_v9.0.0-beta.4)
|
|
77
114
|
|
|
78
115
|
### Changes
|
|
@@ -85,7 +122,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
|
|
|
85
122
|
|
|
86
123
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.3)
|
|
87
124
|
|
|
88
|
-
Fri, 12 Nov 2021 13:25:30 GMT
|
|
125
|
+
Fri, 12 Nov 2021 13:25:30 GMT
|
|
89
126
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.2..@fluentui/react-positioning_v9.0.0-beta.3)
|
|
90
127
|
|
|
91
128
|
### Changes
|
|
@@ -96,7 +133,7 @@ Fri, 12 Nov 2021 13:25:30 GMT
|
|
|
96
133
|
|
|
97
134
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.2)
|
|
98
135
|
|
|
99
|
-
Wed, 27 Oct 2021 12:14:21 GMT
|
|
136
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
|
100
137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-beta.1..@fluentui/react-positioning_v9.0.0-beta.2)
|
|
101
138
|
|
|
102
139
|
### Changes
|
|
@@ -107,7 +144,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
|
|
|
107
144
|
|
|
108
145
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.1)
|
|
109
146
|
|
|
110
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
147
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
111
148
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.65..@fluentui/react-positioning_v9.0.0-beta.1)
|
|
112
149
|
|
|
113
150
|
### Changes
|
|
@@ -118,7 +155,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
118
155
|
|
|
119
156
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.65)
|
|
120
157
|
|
|
121
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
158
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
122
159
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.64..@fluentui/react-positioning_v9.0.0-alpha.65)
|
|
123
160
|
|
|
124
161
|
### Changes
|
|
@@ -127,7 +164,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
127
164
|
|
|
128
165
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.64)
|
|
129
166
|
|
|
130
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
167
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
131
168
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.62..@fluentui/react-positioning_v9.0.0-alpha.64)
|
|
132
169
|
|
|
133
170
|
### Changes
|
|
@@ -138,7 +175,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
138
175
|
|
|
139
176
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.62)
|
|
140
177
|
|
|
141
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
178
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
142
179
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.61..@fluentui/react-positioning_v9.0.0-alpha.62)
|
|
143
180
|
|
|
144
181
|
### Changes
|
|
@@ -147,7 +184,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
147
184
|
|
|
148
185
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.61)
|
|
149
186
|
|
|
150
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
187
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
151
188
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.60..@fluentui/react-positioning_v9.0.0-alpha.61)
|
|
152
189
|
|
|
153
190
|
### Changes
|
|
@@ -156,7 +193,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
156
193
|
|
|
157
194
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.60)
|
|
158
195
|
|
|
159
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
196
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
160
197
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.59..@fluentui/react-positioning_v9.0.0-alpha.60)
|
|
161
198
|
|
|
162
199
|
### Changes
|
|
@@ -165,7 +202,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
165
202
|
|
|
166
203
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.59)
|
|
167
204
|
|
|
168
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
205
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
169
206
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.58..@fluentui/react-positioning_v9.0.0-alpha.59)
|
|
170
207
|
|
|
171
208
|
### Changes
|
|
@@ -174,7 +211,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
174
211
|
|
|
175
212
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.58)
|
|
176
213
|
|
|
177
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
214
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
178
215
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.57..@fluentui/react-positioning_v9.0.0-alpha.58)
|
|
179
216
|
|
|
180
217
|
### Changes
|
|
@@ -183,7 +220,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
183
220
|
|
|
184
221
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.57)
|
|
185
222
|
|
|
186
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
223
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
187
224
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.56..@fluentui/react-positioning_v9.0.0-alpha.57)
|
|
188
225
|
|
|
189
226
|
### Changes
|
|
@@ -192,7 +229,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
192
229
|
|
|
193
230
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.56)
|
|
194
231
|
|
|
195
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
232
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
196
233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.55..@fluentui/react-positioning_v9.0.0-alpha.56)
|
|
197
234
|
|
|
198
235
|
### Changes
|
|
@@ -201,7 +238,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
201
238
|
|
|
202
239
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.55)
|
|
203
240
|
|
|
204
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
241
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
205
242
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.54..@fluentui/react-positioning_v9.0.0-alpha.55)
|
|
206
243
|
|
|
207
244
|
### Changes
|
|
@@ -210,7 +247,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
210
247
|
|
|
211
248
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.54)
|
|
212
249
|
|
|
213
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
250
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
214
251
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.53..@fluentui/react-positioning_v9.0.0-alpha.54)
|
|
215
252
|
|
|
216
253
|
### Changes
|
|
@@ -219,7 +256,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
219
256
|
|
|
220
257
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.53)
|
|
221
258
|
|
|
222
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
259
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
223
260
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.52..@fluentui/react-positioning_v9.0.0-alpha.53)
|
|
224
261
|
|
|
225
262
|
### Changes
|
|
@@ -228,7 +265,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
228
265
|
|
|
229
266
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.52)
|
|
230
267
|
|
|
231
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
268
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
232
269
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.51..@fluentui/react-positioning_v9.0.0-alpha.52)
|
|
233
270
|
|
|
234
271
|
### Changes
|
|
@@ -238,7 +275,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
238
275
|
|
|
239
276
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.51)
|
|
240
277
|
|
|
241
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
278
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
242
279
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.50..@fluentui/react-positioning_v9.0.0-alpha.51)
|
|
243
280
|
|
|
244
281
|
### Changes
|
|
@@ -247,7 +284,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
247
284
|
|
|
248
285
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.50)
|
|
249
286
|
|
|
250
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
|
287
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
|
251
288
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.49..@fluentui/react-positioning_v9.0.0-alpha.50)
|
|
252
289
|
|
|
253
290
|
### Changes
|
|
@@ -256,7 +293,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
|
256
293
|
|
|
257
294
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.49)
|
|
258
295
|
|
|
259
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
296
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
260
297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.48..@fluentui/react-positioning_v9.0.0-alpha.49)
|
|
261
298
|
|
|
262
299
|
### Changes
|
|
@@ -265,7 +302,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
265
302
|
|
|
266
303
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.48)
|
|
267
304
|
|
|
268
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
305
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
269
306
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.47..@fluentui/react-positioning_v9.0.0-alpha.48)
|
|
270
307
|
|
|
271
308
|
### Changes
|
|
@@ -274,7 +311,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
274
311
|
|
|
275
312
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.47)
|
|
276
313
|
|
|
277
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
314
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
278
315
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.46..@fluentui/react-positioning_v9.0.0-alpha.47)
|
|
279
316
|
|
|
280
317
|
### Changes
|
|
@@ -283,7 +320,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
283
320
|
|
|
284
321
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.46)
|
|
285
322
|
|
|
286
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
|
323
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
|
287
324
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.45..@fluentui/react-positioning_v9.0.0-alpha.46)
|
|
288
325
|
|
|
289
326
|
### Changes
|
|
@@ -292,7 +329,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
|
292
329
|
|
|
293
330
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.45)
|
|
294
331
|
|
|
295
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
332
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
296
333
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.44..@fluentui/react-positioning_v9.0.0-alpha.45)
|
|
297
334
|
|
|
298
335
|
### Changes
|
|
@@ -301,7 +338,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
301
338
|
|
|
302
339
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.44)
|
|
303
340
|
|
|
304
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
341
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
305
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.43..@fluentui/react-positioning_v9.0.0-alpha.44)
|
|
306
343
|
|
|
307
344
|
### Changes
|
|
@@ -310,7 +347,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
310
347
|
|
|
311
348
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.43)
|
|
312
349
|
|
|
313
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
|
350
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
|
314
351
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.42..@fluentui/react-positioning_v9.0.0-alpha.43)
|
|
315
352
|
|
|
316
353
|
### Changes
|
|
@@ -319,7 +356,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
|
319
356
|
|
|
320
357
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.42)
|
|
321
358
|
|
|
322
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
359
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
323
360
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.41..@fluentui/react-positioning_v9.0.0-alpha.42)
|
|
324
361
|
|
|
325
362
|
### Changes
|
|
@@ -328,7 +365,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
328
365
|
|
|
329
366
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.41)
|
|
330
367
|
|
|
331
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
|
368
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
|
332
369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.40..@fluentui/react-positioning_v9.0.0-alpha.41)
|
|
333
370
|
|
|
334
371
|
### Changes
|
|
@@ -337,7 +374,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
|
337
374
|
|
|
338
375
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.40)
|
|
339
376
|
|
|
340
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
377
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
341
378
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.39..@fluentui/react-positioning_v9.0.0-alpha.40)
|
|
342
379
|
|
|
343
380
|
### Changes
|
|
@@ -346,7 +383,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
346
383
|
|
|
347
384
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.39)
|
|
348
385
|
|
|
349
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
386
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
350
387
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.38..@fluentui/react-positioning_v9.0.0-alpha.39)
|
|
351
388
|
|
|
352
389
|
### Patches
|
|
@@ -360,7 +397,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
360
397
|
|
|
361
398
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.38)
|
|
362
399
|
|
|
363
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
400
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
364
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.37..@fluentui/react-positioning_v9.0.0-alpha.38)
|
|
365
402
|
|
|
366
403
|
### Changes
|
|
@@ -369,7 +406,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
369
406
|
|
|
370
407
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.37)
|
|
371
408
|
|
|
372
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
409
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
373
410
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.36..@fluentui/react-positioning_v9.0.0-alpha.37)
|
|
374
411
|
|
|
375
412
|
### Changes
|
|
@@ -378,7 +415,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
378
415
|
|
|
379
416
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.36)
|
|
380
417
|
|
|
381
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
418
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
382
419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.35..@fluentui/react-positioning_v9.0.0-alpha.36)
|
|
383
420
|
|
|
384
421
|
### Changes
|
|
@@ -387,7 +424,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
387
424
|
|
|
388
425
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.35)
|
|
389
426
|
|
|
390
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
427
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
391
428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.34..@fluentui/react-positioning_v9.0.0-alpha.35)
|
|
392
429
|
|
|
393
430
|
### Changes
|
|
@@ -396,7 +433,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
396
433
|
|
|
397
434
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.34)
|
|
398
435
|
|
|
399
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
436
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
400
437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.33..@fluentui/react-positioning_v9.0.0-alpha.34)
|
|
401
438
|
|
|
402
439
|
### Changes
|
|
@@ -405,7 +442,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
405
442
|
|
|
406
443
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.33)
|
|
407
444
|
|
|
408
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
445
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
409
446
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.32..@fluentui/react-positioning_v9.0.0-alpha.33)
|
|
410
447
|
|
|
411
448
|
### Patches
|
|
@@ -419,7 +456,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
419
456
|
|
|
420
457
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.32)
|
|
421
458
|
|
|
422
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
459
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
423
460
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.31..@fluentui/react-positioning_v9.0.0-alpha.32)
|
|
424
461
|
|
|
425
462
|
### Changes
|
|
@@ -428,7 +465,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
428
465
|
|
|
429
466
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.31)
|
|
430
467
|
|
|
431
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
468
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
432
469
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.30..@fluentui/react-positioning_v9.0.0-alpha.31)
|
|
433
470
|
|
|
434
471
|
### Changes
|
|
@@ -437,7 +474,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
437
474
|
|
|
438
475
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.30)
|
|
439
476
|
|
|
440
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
477
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
441
478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.29..@fluentui/react-positioning_v9.0.0-alpha.30)
|
|
442
479
|
|
|
443
480
|
### Changes
|
|
@@ -446,7 +483,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
446
483
|
|
|
447
484
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.29)
|
|
448
485
|
|
|
449
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
486
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
450
487
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.28..@fluentui/react-positioning_v9.0.0-alpha.29)
|
|
451
488
|
|
|
452
489
|
### Changes
|
|
@@ -455,7 +492,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
455
492
|
|
|
456
493
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.28)
|
|
457
494
|
|
|
458
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
495
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
459
496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.27..@fluentui/react-positioning_v9.0.0-alpha.28)
|
|
460
497
|
|
|
461
498
|
### Changes
|
|
@@ -464,7 +501,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
464
501
|
|
|
465
502
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.27)
|
|
466
503
|
|
|
467
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
504
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
468
505
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.26..@fluentui/react-positioning_v9.0.0-alpha.27)
|
|
469
506
|
|
|
470
507
|
### Patches
|
|
@@ -478,7 +515,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
478
515
|
|
|
479
516
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.26)
|
|
480
517
|
|
|
481
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
518
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
482
519
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.25..@fluentui/react-positioning_v9.0.0-alpha.26)
|
|
483
520
|
|
|
484
521
|
### Changes
|
|
@@ -487,7 +524,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
487
524
|
|
|
488
525
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.25)
|
|
489
526
|
|
|
490
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
527
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
491
528
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.24..@fluentui/react-positioning_v9.0.0-alpha.25)
|
|
492
529
|
|
|
493
530
|
### Changes
|
|
@@ -496,7 +533,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
496
533
|
|
|
497
534
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.24)
|
|
498
535
|
|
|
499
|
-
Fri, 28 May 2021 07:33:57 GMT
|
|
536
|
+
Fri, 28 May 2021 07:33:57 GMT
|
|
500
537
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.23..@fluentui/react-positioning_v9.0.0-alpha.24)
|
|
501
538
|
|
|
502
539
|
### Changes
|
|
@@ -505,7 +542,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
|
505
542
|
|
|
506
543
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.23)
|
|
507
544
|
|
|
508
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
545
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
509
546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.22..@fluentui/react-positioning_v9.0.0-alpha.23)
|
|
510
547
|
|
|
511
548
|
### Changes
|
|
@@ -514,7 +551,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
514
551
|
|
|
515
552
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.22)
|
|
516
553
|
|
|
517
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
554
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
518
555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.21..@fluentui/react-positioning_v9.0.0-alpha.22)
|
|
519
556
|
|
|
520
557
|
### Changes
|
|
@@ -523,7 +560,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
523
560
|
|
|
524
561
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.21)
|
|
525
562
|
|
|
526
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
563
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
527
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.20..@fluentui/react-positioning_v9.0.0-alpha.21)
|
|
528
565
|
|
|
529
566
|
### Patches
|
|
@@ -537,7 +574,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
537
574
|
|
|
538
575
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.20)
|
|
539
576
|
|
|
540
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
577
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
541
578
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.19..@fluentui/react-positioning_v9.0.0-alpha.20)
|
|
542
579
|
|
|
543
580
|
### Changes
|
|
@@ -546,7 +583,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
546
583
|
|
|
547
584
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.19)
|
|
548
585
|
|
|
549
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
586
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
550
587
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.18..@fluentui/react-positioning_v9.0.0-alpha.19)
|
|
551
588
|
|
|
552
589
|
### Changes
|
|
@@ -555,7 +592,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
555
592
|
|
|
556
593
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.18)
|
|
557
594
|
|
|
558
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
595
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
559
596
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.17..@fluentui/react-positioning_v9.0.0-alpha.18)
|
|
560
597
|
|
|
561
598
|
### Changes
|
|
@@ -564,7 +601,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
|
564
601
|
|
|
565
602
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.17)
|
|
566
603
|
|
|
567
|
-
Tue, 04 May 2021 07:36:35 GMT
|
|
604
|
+
Tue, 04 May 2021 07:36:35 GMT
|
|
568
605
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.16..@fluentui/react-positioning_v9.0.0-alpha.17)
|
|
569
606
|
|
|
570
607
|
### Changes
|
|
@@ -573,7 +610,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
|
573
610
|
|
|
574
611
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.16)
|
|
575
612
|
|
|
576
|
-
Mon, 03 May 2021 07:45:19 GMT
|
|
613
|
+
Mon, 03 May 2021 07:45:19 GMT
|
|
577
614
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.15..@fluentui/react-positioning_v9.0.0-alpha.16)
|
|
578
615
|
|
|
579
616
|
### Changes
|
|
@@ -582,7 +619,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
|
582
619
|
|
|
583
620
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.15)
|
|
584
621
|
|
|
585
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
622
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
586
623
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.14..@fluentui/react-positioning_v9.0.0-alpha.15)
|
|
587
624
|
|
|
588
625
|
### Patches
|
|
@@ -597,7 +634,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
597
634
|
|
|
598
635
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.14)
|
|
599
636
|
|
|
600
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
|
637
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
|
601
638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.13..@fluentui/react-positioning_v9.0.0-alpha.14)
|
|
602
639
|
|
|
603
640
|
### Patches
|
|
@@ -611,7 +648,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
|
611
648
|
|
|
612
649
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.13)
|
|
613
650
|
|
|
614
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
|
651
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
|
615
652
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.12..@fluentui/react-positioning_v9.0.0-alpha.13)
|
|
616
653
|
|
|
617
654
|
### Changes
|
|
@@ -620,7 +657,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
|
620
657
|
|
|
621
658
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.12)
|
|
622
659
|
|
|
623
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
660
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
624
661
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.11..@fluentui/react-positioning_v9.0.0-alpha.12)
|
|
625
662
|
|
|
626
663
|
### Changes
|
|
@@ -629,7 +666,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
629
666
|
|
|
630
667
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.11)
|
|
631
668
|
|
|
632
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
|
669
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
|
633
670
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.10..@fluentui/react-positioning_v9.0.0-alpha.11)
|
|
634
671
|
|
|
635
672
|
### Changes
|
|
@@ -638,7 +675,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
|
638
675
|
|
|
639
676
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.10)
|
|
640
677
|
|
|
641
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
|
678
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
|
642
679
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.9..@fluentui/react-positioning_v9.0.0-alpha.10)
|
|
643
680
|
|
|
644
681
|
### Changes
|
|
@@ -647,7 +684,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
|
647
684
|
|
|
648
685
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.9)
|
|
649
686
|
|
|
650
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
|
687
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
|
651
688
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.8..@fluentui/react-positioning_v9.0.0-alpha.9)
|
|
652
689
|
|
|
653
690
|
### Changes
|
|
@@ -656,7 +693,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
|
656
693
|
|
|
657
694
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.8)
|
|
658
695
|
|
|
659
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
|
696
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
|
660
697
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.7..@fluentui/react-positioning_v9.0.0-alpha.8)
|
|
661
698
|
|
|
662
699
|
### Changes
|
|
@@ -665,7 +702,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
|
665
702
|
|
|
666
703
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.7)
|
|
667
704
|
|
|
668
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
|
705
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
|
669
706
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.6..@fluentui/react-positioning_v9.0.0-alpha.7)
|
|
670
707
|
|
|
671
708
|
### Changes
|
|
@@ -674,7 +711,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
|
674
711
|
|
|
675
712
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.6)
|
|
676
713
|
|
|
677
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
|
714
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
|
678
715
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.5..@fluentui/react-positioning_v9.0.0-alpha.6)
|
|
679
716
|
|
|
680
717
|
### Changes
|
|
@@ -683,7 +720,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
|
683
720
|
|
|
684
721
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.5)
|
|
685
722
|
|
|
686
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
|
723
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
|
687
724
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.4..@fluentui/react-positioning_v9.0.0-alpha.5)
|
|
688
725
|
|
|
689
726
|
### Patches
|
|
@@ -697,7 +734,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
|
697
734
|
|
|
698
735
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.4)
|
|
699
736
|
|
|
700
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
|
737
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
|
701
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.3..@fluentui/react-positioning_v9.0.0-alpha.4)
|
|
702
739
|
|
|
703
740
|
### Changes
|
|
@@ -706,7 +743,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
|
706
743
|
|
|
707
744
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.3)
|
|
708
745
|
|
|
709
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
746
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
710
747
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.2..@fluentui/react-positioning_v9.0.0-alpha.3)
|
|
711
748
|
|
|
712
749
|
### Changes
|
|
@@ -715,7 +752,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
715
752
|
|
|
716
753
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.2)
|
|
717
754
|
|
|
718
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
755
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
719
756
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-alpha.1..@fluentui/react-positioning_v9.0.0-alpha.2)
|
|
720
757
|
|
|
721
758
|
### Changes
|