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