@fluentui/react-tabster 9.0.0-rc.1 → 9.0.0-rc.10

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 (74) hide show
  1. package/CHANGELOG.json +301 -1
  2. package/CHANGELOG.md +174 -79
  3. package/README.md +5 -14
  4. package/dist/{react-tabster.d.ts → index.d.ts} +14 -8
  5. package/{lib → dist}/tsdoc-metadata.json +0 -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.js +18 -0
  9. package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  10. package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +20 -40
  11. package/lib/focus/createFocusOutlineStyle.js.map +1 -0
  12. package/lib/focus/index.js +3 -0
  13. package/lib/focus/index.js.map +1 -0
  14. package/lib/hooks/index.js +2 -3
  15. package/lib/hooks/index.js.map +1 -1
  16. package/lib/hooks/useArrowNavigationGroup.js +5 -1
  17. package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
  18. package/lib/hooks/useFocusFinders.js.map +1 -1
  19. package/lib/hooks/useFocusableGroup.js.map +1 -1
  20. package/lib/hooks/useKeyboardNavAttribute.js +1 -1
  21. package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
  22. package/lib/hooks/useModalAttributes.js.map +1 -1
  23. package/lib/hooks/useTabster.js.map +1 -1
  24. package/lib/hooks/useTabsterAttributes.js.map +1 -1
  25. package/lib/index.js +2 -1
  26. package/lib/index.js.map +1 -1
  27. package/lib-commonjs/{symbols.js → focus/constants.js} +6 -2
  28. package/lib-commonjs/focus/constants.js.map +1 -0
  29. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
  30. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  31. package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +24 -44
  32. package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
  33. package/lib-commonjs/focus/index.js +12 -0
  34. package/lib-commonjs/focus/index.js.map +1 -0
  35. package/lib-commonjs/hooks/index.js +4 -6
  36. package/lib-commonjs/hooks/index.js.map +1 -1
  37. package/lib-commonjs/hooks/useArrowNavigationGroup.js +5 -1
  38. package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
  39. package/lib-commonjs/hooks/useFocusFinders.js.map +1 -1
  40. package/lib-commonjs/hooks/useFocusableGroup.js.map +1 -1
  41. package/lib-commonjs/hooks/useKeyboardNavAttribute.js +3 -3
  42. package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
  43. package/lib-commonjs/hooks/useModalAttributes.js.map +1 -1
  44. package/lib-commonjs/hooks/useTabster.js.map +1 -1
  45. package/lib-commonjs/hooks/useTabsterAttributes.js.map +1 -1
  46. package/lib-commonjs/index.js +53 -2
  47. package/lib-commonjs/index.js.map +1 -1
  48. package/package.json +18 -15
  49. package/lib/hooks/index.d.ts +0 -7
  50. package/lib/hooks/useArrowNavigationGroup.d.ts +0 -22
  51. package/lib/hooks/useFocusFinders.d.ts +0 -11
  52. package/lib/hooks/useFocusIndicatorStyle.d.ts +0 -33
  53. package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
  54. package/lib/hooks/useFocusableGroup.d.ts +0 -12
  55. package/lib/hooks/useKeyboardNavAttribute.d.ts +0 -5
  56. package/lib/hooks/useModalAttributes.d.ts +0 -22
  57. package/lib/hooks/useTabster.d.ts +0 -9
  58. package/lib/hooks/useTabsterAttributes.d.ts +0 -5
  59. package/lib/index.d.ts +0 -1
  60. package/lib/symbols.d.ts +0 -2
  61. package/lib/symbols.js.map +0 -1
  62. package/lib-commonjs/hooks/index.d.ts +0 -7
  63. package/lib-commonjs/hooks/useArrowNavigationGroup.d.ts +0 -22
  64. package/lib-commonjs/hooks/useFocusFinders.d.ts +0 -11
  65. package/lib-commonjs/hooks/useFocusIndicatorStyle.d.ts +0 -33
  66. package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
  67. package/lib-commonjs/hooks/useFocusableGroup.d.ts +0 -12
  68. package/lib-commonjs/hooks/useKeyboardNavAttribute.d.ts +0 -5
  69. package/lib-commonjs/hooks/useModalAttributes.d.ts +0 -22
  70. package/lib-commonjs/hooks/useTabster.d.ts +0 -9
  71. package/lib-commonjs/hooks/useTabsterAttributes.d.ts +0 -5
  72. package/lib-commonjs/index.d.ts +0 -1
  73. package/lib-commonjs/symbols.d.ts +0 -2
  74. package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,107 @@
