@fluentui/react-tabster 9.0.0-rc.5 → 9.0.0-rc.8
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 +142 -1
- package/CHANGELOG.md +118 -82
- package/README.md +5 -14
- package/dist/{react-tabster.d.ts → index.d.ts} +14 -8
- package/lib/{symbols.d.ts → 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-commonjs/hooks/useFocusIndicatorStyle.d.ts → lib/focus/createFocusOutlineStyle.d.ts} +4 -13
- package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +20 -40
- 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 +2 -3
- package/lib/hooks/index.js +2 -3
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useArrowNavigationGroup.d.ts +6 -2
- package/lib/hooks/useArrowNavigationGroup.js +5 -1
- package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
- package/lib/hooks/useFocusableGroup.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 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/{symbols.d.ts → 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/hooks/useFocusIndicatorStyle.d.ts → lib-commonjs/focus/createFocusOutlineStyle.d.ts} +4 -13
- package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +24 -44
- 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 +2 -3
- package/lib-commonjs/hooks/index.js +4 -6
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/hooks/useArrowNavigationGroup.d.ts +6 -2
- package/lib-commonjs/hooks/useArrowNavigationGroup.js +5 -1
- package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
- package/lib-commonjs/hooks/useFocusableGroup.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 -1
- package/lib-commonjs/index.js +53 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +10 -15
- 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,12 +1,48 @@
|
|
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 13:24:21 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.8)
|
8
|
+
|
9
|
+
Wed, 04 May 2022 13:24:21 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.7..@fluentui/react-tabster_v9.0.0-rc.8)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
15
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
17
|
+
|
18
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.7)
|
19
|
+
|
20
|
+
Mon, 25 Apr 2022 09:32:15 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.6..@fluentui/react-tabster_v9.0.0-rc.7)
|
22
|
+
|
23
|
+
### Changes
|
24
|
+
|
25
|
+
- Adjusting accordion keyboard navigation. ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by marata@microsoft.com)
|
26
|
+
|
27
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.6)
|
28
|
+
|
29
|
+
Tue, 19 Apr 2022 19:16:59 GMT
|
30
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.5..@fluentui/react-tabster_v9.0.0-rc.6)
|
31
|
+
|
32
|
+
### Changes
|
33
|
+
|
34
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
35
|
+
- Removing star exports at src/index.ts. ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by Humberto.Morimoto@microsoft.com)
|
36
|
+
- fix styles in getFocusOutlineStyles() ([PR #22070](https://github.com/microsoft/fluentui/pull/22070) by olfedias@microsoft.com)
|
37
|
+
- feat(react-tabster): Add grid navigation ([PR #22085](https://github.com/microsoft/fluentui/pull/22085) by jukapsia@microsoft.com)
|
38
|
+
- Upgrading tabster to latest version. ([PR #22492](https://github.com/microsoft/fluentui/pull/22492) by Humberto.Morimoto@microsoft.com)
|
39
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
40
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
41
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
42
|
+
|
7
43
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.5)
|
8
44
|
|
9
|
-
Fri, 04 Mar 2022 05:
|
45
|
+
Fri, 04 Mar 2022 05:17:31 GMT
|
10
46
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.4..@fluentui/react-tabster_v9.0.0-rc.5)
|
11
47
|
|
12
48
|
### Changes
|
@@ -18,7 +54,7 @@ Fri, 04 Mar 2022 05:15:45 GMT
|
|
18
54
|
|
19
55
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.4)
|
20
56
|
|
21
|
-
Tue, 01 Mar 2022 02:17:39 GMT
|
57
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
22
58
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.3..@fluentui/react-tabster_v9.0.0-rc.4)
|
23
59
|
|
24
60
|
### Changes
|
@@ -28,7 +64,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
|
|
28
64
|
|
29
65
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.3)
|
30
66
|
|
31
|
-
Fri, 18 Feb 2022 13:35:35 GMT
|
67
|
+
Fri, 18 Feb 2022 13:35:35 GMT
|
32
68
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.1..@fluentui/react-tabster_v9.0.0-rc.3)
|
33
69
|
|
34
70
|
### Changes
|
@@ -39,7 +75,7 @@ Fri, 18 Feb 2022 13:35:35 GMT
|
|
39
75
|
|
40
76
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.1)
|
41
77
|
|
42
|
-
Thu, 10 Feb 2022 08:50:55 GMT
|
78
|
+
Thu, 10 Feb 2022 08:50:55 GMT
|
43
79
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.5..@fluentui/react-tabster_v9.0.0-rc.1)
|
44
80
|
|
45
81
|
### Changes
|
@@ -57,7 +93,7 @@ Thu, 10 Feb 2022 08:50:55 GMT
|
|
57
93
|
|
58
94
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
|
59
95
|
|
60
|
-
Thu, 25 Nov 2021 08:34:17 GMT
|
96
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
61
97
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.4..@fluentui/react-tabster_v9.0.0-beta.5)
|
62
98
|
|
63
99
|
### Changes
|
@@ -69,7 +105,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
|
|
69
105
|
|
70
106
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.4)
|
71
107
|
|
72
|
-
Fri, 12 Nov 2021 13:25:07 GMT
|
108
|
+
Fri, 12 Nov 2021 13:25:07 GMT
|
73
109
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.3..@fluentui/react-tabster_v9.0.0-beta.4)
|
74
110
|
|
75
111
|
### Changes
|
@@ -84,7 +120,7 @@ Fri, 12 Nov 2021 13:25:07 GMT
|
|
84
120
|
|
85
121
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.3)
|
86
122
|
|
87
|
-
Wed, 27 Oct 2021 12:14:22 GMT
|
123
|
+
Wed, 27 Oct 2021 12:14:22 GMT
|
88
124
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.2..@fluentui/react-tabster_v9.0.0-beta.3)
|
89
125
|
|
90
126
|
### Changes
|
@@ -97,7 +133,7 @@ Wed, 27 Oct 2021 12:14:22 GMT
|
|
97
133
|
|
98
134
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.2)
|
99
135
|
|
100
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
136
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
101
137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.1..@fluentui/react-tabster_v9.0.0-beta.2)
|
102
138
|
|
103
139
|
### Changes
|
@@ -106,7 +142,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
106
142
|
|
107
143
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.1)
|
108
144
|
|
109
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
145
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
110
146
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.73..@fluentui/react-tabster_v9.0.0-beta.1)
|
111
147
|
|
112
148
|
### Changes
|
@@ -119,7 +155,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
119
155
|
|
120
156
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.73)
|
121
157
|
|
122
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
158
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
123
159
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.72..@fluentui/react-tabster_v9.0.0-alpha.73)
|
124
160
|
|
125
161
|
### Changes
|
@@ -129,7 +165,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
129
165
|
|
130
166
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.72)
|
131
167
|
|
132
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
168
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
133
169
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.71..@fluentui/react-tabster_v9.0.0-alpha.72)
|
134
170
|
|
135
171
|
### Changes
|
@@ -139,7 +175,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
139
175
|
|
140
176
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.71)
|
141
177
|
|
142
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
178
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
143
179
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.69..@fluentui/react-tabster_v9.0.0-alpha.71)
|
144
180
|
|
145
181
|
### Changes
|
@@ -152,7 +188,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
152
188
|
|
153
189
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.69)
|
154
190
|
|
155
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
191
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
156
192
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.68..@fluentui/react-tabster_v9.0.0-alpha.69)
|
157
193
|
|
158
194
|
### Changes
|
@@ -161,7 +197,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
161
197
|
|
162
198
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.68)
|
163
199
|
|
164
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
200
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
165
201
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.67..@fluentui/react-tabster_v9.0.0-alpha.68)
|
166
202
|
|
167
203
|
### Changes
|
@@ -171,7 +207,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
171
207
|
|
172
208
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.67)
|
173
209
|
|
174
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
210
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
175
211
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.66..@fluentui/react-tabster_v9.0.0-alpha.67)
|
176
212
|
|
177
213
|
### Changes
|
@@ -182,7 +218,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
182
218
|
|
183
219
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.66)
|
184
220
|
|
185
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
221
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
186
222
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.65..@fluentui/react-tabster_v9.0.0-alpha.66)
|
187
223
|
|
188
224
|
### Changes
|
@@ -192,7 +228,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
192
228
|
|
193
229
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.65)
|
194
230
|
|
195
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
231
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
196
232
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.64..@fluentui/react-tabster_v9.0.0-alpha.65)
|
197
233
|
|
198
234
|
### Changes
|
@@ -202,7 +238,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
202
238
|
|
203
239
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.64)
|
204
240
|
|
205
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
241
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
206
242
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.63..@fluentui/react-tabster_v9.0.0-alpha.64)
|
207
243
|
|
208
244
|
### Changes
|
@@ -212,7 +248,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
212
248
|
|
213
249
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.63)
|
214
250
|
|
215
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
251
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
216
252
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.62..@fluentui/react-tabster_v9.0.0-alpha.63)
|
217
253
|
|
218
254
|
### Changes
|
@@ -222,7 +258,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
222
258
|
|
223
259
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.62)
|
224
260
|
|
225
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
261
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
226
262
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.61..@fluentui/react-tabster_v9.0.0-alpha.62)
|
227
263
|
|
228
264
|
### Changes
|
@@ -231,7 +267,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
231
267
|
|
232
268
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.61)
|
233
269
|
|
234
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
270
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
235
271
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.60..@fluentui/react-tabster_v9.0.0-alpha.61)
|
236
272
|
|
237
273
|
### Changes
|
@@ -240,7 +276,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
240
276
|
|
241
277
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.60)
|
242
278
|
|
243
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
279
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
244
280
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.59..@fluentui/react-tabster_v9.0.0-alpha.60)
|
245
281
|
|
246
282
|
### Changes
|
@@ -249,7 +285,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
249
285
|
|
250
286
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.59)
|
251
287
|
|
252
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
288
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
253
289
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.58..@fluentui/react-tabster_v9.0.0-alpha.59)
|
254
290
|
|
255
291
|
### Changes
|
@@ -258,7 +294,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
258
294
|
|
259
295
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.58)
|
260
296
|
|
261
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
297
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
262
298
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.57..@fluentui/react-tabster_v9.0.0-alpha.58)
|
263
299
|
|
264
300
|
### Changes
|
@@ -268,7 +304,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
268
304
|
|
269
305
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.57)
|
270
306
|
|
271
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
307
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
272
308
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.56..@fluentui/react-tabster_v9.0.0-alpha.57)
|
273
309
|
|
274
310
|
### Changes
|
@@ -277,7 +313,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
277
313
|
|
278
314
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.56)
|
279
315
|
|
280
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
316
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
281
317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.55..@fluentui/react-tabster_v9.0.0-alpha.56)
|
282
318
|
|
283
319
|
### Changes
|
@@ -286,7 +322,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
286
322
|
|
287
323
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.55)
|
288
324
|
|
289
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
325
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
290
326
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.54..@fluentui/react-tabster_v9.0.0-alpha.55)
|
291
327
|
|
292
328
|
### Changes
|
@@ -295,7 +331,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
295
331
|
|
296
332
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.54)
|
297
333
|
|
298
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
334
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
299
335
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.53..@fluentui/react-tabster_v9.0.0-alpha.54)
|
300
336
|
|
301
337
|
### Changes
|
@@ -304,7 +340,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
304
340
|
|
305
341
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.53)
|
306
342
|
|
307
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
343
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
308
344
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.52..@fluentui/react-tabster_v9.0.0-alpha.53)
|
309
345
|
|
310
346
|
### Changes
|
@@ -313,7 +349,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
313
349
|
|
314
350
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.52)
|
315
351
|
|
316
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
352
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
317
353
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.51..@fluentui/react-tabster_v9.0.0-alpha.52)
|
318
354
|
|
319
355
|
### Changes
|
@@ -322,7 +358,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
322
358
|
|
323
359
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.51)
|
324
360
|
|
325
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
361
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
326
362
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.50..@fluentui/react-tabster_v9.0.0-alpha.51)
|
327
363
|
|
328
364
|
### Changes
|
@@ -331,7 +367,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
331
367
|
|
332
368
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.50)
|
333
369
|
|
334
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
370
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
335
371
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.49..@fluentui/react-tabster_v9.0.0-alpha.50)
|
336
372
|
|
337
373
|
### Changes
|
@@ -340,7 +376,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
340
376
|
|
341
377
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.49)
|
342
378
|
|
343
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
379
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
344
380
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.48..@fluentui/react-tabster_v9.0.0-alpha.49)
|
345
381
|
|
346
382
|
### Changes
|
@@ -349,7 +385,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
349
385
|
|
350
386
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.48)
|
351
387
|
|
352
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
388
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
353
389
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.47..@fluentui/react-tabster_v9.0.0-alpha.48)
|
354
390
|
|
355
391
|
### Patches
|
@@ -363,7 +399,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
363
399
|
|
364
400
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.47)
|
365
401
|
|
366
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
402
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
367
403
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.46..@fluentui/react-tabster_v9.0.0-alpha.47)
|
368
404
|
|
369
405
|
### Changes
|
@@ -372,7 +408,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
372
408
|
|
373
409
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.46)
|
374
410
|
|
375
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
411
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
376
412
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.45..@fluentui/react-tabster_v9.0.0-alpha.46)
|
377
413
|
|
378
414
|
### Changes
|
@@ -381,7 +417,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
381
417
|
|
382
418
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.45)
|
383
419
|
|
384
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
420
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
385
421
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.44..@fluentui/react-tabster_v9.0.0-alpha.45)
|
386
422
|
|
387
423
|
### Changes
|
@@ -390,7 +426,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
390
426
|
|
391
427
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.44)
|
392
428
|
|
393
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
429
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
394
430
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.43..@fluentui/react-tabster_v9.0.0-alpha.44)
|
395
431
|
|
396
432
|
### Changes
|
@@ -399,7 +435,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
399
435
|
|
400
436
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.43)
|
401
437
|
|
402
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
438
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
403
439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.42..@fluentui/react-tabster_v9.0.0-alpha.43)
|
404
440
|
|
405
441
|
### Changes
|
@@ -408,7 +444,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
408
444
|
|
409
445
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.42)
|
410
446
|
|
411
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
447
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
412
448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.41..@fluentui/react-tabster_v9.0.0-alpha.42)
|
413
449
|
|
414
450
|
### Changes
|
@@ -417,7 +453,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
417
453
|
|
418
454
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.41)
|
419
455
|
|
420
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
456
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
421
457
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.40..@fluentui/react-tabster_v9.0.0-alpha.41)
|
422
458
|
|
423
459
|
### Changes
|
@@ -426,7 +462,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
426
462
|
|
427
463
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.40)
|
428
464
|
|
429
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
465
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
430
466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.39..@fluentui/react-tabster_v9.0.0-alpha.40)
|
431
467
|
|
432
468
|
### Patches
|
@@ -440,7 +476,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
440
476
|
|
441
477
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.39)
|
442
478
|
|
443
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
479
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
444
480
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.38..@fluentui/react-tabster_v9.0.0-alpha.39)
|
445
481
|
|
446
482
|
### Changes
|
@@ -449,7 +485,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
449
485
|
|
450
486
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.38)
|
451
487
|
|
452
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
488
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
453
489
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.37..@fluentui/react-tabster_v9.0.0-alpha.38)
|
454
490
|
|
455
491
|
### Changes
|
@@ -458,7 +494,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
458
494
|
|
459
495
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.37)
|
460
496
|
|
461
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
497
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
462
498
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.36..@fluentui/react-tabster_v9.0.0-alpha.37)
|
463
499
|
|
464
500
|
### Changes
|
@@ -467,7 +503,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
467
503
|
|
468
504
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.36)
|
469
505
|
|
470
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
506
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
471
507
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.35..@fluentui/react-tabster_v9.0.0-alpha.36)
|
472
508
|
|
473
509
|
### Changes
|
@@ -476,7 +512,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
476
512
|
|
477
513
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.35)
|
478
514
|
|
479
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
515
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
480
516
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.34..@fluentui/react-tabster_v9.0.0-alpha.35)
|
481
517
|
|
482
518
|
### Changes
|
@@ -485,7 +521,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
485
521
|
|
486
522
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.34)
|
487
523
|
|
488
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
524
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
489
525
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.33..@fluentui/react-tabster_v9.0.0-alpha.34)
|
490
526
|
|
491
527
|
### Changes
|
@@ -494,7 +530,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
494
530
|
|
495
531
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.33)
|
496
532
|
|
497
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
533
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
498
534
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.32..@fluentui/react-tabster_v9.0.0-alpha.33)
|
499
535
|
|
500
536
|
### Patches
|
@@ -508,7 +544,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
508
544
|
|
509
545
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.32)
|
510
546
|
|
511
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
547
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
512
548
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.31..@fluentui/react-tabster_v9.0.0-alpha.32)
|
513
549
|
|
514
550
|
### Changes
|
@@ -517,7 +553,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
517
553
|
|
518
554
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.31)
|
519
555
|
|
520
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
556
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
521
557
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.30..@fluentui/react-tabster_v9.0.0-alpha.31)
|
522
558
|
|
523
559
|
### Changes
|
@@ -526,7 +562,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
526
562
|
|
527
563
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.30)
|
528
564
|
|
529
|
-
Tue, 01 Jun 2021 07:31:58 GMT
|
565
|
+
Tue, 01 Jun 2021 07:31:58 GMT
|
530
566
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.29..@fluentui/react-tabster_v9.0.0-alpha.30)
|
531
567
|
|
532
568
|
### Changes
|
@@ -536,7 +572,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
|
|
536
572
|
|
537
573
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.29)
|
538
574
|
|
539
|
-
Fri, 28 May 2021 07:33:57 GMT
|
575
|
+
Fri, 28 May 2021 07:33:57 GMT
|
540
576
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.28..@fluentui/react-tabster_v9.0.0-alpha.29)
|
541
577
|
|
542
578
|
### Changes
|
@@ -545,7 +581,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
545
581
|
|
546
582
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.28)
|
547
583
|
|
548
|
-
Wed, 26 May 2021 07:35:43 GMT
|
584
|
+
Wed, 26 May 2021 07:35:43 GMT
|
549
585
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.27..@fluentui/react-tabster_v9.0.0-alpha.28)
|
550
586
|
|
551
587
|
### Changes
|
@@ -554,16 +590,16 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
554
590
|
|
555
591
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.27)
|
556
592
|
|
557
|
-
Fri, 21 May 2021 07:34:54 GMT
|
593
|
+
Fri, 21 May 2021 07:34:54 GMT
|
558
594
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.26..@fluentui/react-tabster_v9.0.0-alpha.27)
|
559
595
|
|
560
596
|
### Changes
|
561
597
|
|
562
|
-
- Return memoized find
|
598
|
+
- Return memoized find\* callbacks from `useFocusFinders` ([PR #18262](https://github.com/microsoft/fluentui/pull/18262) by lingfan.gao@microsoft.com)
|
563
599
|
|
564
600
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.26)
|
565
601
|
|
566
|
-
Thu, 20 May 2021 07:41:54 GMT
|
602
|
+
Thu, 20 May 2021 07:41:54 GMT
|
567
603
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.25..@fluentui/react-tabster_v9.0.0-alpha.26)
|
568
604
|
|
569
605
|
### Patches
|
@@ -577,7 +613,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
577
613
|
|
578
614
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.25)
|
579
615
|
|
580
|
-
Wed, 19 May 2021 07:34:20 GMT
|
616
|
+
Wed, 19 May 2021 07:34:20 GMT
|
581
617
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.24..@fluentui/react-tabster_v9.0.0-alpha.25)
|
582
618
|
|
583
619
|
### Changes
|
@@ -586,7 +622,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
586
622
|
|
587
623
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.24)
|
588
624
|
|
589
|
-
Thu, 13 May 2021 07:36:55 GMT
|
625
|
+
Thu, 13 May 2021 07:36:55 GMT
|
590
626
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.23..@fluentui/react-tabster_v9.0.0-alpha.24)
|
591
627
|
|
592
628
|
### Changes
|
@@ -595,7 +631,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
595
631
|
|
596
632
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.23)
|
597
633
|
|
598
|
-
Wed, 12 May 2021 07:36:20 GMT
|
634
|
+
Wed, 12 May 2021 07:36:20 GMT
|
599
635
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.22..@fluentui/react-tabster_v9.0.0-alpha.23)
|
600
636
|
|
601
637
|
### Changes
|
@@ -604,7 +640,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
604
640
|
|
605
641
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.22)
|
606
642
|
|
607
|
-
Mon, 03 May 2021 07:45:19 GMT
|
643
|
+
Mon, 03 May 2021 07:45:19 GMT
|
608
644
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.21..@fluentui/react-tabster_v9.0.0-alpha.22)
|
609
645
|
|
610
646
|
### Changes
|
@@ -613,7 +649,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
613
649
|
|
614
650
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.21)
|
615
651
|
|
616
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
652
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
617
653
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.20..@fluentui/react-tabster_v9.0.0-alpha.21)
|
618
654
|
|
619
655
|
### Patches
|
@@ -627,7 +663,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
627
663
|
|
628
664
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.20)
|
629
665
|
|
630
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
666
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
631
667
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.19..@fluentui/react-tabster_v9.0.0-alpha.20)
|
632
668
|
|
633
669
|
### Changes
|
@@ -636,7 +672,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
636
672
|
|
637
673
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.19)
|
638
674
|
|
639
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
675
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
640
676
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.18..@fluentui/react-tabster_v9.0.0-alpha.19)
|
641
677
|
|
642
678
|
### Patches
|
@@ -650,7 +686,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
650
686
|
|
651
687
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.18)
|
652
688
|
|
653
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
689
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
654
690
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.17..@fluentui/react-tabster_v9.0.0-alpha.18)
|
655
691
|
|
656
692
|
### Changes
|
@@ -659,7 +695,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
659
695
|
|
660
696
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.17)
|
661
697
|
|
662
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
698
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
663
699
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.16..@fluentui/react-tabster_v9.0.0-alpha.17)
|
664
700
|
|
665
701
|
### Changes
|
@@ -668,7 +704,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
668
704
|
|
669
705
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.16)
|
670
706
|
|
671
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
707
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
672
708
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.15..@fluentui/react-tabster_v9.0.0-alpha.16)
|
673
709
|
|
674
710
|
### Changes
|
@@ -677,7 +713,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
677
713
|
|
678
714
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.15)
|
679
715
|
|
680
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
716
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
681
717
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.14..@fluentui/react-tabster_v9.0.0-alpha.15)
|
682
718
|
|
683
719
|
### Changes
|
@@ -686,7 +722,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
686
722
|
|
687
723
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.14)
|
688
724
|
|
689
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
725
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
690
726
|
[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)
|
691
727
|
|
692
728
|
### Changes
|
@@ -695,7 +731,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
695
731
|
|
696
732
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.13)
|
697
733
|
|
698
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
734
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
699
735
|
[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)
|
700
736
|
|
701
737
|
### Patches
|
@@ -709,7 +745,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
709
745
|
|
710
746
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.12)
|
711
747
|
|
712
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
748
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
713
749
|
[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)
|
714
750
|
|
715
751
|
### Changes
|
@@ -718,7 +754,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
718
754
|
|
719
755
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.11)
|
720
756
|
|
721
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
757
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
722
758
|
[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)
|
723
759
|
|
724
760
|
### Changes
|
@@ -727,7 +763,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
727
763
|
|
728
764
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.10)
|
729
765
|
|
730
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
766
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
731
767
|
[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)
|
732
768
|
|
733
769
|
### Changes
|
@@ -736,7 +772,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
736
772
|
|
737
773
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.9)
|
738
774
|
|
739
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
775
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
740
776
|
[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)
|
741
777
|
|
742
778
|
### Changes
|
@@ -745,7 +781,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
745
781
|
|
746
782
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.8)
|
747
783
|
|
748
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
784
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
749
785
|
[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)
|
750
786
|
|
751
787
|
### Changes
|
@@ -754,7 +790,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
754
790
|
|
755
791
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.7)
|
756
792
|
|
757
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
793
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
758
794
|
[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)
|
759
795
|
|
760
796
|
### Changes
|
@@ -763,7 +799,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
763
799
|
|
764
800
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.6)
|
765
801
|
|
766
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
802
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
767
803
|
[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)
|
768
804
|
|
769
805
|
### Changes
|
@@ -772,7 +808,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
772
808
|
|
773
809
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.5)
|
774
810
|
|
775
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
811
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
776
812
|
[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)
|
777
813
|
|
778
814
|
### Changes
|
@@ -781,7 +817,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
781
817
|
|
782
818
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.4)
|
783
819
|
|
784
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
820
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
785
821
|
[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)
|
786
822
|
|
787
823
|
### Changes
|
@@ -790,7 +826,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
790
826
|
|
791
827
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.3)
|
792
828
|
|
793
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
829
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
794
830
|
[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)
|
795
831
|
|
796
832
|
### Changes
|
@@ -799,7 +835,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
799
835
|
|
800
836
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.2)
|
801
837
|
|
802
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
838
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
803
839
|
[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)
|
804
840
|
|
805
841
|
### Patches
|