@fluentui/react-tabster 9.0.0-rc.6 → 9.0.0-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/CHANGELOG.json +95 -4
  2. package/CHANGELOG.md +117 -86
  3. package/README.md +4 -11
  4. package/dist/{react-tabster.d.ts → index.d.ts} +11 -5
  5. package/lib/{symbols.d.ts → focus/constants.d.ts} +4 -0
  6. package/lib/{symbols.js → focus/constants.js} +5 -1
  7. package/lib/focus/constants.js.map +1 -0
  8. package/lib/focus/createCustomFocusIndicatorStyle.d.ts +12 -0
  9. package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
  10. package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  11. package/{lib-commonjs/hooks/useFocusIndicatorStyle.d.ts → lib/focus/createFocusOutlineStyle.d.ts} +4 -13
  12. package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +14 -33
  13. package/lib/focus/createFocusOutlineStyle.js.map +1 -0
  14. package/lib/focus/index.d.ts +2 -0
  15. package/lib/focus/index.js +3 -0
  16. package/lib/focus/index.js.map +1 -0
  17. package/lib/hooks/index.d.ts +0 -1
  18. package/lib/hooks/index.js +0 -1
  19. package/lib/hooks/index.js.map +1 -1
  20. package/lib/hooks/useArrowNavigationGroup.d.ts +4 -0
  21. package/lib/hooks/useArrowNavigationGroup.js +2 -1
  22. package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
  23. package/lib/hooks/useKeyboardNavAttribute.js +1 -1
  24. package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
  25. package/lib/index.d.ts +4 -2
  26. package/lib/index.js +2 -1
  27. package/lib/index.js.map +1 -1
  28. package/lib-commonjs/{symbols.d.ts → focus/constants.d.ts} +4 -0
  29. package/lib-commonjs/{symbols.js → focus/constants.js} +6 -2
  30. package/lib-commonjs/focus/constants.js.map +1 -0
  31. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.d.ts +12 -0
  32. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
  33. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  34. package/{lib/hooks/useFocusIndicatorStyle.d.ts → lib-commonjs/focus/createFocusOutlineStyle.d.ts} +4 -13
  35. package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +18 -38
  36. package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
  37. package/lib-commonjs/focus/index.d.ts +2 -0
  38. package/lib-commonjs/focus/index.js +12 -0
  39. package/lib-commonjs/focus/index.js.map +1 -0
  40. package/lib-commonjs/hooks/index.d.ts +0 -1
  41. package/lib-commonjs/hooks/index.js +0 -2
  42. package/lib-commonjs/hooks/index.js.map +1 -1
  43. package/lib-commonjs/hooks/useArrowNavigationGroup.d.ts +4 -0
  44. package/lib-commonjs/hooks/useArrowNavigationGroup.js +2 -1
  45. package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
  46. package/lib-commonjs/hooks/useKeyboardNavAttribute.js +3 -3
  47. package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
  48. package/lib-commonjs/index.d.ts +4 -2
  49. package/lib-commonjs/index.js +16 -13
  50. package/lib-commonjs/index.js.map +1 -1
  51. package/package.json +7 -7
  52. package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
  53. package/lib/symbols.js.map +0 -1
  54. package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
  55. package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,43 @@
1
1
  # Change Log - @fluentui/react-tabster
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 19:14:09 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 05 May 2022 18:24:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.9)
8
+
9
+ Thu, 05 May 2022 18:24:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.8..@fluentui/react-tabster_v9.0.0-rc.9)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
15
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
17
+
18
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.8)
19
+
20
+ Wed, 04 May 2022 13:26:53 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.7..@fluentui/react-tabster_v9.0.0-rc.8)
22
+
23
+ ### Changes
24
+
25
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
26
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
28
+
29
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.7)
30
+
31
+ Mon, 25 Apr 2022 09:32:15 GMT
32
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.6..@fluentui/react-tabster_v9.0.0-rc.7)
33
+
34
+ ### Changes
35
+
36
+ - Adjusting accordion keyboard navigation. ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by marata@microsoft.com)
37
+
7
38
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.6)
8
39
 