1
1
  # Change Log - @fluentui/react-tabster
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:44:08 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.10)
8
+
9
+ Mon, 23 May 2022 12:10:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.9..@fluentui/react-tabster_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
15
+ - Update tabster dependency from ^1.3.3 to ^1.4.0 ([PR #23109](https://github.com/microsoft/fluentui/pull/23109) by seanmonahan@microsoft.com)
16
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
17
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
18
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
19
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+
22
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.9)
23
+
24
+ Thu, 05 May 2022 18:26:30 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.8..@fluentui/react-tabster_v9.0.0-rc.9)
26
+
27
+ ### Changes
28
+
29
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
30
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
32
+
33
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.8)
34
+
35
+ Wed, 04 May 2022 13:26:53 GMT
36
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.7..@fluentui/react-tabster_v9.0.0-rc.8)
37
+
38
+ ### Changes
39
+
40
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
41
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
42
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
43
+
44
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.7)
45
+
46
+ Mon, 25 Apr 2022 09:32:15 GMT
47
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.6..@fluentui/react-tabster_v9.0.0-rc.7)
48
+
49
+ ### Changes
50
+
51
+ - Adjusting accordion keyboard navigation. ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by marata@microsoft.com)
52
+
53
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.6)
54
+
55
+ Tue, 19 Apr 2022 19:16:59 GMT
56
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.5..@fluentui/react-tabster_v9.0.0-rc.6)
57
+
58
+ ### Changes
59
+
60
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
61
+ - Removing star exports at src/index.ts. ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by Humberto.Morimoto@microsoft.com)
62
+ - fix styles in getFocusOutlineStyles() ([PR #22070](https://github.com/microsoft/fluentui/pull/22070) by olfedias@microsoft.com)
63
+ - feat(react-tabster): Add grid navigation ([PR #22085](https://github.com/microsoft/fluentui/pull/22085) by jukapsia@microsoft.com)
64
+ - Upgrading tabster to latest version. ([PR #22492](https://github.com/microsoft/fluentui/pull/22492) by Humberto.Morimoto@microsoft.com)
65
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
66
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
67
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
68
+
69
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.5)
70
+
71
+ Fri, 04 Mar 2022 05:17:31 GMT
72
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.4..@fluentui/react-tabster_v9.0.0-rc.5)
73
+
74
+ ### Changes
75
+
76
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
77
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
78
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
79
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
80
+
81
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.4)
82
+
83
+ Tue, 01 Mar 2022 02:17:39 GMT
84
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.3..@fluentui/react-tabster_v9.0.0-rc.4)
85
+
86
+ ### Changes
87
+
88
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
89
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
90
+
91
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.3)
92
+
93
+ Fri, 18 Feb 2022 13:35:35 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.1..@fluentui/react-tabster_v9.0.0-rc.3)
95
+
96
+ ### Changes
97
+
98
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
99
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
100
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
101
+
7
102
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.1)
8
103
 
9
- Thu, 10 Feb 2022 08:44:08 GMT
104
+ Thu, 10 Feb 2022 08:50:55 GMT
10
105
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.5..@fluentui/react-tabster_v9.0.0-rc.1)
11
106
 
12
107
  ### Changes
@@ -24,7 +119,7 @@ Thu, 10 Feb 2022 08:44:08 GMT
24
119
 
25
120
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
26
121
 
27
- Thu, 25 Nov 2021 08:34:17 GMT
122
+ Thu, 25 Nov 2021 08:34:17 GMT
28
123
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.4..@fluentui/react-tabster_v9.0.0-beta.5)
29
124
 
30
125
  ### Changes
@@ -36,7 +131,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
36
131
 
37
132
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.4)
38
133
 
39
- Fri, 12 Nov 2021 13:25:07 GMT
134
+ Fri, 12 Nov 2021 13:25:07 GMT
40
135
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.3..@fluentui/react-tabster_v9.0.0-beta.4)
41
136
 
42
137
  ### Changes
@@ -51,7 +146,7 @@ Fri, 12 Nov 2021 13:25:07 GMT
51
146
 
52
147
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.3)
53
148
 
