@fluentui/react-positioning 9.0.0-rc.6 → 9.0.0-rc.7
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 +39 -4
- package/CHANGELOG.md +87 -76
- package/dist/{react-positioning.d.ts → index.d.ts} +0 -0
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,42 @@
|
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 04 May 2022 13:24:15 GMT",
|
|
6
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.7",
|
|
7
|
+
"version": "9.0.0-rc.7",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-positioning",
|
|
13
|
+
"commit": "8ec3d32fa26e6cf803ab9d18671fd51ba06c74ab",
|
|
14
|
+
"comment": "react-positioning: Move to new common folder."
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"prerelease": [
|
|
18
|
+
{
|
|
19
|
+
"author": "beachball",
|
|
20
|
+
"package": "@fluentui/react-positioning",
|
|
21
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
|
22
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"author": "beachball",
|
|
26
|
+
"package": "@fluentui/react-positioning",
|
|
27
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
|
28
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"author": "beachball",
|
|
32
|
+
"package": "@fluentui/react-positioning",
|
|
33
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
|
34
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"date": "Tue, 19 Apr 2022 19:16:49 GMT",
|
|
6
41
|
"tag": "@fluentui/react-positioning_v9.0.0-rc.6",
|
|
7
42
|
"version": "9.0.0-rc.6",
|
|
8
43
|
"comments": {
|
|
@@ -31,19 +66,19 @@
|
|
|
31
66
|
"author": "beachball",
|
|
32
67
|
"package": "@fluentui/react-positioning",
|
|
33
68
|
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
|
34
|
-
"commit": "
|
|
69
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
35
70
|
},
|
|
36
71
|
{
|
|
37
72
|
"author": "beachball",
|
|
38
73
|
"package": "@fluentui/react-positioning",
|
|
39
74
|
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
|
40
|
-
"commit": "
|
|
75
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
41
76
|
},
|
|
42
77
|
{
|
|
43
78
|
"author": "beachball",
|
|
44
79
|
"package": "@fluentui/react-positioning",
|
|
45
80
|
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
|
46
|
-
"commit": "
|
|
81
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
47
82
|
}
|
|
48
83
|
]
|
|
49
84
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,35 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-positioning
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.7)
|
|
8
|
+
|
|
9
|
+
Wed, 04 May 2022 13:24:15 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.6..@fluentui/react-positioning_v9.0.0-rc.7)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
15
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
16
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
17
|
+
|
|
7
18
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.6)
|
|
8
19
|
|
|
9
|
-
Tue, 19 Apr 2022 19:
|
|
20
|
+
Tue, 19 Apr 2022 19:16:49 GMT
|
|
10
21
|
[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
22
|
|
|
12
23
|
### Changes
|
|
13
24
|
|
|
14
25
|
- 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 #
|
|
26
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
27
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
28
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
18
29
|
|
|
19
30
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.5)
|
|
20
31
|
|
|
21
|
-
Fri, 04 Mar 2022 05:17:39 GMT
|
|
32
|
+
Fri, 04 Mar 2022 05:17:39 GMT
|
|
22
33
|
[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
34
|
|
|
24
35
|
### Changes
|
|
@@ -31,7 +42,7 @@ Fri, 04 Mar 2022 05:17:39 GMT
|
|
|
31
42
|
|
|
32
43
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.4)
|
|
33
44
|
|
|
34
|
-
Tue, 01 Mar 2022 02:17:38 GMT
|
|
45
|
+
Tue, 01 Mar 2022 02:17:38 GMT
|
|
35
46
|
[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
47
|
|
|
37
48
|
### Changes
|
|
@@ -42,7 +53,7 @@ Tue, 01 Mar 2022 02:17:38 GMT
|
|
|
42
53
|
|
|
43
54
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.3)
|
|
44
55
|
|
|
45
|
-
Fri, 18 Feb 2022 13:35:33 GMT
|
|
56
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
|
46
57
|
[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
58
|
|
|
48
59
|
### Changes
|
|
@@ -53,7 +64,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
|
|
|
53
64
|
|
|
54
65
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.1)
|
|
55
66
|
|
|
56
|
-
Thu, 10 Feb 2022 08:50:40 GMT
|
|
67
|
+
Thu, 10 Feb 2022 08:50:40 GMT
|
|
57
68
|
[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
69
|
|
|
59
70
|
### Changes
|
|
@@ -72,7 +83,7 @@ Thu, 10 Feb 2022 08:50:40 GMT
|
|
|
72
83
|
|
|
73
84
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.4)
|
|
74
85
|
|
|
75
|
-
Thu, 25 Nov 2021 08:34:15 GMT
|
|
86
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
|
76
87
|
[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
88
|
|
|
78
89
|
### Changes
|
|
@@ -85,7 +96,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
|
|
|
85
96
|
|
|
86
97
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.3)
|
|
87
98
|
|
|
88
|
-
Fri, 12 Nov 2021 13:25:30 GMT
|
|
99
|
+
Fri, 12 Nov 2021 13:25:30 GMT
|
|
89
100
|
[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
101
|
|
|
91
102
|
### Changes
|
|
@@ -96,7 +107,7 @@ Fri, 12 Nov 2021 13:25:30 GMT
|
|
|
96
107
|
|
|
97
108
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.2)
|
|
98
109
|
|
|
99
|
-
Wed, 27 Oct 2021 12:14:21 GMT
|
|
110
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
|
100
111
|
[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
112
|
|
|
102
113
|
### Changes
|
|
@@ -107,7 +118,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
|
|
|
107
118
|
|
|
108
119
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-beta.1)
|
|
109
120
|
|
|
110
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
121
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
111
122
|
[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
123
|
|
|
113
124
|
### Changes
|
|
@@ -118,7 +129,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
118
129
|
|
|
119
130
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.65)
|
|
120
131
|
|
|
121
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
132
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
122
133
|
[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
134
|
|
|
124
135
|
### Changes
|
|
@@ -127,7 +138,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
127
138
|
|
|
128
139
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.64)
|
|
129
140
|
|
|
130
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
141
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
131
142
|
[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
143
|
|
|
133
144
|
### Changes
|
|
@@ -138,7 +149,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
138
149
|
|
|
139
150
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.62)
|
|
140
151
|
|
|
141
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
152
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
142
153
|
[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
154
|
|
|
144
155
|
### Changes
|
|
@@ -147,7 +158,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
147
158
|
|
|
148
159
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.61)
|
|
149
160
|
|
|
150
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
161
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
151
162
|
[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
163
|
|
|
153
164
|
### Changes
|
|
@@ -156,7 +167,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
156
167
|
|
|
157
168
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.60)
|
|
158
169
|
|
|
159
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
170
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
160
171
|
[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
172
|
|
|
162
173
|
### Changes
|
|
@@ -165,7 +176,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
165
176
|
|
|
166
177
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.59)
|
|
167
178
|
|
|
168
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
179
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
169
180
|
[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
181
|
|
|
171
182
|
### Changes
|
|
@@ -174,7 +185,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
174
185
|
|
|
175
186
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.58)
|
|
176
187
|
|
|
177
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
188
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
178
189
|
[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
190
|
|
|
180
191
|
### Changes
|
|
@@ -183,7 +194,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
183
194
|
|
|
184
195
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.57)
|
|
185
196
|
|
|
186
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
197
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
187
198
|
[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
199
|
|
|
189
200
|
### Changes
|
|
@@ -192,7 +203,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
192
203
|
|
|
193
204
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.56)
|
|
194
205
|
|
|
195
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
206
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
196
207
|
[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
208
|
|
|
198
209
|
### Changes
|
|
@@ -201,7 +212,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
201
212
|
|
|
202
213
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.55)
|
|
203
214
|
|
|
204
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
215
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
205
216
|
[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
217
|
|
|
207
218
|
### Changes
|
|
@@ -210,7 +221,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
210
221
|
|
|
211
222
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.54)
|
|
212
223
|
|
|
213
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
224
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
214
225
|
[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
226
|
|
|
216
227
|
### Changes
|
|
@@ -219,7 +230,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
219
230
|
|
|
220
231
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.53)
|
|
221
232
|
|
|
222
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
233
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
223
234
|
[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
235
|
|
|
225
236
|
### Changes
|
|
@@ -228,7 +239,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
228
239
|
|
|
229
240
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.52)
|
|
230
241
|
|
|
231
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
242
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
232
243
|
[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
244
|
|
|
234
245
|
### Changes
|
|
@@ -238,7 +249,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
238
249
|
|
|
239
250
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.51)
|
|
240
251
|
|
|
241
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
252
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
242
253
|
[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
254
|
|
|
244
255
|
### Changes
|
|
@@ -247,7 +258,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
247
258
|
|
|
248
259
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.50)
|
|
249
260
|
|
|
250
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
|
261
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
|
251
262
|
[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
263
|
|
|
253
264
|
### Changes
|
|
@@ -256,7 +267,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
|
256
267
|
|
|
257
268
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.49)
|
|
258
269
|
|
|
259
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
270
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
260
271
|
[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
272
|
|
|
262
273
|
### Changes
|
|
@@ -265,7 +276,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
265
276
|
|
|
266
277
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.48)
|
|
267
278
|
|
|
268
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
279
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
269
280
|
[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
281
|
|
|
271
282
|
### Changes
|
|
@@ -274,7 +285,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
274
285
|
|
|
275
286
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.47)
|
|
276
287
|
|
|
277
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
288
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
278
289
|
[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
290
|
|
|
280
291
|
### Changes
|
|
@@ -283,7 +294,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
283
294
|
|
|
284
295
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.46)
|
|
285
296
|
|
|
286
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
|
297
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
|
287
298
|
[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
299
|
|
|
289
300
|
### Changes
|
|
@@ -292,7 +303,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
|
292
303
|
|
|
293
304
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.45)
|
|
294
305
|
|
|
295
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
306
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
296
307
|
[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
308
|
|
|
298
309
|
### Changes
|
|
@@ -301,7 +312,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
301
312
|
|
|
302
313
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.44)
|
|
303
314
|
|
|
304
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
315
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
305
316
|
[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
317
|
|
|
307
318
|
### Changes
|
|
@@ -310,7 +321,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
310
321
|
|
|
311
322
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.43)
|
|
312
323
|
|
|
313
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
|
324
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
|
314
325
|
[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
326
|
|
|
316
327
|
### Changes
|
|
@@ -319,7 +330,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
|
319
330
|
|
|
320
331
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.42)
|
|
321
332
|
|
|
322
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
333
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
323
334
|
[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
335
|
|
|
325
336
|
### Changes
|
|
@@ -328,7 +339,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
328
339
|
|
|
329
340
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.41)
|
|
330
341
|
|
|
331
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
|
342
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
|
332
343
|
[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
344
|
|
|
334
345
|
### Changes
|
|
@@ -337,7 +348,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
|
337
348
|
|
|
338
349
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.40)
|
|
339
350
|
|
|
340
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
351
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
341
352
|
[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
353
|
|
|
343
354
|
### Changes
|
|
@@ -346,7 +357,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
346
357
|
|
|
347
358
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.39)
|
|
348
359
|
|
|
349
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
360
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
350
361
|
[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
362
|
|
|
352
363
|
### Patches
|
|
@@ -360,7 +371,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
360
371
|
|
|
361
372
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.38)
|
|
362
373
|
|
|
363
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
374
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
364
375
|
[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
376
|
|
|
366
377
|
### Changes
|
|
@@ -369,7 +380,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
369
380
|
|
|
370
381
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.37)
|
|
371
382
|
|
|
372
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
383
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
373
384
|
[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
385
|
|
|
375
386
|
### Changes
|
|
@@ -378,7 +389,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
378
389
|
|
|
379
390
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.36)
|
|
380
391
|
|
|
381
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
392
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
382
393
|
[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
394
|
|
|
384
395
|
### Changes
|
|
@@ -387,7 +398,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
387
398
|
|
|
388
399
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.35)
|
|
389
400
|
|
|
390
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
401
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
391
402
|
[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
403
|
|
|
393
404
|
### Changes
|
|
@@ -396,7 +407,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
396
407
|
|
|
397
408
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.34)
|
|
398
409
|
|
|
399
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
410
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
400
411
|
[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
412
|
|
|
402
413
|
### Changes
|
|
@@ -405,7 +416,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
405
416
|
|
|
406
417
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.33)
|
|
407
418
|
|
|
408
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
419
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
409
420
|
[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
421
|
|
|
411
422
|
### Patches
|
|
@@ -419,7 +430,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
419
430
|
|
|
420
431
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.32)
|
|
421
432
|
|
|
422
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
433
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
423
434
|
[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
435
|
|
|
425
436
|
### Changes
|
|
@@ -428,7 +439,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
428
439
|
|
|
429
440
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.31)
|
|
430
441
|
|
|
431
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
442
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
432
443
|
[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
444
|
|
|
434
445
|
### Changes
|
|
@@ -437,7 +448,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
437
448
|
|
|
438
449
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.30)
|
|
439
450
|
|
|
440
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
451
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
441
452
|
[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
453
|
|
|
443
454
|
### Changes
|
|
@@ -446,7 +457,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
446
457
|
|
|
447
458
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.29)
|
|
448
459
|
|
|
449
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
460
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
450
461
|
[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
462
|
|
|
452
463
|
### Changes
|
|
@@ -455,7 +466,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
455
466
|
|
|
456
467
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.28)
|
|
457
468
|
|
|
458
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
469
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
459
470
|
[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
471
|
|
|
461
472
|
### Changes
|
|
@@ -464,7 +475,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
464
475
|
|
|
465
476
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.27)
|
|
466
477
|
|
|
467
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
478
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
468
479
|
[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
480
|
|
|
470
481
|
### Patches
|
|
@@ -478,7 +489,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
478
489
|
|
|
479
490
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.26)
|
|
480
491
|
|
|
481
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
492
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
482
493
|
[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
494
|
|
|
484
495
|
### Changes
|
|
@@ -487,7 +498,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
487
498
|
|
|
488
499
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.25)
|
|
489
500
|
|
|
490
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
501
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
491
502
|
[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
503
|
|
|
493
504
|
### Changes
|
|
@@ -496,7 +507,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
496
507
|
|
|
497
508
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.24)
|
|
498
509
|
|
|
499
|
-
Fri, 28 May 2021 07:33:57 GMT
|
|
510
|
+
Fri, 28 May 2021 07:33:57 GMT
|
|
500
511
|
[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
512
|
|
|
502
513
|
### Changes
|
|
@@ -505,7 +516,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
|
505
516
|
|
|
506
517
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.23)
|
|
507
518
|
|
|
508
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
519
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
509
520
|
[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
521
|
|
|
511
522
|
### Changes
|
|
@@ -514,7 +525,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
514
525
|
|
|
515
526
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.22)
|
|
516
527
|
|
|
517
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
528
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
518
529
|
[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
530
|
|
|
520
531
|
### Changes
|
|
@@ -523,7 +534,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
523
534
|
|
|
524
535
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.21)
|
|
525
536
|
|
|
526
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
537
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
527
538
|
[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
539
|
|
|
529
540
|
### Patches
|
|
@@ -537,7 +548,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
537
548
|
|
|
538
549
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.20)
|
|
539
550
|
|
|
540
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
551
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
541
552
|
[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
553
|
|
|
543
554
|
### Changes
|
|
@@ -546,7 +557,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
546
557
|
|
|
547
558
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.19)
|
|
548
559
|
|
|
549
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
560
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
550
561
|
[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
562
|
|
|
552
563
|
### Changes
|
|
@@ -555,7 +566,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
555
566
|
|
|
556
567
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.18)
|
|
557
568
|
|
|
558
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
569
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
559
570
|
[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
571
|
|
|
561
572
|
### Changes
|
|
@@ -564,7 +575,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
|
564
575
|
|
|
565
576
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.17)
|
|
566
577
|
|
|
567
|
-
Tue, 04 May 2021 07:36:35 GMT
|
|
578
|
+
Tue, 04 May 2021 07:36:35 GMT
|
|
568
579
|
[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
580
|
|
|
570
581
|
### Changes
|
|
@@ -573,7 +584,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
|
573
584
|
|
|
574
585
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.16)
|
|
575
586
|
|
|
576
|
-
Mon, 03 May 2021 07:45:19 GMT
|
|
587
|
+
Mon, 03 May 2021 07:45:19 GMT
|
|
577
588
|
[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
589
|
|
|
579
590
|
### Changes
|
|
@@ -582,7 +593,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
|
582
593
|
|
|
583
594
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.15)
|
|
584
595
|
|
|
585
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
596
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
586
597
|
[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
598
|
|
|
588
599
|
### Patches
|
|
@@ -597,7 +608,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
597
608
|
|
|
598
609
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.14)
|
|
599
610
|
|
|
600
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
|
611
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
|
601
612
|
[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
613
|
|
|
603
614
|
### Patches
|
|
@@ -611,7 +622,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
|
611
622
|
|
|
612
623
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.13)
|
|
613
624
|
|
|
614
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
|
625
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
|
615
626
|
[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
627
|
|
|
617
628
|
### Changes
|
|
@@ -620,7 +631,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
|
620
631
|
|
|
621
632
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.12)
|
|
622
633
|
|
|
623
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
634
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
624
635
|
[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
636
|
|
|
626
637
|
### Changes
|
|
@@ -629,7 +640,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
629
640
|
|
|
630
641
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.11)
|
|
631
642
|
|
|
632
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
|
643
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
|
633
644
|
[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
645
|
|
|
635
646
|
### Changes
|
|
@@ -638,7 +649,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
|
638
649
|
|
|
639
650
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.10)
|
|
640
651
|
|
|
641
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
|
652
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
|
642
653
|
[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
654
|
|
|
644
655
|
### Changes
|
|
@@ -647,7 +658,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
|
647
658
|
|
|
648
659
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.9)
|
|
649
660
|
|
|
650
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
|
661
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
|
651
662
|
[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
663
|
|
|
653
664
|
### Changes
|
|
@@ -656,7 +667,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
|
656
667
|
|
|
657
668
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.8)
|
|
658
669
|
|
|
659
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
|
670
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
|
660
671
|
[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
672
|
|
|
662
673
|
### Changes
|
|
@@ -665,7 +676,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
|
665
676
|
|
|
666
677
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.7)
|
|
667
678
|
|
|
668
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
|
679
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
|
669
680
|
[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
681
|
|
|
671
682
|
### Changes
|
|
@@ -674,7 +685,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
|
674
685
|
|
|
675
686
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.6)
|
|
676
687
|
|
|
677
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
|
688
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
|
678
689
|
[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
690
|
|
|
680
691
|
### Changes
|
|
@@ -683,7 +694,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
|
683
694
|
|
|
684
695
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.5)
|
|
685
696
|
|
|
686
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
|
697
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
|
687
698
|
[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
699
|
|
|
689
700
|
### Patches
|
|
@@ -697,7 +708,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
|
697
708
|
|
|
698
709
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.4)
|
|
699
710
|
|
|
700
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
|
711
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
|
701
712
|
[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
713
|
|
|
703
714
|
### Changes
|
|
@@ -706,7 +717,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
|
706
717
|
|
|
707
718
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.3)
|
|
708
719
|
|
|
709
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
720
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
710
721
|
[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
722
|
|
|
712
723
|
### Changes
|
|
@@ -715,7 +726,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
715
726
|
|
|
716
727
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-alpha.2)
|
|
717
728
|
|
|
718
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
729
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
719
730
|
[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
731
|
|
|
721
732
|
### Changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
|
3
|
-
"version": "9.0.0-rc.
|
|
3
|
+
"version": "9.0.0-rc.7",
|
|
4
4
|
"description": "A react wrapper around Popper.js for Fluent UI",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"lint": "just-scripts lint",
|
|
21
21
|
"test": "jest --passWithNoTests",
|
|
22
22
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
|
23
|
-
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node
|
|
23
|
+
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-positioning/src && yarn docs",
|
|
24
24
|
"type-check": "tsc -b tsconfig.json"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@griffel/react": "1.0.3",
|
|
32
|
-
"@fluentui/react-shared-contexts": "9.0.0-rc.
|
|
33
|
-
"@fluentui/react-theme": "9.0.0-rc.
|
|
34
|
-
"@fluentui/react-utilities": "9.0.0-rc.
|
|
32
|
+
"@fluentui/react-shared-contexts": "9.0.0-rc.6",
|
|
33
|
+
"@fluentui/react-theme": "9.0.0-rc.6",
|
|
34
|
+
"@fluentui/react-utilities": "9.0.0-rc.7",
|
|
35
35
|
"@popperjs/core": "~2.4.3",
|
|
36
36
|
"tslib": "^2.1.0"
|
|
37
37
|
},
|