9
- Tue, 19 Apr 2022 19:14:09 GMT
40
+ Tue, 19 Apr 2022 19:16:59 GMT
10
41
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.5..@fluentui/react-tabster_v9.0.0-rc.6)
11
42
 
12
43
  ### Changes
@@ -16,13 +47,13 @@ Tue, 19 Apr 2022 19:14:09 GMT
16
47
  - fix styles in getFocusOutlineStyles() ([PR #22070](https://github.com/microsoft/fluentui/pull/22070) by olfedias@microsoft.com)
17
48
  - feat(react-tabster): Add grid navigation ([PR #22085](https://github.com/microsoft/fluentui/pull/22085) by jukapsia@microsoft.com)
18
49
  - Upgrading tabster to latest version. ([PR #22492](https://github.com/microsoft/fluentui/pull/22492) by Humberto.Morimoto@microsoft.com)
19
- - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
20
- - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
21
- - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
50
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
51
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
52
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
22
53
 
23
54
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.5)
24
55
 
25
- Fri, 04 Mar 2022 05:17:31 GMT
56
+ Fri, 04 Mar 2022 05:17:31 GMT
26
57
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.4..@fluentui/react-tabster_v9.0.0-rc.5)
27
58
 
28
59
  ### Changes
@@ -34,7 +65,7 @@ Fri, 04 Mar 2022 05:17:31 GMT
34
65
 
35
66
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.4)
36
67
 
37
- Tue, 01 Mar 2022 02:17:39 GMT
68
+ Tue, 01 Mar 2022 02:17:39 GMT
38
69
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.3..@fluentui/react-tabster_v9.0.0-rc.4)
39
70
 
40
71
  ### Changes
@@ -44,7 +75,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
44
75
 
45
76
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.3)
46
77
 
47
- Fri, 18 Feb 2022 13:35:35 GMT
78
+ Fri, 18 Feb 2022 13:35:35 GMT
48
79
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.1..@fluentui/react-tabster_v9.0.0-rc.3)
49
80
 
50
81
  ### Changes
@@ -55,7 +86,7 @@ Fri, 18 Feb 2022 13:35:35 GMT
55
86
 
56
87
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.1)
57
88
 
58
- Thu, 10 Feb 2022 08:50:55 GMT
89
+ Thu, 10 Feb 2022 08:50:55 GMT
59
90
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.5..@fluentui/react-tabster_v9.0.0-rc.1)
60
91
 
61
92
  ### Changes
@@ -73,7 +104,7 @@ Thu, 10 Feb 2022 08:50:55 GMT
73
104
 
74
105
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
75
106
 
76
- Thu, 25 Nov 2021 08:34:17 GMT
107
+ Thu, 25 Nov 2021 08:34:17 GMT
77
108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.4..@fluentui/react-tabster_v9.0.0-beta.5)
78
109
 
79
110
  ### Changes
@@ -85,7 +116,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
85
116
 
86
117
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.4)
87
118
 
88
- Fri, 12 Nov 2021 13:25:07 GMT
119
+ Fri, 12 Nov 2021 13:25:07 GMT
89
120
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.3..@fluentui/react-tabster_v9.0.0-beta.4)
90
121
 
91
122
  ### Changes
@@ -100,7 +131,7 @@ Fri, 12 Nov 2021 13:25:07 GMT
100
131
 
101
132
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.3)
102
133
 
103
- Wed, 27 Oct 2021 12:14:22 GMT
134
+ Wed, 27 Oct 2021 12:14:22 GMT
104
135
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.2..@fluentui/react-tabster_v9.0.0-beta.3)
105
136
 
106
137
  ### Changes
@@ -113,7 +144,7 @@ Wed, 27 Oct 2021 12:14:22 GMT
113
144
 
114
145
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.2)
115
146
 
116
- Tue, 12 Oct 2021 19:45:58 GMT
147
+ Tue, 12 Oct 2021 19:45:58 GMT
117
148
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.1..@fluentui/react-tabster_v9.0.0-beta.2)
118
149
 
119
150
  ### Changes
@@ -122,7 +153,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
122
153
 
123
154
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.1)
124
155
 