54
- Wed, 27 Oct 2021 12:14:22 GMT
149
+ Wed, 27 Oct 2021 12:14:22 GMT
55
150
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.2..@fluentui/react-tabster_v9.0.0-beta.3)
56
151
 
57
152
  ### Changes
@@ -64,7 +159,7 @@ Wed, 27 Oct 2021 12:14:22 GMT
64
159
 
65
160
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.2)
66
161
 
67
- Tue, 12 Oct 2021 19:45:58 GMT
162
+ Tue, 12 Oct 2021 19:45:58 GMT
68
163
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.1..@fluentui/react-tabster_v9.0.0-beta.2)
69
164
 
70
165
  ### Changes
@@ -73,7 +168,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
73
168
 
74
169
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.1)
75
170
 
76
- Wed, 06 Oct 2021 10:37:22 GMT
171
+ Wed, 06 Oct 2021 10:37:22 GMT
77
172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.73..@fluentui/react-tabster_v9.0.0-beta.1)
78
173
 
79
174
  ### Changes
@@ -86,7 +181,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
86
181
 
87
182
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.73)
88
183
 
89
- Tue, 05 Oct 2021 12:47:58 GMT
184
+ Tue, 05 Oct 2021 12:47:58 GMT
90
185
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.72..@fluentui/react-tabster_v9.0.0-alpha.73)
91
186
 
92
187
  ### Changes
@@ -96,7 +191,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
96
191
 
97
192
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.72)
98
193
 
99
- Tue, 05 Oct 2021 09:28:07 GMT
194
+ Tue, 05 Oct 2021 09:28:07 GMT
100
195
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.71..@fluentui/react-tabster_v9.0.0-alpha.72)
101
196
 
102
197
  ### Changes
@@ -106,7 +201,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
106
201
 
107
202
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.71)
108
203
 
109
- Fri, 01 Oct 2021 14:13:08 GMT
204
+ Fri, 01 Oct 2021 14:13:08 GMT
110
205
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.69..@fluentui/react-tabster_v9.0.0-alpha.71)
111
206
 
112
207
  ### Changes
@@ -119,7 +214,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
119
214
 
120
215
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.69)
121
216
 
122
- Fri, 01 Oct 2021 09:44:56 GMT
217
+ Fri, 01 Oct 2021 09:44:56 GMT
123
218
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.68..@fluentui/react-tabster_v9.0.0-alpha.69)
124
219
 
125
220
  ### Changes
@@ -128,7 +223,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
128
223
 
129
224
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.68)
130
225
 
131
- Wed, 29 Sep 2021 08:06:11 GMT
226
+ Wed, 29 Sep 2021 08:06:11 GMT
132
227
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.67..@fluentui/react-tabster_v9.0.0-alpha.68)
133
228
 
134
229
  ### Changes
@@ -138,7 +233,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
138
233
 
139
234
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.67)
140
235
 
141
- Mon, 27 Sep 2021 08:06:00 GMT
236
+ Mon, 27 Sep 2021 08:06:00 GMT
142
237
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.66..@fluentui/react-tabster_v9.0.0-alpha.67)
143
238
 
144
239
  ### Changes
@@ -149,7 +244,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
149
244
 
150
245
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.66)
151
246
 
152
- Fri, 24 Sep 2021 09:17:17 GMT
247
+ Fri, 24 Sep 2021 09:17:17 GMT
153
248
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.65..@fluentui/react-tabster_v9.0.0-alpha.66)
154
249
 
155
250
  ### Changes
@@ -159,7 +254,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
159
254
 
160
255
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.65)
161
256
 
162
- Thu, 23 Sep 2021 08:21:34 GMT
257
+ Thu, 23 Sep 2021 08:21:34 GMT
163
258
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.64..@fluentui/react-tabster_v9.0.0-alpha.65)
164
259
 
165
260
  ### Changes
@@ -169,7 +264,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
169
264
 
170
265
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.64)
171
266
 
172
- Wed, 22 Sep 2021 10:10:07 GMT
267
+ Wed, 22 Sep 2021 10:10:07 GMT
173
268
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.63..@fluentui/react-tabster_v9.0.0-alpha.64)
174
269
 
175
270
  ### Changes
@@ -179,7 +274,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
179
274
 
180
275
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.63)
181
276
 
