@fluentui/react-tabster 0.0.0-nightly-20220429-0418.1 → 0.0.0-nightly-20220504-0420.1
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 +23 -9
- package/CHANGELOG.md +90 -90
- package/dist/index.d.ts +7 -5
- package/{lib-commonjs/symbols.d.ts → lib/focus/constants.d.ts} +4 -0
- package/lib/{symbols.js → focus/constants.js} +5 -1
- package/lib/focus/constants.js.map +1 -0
- package/lib/focus/createCustomFocusIndicatorStyle.d.ts +12 -0
- package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
- package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
- package/lib/{hooks/useFocusIndicatorStyle.d.ts → focus/createFocusOutlineStyle.d.ts} +4 -13
- package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +14 -33
- package/lib/focus/createFocusOutlineStyle.js.map +1 -0
- package/lib/focus/index.d.ts +2 -0
- package/lib/focus/index.js +3 -0
- package/lib/focus/index.js.map +1 -0
- package/lib/hooks/index.d.ts +0 -1
- package/lib/hooks/index.js +0 -1
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useKeyboardNavAttribute.js +1 -1
- package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib/index.d.ts +4 -2
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/{lib/symbols.d.ts → lib-commonjs/focus/constants.d.ts} +4 -0
- package/lib-commonjs/{symbols.js → focus/constants.js} +6 -2
- package/lib-commonjs/focus/constants.js.map +1 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.d.ts +12 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
- package/lib-commonjs/{hooks/useFocusIndicatorStyle.d.ts → focus/createFocusOutlineStyle.d.ts} +4 -13
- package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +18 -38
- package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
- package/lib-commonjs/focus/index.d.ts +2 -0
- package/lib-commonjs/focus/index.js +12 -0
- package/lib-commonjs/focus/index.js.map +1 -0
- package/lib-commonjs/hooks/index.d.ts +0 -1
- package/lib-commonjs/hooks/index.js +0 -2
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js +3 -3
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib-commonjs/index.d.ts +4 -2
- package/lib-commonjs/index.js +16 -13
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +6 -6
- package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
- package/lib/symbols.js.map +0 -1
- package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
- package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
# Change Log - @fluentui/react-tabster
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 04 May 2022 04:33:38 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20220504-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v0.0.0-nightly-20220504-0420.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.7..@fluentui/react-tabster_v0.0.0-nightly-
|
9
|
+
Wed, 04 May 2022 04:33:38 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.7..@fluentui/react-tabster_v0.0.0-nightly-20220504-0420.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
|
15
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20220504-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/158bbd218038e21eb173d3fa7efa00c595be789c) by beachball)
|
16
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220504-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/158bbd218038e21eb173d3fa7efa00c595be789c) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220504-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/158bbd218038e21eb173d3fa7efa00c595be789c) by beachball)
|
18
18
|
|
19
19
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.7)
|
20
20
|
|
21
|
-
Mon, 25 Apr 2022 09:32:15 GMT
|
21
|
+
Mon, 25 Apr 2022 09:32:15 GMT
|
22
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.6..@fluentui/react-tabster_v9.0.0-rc.7)
|
23
23
|
|
24
24
|
### Changes
|
@@ -27,7 +27,7 @@ Mon, 25 Apr 2022 09:32:15 GMT
|
|
27
27
|
|
28
28
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.6)
|
29
29
|
|
30
|
-
Tue, 19 Apr 2022 19:16:59 GMT
|
30
|
+
Tue, 19 Apr 2022 19:16:59 GMT
|
31
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.5..@fluentui/react-tabster_v9.0.0-rc.6)
|
32
32
|
|
33
33
|
### Changes
|
@@ -43,7 +43,7 @@ Tue, 19 Apr 2022 19:16:59 GMT
|
|
43
43
|
|
44
44
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.5)
|
45
45
|
|
46
|
-
Fri, 04 Mar 2022 05:17:31 GMT
|
46
|
+
Fri, 04 Mar 2022 05:17:31 GMT
|
47
47
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.4..@fluentui/react-tabster_v9.0.0-rc.5)
|
48
48
|
|
49
49
|
### Changes
|
@@ -55,7 +55,7 @@ Fri, 04 Mar 2022 05:17:31 GMT
|
|
55
55
|
|
56
56
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.4)
|
57
57
|
|
58
|
-
Tue, 01 Mar 2022 02:17:39 GMT
|
58
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
59
59
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.3..@fluentui/react-tabster_v9.0.0-rc.4)
|
60
60
|
|
61
61
|
### Changes
|
@@ -65,7 +65,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
|
|
65
65
|
|
66
66
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.3)
|
67
67
|
|
68
|
-
Fri, 18 Feb 2022 13:35:35 GMT
|
68
|
+
Fri, 18 Feb 2022 13:35:35 GMT
|
69
69
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.1..@fluentui/react-tabster_v9.0.0-rc.3)
|
70
70
|
|
71
71
|
### Changes
|
@@ -76,7 +76,7 @@ Fri, 18 Feb 2022 13:35:35 GMT
|
|
76
76
|
|
77
77
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.1)
|
78
78
|
|
79
|
-
Thu, 10 Feb 2022 08:50:55 GMT
|
79
|
+
Thu, 10 Feb 2022 08:50:55 GMT
|
80
80
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.5..@fluentui/react-tabster_v9.0.0-rc.1)
|
81
81
|
|
82
82
|
### Changes
|
@@ -94,7 +94,7 @@ Thu, 10 Feb 2022 08:50:55 GMT
|
|
94
94
|
|
95
95
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
|
96
96
|
|
97
|
-
Thu, 25 Nov 2021 08:34:17 GMT
|
97
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
98
98
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.4..@fluentui/react-tabster_v9.0.0-beta.5)
|
99
99
|
|
100
100
|
### Changes
|
@@ -106,7 +106,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
|
|
106
106
|
|
107
107
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.4)
|
108
108
|
|
109
|
-
Fri, 12 Nov 2021 13:25:07 GMT
|
109
|
+
Fri, 12 Nov 2021 13:25:07 GMT
|
110
110
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.3..@fluentui/react-tabster_v9.0.0-beta.4)
|
111
111
|
|
112
112
|
### Changes
|
@@ -121,7 +121,7 @@ Fri, 12 Nov 2021 13:25:07 GMT
|
|
121
121
|
|
122
122
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.3)
|
123
123
|
|
124
|
-
Wed, 27 Oct 2021 12:14:22 GMT
|
124
|
+
Wed, 27 Oct 2021 12:14:22 GMT
|
125
125
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.2..@fluentui/react-tabster_v9.0.0-beta.3)
|
126
126
|
|
127
127
|
### Changes
|
@@ -134,7 +134,7 @@ Wed, 27 Oct 2021 12:14:22 GMT
|
|
134
134
|
|
135
135
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.2)
|
136
136
|
|
137
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
137
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
138
138
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.1..@fluentui/react-tabster_v9.0.0-beta.2)
|
139
139
|
|
140
140
|
### Changes
|
@@ -143,7 +143,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
143
143
|
|
144
144
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.1)
|
145
145
|
|
146
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
146
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
147
147
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.73..@fluentui/react-tabster_v9.0.0-beta.1)
|
148
148
|
|
149
149
|
### Changes
|
@@ -156,7 +156,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
156
156
|
|
157
157
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.73)
|
158
158
|
|
159
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
159
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
160
160
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.72..@fluentui/react-tabster_v9.0.0-alpha.73)
|
161
161
|
|
162
162
|
### Changes
|
@@ -166,7 +166,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
166
166
|
|
167
167
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.72)
|
168
168
|
|
169
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
169
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
170
170
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.71..@fluentui/react-tabster_v9.0.0-alpha.72)
|
171
171
|
|
172
172
|
### Changes
|
@@ -176,7 +176,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
176
176
|
|
177
177
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.71)
|
178
178
|
|
179
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
179
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
180
180
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.69..@fluentui/react-tabster_v9.0.0-alpha.71)
|
181
181
|
|
182
182
|
### Changes
|
@@ -189,7 +189,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
189
189
|
|
190
190
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.69)
|
191
191
|
|
192
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
192
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
193
193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.68..@fluentui/react-tabster_v9.0.0-alpha.69)
|
194
194
|
|
195
195
|
### Changes
|
@@ -198,7 +198,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
198
198
|
|
199
199
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.68)
|
200
200
|
|
201
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
201
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
202
202
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.67..@fluentui/react-tabster_v9.0.0-alpha.68)
|
203
203
|
|
204
204
|
### Changes
|
@@ -208,7 +208,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
208
208
|
|
209
209
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.67)
|
210
210
|
|
211
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
211
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
212
212
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.66..@fluentui/react-tabster_v9.0.0-alpha.67)
|
213
213
|
|
214
214
|
### Changes
|
@@ -219,7 +219,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
219
219
|
|
220
220
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.66)
|
221
221
|
|
222
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
222
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
223
223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.65..@fluentui/react-tabster_v9.0.0-alpha.66)
|
224
224
|
|
225
225
|
### Changes
|
@@ -229,7 +229,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
229
229
|
|
230
230
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.65)
|
231
231
|
|
232
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
232
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
233
233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.64..@fluentui/react-tabster_v9.0.0-alpha.65)
|
234
234
|
|
235
235
|
### Changes
|
@@ -239,7 +239,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
239
239
|
|
240
240
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.64)
|
241
241
|
|
242
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
242
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
243
243
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.63..@fluentui/react-tabster_v9.0.0-alpha.64)
|
244
244
|
|
245
245
|
### Changes
|
@@ -249,7 +249,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
249
249
|
|
250
250
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.63)
|
251
251
|
|
252
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
252
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
253
253
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.62..@fluentui/react-tabster_v9.0.0-alpha.63)
|
254
254
|
|
255
255
|
### Changes
|
@@ -259,7 +259,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
259
259
|
|
260
260
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.62)
|
261
261
|
|
262
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
262
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
263
263
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.61..@fluentui/react-tabster_v9.0.0-alpha.62)
|
264
264
|
|
265
265
|
### Changes
|
@@ -268,7 +268,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
268
268
|
|
269
269
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.61)
|
270
270
|
|
271
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
271
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
272
272
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.60..@fluentui/react-tabster_v9.0.0-alpha.61)
|
273
273
|
|
274
274
|
### Changes
|
@@ -277,7 +277,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
277
277
|
|
278
278
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.60)
|
279
279
|
|
280
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
280
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
281
281
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.59..@fluentui/react-tabster_v9.0.0-alpha.60)
|
282
282
|
|
283
283
|
### Changes
|
@@ -286,7 +286,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
286
286
|
|
287
287
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.59)
|
288
288
|
|
289
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
289
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
290
290
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.58..@fluentui/react-tabster_v9.0.0-alpha.59)
|
291
291
|
|
292
292
|
### Changes
|
@@ -295,7 +295,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
295
295
|
|
296
296
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.58)
|
297
297
|
|
298
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
298
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
299
299
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.57..@fluentui/react-tabster_v9.0.0-alpha.58)
|
300
300
|
|
301
301
|
### Changes
|
@@ -305,7 +305,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
305
305
|
|
306
306
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.57)
|
307
307
|
|
308
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
308
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
309
309
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.56..@fluentui/react-tabster_v9.0.0-alpha.57)
|
310
310
|
|
311
311
|
### Changes
|
@@ -314,7 +314,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
314
314
|
|
315
315
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.56)
|
316
316
|
|
317
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
317
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
318
318
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.55..@fluentui/react-tabster_v9.0.0-alpha.56)
|
319
319
|
|
320
320
|
### Changes
|
@@ -323,7 +323,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
323
323
|
|
324
324
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.55)
|
325
325
|
|
326
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
326
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
327
327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.54..@fluentui/react-tabster_v9.0.0-alpha.55)
|
328
328
|
|
329
329
|
### Changes
|
@@ -332,7 +332,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
332
332
|
|
333
333
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.54)
|
334
334
|
|
335
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
335
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
336
336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.53..@fluentui/react-tabster_v9.0.0-alpha.54)
|
337
337
|
|
338
338
|
### Changes
|
@@ -341,7 +341,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
341
341
|
|
342
342
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.53)
|
343
343
|
|
344
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
344
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
345
345
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.52..@fluentui/react-tabster_v9.0.0-alpha.53)
|
346
346
|
|
347
347
|
### Changes
|
@@ -350,7 +350,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
350
350
|
|
351
351
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.52)
|
352
352
|
|
353
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
353
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
354
354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.51..@fluentui/react-tabster_v9.0.0-alpha.52)
|
355
355
|
|
356
356
|
### Changes
|
@@ -359,7 +359,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
359
359
|
|
360
360
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.51)
|
361
361
|
|
362
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
362
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
363
363
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.50..@fluentui/react-tabster_v9.0.0-alpha.51)
|
364
364
|
|
365
365
|
### Changes
|
@@ -368,7 +368,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
368
368
|
|
369
369
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.50)
|
370
370
|
|
371
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
371
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
372
372
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.49..@fluentui/react-tabster_v9.0.0-alpha.50)
|
373
373
|
|
374
374
|
### Changes
|
@@ -377,7 +377,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
377
377
|
|
378
378
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.49)
|
379
379
|
|
380
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
380
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
381
381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.48..@fluentui/react-tabster_v9.0.0-alpha.49)
|
382
382
|
|
383
383
|
### Changes
|
@@ -386,7 +386,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
386
386
|
|
387
387
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.48)
|
388
388
|
|
389
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
389
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
390
390
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.47..@fluentui/react-tabster_v9.0.0-alpha.48)
|
391
391
|
|
392
392
|
### Patches
|
@@ -400,7 +400,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
400
400
|
|
401
401
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.47)
|
402
402
|
|
403
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
403
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
404
404
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.46..@fluentui/react-tabster_v9.0.0-alpha.47)
|
405
405
|
|
406
406
|
### Changes
|
@@ -409,7 +409,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
409
409
|
|
410
410
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.46)
|
411
411
|
|
412
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
412
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
413
413
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.45..@fluentui/react-tabster_v9.0.0-alpha.46)
|
414
414
|
|
415
415
|
### Changes
|
@@ -418,7 +418,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
418
418
|
|
419
419
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.45)
|
420
420
|
|
421
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
421
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
422
422
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.44..@fluentui/react-tabster_v9.0.0-alpha.45)
|
423
423
|
|
424
424
|
### Changes
|
@@ -427,7 +427,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
427
427
|
|
428
428
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.44)
|
429
429
|
|
430
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
430
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
431
431
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.43..@fluentui/react-tabster_v9.0.0-alpha.44)
|
432
432
|
|
433
433
|
### Changes
|
@@ -436,7 +436,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
436
436
|
|
437
437
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.43)
|
438
438
|
|
439
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
439
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
440
440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.42..@fluentui/react-tabster_v9.0.0-alpha.43)
|
441
441
|
|
442
442
|
### Changes
|
@@ -445,7 +445,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
445
445
|
|
446
446
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.42)
|
447
447
|
|
448
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
448
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
449
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.41..@fluentui/react-tabster_v9.0.0-alpha.42)
|
450
450
|
|
451
451
|
### Changes
|
@@ -454,7 +454,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
454
454
|
|
455
455
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.41)
|
456
456
|
|
457
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
457
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
458
458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.40..@fluentui/react-tabster_v9.0.0-alpha.41)
|
459
459
|
|
460
460
|
### Changes
|
@@ -463,7 +463,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
463
463
|
|
464
464
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.40)
|
465
465
|
|
466
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
466
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
467
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.39..@fluentui/react-tabster_v9.0.0-alpha.40)
|
468
468
|
|
469
469
|
### Patches
|
@@ -477,7 +477,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
477
477
|
|
478
478
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.39)
|
479
479
|
|
480
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
480
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
481
481
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.38..@fluentui/react-tabster_v9.0.0-alpha.39)
|
482
482
|
|
483
483
|
### Changes
|
@@ -486,7 +486,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
486
486
|
|
487
487
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.38)
|
488
488
|
|
489
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
489
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
490
490
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.37..@fluentui/react-tabster_v9.0.0-alpha.38)
|
491
491
|
|
492
492
|
### Changes
|
@@ -495,7 +495,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
495
495
|
|
496
496
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.37)
|
497
497
|
|
498
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
498
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
499
499
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.36..@fluentui/react-tabster_v9.0.0-alpha.37)
|
500
500
|
|
501
501
|
### Changes
|
@@ -504,7 +504,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
504
504
|
|
505
505
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.36)
|
506
506
|
|
507
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
507
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
508
508
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.35..@fluentui/react-tabster_v9.0.0-alpha.36)
|
509
509
|
|
510
510
|
### Changes
|
@@ -513,7 +513,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
513
513
|
|
514
514
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.35)
|
515
515
|
|
516
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
516
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
517
517
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.34..@fluentui/react-tabster_v9.0.0-alpha.35)
|
518
518
|
|
519
519
|
### Changes
|
@@ -522,7 +522,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
522
522
|
|
523
523
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.34)
|
524
524
|
|
525
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
525
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
526
526
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.33..@fluentui/react-tabster_v9.0.0-alpha.34)
|
527
527
|
|
528
528
|
### Changes
|
@@ -531,7 +531,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
531
531
|
|
532
532
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.33)
|
533
533
|
|
534
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
534
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
535
535
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.32..@fluentui/react-tabster_v9.0.0-alpha.33)
|
536
536
|
|
537
537
|
### Patches
|
@@ -545,7 +545,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
545
545
|
|
546
546
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.32)
|
547
547
|
|
548
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
548
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
549
549
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.31..@fluentui/react-tabster_v9.0.0-alpha.32)
|
550
550
|
|
551
551
|
### Changes
|
@@ -554,7 +554,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
554
554
|
|
555
555
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.31)
|
556
556
|
|
557
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
557
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
558
558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.30..@fluentui/react-tabster_v9.0.0-alpha.31)
|
559
559
|
|
560
560
|
### Changes
|
@@ -563,7 +563,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
563
563
|
|
564
564
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.30)
|
565
565
|
|
566
|
-
Tue, 01 Jun 2021 07:31:58 GMT
|
566
|
+
Tue, 01 Jun 2021 07:31:58 GMT
|
567
567
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.29..@fluentui/react-tabster_v9.0.0-alpha.30)
|
568
568
|
|
569
569
|
### Changes
|
@@ -573,7 +573,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
|
|
573
573
|
|
574
574
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.29)
|
575
575
|
|
576
|
-
Fri, 28 May 2021 07:33:57 GMT
|
576
|
+
Fri, 28 May 2021 07:33:57 GMT
|
577
577
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.28..@fluentui/react-tabster_v9.0.0-alpha.29)
|
578
578
|
|
579
579
|
### Changes
|
@@ -582,7 +582,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
582
582
|
|
583
583
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.28)
|
584
584
|
|
585
|
-
Wed, 26 May 2021 07:35:43 GMT
|
585
|
+
Wed, 26 May 2021 07:35:43 GMT
|
586
586
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.27..@fluentui/react-tabster_v9.0.0-alpha.28)
|
587
587
|
|
588
588
|
### Changes
|
@@ -591,16 +591,16 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
591
591
|
|
592
592
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.27)
|
593
593
|
|
594
|
-
Fri, 21 May 2021 07:34:54 GMT
|
594
|
+
Fri, 21 May 2021 07:34:54 GMT
|
595
595
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.26..@fluentui/react-tabster_v9.0.0-alpha.27)
|
596
596
|
|
597
597
|
### Changes
|
598
598
|
|
599
|
-
- Return memoized find
|
599
|
+
- Return memoized find\* callbacks from `useFocusFinders` ([PR #18262](https://github.com/microsoft/fluentui/pull/18262) by lingfan.gao@microsoft.com)
|
600
600
|
|
601
601
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.26)
|
602
602
|
|
603
|
-
Thu, 20 May 2021 07:41:54 GMT
|
603
|
+
Thu, 20 May 2021 07:41:54 GMT
|
604
604
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.25..@fluentui/react-tabster_v9.0.0-alpha.26)
|
605
605
|
|
606
606
|
### Patches
|
@@ -614,7 +614,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
614
614
|
|
615
615
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.25)
|
616
616
|
|
617
|
-
Wed, 19 May 2021 07:34:20 GMT
|
617
|
+
Wed, 19 May 2021 07:34:20 GMT
|
618
618
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.24..@fluentui/react-tabster_v9.0.0-alpha.25)
|
619
619
|
|
620
620
|
### Changes
|
@@ -623,7 +623,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
623
623
|
|
624
624
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.24)
|
625
625
|
|
626
|
-
Thu, 13 May 2021 07:36:55 GMT
|
626
|
+
Thu, 13 May 2021 07:36:55 GMT
|
627
627
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.23..@fluentui/react-tabster_v9.0.0-alpha.24)
|
628
628
|
|
629
629
|
### Changes
|
@@ -632,7 +632,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
632
632
|
|
633
633
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.23)
|
634
634
|
|
635
|
-
Wed, 12 May 2021 07:36:20 GMT
|
635
|
+
Wed, 12 May 2021 07:36:20 GMT
|
636
636
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.22..@fluentui/react-tabster_v9.0.0-alpha.23)
|
637
637
|
|
638
638
|
### Changes
|
@@ -641,7 +641,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
641
641
|
|
642
642
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.22)
|
643
643
|
|
644
|
-
Mon, 03 May 2021 07:45:19 GMT
|
644
|
+
Mon, 03 May 2021 07:45:19 GMT
|
645
645
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.21..@fluentui/react-tabster_v9.0.0-alpha.22)
|
646
646
|
|
647
647
|
### Changes
|
@@ -650,7 +650,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
650
650
|
|
651
651
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.21)
|
652
652
|
|
653
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
653
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
654
654
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.20..@fluentui/react-tabster_v9.0.0-alpha.21)
|
655
655
|
|
656
656
|
### Patches
|
@@ -664,7 +664,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
664
664
|
|
665
665
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.20)
|
666
666
|
|
667
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
667
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
668
668
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.19..@fluentui/react-tabster_v9.0.0-alpha.20)
|
669
669
|
|
670
670
|
### Changes
|
@@ -673,7 +673,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
673
673
|
|
674
674
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.19)
|
675
675
|
|
676
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
676
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
677
677
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.18..@fluentui/react-tabster_v9.0.0-alpha.19)
|
678
678
|
|
679
679
|
### Patches
|
@@ -687,7 +687,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
687
687
|
|
688
688
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.18)
|
689
689
|
|
690
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
690
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
691
691
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.17..@fluentui/react-tabster_v9.0.0-alpha.18)
|
692
692
|
|
693
693
|
### Changes
|
@@ -696,7 +696,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
696
696
|
|
697
697
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.17)
|
698
698
|
|
699
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
699
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
700
700
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.16..@fluentui/react-tabster_v9.0.0-alpha.17)
|
701
701
|
|
702
702
|
### Changes
|
@@ -705,7 +705,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
705
705
|
|
706
706
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.16)
|
707
707
|
|
708
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
708
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
709
709
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.15..@fluentui/react-tabster_v9.0.0-alpha.16)
|
710
710
|
|
711
711
|
### Changes
|
@@ -714,7 +714,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
714
714
|
|
715
715
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.15)
|
716
716
|
|
717
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
717
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
718
718
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.14..@fluentui/react-tabster_v9.0.0-alpha.15)
|
719
719
|
|
720
720
|
### Changes
|
@@ -723,7 +723,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
723
723
|
|
724
724
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.14)
|
725
725
|
|
726
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
726
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
727
727
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.13..@fluentui/react-tabster_v9.0.0-alpha.14)
|
728
728
|
|
729
729
|
### Changes
|
@@ -732,7 +732,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
732
732
|
|
733
733
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.13)
|
734
734
|
|
735
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
735
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
736
736
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.12..@fluentui/react-focus-management_v9.0.0-alpha.13)
|
737
737
|
|
738
738
|
### Patches
|
@@ -746,7 +746,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
746
746
|
|
747
747
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.12)
|
748
748
|
|
749
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
749
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
750
750
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.11..@fluentui/react-focus-management_v9.0.0-alpha.12)
|
751
751
|
|
752
752
|
### Changes
|
@@ -755,7 +755,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
755
755
|
|
756
756
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.11)
|
757
757
|
|
758
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
758
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
759
759
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.10..@fluentui/react-focus-management_v9.0.0-alpha.11)
|
760
760
|
|
761
761
|
### Changes
|
@@ -764,7 +764,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
764
764
|
|
765
765
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.10)
|
766
766
|
|
767
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
767
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
768
768
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.9..@fluentui/react-focus-management_v9.0.0-alpha.10)
|
769
769
|
|
770
770
|
### Changes
|
@@ -773,7 +773,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
773
773
|
|
774
774
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.9)
|
775
775
|
|
776
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
776
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
777
777
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.8..@fluentui/react-focus-management_v9.0.0-alpha.9)
|
778
778
|
|
779
779
|
### Changes
|
@@ -782,7 +782,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
782
782
|
|
783
783
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.8)
|
784
784
|
|
785
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
785
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
786
786
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.7..@fluentui/react-focus-management_v9.0.0-alpha.8)
|
787
787
|
|
788
788
|
### Changes
|
@@ -791,7 +791,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
791
791
|
|
792
792
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.7)
|
793
793
|
|
794
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
794
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
795
795
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.6..@fluentui/react-focus-management_v9.0.0-alpha.7)
|
796
796
|
|
797
797
|
### Changes
|
@@ -800,7 +800,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
800
800
|
|
801
801
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.6)
|
802
802
|
|
803
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
803
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
804
804
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.5..@fluentui/react-focus-management_v9.0.0-alpha.6)
|
805
805
|
|
806
806
|
### Changes
|
@@ -809,7 +809,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
809
809
|
|
810
810
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.5)
|
811
811
|
|
812
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
812
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
813
813
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.4..@fluentui/react-focus-management_v9.0.0-alpha.5)
|
814
814
|
|
815
815
|
### Changes
|
@@ -818,7 +818,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
818
818
|
|
819
819
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.4)
|
820
820
|
|
821
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
821
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
822
822
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.3..@fluentui/react-focus-management_v9.0.0-alpha.4)
|
823
823
|
|
824
824
|
### Changes
|
@@ -827,7 +827,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
827
827
|
|
828
828
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.3)
|
829
829
|
|
830
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
830
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
831
831
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.2..@fluentui/react-focus-management_v9.0.0-alpha.3)
|
832
832
|
|
833
833
|
### Changes
|
@@ -836,7 +836,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
836
836
|
|
837
837
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.2)
|
838
838
|
|
839
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
839
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
840
840
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus-management_v9.0.0-alpha.1..@fluentui/react-focus-management_v9.0.0-alpha.2)
|
841
841
|
|
842
842
|
### Patches
|