125
- Wed, 06 Oct 2021 10:37:22 GMT
156
+ Wed, 06 Oct 2021 10:37:22 GMT
126
157
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.73..@fluentui/react-tabster_v9.0.0-beta.1)
127
158
 
128
159
  ### Changes
@@ -135,7 +166,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
135
166
 
136
167
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.73)
137
168
 
138
- Tue, 05 Oct 2021 12:47:58 GMT
169
+ Tue, 05 Oct 2021 12:47:58 GMT
139
170
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.72..@fluentui/react-tabster_v9.0.0-alpha.73)
140
171
 
141
172
  ### Changes
@@ -145,7 +176,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
145
176
 
146
177
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.72)
147
178
 
148
- Tue, 05 Oct 2021 09:28:07 GMT
179
+ Tue, 05 Oct 2021 09:28:07 GMT
149
180
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.71..@fluentui/react-tabster_v9.0.0-alpha.72)
150
181
 
151
182
  ### Changes
@@ -155,7 +186,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
155
186
 
156
187
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.71)
157
188
 
158
- Fri, 01 Oct 2021 14:13:08 GMT
189
+ Fri, 01 Oct 2021 14:13:08 GMT
159
190
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.69..@fluentui/react-tabster_v9.0.0-alpha.71)
160
191
 
161
192
  ### Changes
@@ -168,7 +199,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
168
199
 
169
200
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.69)
170
201
 
171
- Fri, 01 Oct 2021 09:44:56 GMT
202
+ Fri, 01 Oct 2021 09:44:56 GMT
172
203
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.68..@fluentui/react-tabster_v9.0.0-alpha.69)
173
204
 
174
205
  ### Changes
@@ -177,7 +208,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
177
208
 
178
209
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.68)
179
210
 
180
- Wed, 29 Sep 2021 08:06:11 GMT
211
+ Wed, 29 Sep 2021 08:06:11 GMT
181
212
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.67..@fluentui/react-tabster_v9.0.0-alpha.68)
182
213
 
183
214
  ### Changes
@@ -187,7 +218,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
187
218
 
188
219
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.67)
189
220
 
190
- Mon, 27 Sep 2021 08:06:00 GMT
221
+ Mon, 27 Sep 2021 08:06:00 GMT
191
222
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.66..@fluentui/react-tabster_v9.0.0-alpha.67)
192
223
 
193
224
  ### Changes
@@ -198,7 +229,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
198
229
 
199
230
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.66)
200
231
 
201
- Fri, 24 Sep 2021 09:17:17 GMT
232
+ Fri, 24 Sep 2021 09:17:17 GMT
202
233
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.65..@fluentui/react-tabster_v9.0.0-alpha.66)
203
234
 
204
235
  ### Changes
@@ -208,7 +239,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
208
239
 
209
240
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.65)
210
241
 
211
- Thu, 23 Sep 2021 08:21:34 GMT
242
+ Thu, 23 Sep 2021 08:21:34 GMT
212
243
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.64..@fluentui/react-tabster_v9.0.0-alpha.65)
213
244
 
214
245
  ### Changes
@@ -218,7 +249,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
218
249
 
219
250
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.64)
220
251
 
221
- Wed, 22 Sep 2021 10:10:07 GMT
252
+ Wed, 22 Sep 2021 10:10:07 GMT
222
253
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.63..@fluentui/react-tabster_v9.0.0-alpha.64)
223
254
 
224
255
  ### Changes
@@ -228,7 +259,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
228
259
 
229
260
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.63)
230
261
 
231
- Tue, 21 Sep 2021 07:42:34 GMT
262
+ Tue, 21 Sep 2021 07:42:34 GMT
232
263
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.62..@fluentui/react-tabster_v9.0.0-alpha.63)
233
264
 
234
265
  ### Changes
@@ -238,7 +269,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
238
269
 
239
270
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.62)
240
271
 
241
- Mon, 20 Sep 2021 07:36:26 GMT
272
+ Mon, 20 Sep 2021 07:36:26 GMT
242
273
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.61..@fluentui/react-tabster_v9.0.0-alpha.62)
243
274
 
244
275
  ### Changes
@@ -247,7 +278,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
247
278
 
248
279
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.61)
249
280
 
