@fluentui/react-aria 9.11.4 → 9.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-aria
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 06 Jun 2024 15:22:11 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.12.0)
|
|
8
|
+
|
|
9
|
+
Thu, 06 Jun 2024 15:22:11 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.11.4..@fluentui/react-aria_v9.12.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- add optional `window` argument to `scrollIntoView`. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.39 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
16
|
+
- Bump @fluentui/react-tabster to v9.21.5 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.18.10 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- chore: remove optional "win" argument ([PR #31470](https://github.com/microsoft/fluentui/pull/31470) by seanmonahan@microsoft.com)
|
|
22
|
+
|
|
7
23
|
## [9.11.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.11.4)
|
|
8
24
|
|
|
9
|
-
Thu, 23 May 2024
|
|
25
|
+
Thu, 23 May 2024 08:02:39 GMT
|
|
10
26
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.11.3..@fluentui/react-aria_v9.11.4)
|
|
11
27
|
|
|
12
28
|
### Patches
|
|
13
29
|
|
|
14
30
|
- fix: add cleanup for timeout in announce ([PR #31264](https://github.com/microsoft/fluentui/pull/31264) by sarah.higley@microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/
|
|
31
|
+
- Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
|
16
32
|
|
|
17
33
|
## [9.11.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.11.3)
|
|
18
34
|
|
|
19
|
-
Mon, 20 May 2024 12:45:09 GMT
|
|
35
|
+
Mon, 20 May 2024 12:45:09 GMT
|
|
20
36
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.11.2..@fluentui/react-aria_v9.11.3)
|
|
21
37
|
|
|
22
38
|
### Patches
|
|
@@ -28,7 +44,7 @@ Mon, 20 May 2024 12:45:09 GMT
|
|
|
28
44
|
|
|
29
45
|
## [9.11.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.11.2)
|
|
30
46
|
|
|
31
|
-
Thu, 09 May 2024 19:35:12 GMT
|
|
47
|
+
Thu, 09 May 2024 19:35:12 GMT
|
|
32
48
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.11.1..@fluentui/react-aria_v9.11.2)
|
|
33
49
|
|
|
34
50
|
### Patches
|
|
@@ -37,7 +53,7 @@ Thu, 09 May 2024 19:35:12 GMT
|
|
|
37
53
|
|
|
38
54
|
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.11.1)
|
|
39
55
|
|
|
40
|
-
Mon, 06 May 2024 12:55:00 GMT
|
|
56
|
+
Mon, 06 May 2024 12:55:00 GMT
|
|
41
57
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.11.0..@fluentui/react-aria_v9.11.1)
|
|
42
58
|
|
|
43
59
|
### Patches
|
|
@@ -50,7 +66,7 @@ Mon, 06 May 2024 12:55:00 GMT
|
|
|
50
66
|
|
|
51
67
|
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.11.0)
|
|
52
68
|
|
|
53
|
-
Thu, 02 May 2024 11:36:29 GMT
|
|
69
|
+
Thu, 02 May 2024 11:36:29 GMT
|
|
54
70
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.10.5..@fluentui/react-aria_v9.11.0)
|
|
55
71
|
|
|
56
72
|
### Minor changes
|
|
@@ -65,7 +81,7 @@ Thu, 02 May 2024 11:36:29 GMT
|
|
|
65
81
|
|
|
66
82
|
## [9.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.10.5)
|
|
67
83
|
|
|
68
|
-
Tue, 23 Apr 2024 08:17:49 GMT
|
|
84
|
+
Tue, 23 Apr 2024 08:17:49 GMT
|
|
69
85
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.10.4..@fluentui/react-aria_v9.10.5)
|
|
70
86
|
|
|
71
87
|
### Patches
|
|
@@ -77,17 +93,17 @@ Tue, 23 Apr 2024 08:17:49 GMT
|
|
|
77
93
|
|
|
78
94
|
## [9.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.10.4)
|
|
79
95
|
|
|
80
|
-
Wed, 17 Apr 2024 21:53:47 GMT
|
|
96
|
+
Wed, 17 Apr 2024 21:53:47 GMT
|
|
81
97
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.10.3..@fluentui/react-aria_v9.10.4)
|
|
82
98
|
|
|
83
99
|
### Patches
|
|
84
100
|
|
|
85
|
-
- fix: End key should move activeOption
|
|
101
|
+
- fix: End key should move activeOption ([PR #30864](https://github.com/microsoft/fluentui/pull/30864) by sarah.higley@microsoft.com)
|
|
86
102
|
- Bump @fluentui/react-tabster to v9.20.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
|
|
87
103
|
|
|
88
104
|
## [9.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.10.3)
|
|
89
105
|
|
|
90
|
-
Tue, 02 Apr 2024 09:48:01 GMT
|
|
106
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
|
91
107
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.10.2..@fluentui/react-aria_v9.10.3)
|
|
92
108
|
|
|
93
109
|
### Patches
|
|
@@ -99,7 +115,7 @@ Tue, 02 Apr 2024 09:48:01 GMT
|
|
|
99
115
|
|
|
100
116
|
## [9.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.10.2)
|
|
101
117
|
|
|
102
|
-
Mon, 18 Mar 2024 19:50:46 GMT
|
|
118
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
|
103
119
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.10.1..@fluentui/react-aria_v9.10.2)
|
|
104
120
|
|
|
105
121
|
### Patches
|
|
@@ -111,7 +127,7 @@ Mon, 18 Mar 2024 19:50:46 GMT
|
|
|
111
127
|
|
|
112
128
|
## [9.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.10.1)
|
|
113
129
|
|
|
114
|
-
Fri, 15 Mar 2024 21:43:49 GMT
|
|
130
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
|
115
131
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.10.0..@fluentui/react-aria_v9.10.1)
|
|
116
132
|
|
|
117
133
|
### Patches
|
|
@@ -123,7 +139,7 @@ Fri, 15 Mar 2024 21:43:49 GMT
|
|
|
123
139
|
|
|
124
140
|
## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.10.0)
|
|
125
141
|
|
|
126
|
-
Thu, 07 Mar 2024 19:33:21 GMT
|
|
142
|
+
Thu, 07 Mar 2024 19:33:21 GMT
|
|
127
143
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.9.1..@fluentui/react-aria_v9.10.0)
|
|
128
144
|
|
|
129
145
|
### Minor changes
|
|
@@ -136,7 +152,7 @@ Thu, 07 Mar 2024 19:33:21 GMT
|
|
|
136
152
|
|
|
137
153
|
## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.9.1)
|
|
138
154
|
|
|
139
|
-
Wed, 28 Feb 2024 02:34:19 GMT
|
|
155
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
|
140
156
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.9.0..@fluentui/react-aria_v9.9.1)
|
|
141
157
|
|
|
142
158
|
### Patches
|
|
@@ -148,7 +164,7 @@ Wed, 28 Feb 2024 02:34:19 GMT
|
|
|
148
164
|
|
|
149
165
|
## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.9.0)
|
|
150
166
|
|
|
151
|
-
Tue, 20 Feb 2024 14:22:17 GMT
|
|
167
|
+
Tue, 20 Feb 2024 14:22:17 GMT
|
|
152
168
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.8.2..@fluentui/react-aria_v9.9.0)
|
|
153
169
|
|
|
154
170
|
### Minor changes
|
|
@@ -160,7 +176,7 @@ Tue, 20 Feb 2024 14:22:17 GMT
|
|
|
160
176
|
|
|
161
177
|
## [9.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.8.2)
|
|
162
178
|
|
|
163
|
-
Tue, 06 Feb 2024 17:55:18 GMT
|
|
179
|
+
Tue, 06 Feb 2024 17:55:18 GMT
|
|
164
180
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.8.1..@fluentui/react-aria_v9.8.2)
|
|
165
181
|
|
|
166
182
|
### Patches
|
|
@@ -170,7 +186,7 @@ Tue, 06 Feb 2024 17:55:18 GMT
|
|
|
170
186
|
|
|
171
187
|
## [9.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.8.1)
|
|
172
188
|
|
|
173
|
-
Tue, 30 Jan 2024 23:16:54 GMT
|
|
189
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
|
174
190
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.8.0..@fluentui/react-aria_v9.8.1)
|
|
175
191
|
|
|
176
192
|
### Patches
|
|
@@ -180,7 +196,7 @@ Tue, 30 Jan 2024 23:16:54 GMT
|
|
|
180
196
|
|
|
181
197
|
## [9.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.8.0)
|
|
182
198
|
|
|
183
|
-
Tue, 23 Jan 2024 15:10:57 GMT
|
|
199
|
+
Tue, 23 Jan 2024 15:10:57 GMT
|
|
184
200
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.7.3..@fluentui/react-aria_v9.8.0)
|
|
185
201
|
|
|
186
202
|
### Minor changes
|
|
@@ -195,7 +211,7 @@ Tue, 23 Jan 2024 15:10:57 GMT
|
|
|
195
211
|
|
|
196
212
|
## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.7.3)
|
|
197
213
|
|
|
198
|
-
Thu, 18 Jan 2024 14:25:03 GMT
|
|
214
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
|
199
215
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.7.2..@fluentui/react-aria_v9.7.3)
|
|
200
216
|
|
|
201
217
|
### Patches
|
|
@@ -206,7 +222,7 @@ Thu, 18 Jan 2024 14:25:03 GMT
|
|
|
206
222
|
|
|
207
223
|
## [9.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.7.2)
|
|
208
224
|
|
|
209
|
-
Wed, 17 Jan 2024 16:18:50 GMT
|
|
225
|
+
Wed, 17 Jan 2024 16:18:50 GMT
|
|
210
226
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.7.1..@fluentui/react-aria_v9.7.2)
|
|
211
227
|
|
|
212
228
|
### Patches
|
|
@@ -216,7 +232,7 @@ Wed, 17 Jan 2024 16:18:50 GMT
|
|
|
216
232
|
|
|
217
233
|
## [9.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.7.1)
|
|
218
234
|
|
|
219
|
-
Tue, 16 Jan 2024 13:14:14 GMT
|
|
235
|
+
Tue, 16 Jan 2024 13:14:14 GMT
|
|
220
236
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.7.0..@fluentui/react-aria_v9.7.1)
|
|
221
237
|
|
|
222
238
|
### Patches
|
|
@@ -226,7 +242,7 @@ Tue, 16 Jan 2024 13:14:14 GMT
|
|
|
226
242
|
|
|
227
243
|
## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.7.0)
|
|
228
244
|
|
|
229
|
-
Thu, 11 Jan 2024 09:04:28 GMT
|
|
245
|
+
Thu, 11 Jan 2024 09:04:28 GMT
|
|
230
246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.6.2..@fluentui/react-aria_v9.7.0)
|
|
231
247
|
|
|
232
248
|
### Minor changes
|
|
@@ -235,7 +251,7 @@ Thu, 11 Jan 2024 09:04:28 GMT
|
|
|
235
251
|
|
|
236
252
|
## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.6.2)
|
|
237
253
|
|
|
238
|
-
Mon, 08 Jan 2024 16:24:28 GMT
|
|
254
|
+
Mon, 08 Jan 2024 16:24:28 GMT
|
|
239
255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.6.1..@fluentui/react-aria_v9.6.2)
|
|
240
256
|
|
|
241
257
|
### Patches
|
|
@@ -244,7 +260,7 @@ Mon, 08 Jan 2024 16:24:28 GMT
|
|
|
244
260
|
|
|
245
261
|
## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.6.1)
|
|
246
262
|
|
|
247
|
-
Wed, 03 Jan 2024 09:26:42 GMT
|
|
263
|
+
Wed, 03 Jan 2024 09:26:42 GMT
|
|
248
264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.6.0..@fluentui/react-aria_v9.6.1)
|
|
249
265
|
|
|
250
266
|
### Patches
|
|
@@ -254,7 +270,7 @@ Wed, 03 Jan 2024 09:26:42 GMT
|
|
|
254
270
|
|
|
255
271
|
## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.6.0)
|
|
256
272
|
|
|
257
|
-
Mon, 18 Dec 2023 14:40:44 GMT
|
|
273
|
+
Mon, 18 Dec 2023 14:40:44 GMT
|
|
258
274
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.5.0..@fluentui/react-aria_v9.6.0)
|
|
259
275
|
|
|
260
276
|
### Minor changes
|
|
@@ -265,7 +281,7 @@ Mon, 18 Dec 2023 14:40:44 GMT
|
|
|
265
281
|
|
|
266
282
|
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.5.0)
|
|
267
283
|
|
|
268
|
-
Thu, 14 Dec 2023 09:58:42 GMT
|
|
284
|
+
Thu, 14 Dec 2023 09:58:42 GMT
|
|
269
285
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.4.0..@fluentui/react-aria_v9.5.0)
|
|
270
286
|
|
|
271
287
|
### Minor changes
|
|
@@ -276,7 +292,7 @@ Thu, 14 Dec 2023 09:58:42 GMT
|
|
|
276
292
|
|
|
277
293
|
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.4.0)
|
|
278
294
|
|
|
279
|
-
Thu, 30 Nov 2023 13:42:05 GMT
|
|
295
|
+
Thu, 30 Nov 2023 13:42:05 GMT
|
|
280
296
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.44..@fluentui/react-aria_v9.4.0)
|
|
281
297
|
|
|
282
298
|
### Minor changes
|
|
@@ -285,7 +301,7 @@ Thu, 30 Nov 2023 13:42:05 GMT
|
|
|
285
301
|
|
|
286
302
|
## [9.3.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.44)
|
|
287
303
|
|
|
288
|
-
Thu, 09 Nov 2023 17:29:50 GMT
|
|
304
|
+
Thu, 09 Nov 2023 17:29:50 GMT
|
|
289
305
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.43..@fluentui/react-aria_v9.3.44)
|
|
290
306
|
|
|
291
307
|
### Patches
|
|
@@ -296,7 +312,7 @@ Thu, 09 Nov 2023 17:29:50 GMT
|
|
|
296
312
|
|
|
297
313
|
## [9.3.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.43)
|
|
298
314
|
|
|
299
|
-
Wed, 18 Oct 2023 17:54:08 GMT
|
|
315
|
+
Wed, 18 Oct 2023 17:54:08 GMT
|
|
300
316
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.42..@fluentui/react-aria_v9.3.43)
|
|
301
317
|
|
|
302
318
|
### Patches
|
|
@@ -305,7 +321,7 @@ Wed, 18 Oct 2023 17:54:08 GMT
|
|
|
305
321
|
|
|
306
322
|
## [9.3.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.42)
|
|
307
323
|
|
|
308
|
-
Wed, 11 Oct 2023 13:54:26 GMT
|
|
324
|
+
Wed, 11 Oct 2023 13:54:26 GMT
|
|
309
325
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.41..@fluentui/react-aria_v9.3.42)
|
|
310
326
|
|
|
311
327
|
### Patches
|
|
@@ -314,7 +330,7 @@ Wed, 11 Oct 2023 13:54:26 GMT
|
|
|
314
330
|
|
|
315
331
|
## [9.3.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.41)
|
|
316
332
|
|
|
317
|
-
Mon, 09 Oct 2023 20:45:44 GMT
|
|
333
|
+
Mon, 09 Oct 2023 20:45:44 GMT
|
|
318
334
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.40..@fluentui/react-aria_v9.3.41)
|
|
319
335
|
|
|
320
336
|
### Patches
|
|
@@ -323,7 +339,7 @@ Mon, 09 Oct 2023 20:45:44 GMT
|
|
|
323
339
|
|
|
324
340
|
## [9.3.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.40)
|
|
325
341
|
|
|
326
|
-
Thu, 05 Oct 2023 15:25:35 GMT
|
|
342
|
+
Thu, 05 Oct 2023 15:25:35 GMT
|
|
327
343
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.39..@fluentui/react-aria_v9.3.40)
|
|
328
344
|
|
|
329
345
|
### Patches
|
|
@@ -332,7 +348,7 @@ Thu, 05 Oct 2023 15:25:35 GMT
|
|
|
332
348
|
|
|
333
349
|
## [9.3.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.39)
|
|
334
350
|
|
|
335
|
-
Wed, 04 Oct 2023 08:45:47 GMT
|
|
351
|
+
Wed, 04 Oct 2023 08:45:47 GMT
|
|
336
352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.38..@fluentui/react-aria_v9.3.39)
|
|
337
353
|
|
|
338
354
|
### Patches
|
|
@@ -341,7 +357,7 @@ Wed, 04 Oct 2023 08:45:47 GMT
|
|
|
341
357
|
|
|
342
358
|
## [9.3.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.38)
|
|
343
359
|
|
|
344
|
-
Tue, 26 Sep 2023 17:49:02 GMT
|
|
360
|
+
Tue, 26 Sep 2023 17:49:02 GMT
|
|
345
361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.37..@fluentui/react-aria_v9.3.38)
|
|
346
362
|
|
|
347
363
|
### Patches
|
|
@@ -352,7 +368,7 @@ Tue, 26 Sep 2023 17:49:02 GMT
|
|
|
352
368
|
|
|
353
369
|
## [9.3.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.37)
|
|
354
370
|
|
|
355
|
-
Tue, 26 Sep 2023 15:32:05 GMT
|
|
371
|
+
Tue, 26 Sep 2023 15:32:05 GMT
|
|
356
372
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.36..@fluentui/react-aria_v9.3.37)
|
|
357
373
|
|
|
358
374
|
### Patches
|
|
@@ -363,7 +379,7 @@ Tue, 26 Sep 2023 15:32:05 GMT
|
|
|
363
379
|
|
|
364
380
|
## [9.3.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.36)
|
|
365
381
|
|
|
366
|
-
Wed, 06 Sep 2023 13:31:31 GMT
|
|
382
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
|
367
383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.35..@fluentui/react-aria_v9.3.36)
|
|
368
384
|
|
|
369
385
|
### Patches
|
|
@@ -372,7 +388,7 @@ Wed, 06 Sep 2023 13:31:31 GMT
|
|
|
372
388
|
|
|
373
389
|
## [9.3.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.35)
|
|
374
390
|
|
|
375
|
-
Tue, 05 Sep 2023 15:39:04 GMT
|
|
391
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
|
376
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.34..@fluentui/react-aria_v9.3.35)
|
|
377
393
|
|
|
378
394
|
### Patches
|
|
@@ -381,7 +397,7 @@ Tue, 05 Sep 2023 15:39:04 GMT
|
|
|
381
397
|
|
|
382
398
|
## [9.3.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.34)
|
|
383
399
|
|
|
384
|
-
Tue, 05 Sep 2023 13:29:15 GMT
|
|
400
|
+
Tue, 05 Sep 2023 13:29:15 GMT
|
|
385
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.33..@fluentui/react-aria_v9.3.34)
|
|
386
402
|
|
|
387
403
|
### Patches
|
|
@@ -393,7 +409,7 @@ Tue, 05 Sep 2023 13:29:15 GMT
|
|
|
393
409
|
|
|
394
410
|
## [9.3.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.33)
|
|
395
411
|
|
|
396
|
-
Tue, 29 Aug 2023 12:57:36 GMT
|
|
412
|
+
Tue, 29 Aug 2023 12:57:36 GMT
|
|
397
413
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.32..@fluentui/react-aria_v9.3.33)
|
|
398
414
|
|
|
399
415
|
### Patches
|
|
@@ -402,7 +418,7 @@ Tue, 29 Aug 2023 12:57:36 GMT
|
|
|
402
418
|
|
|
403
419
|
## [9.3.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.32)
|
|
404
420
|
|
|
405
|
-
Thu, 24 Aug 2023 10:26:35 GMT
|
|
421
|
+
Thu, 24 Aug 2023 10:26:35 GMT
|
|
406
422
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.31..@fluentui/react-aria_v9.3.32)
|
|
407
423
|
|
|
408
424
|
### Patches
|
|
@@ -411,7 +427,7 @@ Thu, 24 Aug 2023 10:26:35 GMT
|
|
|
411
427
|
|
|
412
428
|
## [9.3.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.31)
|
|
413
429
|
|
|
414
|
-
Wed, 23 Aug 2023 12:01:49 GMT
|
|
430
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
|
415
431
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.30..@fluentui/react-aria_v9.3.31)
|
|
416
432
|
|
|
417
433
|
### Patches
|
|
@@ -420,7 +436,7 @@ Wed, 23 Aug 2023 12:01:49 GMT
|
|
|
420
436
|
|
|
421
437
|
## [9.3.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.30)
|
|
422
438
|
|
|
423
|
-
Fri, 11 Aug 2023 12:14:26 GMT
|
|
439
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
|
424
440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.29..@fluentui/react-aria_v9.3.30)
|
|
425
441
|
|
|
426
442
|
### Patches
|
|
@@ -429,7 +445,7 @@ Fri, 11 Aug 2023 12:14:26 GMT
|
|
|
429
445
|
|
|
430
446
|
## [9.3.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.29)
|
|
431
447
|
|
|
432
|
-
Wed, 09 Aug 2023 13:16:49 GMT
|
|
448
|
+
Wed, 09 Aug 2023 13:16:49 GMT
|
|
433
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.28..@fluentui/react-aria_v9.3.29)
|
|
434
450
|
|
|
435
451
|
### Patches
|
|
@@ -438,7 +454,7 @@ Wed, 09 Aug 2023 13:16:49 GMT
|
|
|
438
454
|
|
|
439
455
|
## [9.3.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.28)
|
|
440
456
|
|
|
441
|
-
Fri, 04 Aug 2023 08:52:58 GMT
|
|
457
|
+
Fri, 04 Aug 2023 08:52:58 GMT
|
|
442
458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.26..@fluentui/react-aria_v9.3.28)
|
|
443
459
|
|
|
444
460
|
### Patches
|
|
@@ -447,7 +463,7 @@ Fri, 04 Aug 2023 08:52:58 GMT
|
|
|
447
463
|
|
|
448
464
|
## [9.3.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.26)
|
|
449
465
|
|
|
450
|
-
Mon, 03 Jul 2023 11:57:14 GMT
|
|
466
|
+
Mon, 03 Jul 2023 11:57:14 GMT
|
|
451
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.25..@fluentui/react-aria_v9.3.26)
|
|
452
468
|
|
|
453
469
|
### Patches
|
|
@@ -456,7 +472,7 @@ Mon, 03 Jul 2023 11:57:14 GMT
|
|
|
456
472
|
|
|
457
473
|
## [9.3.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.25)
|
|
458
474
|
|
|
459
|
-
Wed, 28 Jun 2023 11:12:22 GMT
|
|
475
|
+
Wed, 28 Jun 2023 11:12:22 GMT
|
|
460
476
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.24..@fluentui/react-aria_v9.3.25)
|
|
461
477
|
|
|
462
478
|
### Patches
|
|
@@ -465,7 +481,7 @@ Wed, 28 Jun 2023 11:12:22 GMT
|
|
|
465
481
|
|
|
466
482
|
## [9.3.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.24)
|
|
467
483
|
|
|
468
|
-
Mon, 26 Jun 2023 09:53:55 GMT
|
|
484
|
+
Mon, 26 Jun 2023 09:53:55 GMT
|
|
469
485
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.23..@fluentui/react-aria_v9.3.24)
|
|
470
486
|
|
|
471
487
|
### Patches
|
|
@@ -474,7 +490,7 @@ Mon, 26 Jun 2023 09:53:55 GMT
|
|
|
474
490
|
|
|
475
491
|
## [9.3.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.23)
|
|
476
492
|
|
|
477
|
-
Tue, 20 Jun 2023 12:39:07 GMT
|
|
493
|
+
Tue, 20 Jun 2023 12:39:07 GMT
|
|
478
494
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.22..@fluentui/react-aria_v9.3.23)
|
|
479
495
|
|
|
480
496
|
### Patches
|
|
@@ -483,7 +499,7 @@ Tue, 20 Jun 2023 12:39:07 GMT
|
|
|
483
499
|
|
|
484
500
|
## [9.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.22)
|
|
485
501
|
|
|
486
|
-
Wed, 31 May 2023 06:46:23 GMT
|
|
502
|
+
Wed, 31 May 2023 06:46:23 GMT
|
|
487
503
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.21..@fluentui/react-aria_v9.3.22)
|
|
488
504
|
|
|
489
505
|
### Patches
|
|
@@ -492,7 +508,7 @@ Wed, 31 May 2023 06:46:23 GMT
|
|
|
492
508
|
|
|
493
509
|
## [9.3.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.21)
|
|
494
510
|
|
|
495
|
-
Thu, 25 May 2023 10:00:48 GMT
|
|
511
|
+
Thu, 25 May 2023 10:00:48 GMT
|
|
496
512
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.20..@fluentui/react-aria_v9.3.21)
|
|
497
513
|
|
|
498
514
|
### Patches
|
|
@@ -501,7 +517,7 @@ Thu, 25 May 2023 10:00:48 GMT
|
|
|
501
517
|
|
|
502
518
|
## [9.3.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.20)
|
|
503
519
|
|
|
504
|
-
Thu, 18 May 2023 00:39:02 GMT
|
|
520
|
+
Thu, 18 May 2023 00:39:02 GMT
|
|
505
521
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.19..@fluentui/react-aria_v9.3.20)
|
|
506
522
|
|
|
507
523
|
### Patches
|
|
@@ -510,7 +526,7 @@ Thu, 18 May 2023 00:39:02 GMT
|
|
|
510
526
|
|
|
511
527
|
## [9.3.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.19)
|
|
512
528
|
|
|
513
|
-
Fri, 12 May 2023 20:28:12 GMT
|
|
529
|
+
Fri, 12 May 2023 20:28:12 GMT
|
|
514
530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.18..@fluentui/react-aria_v9.3.19)
|
|
515
531
|
|
|
516
532
|
### Patches
|
|
@@ -521,7 +537,7 @@ Fri, 12 May 2023 20:28:12 GMT
|
|
|
521
537
|
|
|
522
538
|
## [9.3.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.18)
|
|
523
539
|
|
|
524
|
-
Mon, 17 Apr 2023 17:54:02 GMT
|
|
540
|
+
Mon, 17 Apr 2023 17:54:02 GMT
|
|
525
541
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.17..@fluentui/react-aria_v9.3.18)
|
|
526
542
|
|
|
527
543
|
### Patches
|
|
@@ -530,7 +546,7 @@ Mon, 17 Apr 2023 17:54:02 GMT
|
|
|
530
546
|
|
|
531
547
|
## [9.3.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.17)
|
|
532
548
|
|
|
533
|
-
Wed, 12 Apr 2023 09:31:45 GMT
|
|
549
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
|
534
550
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.16..@fluentui/react-aria_v9.3.17)
|
|
535
551
|
|
|
536
552
|
### Patches
|
|
@@ -539,7 +555,7 @@ Wed, 12 Apr 2023 09:31:45 GMT
|
|
|
539
555
|
|
|
540
556
|
## [9.3.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.16)
|
|
541
557
|
|
|
542
|
-
Tue, 04 Apr 2023 18:44:50 GMT
|
|
558
|
+
Tue, 04 Apr 2023 18:44:50 GMT
|
|
543
559
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.15..@fluentui/react-aria_v9.3.16)
|
|
544
560
|
|
|
545
561
|
### Patches
|
|
@@ -548,7 +564,7 @@ Tue, 04 Apr 2023 18:44:50 GMT
|
|
|
548
564
|
|
|
549
565
|
## [9.3.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.15)
|
|
550
566
|
|
|
551
|
-
Tue, 21 Mar 2023 21:23:22 GMT
|
|
567
|
+
Tue, 21 Mar 2023 21:23:22 GMT
|
|
552
568
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.14..@fluentui/react-aria_v9.3.15)
|
|
553
569
|
|
|
554
570
|
### Patches
|
|
@@ -560,7 +576,7 @@ Tue, 21 Mar 2023 21:23:22 GMT
|
|
|
560
576
|
|
|
561
577
|
## [9.3.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.14)
|
|
562
578
|
|
|
563
|
-
Thu, 16 Mar 2023 14:36:59 GMT
|
|
579
|
+
Thu, 16 Mar 2023 14:36:59 GMT
|
|
564
580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.13..@fluentui/react-aria_v9.3.14)
|
|
565
581
|
|
|
566
582
|
### Patches
|
|
@@ -569,7 +585,7 @@ Thu, 16 Mar 2023 14:36:59 GMT
|
|
|
569
585
|
|
|
570
586
|
## [9.3.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.13)
|
|
571
587
|
|
|
572
|
-
Mon, 13 Mar 2023 08:58:26 GMT
|
|
588
|
+
Mon, 13 Mar 2023 08:58:26 GMT
|
|
573
589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.12..@fluentui/react-aria_v9.3.13)
|
|
574
590
|
|
|
575
591
|
### Patches
|
|
@@ -578,7 +594,7 @@ Mon, 13 Mar 2023 08:58:26 GMT
|
|
|
578
594
|
|
|
579
595
|
## [9.3.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.12)
|
|
580
596
|
|
|
581
|
-
Fri, 10 Mar 2023 07:14:01 GMT
|
|
597
|
+
Fri, 10 Mar 2023 07:14:01 GMT
|
|
582
598
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.11..@fluentui/react-aria_v9.3.12)
|
|
583
599
|
|
|
584
600
|
### Patches
|
|
@@ -587,7 +603,7 @@ Fri, 10 Mar 2023 07:14:01 GMT
|
|
|
587
603
|
|
|
588
604
|
## [9.3.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.11)
|
|
589
605
|
|
|
590
|
-
Wed, 08 Mar 2023 17:42:25 GMT
|
|
606
|
+
Wed, 08 Mar 2023 17:42:25 GMT
|
|
591
607
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.10..@fluentui/react-aria_v9.3.11)
|
|
592
608
|
|
|
593
609
|
### Patches
|
|
@@ -596,7 +612,7 @@ Wed, 08 Mar 2023 17:42:25 GMT
|
|
|
596
612
|
|
|
597
613
|
## [9.3.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.10)
|
|
598
614
|
|
|
599
|
-
Wed, 15 Feb 2023 11:44:52 GMT
|
|
615
|
+
Wed, 15 Feb 2023 11:44:52 GMT
|
|
600
616
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.9..@fluentui/react-aria_v9.3.10)
|
|
601
617
|
|
|
602
618
|
### Patches
|
|
@@ -605,7 +621,7 @@ Wed, 15 Feb 2023 11:44:52 GMT
|
|
|
605
621
|
|
|
606
622
|
## [9.3.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.9)
|
|
607
623
|
|
|
608
|
-
Mon, 13 Feb 2023 23:43:14 GMT
|
|
624
|
+
Mon, 13 Feb 2023 23:43:14 GMT
|
|
609
625
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.8..@fluentui/react-aria_v9.3.9)
|
|
610
626
|
|
|
611
627
|
### Patches
|
|
@@ -614,7 +630,7 @@ Mon, 13 Feb 2023 23:43:14 GMT
|
|
|
614
630
|
|
|
615
631
|
## [9.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.8)
|
|
616
632
|
|
|
617
|
-
Fri, 10 Feb 2023 08:50:02 GMT
|
|
633
|
+
Fri, 10 Feb 2023 08:50:02 GMT
|
|
618
634
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.7..@fluentui/react-aria_v9.3.8)
|
|
619
635
|
|
|
620
636
|
### Patches
|
|
@@ -623,7 +639,7 @@ Fri, 10 Feb 2023 08:50:02 GMT
|
|
|
623
639
|
|
|
624
640
|
## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.7)
|
|
625
641
|
|
|
626
|
-
Tue, 31 Jan 2023 19:53:58 GMT
|
|
642
|
+
Tue, 31 Jan 2023 19:53:58 GMT
|
|
627
643
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.6..@fluentui/react-aria_v9.3.7)
|
|
628
644
|
|
|
629
645
|
### Patches
|
|
@@ -632,7 +648,7 @@ Tue, 31 Jan 2023 19:53:58 GMT
|
|
|
632
648
|
|
|
633
649
|
## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.6)
|
|
634
650
|
|
|
635
|
-
Thu, 26 Jan 2023 13:31:03 GMT
|
|
651
|
+
Thu, 26 Jan 2023 13:31:03 GMT
|
|
636
652
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.5..@fluentui/react-aria_v9.3.6)
|
|
637
653
|
|
|
638
654
|
### Patches
|
|
@@ -641,7 +657,7 @@ Thu, 26 Jan 2023 13:31:03 GMT
|
|
|
641
657
|
|
|
642
658
|
## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.5)
|
|
643
659
|
|
|
644
|
-
Mon, 09 Jan 2023 14:35:02 GMT
|
|
660
|
+
Mon, 09 Jan 2023 14:35:02 GMT
|
|
645
661
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.4..@fluentui/react-aria_v9.3.5)
|
|
646
662
|
|
|
647
663
|
### Patches
|
|
@@ -650,7 +666,7 @@ Mon, 09 Jan 2023 14:35:02 GMT
|
|
|
650
666
|
|
|
651
667
|
## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.4)
|
|
652
668
|
|
|
653
|
-
Wed, 04 Jan 2023 01:40:50 GMT
|
|
669
|
+
Wed, 04 Jan 2023 01:40:50 GMT
|
|
654
670
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.3..@fluentui/react-aria_v9.3.4)
|
|
655
671
|
|
|
656
672
|
### Patches
|
|
@@ -659,7 +675,7 @@ Wed, 04 Jan 2023 01:40:50 GMT
|
|
|
659
675
|
|
|
660
676
|
## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.3)
|
|
661
677
|
|
|
662
|
-
Tue, 20 Dec 2022 14:59:34 GMT
|
|
678
|
+
Tue, 20 Dec 2022 14:59:34 GMT
|
|
663
679
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.2..@fluentui/react-aria_v9.3.3)
|
|
664
680
|
|
|
665
681
|
### Patches
|
|
@@ -668,7 +684,7 @@ Tue, 20 Dec 2022 14:59:34 GMT
|
|
|
668
684
|
|
|
669
685
|
## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.2)
|
|
670
686
|
|
|
671
|
-
Thu, 17 Nov 2022 23:05:33 GMT
|
|
687
|
+
Thu, 17 Nov 2022 23:05:33 GMT
|
|
672
688
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.1..@fluentui/react-aria_v9.3.2)
|
|
673
689
|
|
|
674
690
|
### Patches
|
|
@@ -677,7 +693,7 @@ Thu, 17 Nov 2022 23:05:33 GMT
|
|
|
677
693
|
|
|
678
694
|
## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.1)
|
|
679
695
|
|
|
680
|
-
Fri, 11 Nov 2022 14:57:51 GMT
|
|
696
|
+
Fri, 11 Nov 2022 14:57:51 GMT
|
|
681
697
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.0..@fluentui/react-aria_v9.3.1)
|
|
682
698
|
|
|
683
699
|
### Patches
|
|
@@ -688,7 +704,7 @@ Fri, 11 Nov 2022 14:57:51 GMT
|
|
|
688
704
|
|
|
689
705
|
## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.0)
|
|
690
706
|
|
|
691
|
-
Wed, 02 Nov 2022 11:57:47 GMT
|
|
707
|
+
Wed, 02 Nov 2022 11:57:47 GMT
|
|
692
708
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.2.3..@fluentui/react-aria_v9.3.0)
|
|
693
709
|
|
|
694
710
|
### Minor changes
|
|
@@ -698,7 +714,7 @@ Wed, 02 Nov 2022 11:57:47 GMT
|
|
|
698
714
|
|
|
699
715
|
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.2.3)
|
|
700
716
|
|
|
701
|
-
Thu, 20 Oct 2022 08:39:58 GMT
|
|
717
|
+
Thu, 20 Oct 2022 08:39:58 GMT
|
|
702
718
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.2.2..@fluentui/react-aria_v9.2.3)
|
|
703
719
|
|
|
704
720
|
### Patches
|
|
@@ -708,7 +724,7 @@ Thu, 20 Oct 2022 08:39:58 GMT
|
|
|
708
724
|
|
|
709
725
|
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.2.2)
|
|
710
726
|
|
|
711
|
-
Thu, 13 Oct 2022 11:03:06 GMT
|
|
727
|
+
Thu, 13 Oct 2022 11:03:06 GMT
|
|
712
728
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.2.1..@fluentui/react-aria_v9.2.2)
|
|
713
729
|
|
|
714
730
|
### Patches
|
|
@@ -717,7 +733,7 @@ Thu, 13 Oct 2022 11:03:06 GMT
|
|
|
717
733
|
|
|
718
734
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.2.1)
|
|
719
735
|
|
|
720
|
-
Mon, 03 Oct 2022 22:24:33 GMT
|
|
736
|
+
Mon, 03 Oct 2022 22:24:33 GMT
|
|
721
737
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.2.0..@fluentui/react-aria_v9.2.1)
|
|
722
738
|
|
|
723
739
|
### Patches
|
|
@@ -726,7 +742,7 @@ Mon, 03 Oct 2022 22:24:33 GMT
|
|
|
726
742
|
|
|
727
743
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.2.0)
|
|
728
744
|
|
|
729
|
-
Thu, 15 Sep 2022 09:49:48 GMT
|
|
745
|
+
Thu, 15 Sep 2022 09:49:48 GMT
|
|
730
746
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.1.0..@fluentui/react-aria_v9.2.0)
|
|
731
747
|
|
|
732
748
|
### Minor changes
|
|
@@ -742,7 +758,7 @@ Thu, 15 Sep 2022 09:49:48 GMT
|
|
|
742
758
|
|
|
743
759
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.1.0)
|
|
744
760
|
|
|
745
|
-
Wed, 03 Aug 2022 16:03:37 GMT
|
|
761
|
+
Wed, 03 Aug 2022 16:03:37 GMT
|
|
746
762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.2..@fluentui/react-aria_v9.1.0)
|
|
747
763
|
|
|
748
764
|
### Minor changes
|
|
@@ -755,7 +771,7 @@ Wed, 03 Aug 2022 16:03:37 GMT
|
|
|
755
771
|
|
|
756
772
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.2)
|
|
757
773
|
|
|
758
|
-
Thu, 14 Jul 2022 21:21:08 GMT
|
|
774
|
+
Thu, 14 Jul 2022 21:21:08 GMT
|
|
759
775
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.1..@fluentui/react-aria_v9.0.2)
|
|
760
776
|
|
|
761
777
|
### Patches
|
|
@@ -765,7 +781,7 @@ Thu, 14 Jul 2022 21:21:08 GMT
|
|
|
765
781
|
|
|
766
782
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.1)
|
|
767
783
|
|
|
768
|
-
Thu, 14 Jul 2022 17:06:26 GMT
|
|
784
|
+
Thu, 14 Jul 2022 17:06:26 GMT
|
|
769
785
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0..@fluentui/react-aria_v9.0.1)
|
|
770
786
|
|
|
771
787
|
### Patches
|
|
@@ -774,7 +790,7 @@ Thu, 14 Jul 2022 17:06:26 GMT
|
|
|
774
790
|
|
|
775
791
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0)
|
|
776
792
|
|
|
777
|
-
Tue, 28 Jun 2022 15:14:13 GMT
|
|
793
|
+
Tue, 28 Jun 2022 15:14:13 GMT
|
|
778
794
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.10..@fluentui/react-aria_v9.0.0)
|
|
779
795
|
|
|
780
796
|
### Patches
|
|
@@ -790,7 +806,7 @@ Tue, 28 Jun 2022 15:14:13 GMT
|
|
|
790
806
|
|
|
791
807
|
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.10)
|
|
792
808
|
|
|
793
|
-
Tue, 31 May 2022 21:28:50 GMT
|
|
809
|
+
Tue, 31 May 2022 21:28:50 GMT
|
|
794
810
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.9..@fluentui/react-aria_v9.0.0-rc.10)
|
|
795
811
|
|
|
796
812
|
### Changes
|
|
@@ -799,7 +815,7 @@ Tue, 31 May 2022 21:28:50 GMT
|
|
|
799
815
|
|
|
800
816
|
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.9)
|
|
801
817
|
|
|
802
|
-
Mon, 23 May 2022 12:14:24 GMT
|
|
818
|
+
Mon, 23 May 2022 12:14:24 GMT
|
|
803
819
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.8..@fluentui/react-aria_v9.0.0-rc.9)
|
|
804
820
|
|
|
805
821
|
### Changes
|
|
@@ -808,7 +824,7 @@ Mon, 23 May 2022 12:14:24 GMT
|
|
|
808
824
|
|
|
809
825
|
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.8)
|
|
810
826
|
|
|
811
|
-
Thu, 05 May 2022 18:26:28 GMT
|
|
827
|
+
Thu, 05 May 2022 18:26:28 GMT
|
|
812
828
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.7..@fluentui/react-aria_v9.0.0-rc.8)
|
|
813
829
|
|
|
814
830
|
### Changes
|
|
@@ -820,7 +836,7 @@ Thu, 05 May 2022 18:26:28 GMT
|
|
|
820
836
|
|
|
821
837
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.7)
|
|
822
838
|
|
|
823
|
-
Wed, 04 May 2022 13:26:37 GMT
|
|
839
|
+
Wed, 04 May 2022 13:26:37 GMT
|
|
824
840
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.6..@fluentui/react-aria_v9.0.0-rc.7)
|
|
825
841
|
|
|
826
842
|
### Changes
|
|
@@ -39,7 +39,15 @@ const getTotalOffsetTop = (element, scrollParent)=>{
|
|
|
39
39
|
return element.offsetTop + getTotalOffsetTop(element.offsetParent, scrollParent);
|
|
40
40
|
};
|
|
41
41
|
const getScrollMargins = (element)=>{
|
|
42
|
-
|
|
42
|
+
var _element_ownerDocument;
|
|
43
|
+
const win = (_element_ownerDocument = element.ownerDocument) === null || _element_ownerDocument === void 0 ? void 0 : _element_ownerDocument.defaultView;
|
|
44
|
+
if (!win) {
|
|
45
|
+
return {
|
|
46
|
+
scrollMarginTop: 0,
|
|
47
|
+
scrollMarginBottom: 0
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
const computedStyles = win.getComputedStyle(element);
|
|
43
51
|
var _getIntValueOfComputedStyle;
|
|
44
52
|
const scrollMarginTop = (_getIntValueOfComputedStyle = getIntValueOfComputedStyle(computedStyles.scrollMarginTop)) !== null && _getIntValueOfComputedStyle !== void 0 ? _getIntValueOfComputedStyle : getIntValueOfComputedStyle(computedStyles.scrollMarginBlockStart);
|
|
45
53
|
var _getIntValueOfComputedStyle1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["scrollIntoView.ts"],"sourcesContent":["export const scrollIntoView = (target: HTMLElement | null | undefined) => {\n if (!target) {\n return;\n }\n\n const scrollParent = findScrollableParent(target.parentElement as HTMLElement);\n if (!scrollParent) {\n return;\n }\n\n const { offsetHeight } = target;\n const offsetTop = getTotalOffsetTop(target, scrollParent);\n\n const { scrollMarginTop, scrollMarginBottom } = getScrollMargins(target);\n\n const { offsetHeight: parentOffsetHeight, scrollTop } = scrollParent;\n\n const isAbove = offsetTop - scrollMarginTop < scrollTop;\n const isBelow = offsetTop + offsetHeight + scrollMarginBottom > scrollTop + parentOffsetHeight;\n\n const buffer = 2;\n\n if (isAbove) {\n scrollParent.scrollTo(0, offsetTop - scrollMarginTop - buffer);\n } else if (isBelow) {\n scrollParent.scrollTo(0, offsetTop + offsetHeight + scrollMarginBottom - parentOffsetHeight + buffer);\n }\n};\n\nconst findScrollableParent = (element: HTMLElement | null): HTMLElement | null => {\n if (!element) {\n return null;\n }\n\n if (element.scrollHeight > element.offsetHeight) {\n return element;\n }\n\n return findScrollableParent(element.parentElement);\n};\n\nconst getTotalOffsetTop = (element: HTMLElement, scrollParent: HTMLElement): number => {\n if (!element || element === scrollParent) {\n return 0;\n }\n\n if (element.contains(scrollParent)) {\n // subtract the scroll parent's offset top from the running total if the offsetParent is above it\n return scrollParent.offsetTop * -1;\n }\n\n return element.offsetTop + getTotalOffsetTop(element.offsetParent as HTMLElement, scrollParent);\n};\n\nconst getScrollMargins = (element: HTMLElement) => {\n const computedStyles = getComputedStyle(element);\n const scrollMarginTop =\n getIntValueOfComputedStyle(computedStyles.scrollMarginTop) ??\n getIntValueOfComputedStyle(computedStyles.scrollMarginBlockStart);\n const scrollMarginBottom =\n getIntValueOfComputedStyle(computedStyles.scrollMarginBottom) ??\n getIntValueOfComputedStyle(computedStyles.scrollMarginBlockEnd);\n return {\n scrollMarginTop,\n scrollMarginBottom,\n };\n};\n\nconst getIntValueOfComputedStyle = (computedStyle: string) => {\n return computedStyle ? parseInt(computedStyle, 10) : 0;\n};\n"],"names":["scrollIntoView","target","scrollParent","findScrollableParent","parentElement","offsetHeight","offsetTop","getTotalOffsetTop","scrollMarginTop","scrollMarginBottom","getScrollMargins","parentOffsetHeight","scrollTop","isAbove","isBelow","buffer","scrollTo","element","scrollHeight","contains","offsetParent","computedStyles","getComputedStyle","getIntValueOfComputedStyle","scrollMarginBlockStart","scrollMarginBlockEnd","computedStyle","parseInt"],"mappings":"AAAA,OAAO,MAAMA,iBAAiB,CAACC;IAC7B,IAAI,CAACA,QAAQ;QACX;IACF;IAEA,MAAMC,eAAeC,qBAAqBF,OAAOG,aAAa;IAC9D,IAAI,CAACF,cAAc;QACjB;IACF;IAEA,MAAM,EAAEG,YAAY,EAAE,GAAGJ;IACzB,MAAMK,YAAYC,kBAAkBN,QAAQC;IAE5C,MAAM,EAAEM,eAAe,EAAEC,kBAAkB,EAAE,GAAGC,iBAAiBT;IAEjE,MAAM,EAAEI,cAAcM,kBAAkB,EAAEC,SAAS,EAAE,GAAGV;IAExD,MAAMW,UAAUP,YAAYE,kBAAkBI;IAC9C,MAAME,UAAUR,YAAYD,eAAeI,qBAAqBG,YAAYD;IAE5E,MAAMI,SAAS;IAEf,IAAIF,SAAS;QACXX,aAAac,QAAQ,CAAC,GAAGV,YAAYE,kBAAkBO;IACzD,OAAO,IAAID,SAAS;QAClBZ,aAAac,QAAQ,CAAC,GAAGV,YAAYD,eAAeI,qBAAqBE,qBAAqBI;IAChG;AACF,EAAE;AAEF,MAAMZ,uBAAuB,CAACc;IAC5B,IAAI,CAACA,SAAS;QACZ,OAAO;IACT;IAEA,IAAIA,QAAQC,YAAY,GAAGD,QAAQZ,YAAY,EAAE;QAC/C,OAAOY;IACT;IAEA,OAAOd,qBAAqBc,QAAQb,aAAa;AACnD;AAEA,MAAMG,oBAAoB,CAACU,SAAsBf;IAC/C,IAAI,CAACe,WAAWA,YAAYf,cAAc;QACxC,OAAO;IACT;IAEA,IAAIe,QAAQE,QAAQ,CAACjB,eAAe;QAClC,iGAAiG;QACjG,OAAOA,aAAaI,SAAS,GAAG,CAAC;IACnC;IAEA,OAAOW,QAAQX,SAAS,GAAGC,kBAAkBU,QAAQG,YAAY,EAAiBlB;AACpF;AAEA,MAAMQ,mBAAmB,CAACO;
|
|
1
|
+
{"version":3,"sources":["scrollIntoView.ts"],"sourcesContent":["export const scrollIntoView = (target: HTMLElement | null | undefined) => {\n if (!target) {\n return;\n }\n\n const scrollParent = findScrollableParent(target.parentElement as HTMLElement);\n if (!scrollParent) {\n return;\n }\n\n const { offsetHeight } = target;\n const offsetTop = getTotalOffsetTop(target, scrollParent);\n\n const { scrollMarginTop, scrollMarginBottom } = getScrollMargins(target);\n\n const { offsetHeight: parentOffsetHeight, scrollTop } = scrollParent;\n\n const isAbove = offsetTop - scrollMarginTop < scrollTop;\n const isBelow = offsetTop + offsetHeight + scrollMarginBottom > scrollTop + parentOffsetHeight;\n\n const buffer = 2;\n\n if (isAbove) {\n scrollParent.scrollTo(0, offsetTop - scrollMarginTop - buffer);\n } else if (isBelow) {\n scrollParent.scrollTo(0, offsetTop + offsetHeight + scrollMarginBottom - parentOffsetHeight + buffer);\n }\n};\n\nconst findScrollableParent = (element: HTMLElement | null): HTMLElement | null => {\n if (!element) {\n return null;\n }\n\n if (element.scrollHeight > element.offsetHeight) {\n return element;\n }\n\n return findScrollableParent(element.parentElement);\n};\n\nconst getTotalOffsetTop = (element: HTMLElement, scrollParent: HTMLElement): number => {\n if (!element || element === scrollParent) {\n return 0;\n }\n\n if (element.contains(scrollParent)) {\n // subtract the scroll parent's offset top from the running total if the offsetParent is above it\n return scrollParent.offsetTop * -1;\n }\n\n return element.offsetTop + getTotalOffsetTop(element.offsetParent as HTMLElement, scrollParent);\n};\n\nconst getScrollMargins = (element: HTMLElement) => {\n const win = element.ownerDocument?.defaultView;\n if (!win) {\n return {\n scrollMarginTop: 0,\n scrollMarginBottom: 0,\n };\n }\n\n const computedStyles = win.getComputedStyle(element);\n const scrollMarginTop =\n getIntValueOfComputedStyle(computedStyles.scrollMarginTop) ??\n getIntValueOfComputedStyle(computedStyles.scrollMarginBlockStart);\n const scrollMarginBottom =\n getIntValueOfComputedStyle(computedStyles.scrollMarginBottom) ??\n getIntValueOfComputedStyle(computedStyles.scrollMarginBlockEnd);\n return {\n scrollMarginTop,\n scrollMarginBottom,\n };\n};\n\nconst getIntValueOfComputedStyle = (computedStyle: string) => {\n return computedStyle ? parseInt(computedStyle, 10) : 0;\n};\n"],"names":["scrollIntoView","target","scrollParent","findScrollableParent","parentElement","offsetHeight","offsetTop","getTotalOffsetTop","scrollMarginTop","scrollMarginBottom","getScrollMargins","parentOffsetHeight","scrollTop","isAbove","isBelow","buffer","scrollTo","element","scrollHeight","contains","offsetParent","win","ownerDocument","defaultView","computedStyles","getComputedStyle","getIntValueOfComputedStyle","scrollMarginBlockStart","scrollMarginBlockEnd","computedStyle","parseInt"],"mappings":"AAAA,OAAO,MAAMA,iBAAiB,CAACC;IAC7B,IAAI,CAACA,QAAQ;QACX;IACF;IAEA,MAAMC,eAAeC,qBAAqBF,OAAOG,aAAa;IAC9D,IAAI,CAACF,cAAc;QACjB;IACF;IAEA,MAAM,EAAEG,YAAY,EAAE,GAAGJ;IACzB,MAAMK,YAAYC,kBAAkBN,QAAQC;IAE5C,MAAM,EAAEM,eAAe,EAAEC,kBAAkB,EAAE,GAAGC,iBAAiBT;IAEjE,MAAM,EAAEI,cAAcM,kBAAkB,EAAEC,SAAS,EAAE,GAAGV;IAExD,MAAMW,UAAUP,YAAYE,kBAAkBI;IAC9C,MAAME,UAAUR,YAAYD,eAAeI,qBAAqBG,YAAYD;IAE5E,MAAMI,SAAS;IAEf,IAAIF,SAAS;QACXX,aAAac,QAAQ,CAAC,GAAGV,YAAYE,kBAAkBO;IACzD,OAAO,IAAID,SAAS;QAClBZ,aAAac,QAAQ,CAAC,GAAGV,YAAYD,eAAeI,qBAAqBE,qBAAqBI;IAChG;AACF,EAAE;AAEF,MAAMZ,uBAAuB,CAACc;IAC5B,IAAI,CAACA,SAAS;QACZ,OAAO;IACT;IAEA,IAAIA,QAAQC,YAAY,GAAGD,QAAQZ,YAAY,EAAE;QAC/C,OAAOY;IACT;IAEA,OAAOd,qBAAqBc,QAAQb,aAAa;AACnD;AAEA,MAAMG,oBAAoB,CAACU,SAAsBf;IAC/C,IAAI,CAACe,WAAWA,YAAYf,cAAc;QACxC,OAAO;IACT;IAEA,IAAIe,QAAQE,QAAQ,CAACjB,eAAe;QAClC,iGAAiG;QACjG,OAAOA,aAAaI,SAAS,GAAG,CAAC;IACnC;IAEA,OAAOW,QAAQX,SAAS,GAAGC,kBAAkBU,QAAQG,YAAY,EAAiBlB;AACpF;AAEA,MAAMQ,mBAAmB,CAACO;QACZA;IAAZ,MAAMI,OAAMJ,yBAAAA,QAAQK,aAAa,cAArBL,6CAAAA,uBAAuBM,WAAW;IAC9C,IAAI,CAACF,KAAK;QACR,OAAO;YACLb,iBAAiB;YACjBC,oBAAoB;QACtB;IACF;IAEA,MAAMe,iBAAiBH,IAAII,gBAAgB,CAACR;QAE1CS;IADF,MAAMlB,kBACJkB,CAAAA,8BAAAA,2BAA2BF,eAAehB,eAAe,eAAzDkB,yCAAAA,8BACAA,2BAA2BF,eAAeG,sBAAsB;QAEhED;IADF,MAAMjB,qBACJiB,CAAAA,+BAAAA,2BAA2BF,eAAef,kBAAkB,eAA5DiB,0CAAAA,+BACAA,2BAA2BF,eAAeI,oBAAoB;IAChE,OAAO;QACLpB;QACAC;IACF;AACF;AAEA,MAAMiB,6BAA6B,CAACG;IAClC,OAAOA,gBAAgBC,SAASD,eAAe,MAAM;AACvD"}
|
|
@@ -49,7 +49,15 @@ const getTotalOffsetTop = (element, scrollParent)=>{
|
|
|
49
49
|
return element.offsetTop + getTotalOffsetTop(element.offsetParent, scrollParent);
|
|
50
50
|
};
|
|
51
51
|
const getScrollMargins = (element)=>{
|
|
52
|
-
|
|
52
|
+
var _element_ownerDocument;
|
|
53
|
+
const win = (_element_ownerDocument = element.ownerDocument) === null || _element_ownerDocument === void 0 ? void 0 : _element_ownerDocument.defaultView;
|
|
54
|
+
if (!win) {
|
|
55
|
+
return {
|
|
56
|
+
scrollMarginTop: 0,
|
|
57
|
+
scrollMarginBottom: 0
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
const computedStyles = win.getComputedStyle(element);
|
|
53
61
|
var _getIntValueOfComputedStyle;
|
|
54
62
|
const scrollMarginTop = (_getIntValueOfComputedStyle = getIntValueOfComputedStyle(computedStyles.scrollMarginTop)) !== null && _getIntValueOfComputedStyle !== void 0 ? _getIntValueOfComputedStyle : getIntValueOfComputedStyle(computedStyles.scrollMarginBlockStart);
|
|
55
63
|
var _getIntValueOfComputedStyle1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["scrollIntoView.js"],"sourcesContent":["export const scrollIntoView = (target)=>{\n if (!target) {\n return;\n }\n const scrollParent = findScrollableParent(target.parentElement);\n if (!scrollParent) {\n return;\n }\n const { offsetHeight } = target;\n const offsetTop = getTotalOffsetTop(target, scrollParent);\n const { scrollMarginTop, scrollMarginBottom } = getScrollMargins(target);\n const { offsetHeight: parentOffsetHeight, scrollTop } = scrollParent;\n const isAbove = offsetTop - scrollMarginTop < scrollTop;\n const isBelow = offsetTop + offsetHeight + scrollMarginBottom > scrollTop + parentOffsetHeight;\n const buffer = 2;\n if (isAbove) {\n scrollParent.scrollTo(0, offsetTop - scrollMarginTop - buffer);\n } else if (isBelow) {\n scrollParent.scrollTo(0, offsetTop + offsetHeight + scrollMarginBottom - parentOffsetHeight + buffer);\n }\n};\nconst findScrollableParent = (element)=>{\n if (!element) {\n return null;\n }\n if (element.scrollHeight > element.offsetHeight) {\n return element;\n }\n return findScrollableParent(element.parentElement);\n};\nconst getTotalOffsetTop = (element, scrollParent)=>{\n if (!element || element === scrollParent) {\n return 0;\n }\n if (element.contains(scrollParent)) {\n // subtract the scroll parent's offset top from the running total if the offsetParent is above it\n return scrollParent.offsetTop * -1;\n }\n return element.offsetTop + getTotalOffsetTop(element.offsetParent, scrollParent);\n};\nconst getScrollMargins = (element)=>{\n const computedStyles = getComputedStyle(element);\n var _getIntValueOfComputedStyle;\n const scrollMarginTop = (_getIntValueOfComputedStyle = getIntValueOfComputedStyle(computedStyles.scrollMarginTop)) !== null && _getIntValueOfComputedStyle !== void 0 ? _getIntValueOfComputedStyle : getIntValueOfComputedStyle(computedStyles.scrollMarginBlockStart);\n var _getIntValueOfComputedStyle1;\n const scrollMarginBottom = (_getIntValueOfComputedStyle1 = getIntValueOfComputedStyle(computedStyles.scrollMarginBottom)) !== null && _getIntValueOfComputedStyle1 !== void 0 ? _getIntValueOfComputedStyle1 : getIntValueOfComputedStyle(computedStyles.scrollMarginBlockEnd);\n return {\n scrollMarginTop,\n scrollMarginBottom\n };\n};\nconst getIntValueOfComputedStyle = (computedStyle)=>{\n return computedStyle ? parseInt(computedStyle, 10) : 0;\n};\n"],"names":["scrollIntoView","target","scrollParent","findScrollableParent","parentElement","offsetHeight","offsetTop","getTotalOffsetTop","scrollMarginTop","scrollMarginBottom","getScrollMargins","parentOffsetHeight","scrollTop","isAbove","isBelow","buffer","scrollTo","element","scrollHeight","contains","offsetParent","computedStyles","getComputedStyle","_getIntValueOfComputedStyle","getIntValueOfComputedStyle","scrollMarginBlockStart","_getIntValueOfComputedStyle1","scrollMarginBlockEnd","computedStyle","parseInt"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,iBAAiB,CAACC;IAC3B,IAAI,CAACA,QAAQ;QACT;IACJ;IACA,MAAMC,eAAeC,qBAAqBF,OAAOG,aAAa;IAC9D,IAAI,CAACF,cAAc;QACf;IACJ;IACA,MAAM,EAAEG,YAAY,EAAE,GAAGJ;IACzB,MAAMK,YAAYC,kBAAkBN,QAAQC;IAC5C,MAAM,EAAEM,eAAe,EAAEC,kBAAkB,EAAE,GAAGC,iBAAiBT;IACjE,MAAM,EAAEI,cAAcM,kBAAkB,EAAEC,SAAS,EAAE,GAAGV;IACxD,MAAMW,UAAUP,YAAYE,kBAAkBI;IAC9C,MAAME,UAAUR,YAAYD,eAAeI,qBAAqBG,YAAYD;IAC5E,MAAMI,SAAS;IACf,IAAIF,SAAS;QACTX,aAAac,QAAQ,CAAC,GAAGV,YAAYE,kBAAkBO;IAC3D,OAAO,IAAID,SAAS;QAChBZ,aAAac,QAAQ,CAAC,GAAGV,YAAYD,eAAeI,qBAAqBE,qBAAqBI;IAClG;AACJ;AACA,MAAMZ,uBAAuB,CAACc;IAC1B,IAAI,CAACA,SAAS;QACV,OAAO;IACX;IACA,IAAIA,QAAQC,YAAY,GAAGD,QAAQZ,YAAY,EAAE;QAC7C,OAAOY;IACX;IACA,OAAOd,qBAAqBc,QAAQb,aAAa;AACrD;AACA,MAAMG,oBAAoB,CAACU,SAASf;IAChC,IAAI,CAACe,WAAWA,YAAYf,cAAc;QACtC,OAAO;IACX;IACA,IAAIe,QAAQE,QAAQ,CAACjB,eAAe;QAChC,iGAAiG;QACjG,OAAOA,aAAaI,SAAS,GAAG,CAAC;IACrC;IACA,OAAOW,QAAQX,SAAS,GAAGC,kBAAkBU,QAAQG,YAAY,EAAElB;AACvE;AACA,MAAMQ,mBAAmB,CAACO;IACtB,
|
|
1
|
+
{"version":3,"sources":["scrollIntoView.js"],"sourcesContent":["export const scrollIntoView = (target)=>{\n if (!target) {\n return;\n }\n const scrollParent = findScrollableParent(target.parentElement);\n if (!scrollParent) {\n return;\n }\n const { offsetHeight } = target;\n const offsetTop = getTotalOffsetTop(target, scrollParent);\n const { scrollMarginTop, scrollMarginBottom } = getScrollMargins(target);\n const { offsetHeight: parentOffsetHeight, scrollTop } = scrollParent;\n const isAbove = offsetTop - scrollMarginTop < scrollTop;\n const isBelow = offsetTop + offsetHeight + scrollMarginBottom > scrollTop + parentOffsetHeight;\n const buffer = 2;\n if (isAbove) {\n scrollParent.scrollTo(0, offsetTop - scrollMarginTop - buffer);\n } else if (isBelow) {\n scrollParent.scrollTo(0, offsetTop + offsetHeight + scrollMarginBottom - parentOffsetHeight + buffer);\n }\n};\nconst findScrollableParent = (element)=>{\n if (!element) {\n return null;\n }\n if (element.scrollHeight > element.offsetHeight) {\n return element;\n }\n return findScrollableParent(element.parentElement);\n};\nconst getTotalOffsetTop = (element, scrollParent)=>{\n if (!element || element === scrollParent) {\n return 0;\n }\n if (element.contains(scrollParent)) {\n // subtract the scroll parent's offset top from the running total if the offsetParent is above it\n return scrollParent.offsetTop * -1;\n }\n return element.offsetTop + getTotalOffsetTop(element.offsetParent, scrollParent);\n};\nconst getScrollMargins = (element)=>{\n var _element_ownerDocument;\n const win = (_element_ownerDocument = element.ownerDocument) === null || _element_ownerDocument === void 0 ? void 0 : _element_ownerDocument.defaultView;\n if (!win) {\n return {\n scrollMarginTop: 0,\n scrollMarginBottom: 0\n };\n }\n const computedStyles = win.getComputedStyle(element);\n var _getIntValueOfComputedStyle;\n const scrollMarginTop = (_getIntValueOfComputedStyle = getIntValueOfComputedStyle(computedStyles.scrollMarginTop)) !== null && _getIntValueOfComputedStyle !== void 0 ? _getIntValueOfComputedStyle : getIntValueOfComputedStyle(computedStyles.scrollMarginBlockStart);\n var _getIntValueOfComputedStyle1;\n const scrollMarginBottom = (_getIntValueOfComputedStyle1 = getIntValueOfComputedStyle(computedStyles.scrollMarginBottom)) !== null && _getIntValueOfComputedStyle1 !== void 0 ? _getIntValueOfComputedStyle1 : getIntValueOfComputedStyle(computedStyles.scrollMarginBlockEnd);\n return {\n scrollMarginTop,\n scrollMarginBottom\n };\n};\nconst getIntValueOfComputedStyle = (computedStyle)=>{\n return computedStyle ? parseInt(computedStyle, 10) : 0;\n};\n"],"names":["scrollIntoView","target","scrollParent","findScrollableParent","parentElement","offsetHeight","offsetTop","getTotalOffsetTop","scrollMarginTop","scrollMarginBottom","getScrollMargins","parentOffsetHeight","scrollTop","isAbove","isBelow","buffer","scrollTo","element","scrollHeight","contains","offsetParent","_element_ownerDocument","win","ownerDocument","defaultView","computedStyles","getComputedStyle","_getIntValueOfComputedStyle","getIntValueOfComputedStyle","scrollMarginBlockStart","_getIntValueOfComputedStyle1","scrollMarginBlockEnd","computedStyle","parseInt"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,iBAAiB,CAACC;IAC3B,IAAI,CAACA,QAAQ;QACT;IACJ;IACA,MAAMC,eAAeC,qBAAqBF,OAAOG,aAAa;IAC9D,IAAI,CAACF,cAAc;QACf;IACJ;IACA,MAAM,EAAEG,YAAY,EAAE,GAAGJ;IACzB,MAAMK,YAAYC,kBAAkBN,QAAQC;IAC5C,MAAM,EAAEM,eAAe,EAAEC,kBAAkB,EAAE,GAAGC,iBAAiBT;IACjE,MAAM,EAAEI,cAAcM,kBAAkB,EAAEC,SAAS,EAAE,GAAGV;IACxD,MAAMW,UAAUP,YAAYE,kBAAkBI;IAC9C,MAAME,UAAUR,YAAYD,eAAeI,qBAAqBG,YAAYD;IAC5E,MAAMI,SAAS;IACf,IAAIF,SAAS;QACTX,aAAac,QAAQ,CAAC,GAAGV,YAAYE,kBAAkBO;IAC3D,OAAO,IAAID,SAAS;QAChBZ,aAAac,QAAQ,CAAC,GAAGV,YAAYD,eAAeI,qBAAqBE,qBAAqBI;IAClG;AACJ;AACA,MAAMZ,uBAAuB,CAACc;IAC1B,IAAI,CAACA,SAAS;QACV,OAAO;IACX;IACA,IAAIA,QAAQC,YAAY,GAAGD,QAAQZ,YAAY,EAAE;QAC7C,OAAOY;IACX;IACA,OAAOd,qBAAqBc,QAAQb,aAAa;AACrD;AACA,MAAMG,oBAAoB,CAACU,SAASf;IAChC,IAAI,CAACe,WAAWA,YAAYf,cAAc;QACtC,OAAO;IACX;IACA,IAAIe,QAAQE,QAAQ,CAACjB,eAAe;QAChC,iGAAiG;QACjG,OAAOA,aAAaI,SAAS,GAAG,CAAC;IACrC;IACA,OAAOW,QAAQX,SAAS,GAAGC,kBAAkBU,QAAQG,YAAY,EAAElB;AACvE;AACA,MAAMQ,mBAAmB,CAACO;IACtB,IAAII;IACJ,MAAMC,MAAM,AAACD,CAAAA,yBAAyBJ,QAAQM,aAAa,AAAD,MAAO,QAAQF,2BAA2B,KAAK,IAAI,KAAK,IAAIA,uBAAuBG,WAAW;IACxJ,IAAI,CAACF,KAAK;QACN,OAAO;YACHd,iBAAiB;YACjBC,oBAAoB;QACxB;IACJ;IACA,MAAMgB,iBAAiBH,IAAII,gBAAgB,CAACT;IAC5C,IAAIU;IACJ,MAAMnB,kBAAkB,AAACmB,CAAAA,8BAA8BC,2BAA2BH,eAAejB,eAAe,CAAA,MAAO,QAAQmB,gCAAgC,KAAK,IAAIA,8BAA8BC,2BAA2BH,eAAeI,sBAAsB;IACtQ,IAAIC;IACJ,MAAMrB,qBAAqB,AAACqB,CAAAA,+BAA+BF,2BAA2BH,eAAehB,kBAAkB,CAAA,MAAO,QAAQqB,iCAAiC,KAAK,IAAIA,+BAA+BF,2BAA2BH,eAAeM,oBAAoB;IAC7Q,OAAO;QACHvB;QACAC;IACJ;AACJ;AACA,MAAMmB,6BAA6B,CAACI;IAChC,OAAOA,gBAAgBC,SAASD,eAAe,MAAM;AACzD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-aria",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.12.0",
|
|
4
4
|
"description": "React helper to ensure ARIA",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -21,10 +21,9 @@
|
|
|
21
21
|
"lint": "just-scripts lint",
|
|
22
22
|
"start": "yarn storybook",
|
|
23
23
|
"test": "jest --passWithNoTests",
|
|
24
|
-
"storybook": "
|
|
25
|
-
"type-check": "
|
|
26
|
-
"generate-api": "just-scripts generate-api"
|
|
27
|
-
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
|
|
24
|
+
"storybook": "yarn --cwd ../stories storybook",
|
|
25
|
+
"type-check": "just-scripts type-check",
|
|
26
|
+
"generate-api": "just-scripts generate-api"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
29
|
"@fluentui/eslint-plugin": "*",
|
|
@@ -35,9 +34,9 @@
|
|
|
35
34
|
"dependencies": {
|
|
36
35
|
"@fluentui/keyboard-keys": "^9.0.7",
|
|
37
36
|
"@fluentui/react-shared-contexts": "^9.19.0",
|
|
38
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
39
|
-
"@fluentui/react-tabster": "^9.21.
|
|
40
|
-
"@fluentui/react-utilities": "^9.18.
|
|
37
|
+
"@fluentui/react-jsx-runtime": "^9.0.39",
|
|
38
|
+
"@fluentui/react-tabster": "^9.21.5",
|
|
39
|
+
"@fluentui/react-utilities": "^9.18.10",
|
|
41
40
|
"@swc/helpers": "^0.5.1"
|
|
42
41
|
},
|
|
43
42
|
"peerDependencies": {
|