182
- Tue, 21 Sep 2021 07:42:34 GMT
277
+ Tue, 21 Sep 2021 07:42:34 GMT
183
278
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.62..@fluentui/react-tabster_v9.0.0-alpha.63)
184
279
 
185
280
  ### Changes
@@ -189,7 +284,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
189
284
 
190
285
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.62)
191
286
 
192
- Mon, 20 Sep 2021 07:36:26 GMT
287
+ Mon, 20 Sep 2021 07:36:26 GMT
193
288
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.61..@fluentui/react-tabster_v9.0.0-alpha.62)
194
289
 
195
290
  ### Changes
@@ -198,7 +293,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
198
293
 
199
294
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.61)
200
295
 
201
- Fri, 17 Sep 2021 07:35:26 GMT
296
+ Fri, 17 Sep 2021 07:35:26 GMT
202
297
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.60..@fluentui/react-tabster_v9.0.0-alpha.61)
203
298
 
204
299
  ### Changes
@@ -207,7 +302,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
207
302
 
208
303
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.60)
209
304
 
210
- Thu, 16 Sep 2021 07:38:39 GMT
305
+ Thu, 16 Sep 2021 07:38:39 GMT
211
306
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.59..@fluentui/react-tabster_v9.0.0-alpha.60)
212
307
 
213
308
  ### Changes
@@ -216,7 +311,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
216
311
 
217
312
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.59)
218
313
 
219
- Tue, 14 Sep 2021 20:09:02 GMT
314
+ Tue, 14 Sep 2021 20:09:02 GMT
220
315
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.58..@fluentui/react-tabster_v9.0.0-alpha.59)
221
316
 
222
317
  ### Changes
@@ -225,7 +320,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
225
320
 
226
321
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.58)
227
322
 
228
- Fri, 10 Sep 2021 16:31:53 GMT
323
+ Fri, 10 Sep 2021 16:31:53 GMT
229
324
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.57..@fluentui/react-tabster_v9.0.0-alpha.58)
230
325
 
231
326
  ### Changes
@@ -235,7 +330,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
235
330
 
236
331
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.57)
237
332
 
238
- Fri, 10 Sep 2021 07:39:51 GMT
333
+ Fri, 10 Sep 2021 07:39:51 GMT
239
334
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.56..@fluentui/react-tabster_v9.0.0-alpha.57)
240
335
 
241
336
  ### Changes
@@ -244,7 +339,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
244
339
 
245
340
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.56)
246
341
 
247
- Mon, 06 Sep 2021 07:34:53 GMT
342
+ Mon, 06 Sep 2021 07:34:53 GMT
248
343
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.55..@fluentui/react-tabster_v9.0.0-alpha.56)
249
344
 
250
345
  ### Changes
@@ -253,7 +348,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
253
348
 
254
349
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.55)
255
350
 
256
- Wed, 01 Sep 2021 07:39:56 GMT
351
+ Wed, 01 Sep 2021 07:39:56 GMT
257
352
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.54..@fluentui/react-tabster_v9.0.0-alpha.55)
258
353
 
259
354
  ### Changes
@@ -262,7 +357,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
262
357
 
263
358
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.54)
264
359
 
265
- Tue, 31 Aug 2021 07:37:47 GMT
360
+ Tue, 31 Aug 2021 07:37:47 GMT
266
361
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.53..@fluentui/react-tabster_v9.0.0-alpha.54)
267
362
 
268
363
  ### Changes
@@ -271,7 +366,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
271
366
 
272
367
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.53)
273
368
 
274
- Tue, 24 Aug 2021 07:34:48 GMT
369
+ Tue, 24 Aug 2021 07:34:48 GMT
275
370
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.52..@fluentui/react-tabster_v9.0.0-alpha.53)
276
371
 
277
372
  ### Changes
@@ -280,7 +375,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
280
375
 
281
376
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.52)
282
377
 
283
- Fri, 20 Aug 2021 07:37:28 GMT
378
+ Fri, 20 Aug 2021 07:37:28 GMT
284
379
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.51..@fluentui/react-tabster_v9.0.0-alpha.52)
285
380
 
286
381
  ### Changes
@@ -289,7 +384,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
289
384
 
290
385
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.51)
291
386
 
292
- Thu, 19 Aug 2021 07:41:35 GMT
387
+ Thu, 19 Aug 2021 07:41:35 GMT
293
388
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.50..@fluentui/react-tabster_v9.0.0-alpha.51)
294
389
 