250
- Fri, 17 Sep 2021 07:35:26 GMT
281
+ Fri, 17 Sep 2021 07:35:26 GMT
251
282
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.60..@fluentui/react-tabster_v9.0.0-alpha.61)
252
283
 
253
284
  ### Changes
@@ -256,7 +287,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
256
287
 
257
288
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.60)
258
289
 
259
- Thu, 16 Sep 2021 07:38:39 GMT
290
+ Thu, 16 Sep 2021 07:38:39 GMT
260
291
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.59..@fluentui/react-tabster_v9.0.0-alpha.60)
261
292
 
262
293
  ### Changes
@@ -265,7 +296,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
265
296
 
266
297
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.59)
267
298
 
268
- Tue, 14 Sep 2021 20:09:02 GMT
299
+ Tue, 14 Sep 2021 20:09:02 GMT
269
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.58..@fluentui/react-tabster_v9.0.0-alpha.59)
270
301
 
271
302
  ### Changes
@@ -274,7 +305,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
274
305
 
275
306
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.58)
276
307
 
277
- Fri, 10 Sep 2021 16:31:53 GMT
308
+ Fri, 10 Sep 2021 16:31:53 GMT
278
309
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.57..@fluentui/react-tabster_v9.0.0-alpha.58)
279
310
 
280
311
  ### Changes
@@ -284,7 +315,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
284
315
 
285
316
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.57)
286
317
 
287
- Fri, 10 Sep 2021 07:39:51 GMT
318
+ Fri, 10 Sep 2021 07:39:51 GMT
288
319
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.56..@fluentui/react-tabster_v9.0.0-alpha.57)
289
320
 
290
321
  ### Changes
@@ -293,7 +324,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
293
324
 
294
325
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.56)
295
326
 
296
- Mon, 06 Sep 2021 07:34:53 GMT
327
+ Mon, 06 Sep 2021 07:34:53 GMT
297
328
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.55..@fluentui/react-tabster_v9.0.0-alpha.56)
298
329
 
299
330
  ### Changes
@@ -302,7 +333,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
302
333
 
303
334
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.55)
304
335
 
305
- Wed, 01 Sep 2021 07:39:56 GMT
336
+ Wed, 01 Sep 2021 07:39:56 GMT
306
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.54..@fluentui/react-tabster_v9.0.0-alpha.55)
307
338
 
308
339
  ### Changes
@@ -311,7 +342,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
311
342
 
312
343
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.54)
313
344
 
314
- Tue, 31 Aug 2021 07:37:47 GMT
345
+ Tue, 31 Aug 2021 07:37:47 GMT
315
346
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.53..@fluentui/react-tabster_v9.0.0-alpha.54)
316
347
 
317
348
  ### Changes
@@ -320,7 +351,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
320
351
 
321
352
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.53)
322
353
 
323
- Tue, 24 Aug 2021 07:34:48 GMT
354
+ Tue, 24 Aug 2021 07:34:48 GMT
324
355
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.52..@fluentui/react-tabster_v9.0.0-alpha.53)
325
356
 
326
357
  ### Changes
@@ -329,7 +360,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
329
360
 
330
361
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.52)
331
362
 
332
- Fri, 20 Aug 2021 07:37:28 GMT
363
+ Fri, 20 Aug 2021 07:37:28 GMT
333
364
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.51..@fluentui/react-tabster_v9.0.0-alpha.52)
334
365
 
335
366
  ### Changes
@@ -338,7 +369,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
338
369
 
339
370
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.51)
340
371
 
341
- Thu, 19 Aug 2021 07:41:35 GMT
372
+ Thu, 19 Aug 2021 07:41:35 GMT
342
373
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.50..@fluentui/react-tabster_v9.0.0-alpha.51)
343
374
 
344
375
  ### Changes
@@ -347,7 +378,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
347
378
 
348
379
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.50)
349
380
 
350
- Fri, 13 Aug 2021 07:36:34 GMT
381
+ Fri, 13 Aug 2021 07:36:34 GMT
351
382
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.49..@fluentui/react-tabster_v9.0.0-alpha.50)
352
383
 
353
384
  ### Changes
@@ -356,7 +387,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
356
387
 
357
388
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.49)
358
389
 
359
- Fri, 06 Aug 2021 07:35:14 GMT
390
+ Fri, 06 Aug 2021 07:35:14 GMT
360
391
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.48..@fluentui/react-tabster_v9.0.0-alpha.49)
361
392
 
362
393
  ### Changes
@@ -365,7 +396,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
365
396
 
366
397
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.48)
367
398
 
368
- Tue, 03 Aug 2021 07:39:30 GMT
399
+ Tue, 03 Aug 2021 07:39:30 GMT
369
400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.47..@fluentui/react-tabster_v9.0.0-alpha.48)
370
401
 
371
402
  ### Patches
@@ -379,7 +410,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
379
410
 
380
411
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.47)
381
412
 
382
- Mon, 02 Aug 2021 07:36:20 GMT
413
+ Mon, 02 Aug 2021 07:36:20 GMT
383
414
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.46..@fluentui/react-tabster_v9.0.0-alpha.47)
384
415
 
385
416
  ### Changes
@@ -388,7 +419,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
388
419
 
389
420
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.46)
390
421
 
391
- Mon, 26 Jul 2021 07:37:30 GMT
422
+ Mon, 26 Jul 2021 07:37:30 GMT
392
423
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.45..@fluentui/react-tabster_v9.0.0-alpha.46)
393
424
 
394
425
  ### Changes
@@ -397,7 +428,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
397
428
 
398
429
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.45)
399
430
 
400
- Fri, 23 Jul 2021 07:38:19 GMT
431
+ Fri, 23 Jul 2021 07:38:19 GMT
401
432
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.44..@fluentui/react-tabster_v9.0.0-alpha.45)
402
433
 
403
434
  ### Changes
@@ -406,7 +437,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
406
437
 
407
438
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.44)
408
439
 
409
- Thu, 22 Jul 2021 07:36:55 GMT
440
+ Thu, 22 Jul 2021 07:36:55 GMT
410
441
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.43..@fluentui/react-tabster_v9.0.0-alpha.44)
411
442
 
412
443
  ### Changes
@@ -415,7 +446,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
415
446
 
416
447
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.43)
417
448
 
418
- Thu, 15 Jul 2021 07:36:18 GMT
449
+ Thu, 15 Jul 2021 07:36:18 GMT
419
450
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.42..@fluentui/react-tabster_v9.0.0-alpha.43)
420
451
 
421
452
  ### Changes
@@ -424,7 +455,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
424
455
 
425
456
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.42)
426
457
 
427
- Tue, 13 Jul 2021 22:32:58 GMT
458
+ Tue, 13 Jul 2021 22:32:58 GMT
428
459
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.41..@fluentui/react-tabster_v9.0.0-alpha.42)
429
460
 
430
461
  ### Changes
@@ -433,7 +464,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
433
464
 
434
465
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.41)
435
466
 
436
- Tue, 13 Jul 2021 07:35:36 GMT
467
+ Tue, 13 Jul 2021 07:35:36 GMT
437
468
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.40..@fluentui/react-tabster_v9.0.0-alpha.41)
438
469
 
439
470
  ### Changes
@@ -442,7 +473,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
442
473
 
443
474
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.40)
444
475
 
445
- Fri, 09 Jul 2021 07:39:31 GMT
476
+ Fri, 09 Jul 2021 07:39:31 GMT
446
477
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.39..@fluentui/react-tabster_v9.0.0-alpha.40)
447
478
 
448
479
  ### Patches
@@ -456,7 +487,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
456
487
 
457
488
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.39)
458
489
 
459
- Fri, 02 Jul 2021 23:15:55 GMT
490
+ Fri, 02 Jul 2021 23:15:55 GMT
460
491
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.38..@fluentui/react-tabster_v9.0.0-alpha.39)
461
492
 
462
493
  ### Changes
@@ -465,7 +496,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
465
496
 
466
497
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.38)
467
498
 
468
- Fri, 02 Jul 2021 07:37:06 GMT
499
+ Fri, 02 Jul 2021 07:37:06 GMT
469
500
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.37..@fluentui/react-tabster_v9.0.0-alpha.38)
470
501
 
471
502
  ### Changes
@@ -474,7 +505,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
474
505
 