295
390
  ### Changes
@@ -298,7 +393,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
298
393
 
299
394
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.50)
300
395
 
301
- Fri, 13 Aug 2021 07:36:34 GMT
396
+ Fri, 13 Aug 2021 07:36:34 GMT
302
397
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.49..@fluentui/react-tabster_v9.0.0-alpha.50)
303
398
 
304
399
  ### Changes
@@ -307,7 +402,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
307
402
 
308
403
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.49)
309
404
 
310
- Fri, 06 Aug 2021 07:35:14 GMT
405
+ Fri, 06 Aug 2021 07:35:14 GMT
311
406
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.48..@fluentui/react-tabster_v9.0.0-alpha.49)
312
407
 
313
408
  ### Changes
@@ -316,7 +411,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
316
411
 
317
412
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.48)
318
413
 
319
- Tue, 03 Aug 2021 07:39:30 GMT
414
+ Tue, 03 Aug 2021 07:39:30 GMT
320
415
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.47..@fluentui/react-tabster_v9.0.0-alpha.48)
321
416
 
322
417
  ### Patches
@@ -330,7 +425,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
330
425
 
331
426
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.47)
332
427
 
333
- Mon, 02 Aug 2021 07:36:20 GMT
428
+ Mon, 02 Aug 2021 07:36:20 GMT
334
429
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.46..@fluentui/react-tabster_v9.0.0-alpha.47)
335
430
 
336
431
  ### Changes
@@ -339,7 +434,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
339
434
 
340
435
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.46)
341
436
 
342
- Mon, 26 Jul 2021 07:37:30 GMT
437
+ Mon, 26 Jul 2021 07:37:30 GMT
343
438
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.45..@fluentui/react-tabster_v9.0.0-alpha.46)
344
439
 
345
440
  ### Changes
@@ -348,7 +443,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
348
443
 
349
444
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.45)
350
445
 
351
- Fri, 23 Jul 2021 07:38:19 GMT
446
+ Fri, 23 Jul 2021 07:38:19 GMT
352
447
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.44..@fluentui/react-tabster_v9.0.0-alpha.45)
353
448
 
354
449
  ### Changes
@@ -357,7 +452,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
357
452
 
358
453
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.44)
359
454
 
360
- Thu, 22 Jul 2021 07:36:55 GMT
455
+ Thu, 22 Jul 2021 07:36:55 GMT
361
456
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.43..@fluentui/react-tabster_v9.0.0-alpha.44)
362
457
 
363
458
  ### Changes
@@ -366,7 +461,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
366
461
 
367
462
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.43)
368
463
 
369
- Thu, 15 Jul 2021 07:36:18 GMT
464
+ Thu, 15 Jul 2021 07:36:18 GMT
370
465
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.42..@fluentui/react-tabster_v9.0.0-alpha.43)
371
466
 
372
467
  ### Changes
@@ -375,7 +470,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
375
470
 
376
471
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.42)
377
472
 
378
- Tue, 13 Jul 2021 22:32:58 GMT
473
+ Tue, 13 Jul 2021 22:32:58 GMT
379
474
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.41..@fluentui/react-tabster_v9.0.0-alpha.42)
380
475
 
381
476
  ### Changes
@@ -384,7 +479,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
384
479
 
385
480
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.41)
386
481
 
387
- Tue, 13 Jul 2021 07:35:36 GMT
482
+ Tue, 13 Jul 2021 07:35:36 GMT
388
483
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.40..@fluentui/react-tabster_v9.0.0-alpha.41)
389
484
 
390
485
  ### Changes
@@ -393,7 +488,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
393
488
 
394
489
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.40)
395
490
 
396
- Fri, 09 Jul 2021 07:39:31 GMT
491
+ Fri, 09 Jul 2021 07:39:31 GMT
397
492
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.39..@fluentui/react-tabster_v9.0.0-alpha.40)
398
493
 
399
494
  ### Patches
@@ -407,7 +502,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
407
502
 
408
503
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.39)
409
504
 
410
- Fri, 02 Jul 2021 23:15:55 GMT
505
+ Fri, 02 Jul 2021 23:15:55 GMT
411
506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.38..@fluentui/react-tabster_v9.0.0-alpha.39)
412
507
 