475
506
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.37)
476
507
 
477
- Thu, 01 Jul 2021 07:35:05 GMT
508
+ Thu, 01 Jul 2021 07:35:05 GMT
478
509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.36..@fluentui/react-tabster_v9.0.0-alpha.37)
479
510
 
480
511
  ### Changes
@@ -483,7 +514,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
483
514
 
484
515
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.36)
485
516
 
486
- Wed, 30 Jun 2021 07:38:35 GMT
517
+ Wed, 30 Jun 2021 07:38:35 GMT
487
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.35..@fluentui/react-tabster_v9.0.0-alpha.36)
488
519
 
489
520
  ### Changes
@@ -492,7 +523,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
492
523
 
493
524
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.35)
494
525
 
495
- Tue, 29 Jun 2021 07:33:32 GMT
526
+ Tue, 29 Jun 2021 07:33:32 GMT
496
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.34..@fluentui/react-tabster_v9.0.0-alpha.35)
497
528
 
498
529
  ### Changes
@@ -501,7 +532,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
501
532
 
502
533
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.34)
503
534
 
504
- Tue, 15 Jun 2021 07:40:20 GMT
535
+ Tue, 15 Jun 2021 07:40:20 GMT
505
536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.33..@fluentui/react-tabster_v9.0.0-alpha.34)
506
537
 
507
538
  ### Changes
@@ -510,7 +541,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
510
541
 
511
542
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.33)
512
543
 
513
- Mon, 07 Jun 2021 07:38:15 GMT
544
+ Mon, 07 Jun 2021 07:38:15 GMT
514
545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.32..@fluentui/react-tabster_v9.0.0-alpha.33)
515
546
 
516
547
  ### Patches
@@ -524,7 +555,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
524
555
 
525
556
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.32)
526
557
 
527
- Fri, 04 Jun 2021 07:37:23 GMT
558
+ Fri, 04 Jun 2021 07:37:23 GMT
528
559
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.31..@fluentui/react-tabster_v9.0.0-alpha.32)
529
560
 
530
561
  ### Changes
@@ -533,7 +564,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
533
564
 
534
565
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.31)
535
566
 
536
- Thu, 03 Jun 2021 07:36:03 GMT
567
+ Thu, 03 Jun 2021 07:36:03 GMT
537
568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.30..@fluentui/react-tabster_v9.0.0-alpha.31)
538
569
 
539
570
  ### Changes
@@ -542,7 +573,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
542
573
 
543
574
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.30)
544
575
 
545
- Tue, 01 Jun 2021 07:31:58 GMT
576
+ Tue, 01 Jun 2021 07:31:58 GMT
546
577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.29..@fluentui/react-tabster_v9.0.0-alpha.30)
547
578
 
548
579
  ### Changes
@@ -552,7 +583,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
552
583
 
553
584
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.29)
554
585
 
555
- Fri, 28 May 2021 07:33:57 GMT
586
+ Fri, 28 May 2021 07:33:57 GMT
556
587
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.28..@fluentui/react-tabster_v9.0.0-alpha.29)
557
588
 
558
589
  ### Changes
@@ -561,7 +592,7 @@ Fri, 28 May 2021 07:33:57 GMT
561
592
 
562
593
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.28)
563
594
 
564
- Wed, 26 May 2021 07:35:43 GMT
595
+ Wed, 26 May 2021 07:35:43 GMT
565
596
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.27..@fluentui/react-tabster_v9.0.0-alpha.28)
566
597
 
567
598
  ### Changes
@@ -570,16 +601,16 @@ Wed, 26 May 2021 07:35:43 GMT
570
601
 
571
602
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.27)
572
603
 
573
- Fri, 21 May 2021 07:34:54 GMT
604
+ Fri, 21 May 2021 07:34:54 GMT
574
605
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.26..@fluentui/react-tabster_v9.0.0-alpha.27)
575
606
 
576
607
  ### Changes
577
608
 
578
- - Return memoized find* callbacks from `useFocusFinders` ([PR #18262](https://github.com/microsoft/fluentui/pull/18262) by lingfan.gao@microsoft.com)
609
+ - Return memoized find\* callbacks from `useFocusFinders` ([PR #18262](https://github.com/microsoft/fluentui/pull/18262) by lingfan.gao@microsoft.com)
579
610
 
580
611
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.26)
581
612
 
582
- Thu, 20 May 2021 07:41:54 GMT
613
+ Thu, 20 May 2021 07:41:54 GMT
583
614
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.25..@fluentui/react-tabster_v9.0.0-alpha.26)
584
615
 
585
616
  ### Patches
@@ -593,7 +624,7 @@ Thu, 20 May 2021 07:41:54 GMT
593
624
 
594
625
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.25)
595
626
 
596
- Wed, 19 May 2021 07:34:20 GMT
627
+ Wed, 19 May 2021 07:34:20 GMT
597
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.24..@fluentui/react-tabster_v9.0.0-alpha.25)
598
629
 
599
630
  ### Changes
@@ -602,7 +633,7 @@ Wed, 19 May 2021 07:34:20 GMT
602
633
 
603
634
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.24)
604
635
 
605
- Thu, 13 May 2021 07:36:55 GMT
636
+ Thu, 13 May 2021 07:36:55 GMT
606
637
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.23..@fluentui/react-tabster_v9.0.0-alpha.24)
607
638
 
608
639
  ### Changes
@@ -611,7 +642,7 @@ Thu, 13 May 2021 07:36:55 GMT
611
642
 
612
643
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.23)
613
644
 
614
- Wed, 12 May 2021 07:36:20 GMT
645
+ Wed, 12 May 2021 07:36:20 GMT
615
646
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.22..@fluentui/react-tabster_v9.0.0-alpha.23)
616
647
 
617
648
  ### Changes
@@ -620,7 +651,7 @@ Wed, 12 May 2021 07:36:20 GMT
620
651
 
621
652
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.22)
622
653
 
623
- Mon, 03 May 2021 07:45:19 GMT
654
+ Mon, 03 May 2021 07:45:19 GMT
624
655
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.21..@fluentui/react-tabster_v9.0.0-alpha.22)
625
656
 
626
657
  ### Changes
@@ -629,7 +660,7 @@ Mon, 03 May 2021 07:45:19 GMT
629
660
 
630
661
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.21)
631
662
 
632
- Fri, 30 Apr 2021 07:42:23 GMT
663
+ Fri, 30 Apr 2021 07:42:23 GMT
633
664
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.20..@fluentui/react-tabster_v9.0.0-alpha.21)
634
665
 
635
666
  ### Patches
@@ -643,7 +674,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
643
674
 
644
675
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.20)
645
676
 
646
- Wed, 28 Apr 2021 07:32:59 GMT
677
+ Wed, 28 Apr 2021 07:32:59 GMT
647
678
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.19..@fluentui/react-tabster_v9.0.0-alpha.20)
648
679
 
649
680
  ### Changes
@@ -652,7 +683,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
652
683
 
653
684
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.19)
654
685
 
655
- Fri, 23 Apr 2021 07:37:10 GMT
686
+ Fri, 23 Apr 2021 07:37:10 GMT
656
687
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.18..@fluentui/react-tabster_v9.0.0-alpha.19)
657
688
 
658
689
  ### Patches
@@ -666,7 +697,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
666
697
 
667
698
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.18)
668
699
 
669
- Thu, 22 Apr 2021 07:33:28 GMT
700
+ Thu, 22 Apr 2021 07:33:28 GMT
670
701
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.17..@fluentui/react-tabster_v9.0.0-alpha.18)
671
702
 
672
703
  ### Changes
@@ -675,7 +706,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
675
706
 
676
707
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.17)
677
708
 
678
- Wed, 21 Apr 2021 07:31:50 GMT
709
+ Wed, 21 Apr 2021 07:31:50 GMT
679
710
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.16..@fluentui/react-tabster_v9.0.0-alpha.17)
680
711
 
681
712
  ### Changes
@@ -684,7 +715,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
684
715
 
685
716
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.16)
686
717
 
687
- Tue, 20 Apr 2021 07:31:35 GMT
718
+ Tue, 20 Apr 2021 07:31:35 GMT
688
719
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.15..@fluentui/react-tabster_v9.0.0-alpha.16)
689
720
 