413
508
  ### Changes
@@ -416,7 +511,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
416
511
 
417
512
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.38)
418
513
 
419
- Fri, 02 Jul 2021 07:37:06 GMT
514
+ Fri, 02 Jul 2021 07:37:06 GMT
420
515
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.37..@fluentui/react-tabster_v9.0.0-alpha.38)
421
516
 
422
517
  ### Changes
@@ -425,7 +520,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
425
520
 
426
521
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.37)
427
522
 
428
- Thu, 01 Jul 2021 07:35:05 GMT
523
+ Thu, 01 Jul 2021 07:35:05 GMT
429
524
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.36..@fluentui/react-tabster_v9.0.0-alpha.37)
430
525
 
431
526
  ### Changes
@@ -434,7 +529,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
434
529
 
435
530
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.36)
436
531
 
437
- Wed, 30 Jun 2021 07:38:35 GMT
532
+ Wed, 30 Jun 2021 07:38:35 GMT
438
533
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.35..@fluentui/react-tabster_v9.0.0-alpha.36)
439
534
 
440
535
  ### Changes
@@ -443,7 +538,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
443
538
 
444
539
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.35)
445
540
 
446
- Tue, 29 Jun 2021 07:33:32 GMT
541
+ Tue, 29 Jun 2021 07:33:32 GMT
447
542
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.34..@fluentui/react-tabster_v9.0.0-alpha.35)
448
543
 
449
544
  ### Changes
@@ -452,7 +547,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
452
547
 
453
548
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.34)
454
549
 
455
- Tue, 15 Jun 2021 07:40:20 GMT
550
+ Tue, 15 Jun 2021 07:40:20 GMT
456
551
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.33..@fluentui/react-tabster_v9.0.0-alpha.34)
457
552
 
458
553
  ### Changes
@@ -461,7 +556,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
461
556
 
462
557
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.33)
463
558
 
464
- Mon, 07 Jun 2021 07:38:15 GMT
559
+ Mon, 07 Jun 2021 07:38:15 GMT
465
560
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.32..@fluentui/react-tabster_v9.0.0-alpha.33)
466
561
 
467
562
  ### Patches
@@ -475,7 +570,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
475
570
 
476
571
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.32)
477
572
 
478
- Fri, 04 Jun 2021 07:37:23 GMT
573
+ Fri, 04 Jun 2021 07:37:23 GMT
479
574
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.31..@fluentui/react-tabster_v9.0.0-alpha.32)
480
575
 
481
576
  ### Changes
@@ -484,7 +579,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
484
579
 
485
580
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.31)
486
581
 
487
- Thu, 03 Jun 2021 07:36:03 GMT
582
+ Thu, 03 Jun 2021 07:36:03 GMT
488
583
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.30..@fluentui/react-tabster_v9.0.0-alpha.31)
489
584
 
490
585
  ### Changes
@@ -493,7 +588,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
493
588
 
494
589
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.30)
495
590
 
496
- Tue, 01 Jun 2021 07:31:58 GMT
591
+ Tue, 01 Jun 2021 07:31:58 GMT
497
592
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.29..@fluentui/react-tabster_v9.0.0-alpha.30)
498
593
 
499
594
  ### Changes
@@ -503,7 +598,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
503
598
 
504
599
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.29)
505
600
 
506
- Fri, 28 May 2021 07:33:57 GMT
601
+ Fri, 28 May 2021 07:33:57 GMT
507
602
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.28..@fluentui/react-tabster_v9.0.0-alpha.29)
508
603
 
509
604
  ### Changes
@@ -512,7 +607,7 @@ Fri, 28 May 2021 07:33:57 GMT
512
607
 
513
608
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.28)
514
609
 
515
- Wed, 26 May 2021 07:35:43 GMT
610
+ Wed, 26 May 2021 07:35:43 GMT
516
611
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.27..@fluentui/react-tabster_v9.0.0-alpha.28)
517
612
 
518
613
  ### Changes
@@ -521,16 +616,16 @@ Wed, 26 May 2021 07:35:43 GMT
521
616
 
522
617
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.27)
523
618
 
524
- Fri, 21 May 2021 07:34:54 GMT
619
+ Fri, 21 May 2021 07:34:54 GMT
525
620
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.26..@fluentui/react-tabster_v9.0.0-alpha.27)
526
621
 