690
721
  ### Changes
@@ -693,7 +724,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
693
724
 
694
725
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.15)
695
726
 
696
- Fri, 16 Apr 2021 18:08:21 GMT
727
+ Fri, 16 Apr 2021 18:08:21 GMT
697
728
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.14..@fluentui/react-tabster_v9.0.0-alpha.15)
698
729
 
699
730
  ### Changes
@@ -702,7 +733,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
702
733
 
703
734
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.14)
704
735
 
705
- Thu, 01 Apr 2021 20:13:37 GMT
736
+ Thu, 01 Apr 2021 20:13:37 GMT
706
737
  [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)
707
738
 
708
739
  ### Changes
@@ -711,7 +742,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
711
742
 
712
743
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.13)
713
744
 
714
- Wed, 31 Mar 2021 00:53:43 GMT
745
+ Wed, 31 Mar 2021 00:53:43 GMT
715
746
  [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)
716
747
 
717
748
  ### Patches
@@ -725,7 +756,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
725
756
 
726
757
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.12)
727
758
 
728
- Tue, 30 Mar 2021 07:34:45 GMT
759
+ Tue, 30 Mar 2021 07:34:45 GMT
729
760
  [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)
730
761
 
731
762
  ### Changes
@@ -734,7 +765,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
734
765
 
735
766
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.11)
736
767
 
737
- Fri, 26 Mar 2021 07:32:34 GMT
768
+ Fri, 26 Mar 2021 07:32:34 GMT
738
769
  [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)
739
770
 
740
771
  ### Changes
@@ -743,7 +774,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
743
774
 
744
775
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.10)
745
776
 
746
- Thu, 25 Mar 2021 07:33:24 GMT
777
+ Thu, 25 Mar 2021 07:33:24 GMT
747
778
  [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)
748
779
 
749
780
  ### Changes
@@ -752,7 +783,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
752
783
 
753
784
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.9)
754
785
 
755
- Tue, 23 Mar 2021 07:31:43 GMT
786
+ Tue, 23 Mar 2021 07:31:43 GMT
756
787
  [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)
757
788
 
758
789
  ### Changes
@@ -761,7 +792,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
761
792
 
762
793
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.8)
763
794
 
764
- Thu, 18 Mar 2021 20:15:34 GMT
795
+ Thu, 18 Mar 2021 20:15:34 GMT
765
796
  [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)
766
797
 
767
798
  ### Changes
@@ -770,7 +801,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
770
801
 
771
802
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.7)
772
803
 
773
- Mon, 15 Mar 2021 07:36:20 GMT
804
+ Mon, 15 Mar 2021 07:36:20 GMT
774
805
  [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)
775
806
 
776
807
  ### Changes
@@ -779,7 +810,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
779
810
 
780
811
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.6)
781
812
 
782
- Wed, 10 Mar 2021 07:34:39 GMT
813
+ Wed, 10 Mar 2021 07:34:39 GMT
783
814
  [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)
784
815
 
785
816
  ### Changes
@@ -788,7 +819,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
788
819
 
789
820
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.5)
790
821
 
791
- Fri, 05 Mar 2021 20:30:59 GMT
822
+ Fri, 05 Mar 2021 20:30:59 GMT
792
823
  [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)
793
824
 
794
825
  ### Changes
@@ -797,7 +828,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
797
828
 
798
829
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.4)
799
830
 
800
- Wed, 03 Mar 2021 00:10:09 GMT
831
+ Wed, 03 Mar 2021 00:10:09 GMT
801
832
  [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)
802
833
 
803
834
  ### Changes
@@ -806,7 +837,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
806
837
 
807
838
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.3)
808
839
 
809
- Tue, 02 Mar 2021 07:24:27 GMT
840
+ Tue, 02 Mar 2021 07:24:27 GMT
810
841
  [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)
811
842
 
812
843
  ### Changes
@@ -815,7 +846,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
815
846
 
816
847
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.2)
817
848
 
818
- Fri, 26 Feb 2021 01:16:27 GMT
849
+ Fri, 26 Feb 2021 01:16:27 GMT
819
850
  [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)
820
851
 
821
852
  ### Patches