527
622
  ### Changes
528
623
 
529
- - Return memoized find* callbacks from `useFocusFinders` ([PR #18262](https://github.com/microsoft/fluentui/pull/18262) by lingfan.gao@microsoft.com)
624
+ - Return memoized find\* callbacks from `useFocusFinders` ([PR #18262](https://github.com/microsoft/fluentui/pull/18262) by lingfan.gao@microsoft.com)
530
625
 
531
626
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.26)
532
627
 
533
- Thu, 20 May 2021 07:41:54 GMT
628
+ Thu, 20 May 2021 07:41:54 GMT
534
629
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.25..@fluentui/react-tabster_v9.0.0-alpha.26)
535
630
 
536
631
  ### Patches
@@ -544,7 +639,7 @@ Thu, 20 May 2021 07:41:54 GMT
544
639
 
545
640
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.25)
546
641
 
547
- Wed, 19 May 2021 07:34:20 GMT
642
+ Wed, 19 May 2021 07:34:20 GMT
548
643
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.24..@fluentui/react-tabster_v9.0.0-alpha.25)
549
644
 
550
645
  ### Changes
@@ -553,7 +648,7 @@ Wed, 19 May 2021 07:34:20 GMT
553
648
 
554
649
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.24)
555
650
 
556
- Thu, 13 May 2021 07:36:55 GMT
651
+ Thu, 13 May 2021 07:36:55 GMT
557
652
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.23..@fluentui/react-tabster_v9.0.0-alpha.24)
558
653
 
559
654
  ### Changes
@@ -562,7 +657,7 @@ Thu, 13 May 2021 07:36:55 GMT
562
657
 
563
658
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.23)
564
659
 
565
- Wed, 12 May 2021 07:36:20 GMT
660
+ Wed, 12 May 2021 07:36:20 GMT
566
661
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.22..@fluentui/react-tabster_v9.0.0-alpha.23)
567
662
 
568
663
  ### Changes
@@ -571,7 +666,7 @@ Wed, 12 May 2021 07:36:20 GMT
571
666
 
572
667
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.22)
573
668
 
574
- Mon, 03 May 2021 07:45:19 GMT
669
+ Mon, 03 May 2021 07:45:19 GMT
575
670
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.21..@fluentui/react-tabster_v9.0.0-alpha.22)
576
671
 
577
672
  ### Changes
@@ -580,7 +675,7 @@ Mon, 03 May 2021 07:45:19 GMT
580
675
 
581
676
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.21)
582
677
 
583
- Fri, 30 Apr 2021 07:42:23 GMT
678
+ Fri, 30 Apr 2021 07:42:23 GMT
584
679
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.20..@fluentui/react-tabster_v9.0.0-alpha.21)
585
680
 
586
681
  ### Patches
@@ -594,7 +689,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
594
689
 
595
690
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.20)
596
691
 
597
- Wed, 28 Apr 2021 07:32:59 GMT
692
+ Wed, 28 Apr 2021 07:32:59 GMT
598
693
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.19..@fluentui/react-tabster_v9.0.0-alpha.20)
599
694
 
600
695
  ### Changes
@@ -603,7 +698,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
603
698
 
604
699
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.19)
605
700
 
606
- Fri, 23 Apr 2021 07:37:10 GMT
701
+ Fri, 23 Apr 2021 07:37:10 GMT
607
702
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.18..@fluentui/react-tabster_v9.0.0-alpha.19)
608
703
 
609
704
  ### Patches
@@ -617,7 +712,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
617
712
 
618
713
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.18)
619
714
 
620
- Thu, 22 Apr 2021 07:33:28 GMT
715
+ Thu, 22 Apr 2021 07:33:28 GMT
621
716
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.17..@fluentui/react-tabster_v9.0.0-alpha.18)
622
717
 
623
718
  ### Changes
@@ -626,7 +721,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
626
721
 
627
722
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.17)
628
723
 
629
- Wed, 21 Apr 2021 07:31:50 GMT
724
+ Wed, 21 Apr 2021 07:31:50 GMT
630
725
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.16..@fluentui/react-tabster_v9.0.0-alpha.17)
631
726
 
632
727
  ### Changes
@@ -635,7 +730,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
635
730
 
636
731
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.16)
637
732
 
638
- Tue, 20 Apr 2021 07:31:35 GMT
733
+ Tue, 20 Apr 2021 07:31:35 GMT
639
734
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.15..@fluentui/react-tabster_v9.0.0-alpha.16)
640
735
 
641
736
  ### Changes
@@ -644,7 +739,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
644
739
 
645
740
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.15)
646
741
 
647
- Fri, 16 Apr 2021 18:08:21 GMT
742
+ Fri, 16 Apr 2021 18:08:21 GMT
648
743
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-alpha.14..@fluentui/react-tabster_v9.0.0-alpha.15)
649
744
 
650
745
  ### Changes
@@ -653,7 +748,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
653
748
 
654
749
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.14)
655
750
 
656
- Thu, 01 Apr 2021 20:13:37 GMT
751
+ Thu, 01 Apr 2021 20:13:37 GMT
657
752
  [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)
658
753
 
659
754
  ### Changes
@@ -662,7 +757,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
662
757
 
663
758
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.13)
664
759
 
665
- Wed, 31 Mar 2021 00:53:43 GMT
760
+ Wed, 31 Mar 2021 00:53:43 GMT
666
761
  [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)
667
762
 
668
763
  ### Patches
@@ -676,7 +771,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
676
771
 
677
772
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.12)
678
773
 
679
- Tue, 30 Mar 2021 07:34:45 GMT
774
+ Tue, 30 Mar 2021 07:34:45 GMT
680
775
  [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)
681
776
 
682
777
  ### Changes
@@ -685,7 +780,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
685
780
 
686
781
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.11)
687
782
 
688
- Fri, 26 Mar 2021 07:32:34 GMT
783
+ Fri, 26 Mar 2021 07:32:34 GMT
689
784
  [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)
690
785
 
691
786
  ### Changes
@@ -694,7 +789,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
694
789
 
695
790
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.10)
696
791
 
697
- Thu, 25 Mar 2021 07:33:24 GMT
792
+ Thu, 25 Mar 2021 07:33:24 GMT
698
793
  [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)
699
794
 
700
795
  ### Changes
@@ -703,7 +798,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
703
798
 
704
799
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.9)
705
800
 
706
- Tue, 23 Mar 2021 07:31:43 GMT
801
+ Tue, 23 Mar 2021 07:31:43 GMT
707
802
  [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)
708
803
 
709
804
  ### Changes
@@ -712,7 +807,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
712
807
 
713
808
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.8)
714
809
 
715
- Thu, 18 Mar 2021 20:15:34 GMT
810
+ Thu, 18 Mar 2021 20:15:34 GMT
716
811
  [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)
717
812
 
718
813
  ### Changes
@@ -721,7 +816,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
721
816
 
722
817
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.7)
723
818
 
724
- Mon, 15 Mar 2021 07:36:20 GMT
819
+ Mon, 15 Mar 2021 07:36:20 GMT
725
820
  [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)
726
821
 
727
822
  ### Changes
@@ -730,7 +825,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
730
825
 
731
826
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.6)
732
827
 
733
- Wed, 10 Mar 2021 07:34:39 GMT
828
+ Wed, 10 Mar 2021 07:34:39 GMT
734
829
  [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)
735
830
 
736
831
  ### Changes
@@ -739,7 +834,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
739
834
 
740
835
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.5)
741
836
 
742
- Fri, 05 Mar 2021 20:30:59 GMT
837
+ Fri, 05 Mar 2021 20:30:59 GMT
743
838
  [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)
744
839
 
745
840
  ### Changes
@@ -748,7 +843,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
748
843
 
749
844
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.4)
750
845
 
751
- Wed, 03 Mar 2021 00:10:09 GMT
846
+ Wed, 03 Mar 2021 00:10:09 GMT
752
847
  [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)
753
848
 
754
849
  ### Changes
@@ -757,7 +852,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
757
852
 
758
853
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.3)
759
854
 
760
- Tue, 02 Mar 2021 07:24:27 GMT
855
+ Tue, 02 Mar 2021 07:24:27 GMT
761
856
  [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)
762
857
 
763
858
  ### Changes
@@ -766,7 +861,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
766
861
 
767
862
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.2)
768
863
 
769
- Fri, 26 Feb 2021 01:16:27 GMT
864
+ Fri, 26 Feb 2021 01:16:27 GMT
770
865
  [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)
771
866
 
772
867
  ### Patches