@fluentui/react-tabster 9.0.0-rc.7 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +297 -1
- package/CHANGELOG.md +183 -84
- package/dist/{react-tabster.d.ts → index.d.ts} +23 -8
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/{symbols.js → focus/constants.js} +5 -1
- package/lib/focus/constants.js.map +1 -0
- package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
- package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
- package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +15 -34
- package/lib/focus/createFocusOutlineStyle.js.map +1 -0
- package/lib/focus/index.js +3 -0
- package/lib/focus/index.js.map +1 -0
- package/lib/hooks/index.js +0 -1
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
- package/lib/hooks/useFocusFinders.js.map +1 -1
- package/lib/hooks/useFocusableGroup.js +1 -1
- package/lib/hooks/useFocusableGroup.js.map +1 -1
- package/lib/hooks/useKeyboardNavAttribute.js +5 -3
- package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib/hooks/useModalAttributes.js +4 -2
- package/lib/hooks/useModalAttributes.js.map +1 -1
- package/lib/hooks/useTabster.js +1 -1
- package/lib/hooks/useTabster.js.map +1 -1
- package/lib/hooks/useTabsterAttributes.js +1 -0
- package/lib/hooks/useTabsterAttributes.js.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/{symbols.js → focus/constants.js} +6 -2
- package/lib-commonjs/focus/constants.js.map +1 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
- package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +19 -39
- package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
- package/lib-commonjs/focus/index.js +12 -0
- package/lib-commonjs/focus/index.js.map +1 -0
- package/lib-commonjs/hooks/index.js +0 -2
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
- package/lib-commonjs/hooks/useFocusFinders.js.map +1 -1
- package/lib-commonjs/hooks/useFocusableGroup.js +1 -1
- package/lib-commonjs/hooks/useFocusableGroup.js.map +1 -1
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js +7 -5
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib-commonjs/hooks/useModalAttributes.js +4 -2
- package/lib-commonjs/hooks/useModalAttributes.js.map +1 -1
- package/lib-commonjs/hooks/useTabster.js +1 -1
- package/lib-commonjs/hooks/useTabster.js.map +1 -1
- package/lib-commonjs/hooks/useTabsterAttributes.js +1 -0
- package/lib-commonjs/hooks/useTabsterAttributes.js.map +1 -1
- package/lib-commonjs/index.js +16 -13
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +12 -13
- package/lib/hooks/index.d.ts +0 -7
- package/lib/hooks/useArrowNavigationGroup.d.ts +0 -26
- package/lib/hooks/useFocusFinders.d.ts +0 -11
- package/lib/hooks/useFocusIndicatorStyle.d.ts +0 -33
- package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
- package/lib/hooks/useFocusableGroup.d.ts +0 -12
- package/lib/hooks/useKeyboardNavAttribute.d.ts +0 -5
- package/lib/hooks/useModalAttributes.d.ts +0 -22
- package/lib/hooks/useTabster.d.ts +0 -9
- package/lib/hooks/useTabsterAttributes.d.ts +0 -5
- package/lib/index.d.ts +0 -2
- package/lib/symbols.d.ts +0 -2
- package/lib/symbols.js.map +0 -1
- package/lib-commonjs/hooks/index.d.ts +0 -7
- package/lib-commonjs/hooks/useArrowNavigationGroup.d.ts +0 -26
- package/lib-commonjs/hooks/useFocusFinders.d.ts +0 -11
- package/lib-commonjs/hooks/useFocusIndicatorStyle.d.ts +0 -33
- package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
- package/lib-commonjs/hooks/useFocusableGroup.d.ts +0 -12
- package/lib-commonjs/hooks/useKeyboardNavAttribute.d.ts +0 -5
- package/lib-commonjs/hooks/useModalAttributes.d.ts +0 -22
- package/lib-commonjs/hooks/useTabster.d.ts +0 -9
- package/lib-commonjs/hooks/useTabsterAttributes.d.ts +0 -5
- package/lib-commonjs/index.d.ts +0 -2
- package/lib-commonjs/symbols.d.ts +0 -2
- package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,111 @@
|
|
1
1
|
# Change Log - @fluentui/react-tabster
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 15:08:29 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0)
|
8
|
+
|
9
|
+
Tue, 28 Jun 2022 15:08:29 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.14..@fluentui/react-tabster_v9.0.0)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
16
|
+
- Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
18
|
+
|
19
|
+
### Changes
|
20
|
+
|
21
|
+
- chore: Mark teams-prg owned APIs with @internal ([PR #23689](https://github.com/microsoft/fluentui/pull/23689) by lingfangao@hotmail.com)
|
22
|
+
- chore: Using ::before and ::after instead of :before and :after. ([PR #23469](https://github.com/microsoft/fluentui/pull/23469) by Humberto.Morimoto@microsoft.com)
|
23
|
+
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
24
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
25
|
+
- feat: Add new `legacyTrapFocus` option to `useModalAttributes` ([PR #23598](https://github.com/microsoft/fluentui/pull/23598) by lingfangao@hotmail.com)
|
26
|
+
|
27
|
+
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.14)
|
28
|
+
|
29
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
30
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.13..@fluentui/react-tabster_v9.0.0-rc.14)
|
31
|
+
|
32
|
+
### Changes
|
33
|
+
|
34
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
35
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
36
|
+
|
37
|
+
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.13)
|
38
|
+
|
39
|
+
Tue, 31 May 2022 21:28:48 GMT
|
40
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.12..@fluentui/react-tabster_v9.0.0-rc.13)
|
41
|
+
|
42
|
+
### Changes
|
43
|
+
|
44
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
45
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
46
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
47
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
48
|
+
|
49
|
+
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.12)
|
50
|
+
|
51
|
+
Thu, 26 May 2022 21:01:31 GMT
|
52
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.11..@fluentui/react-tabster_v9.0.0-rc.12)
|
53
|
+
|
54
|
+
### Changes
|
55
|
+
|
56
|
+
- Remove usage of focus-visible pseudo-class to conform to browser support matrix. ([PR #23255](https://github.com/microsoft/fluentui/pull/23255) by tristan.watanabe@gmail.com)
|
57
|
+
|
58
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.11)
|
59
|
+
|
60
|
+
Mon, 23 May 2022 18:56:49 GMT
|
61
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.10..@fluentui/react-tabster_v9.0.0-rc.11)
|
62
|
+
|
63
|
+
### Changes
|
64
|
+
|
65
|
+
- BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
|
66
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
67
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
68
|
+
|
69
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.10)
|
70
|
+
|
71
|
+
Mon, 23 May 2022 12:13:51 GMT
|
72
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.9..@fluentui/react-tabster_v9.0.0-rc.10)
|
73
|
+
|
74
|
+
### Changes
|
75
|
+
|
76
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
77
|
+
- Update tabster dependency from ^1.3.3 to ^1.4.0 ([PR #23109](https://github.com/microsoft/fluentui/pull/23109) by seanmonahan@microsoft.com)
|
78
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
79
|
+
- feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
|
80
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
81
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
82
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
83
|
+
|
84
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.9)
|
85
|
+
|
86
|
+
Thu, 05 May 2022 18:26:30 GMT
|
87
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.8..@fluentui/react-tabster_v9.0.0-rc.9)
|
88
|
+
|
89
|
+
### Changes
|
90
|
+
|
91
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
92
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
93
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
94
|
+
|
95
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.8)
|
96
|
+
|
97
|
+
Wed, 04 May 2022 13:26:53 GMT
|
98
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-rc.7..@fluentui/react-tabster_v9.0.0-rc.8)
|
99
|
+
|
100
|
+
### Changes
|
101
|
+
|
102
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
103
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
104
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
105
|
+
|
7
106
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.7)
|
8
107
|
|
9
|
-
Mon, 25 Apr 2022 09:
|
108
|
+
Mon, 25 Apr 2022 09:32:15 GMT
|
10
109
|
[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
110
|
|
12
111
|
### Changes
|
@@ -15,7 +114,7 @@ Mon, 25 Apr 2022 09:31:17 GMT
|
|
15
114
|
|
16
115
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.6)
|
17
116
|
|
18
|
-
Tue, 19 Apr 2022 19:16:59 GMT
|
117
|
+
Tue, 19 Apr 2022 19:16:59 GMT
|
19
118
|
[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
119
|
|
21
120
|
### Changes
|
@@ -31,7 +130,7 @@ Tue, 19 Apr 2022 19:16:59 GMT
|
|
31
130
|
|
32
131
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.5)
|
33
132
|
|
34
|
-
Fri, 04 Mar 2022 05:17:31 GMT
|
133
|
+
Fri, 04 Mar 2022 05:17:31 GMT
|
35
134
|
[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
135
|
|
37
136
|
### Changes
|
@@ -43,7 +142,7 @@ Fri, 04 Mar 2022 05:17:31 GMT
|
|
43
142
|
|
44
143
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.4)
|
45
144
|
|
46
|
-
Tue, 01 Mar 2022 02:17:39 GMT
|
145
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
47
146
|
[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
147
|
|
49
148
|
### Changes
|
@@ -53,7 +152,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
|
|
53
152
|
|
54
153
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.3)
|
55
154
|
|
56
|
-
Fri, 18 Feb 2022 13:35:35 GMT
|
155
|
+
Fri, 18 Feb 2022 13:35:35 GMT
|
57
156
|
[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
157
|
|
59
158
|
### Changes
|
@@ -64,7 +163,7 @@ Fri, 18 Feb 2022 13:35:35 GMT
|
|
64
163
|
|
65
164
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-rc.1)
|
66
165
|
|
67
|
-
Thu, 10 Feb 2022 08:50:55 GMT
|
166
|
+
Thu, 10 Feb 2022 08:50:55 GMT
|
68
167
|
[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
168
|
|
70
169
|
### Changes
|
@@ -82,7 +181,7 @@ Thu, 10 Feb 2022 08:50:55 GMT
|
|
82
181
|
|
83
182
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
|
84
183
|
|
85
|
-
Thu, 25 Nov 2021 08:34:17 GMT
|
184
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
86
185
|
[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
186
|
|
88
187
|
### Changes
|
@@ -94,7 +193,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
|
|
94
193
|
|
95
194
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.4)
|
96
195
|
|
97
|
-
Fri, 12 Nov 2021 13:25:07 GMT
|
196
|
+
Fri, 12 Nov 2021 13:25:07 GMT
|
98
197
|
[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
198
|
|
100
199
|
### Changes
|
@@ -109,7 +208,7 @@ Fri, 12 Nov 2021 13:25:07 GMT
|
|
109
208
|
|
110
209
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.3)
|
111
210
|
|
112
|
-
Wed, 27 Oct 2021 12:14:22 GMT
|
211
|
+
Wed, 27 Oct 2021 12:14:22 GMT
|
113
212
|
[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
213
|
|
115
214
|
### Changes
|
@@ -122,7 +221,7 @@ Wed, 27 Oct 2021 12:14:22 GMT
|
|
122
221
|
|
123
222
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.2)
|
124
223
|
|
125
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
224
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
126
225
|
[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
226
|
|
128
227
|
### Changes
|
@@ -131,7 +230,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
131
230
|
|
132
231
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.1)
|
133
232
|
|
134
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
233
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
135
234
|
[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
235
|
|
137
236
|
### Changes
|
@@ -144,7 +243,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
144
243
|
|
145
244
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.73)
|
146
245
|
|
147
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
246
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
148
247
|
[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
248
|
|
150
249
|
### Changes
|
@@ -154,7 +253,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
154
253
|
|
155
254
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.72)
|
156
255
|
|
157
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
256
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
158
257
|
[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
258
|
|
160
259
|
### Changes
|
@@ -164,7 +263,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
164
263
|
|
165
264
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.71)
|
166
265
|
|
167
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
266
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
168
267
|
[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
268
|
|
170
269
|
### Changes
|
@@ -177,7 +276,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
177
276
|
|
178
277
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.69)
|
179
278
|
|
180
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
279
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
181
280
|
[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
281
|
|
183
282
|
### Changes
|
@@ -186,7 +285,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
186
285
|
|
187
286
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.68)
|
188
287
|
|
189
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
288
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
190
289
|
[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
290
|
|
192
291
|
### Changes
|
@@ -196,7 +295,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
196
295
|
|
197
296
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.67)
|
198
297
|
|
199
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
298
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
200
299
|
[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
300
|
|
202
301
|
### Changes
|
@@ -207,7 +306,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
207
306
|
|
208
307
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.66)
|
209
308
|
|
210
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
309
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
211
310
|
[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
311
|
|
213
312
|
### Changes
|
@@ -217,7 +316,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
217
316
|
|
218
317
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.65)
|
219
318
|
|
220
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
319
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
221
320
|
[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
321
|
|
223
322
|
### Changes
|
@@ -227,7 +326,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
227
326
|
|
228
327
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.64)
|
229
328
|
|
230
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
329
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
231
330
|
[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
331
|
|
233
332
|
### Changes
|
@@ -237,7 +336,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
237
336
|
|
238
337
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.63)
|
239
338
|
|
240
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
339
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
241
340
|
[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
341
|
|
243
342
|
### Changes
|
@@ -247,7 +346,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
247
346
|
|
248
347
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.62)
|
249
348
|
|
250
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
349
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
251
350
|
[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
351
|
|
253
352
|
### Changes
|
@@ -256,7 +355,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
256
355
|
|
257
356
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.61)
|
258
357
|
|
259
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
358
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
260
359
|
[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
360
|
|
262
361
|
### Changes
|
@@ -265,7 +364,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
265
364
|
|
266
365
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.60)
|
267
366
|
|
268
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
367
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
269
368
|
[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
369
|
|
271
370
|
### Changes
|
@@ -274,7 +373,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
274
373
|
|
275
374
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.59)
|
276
375
|
|
277
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
376
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
278
377
|
[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
378
|
|
280
379
|
### Changes
|
@@ -283,7 +382,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
283
382
|
|
284
383
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.58)
|
285
384
|
|
286
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
385
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
287
386
|
[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
387
|
|
289
388
|
### Changes
|
@@ -293,7 +392,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
293
392
|
|
294
393
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.57)
|
295
394
|
|
296
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
395
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
297
396
|
[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
397
|
|
299
398
|
### Changes
|
@@ -302,7 +401,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
302
401
|
|
303
402
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.56)
|
304
403
|
|
305
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
404
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
306
405
|
[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
406
|
|
308
407
|
### Changes
|
@@ -311,7 +410,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
311
410
|
|
312
411
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.55)
|
313
412
|
|
314
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
413
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
315
414
|
[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
415
|
|
317
416
|
### Changes
|
@@ -320,7 +419,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
320
419
|
|
321
420
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.54)
|
322
421
|
|
323
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
422
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
324
423
|
[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
424
|
|
326
425
|
### Changes
|
@@ -329,7 +428,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
329
428
|
|
330
429
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.53)
|
331
430
|
|
332
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
431
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
333
432
|
[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
433
|
|
335
434
|
### Changes
|
@@ -338,7 +437,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
338
437
|
|
339
438
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.52)
|
340
439
|
|
341
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
440
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
342
441
|
[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
442
|
|
344
443
|
### Changes
|
@@ -347,7 +446,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
347
446
|
|
348
447
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.51)
|
349
448
|
|
350
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
449
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
351
450
|
[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
451
|
|
353
452
|
### Changes
|
@@ -356,7 +455,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
356
455
|
|
357
456
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.50)
|
358
457
|
|
359
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
458
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
360
459
|
[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
460
|
|
362
461
|
### Changes
|
@@ -365,7 +464,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
365
464
|
|
366
465
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.49)
|
367
466
|
|
368
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
467
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
369
468
|
[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
469
|
|
371
470
|
### Changes
|
@@ -374,7 +473,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
374
473
|
|
375
474
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.48)
|
376
475
|
|
377
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
476
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
378
477
|
[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
478
|
|
380
479
|
### Patches
|
@@ -388,7 +487,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
388
487
|
|
389
488
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.47)
|
390
489
|
|
391
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
490
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
392
491
|
[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
492
|
|
394
493
|
### Changes
|
@@ -397,7 +496,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
397
496
|
|
398
497
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.46)
|
399
498
|
|
400
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
499
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
401
500
|
[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
501
|
|
403
502
|
### Changes
|
@@ -406,7 +505,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
406
505
|
|
407
506
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.45)
|
408
507
|
|
409
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
508
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
410
509
|
[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
510
|
|
412
511
|
### Changes
|
@@ -415,7 +514,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
415
514
|
|
416
515
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.44)
|
417
516
|
|
418
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
517
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
419
518
|
[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
519
|
|
421
520
|
### Changes
|
@@ -424,7 +523,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
424
523
|
|
425
524
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.43)
|
426
525
|
|
427
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
526
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
428
527
|
[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
528
|
|
430
529
|
### Changes
|
@@ -433,7 +532,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
433
532
|
|
434
533
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.42)
|
435
534
|
|
436
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
535
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
437
536
|
[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
537
|
|
439
538
|
### Changes
|
@@ -442,7 +541,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
442
541
|
|
443
542
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.41)
|
444
543
|
|
445
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
544
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
446
545
|
[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
546
|
|
448
547
|
### Changes
|
@@ -451,7 +550,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
451
550
|
|
452
551
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.40)
|
453
552
|
|
454
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
553
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
455
554
|
[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
555
|
|
457
556
|
### Patches
|
@@ -465,7 +564,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
465
564
|
|
466
565
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.39)
|
467
566
|
|
468
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
567
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
469
568
|
[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
569
|
|
471
570
|
### Changes
|
@@ -474,7 +573,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
474
573
|
|
475
574
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.38)
|
476
575
|
|
477
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
576
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
478
577
|
[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
578
|
|
480
579
|
### Changes
|
@@ -483,7 +582,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
483
582
|
|
484
583
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.37)
|
485
584
|
|
486
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
585
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
487
586
|
[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
587
|
|
489
588
|
### Changes
|
@@ -492,7 +591,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
492
591
|
|
493
592
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.36)
|
494
593
|
|
495
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
594
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
496
595
|
[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
596
|
|
498
597
|
### Changes
|
@@ -501,7 +600,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
501
600
|
|
502
601
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.35)
|
503
602
|
|
504
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
603
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
505
604
|
[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
605
|
|
507
606
|
### Changes
|
@@ -510,7 +609,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
510
609
|
|
511
610
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.34)
|
512
611
|
|
513
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
612
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
514
613
|
[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
614
|
|
516
615
|
### Changes
|
@@ -519,7 +618,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
519
618
|
|
520
619
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.33)
|
521
620
|
|
522
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
621
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
523
622
|
[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
623
|
|
525
624
|
### Patches
|
@@ -533,7 +632,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
533
632
|
|
534
633
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.32)
|
535
634
|
|
536
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
635
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
537
636
|
[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
637
|
|
539
638
|
### Changes
|
@@ -542,7 +641,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
542
641
|
|
543
642
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.31)
|
544
643
|
|
545
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
644
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
546
645
|
[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
646
|
|
548
647
|
### Changes
|
@@ -551,7 +650,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
551
650
|
|
552
651
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.30)
|
553
652
|
|
554
|
-
Tue, 01 Jun 2021 07:31:58 GMT
|
653
|
+
Tue, 01 Jun 2021 07:31:58 GMT
|
555
654
|
[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
655
|
|
557
656
|
### Changes
|
@@ -561,7 +660,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
|
|
561
660
|
|
562
661
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.29)
|
563
662
|
|
564
|
-
Fri, 28 May 2021 07:33:57 GMT
|
663
|
+
Fri, 28 May 2021 07:33:57 GMT
|
565
664
|
[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
665
|
|
567
666
|
### Changes
|
@@ -570,7 +669,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
570
669
|
|
571
670
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.28)
|
572
671
|
|
573
|
-
Wed, 26 May 2021 07:35:43 GMT
|
672
|
+
Wed, 26 May 2021 07:35:43 GMT
|
574
673
|
[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
674
|
|
576
675
|
### Changes
|
@@ -579,16 +678,16 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
579
678
|
|
580
679
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.27)
|
581
680
|
|
582
|
-
Fri, 21 May 2021 07:34:54 GMT
|
681
|
+
Fri, 21 May 2021 07:34:54 GMT
|
583
682
|
[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
683
|
|
585
684
|
### Changes
|
586
685
|
|
587
|
-
- Return memoized find
|
686
|
+
- Return memoized find\* callbacks from `useFocusFinders` ([PR #18262](https://github.com/microsoft/fluentui/pull/18262) by lingfan.gao@microsoft.com)
|
588
687
|
|
589
688
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.26)
|
590
689
|
|
591
|
-
Thu, 20 May 2021 07:41:54 GMT
|
690
|
+
Thu, 20 May 2021 07:41:54 GMT
|
592
691
|
[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
692
|
|
594
693
|
### Patches
|
@@ -602,7 +701,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
602
701
|
|
603
702
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.25)
|
604
703
|
|
605
|
-
Wed, 19 May 2021 07:34:20 GMT
|
704
|
+
Wed, 19 May 2021 07:34:20 GMT
|
606
705
|
[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
706
|
|
608
707
|
### Changes
|
@@ -611,7 +710,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
611
710
|
|
612
711
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.24)
|
613
712
|
|
614
|
-
Thu, 13 May 2021 07:36:55 GMT
|
713
|
+
Thu, 13 May 2021 07:36:55 GMT
|
615
714
|
[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
715
|
|
617
716
|
### Changes
|
@@ -620,7 +719,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
620
719
|
|
621
720
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.23)
|
622
721
|
|
623
|
-
Wed, 12 May 2021 07:36:20 GMT
|
722
|
+
Wed, 12 May 2021 07:36:20 GMT
|
624
723
|
[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
724
|
|
626
725
|
### Changes
|
@@ -629,7 +728,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
629
728
|
|
630
729
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.22)
|
631
730
|
|
632
|
-
Mon, 03 May 2021 07:45:19 GMT
|
731
|
+
Mon, 03 May 2021 07:45:19 GMT
|
633
732
|
[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
733
|
|
635
734
|
### Changes
|
@@ -638,7 +737,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
638
737
|
|
639
738
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.21)
|
640
739
|
|
641
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
740
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
642
741
|
[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
742
|
|
644
743
|
### Patches
|
@@ -652,7 +751,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
652
751
|
|
653
752
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.20)
|
654
753
|
|
655
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
754
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
656
755
|
[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
756
|
|
658
757
|
### Changes
|
@@ -661,7 +760,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
661
760
|
|
662
761
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.19)
|
663
762
|
|
664
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
763
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
665
764
|
[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
765
|
|
667
766
|
### Patches
|
@@ -675,7 +774,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
675
774
|
|
676
775
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.18)
|
677
776
|
|
678
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
777
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
679
778
|
[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
779
|
|
681
780
|
### Changes
|
@@ -684,7 +783,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
684
783
|
|
685
784
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.17)
|
686
785
|
|
687
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
786
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
688
787
|
[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
788
|
|
690
789
|
### Changes
|
@@ -693,7 +792,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
693
792
|
|
694
793
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.16)
|
695
794
|
|
696
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
795
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
697
796
|
[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
797
|
|
699
798
|
### Changes
|
@@ -702,7 +801,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
702
801
|
|
703
802
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.15)
|
704
803
|
|
705
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
804
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
706
805
|
[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
806
|
|
708
807
|
### Changes
|
@@ -711,7 +810,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
711
810
|
|
712
811
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-alpha.14)
|
713
812
|
|
714
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
813
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
715
814
|
[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
815
|
|
717
816
|
### Changes
|
@@ -720,7 +819,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
720
819
|
|
721
820
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.13)
|
722
821
|
|
723
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
822
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
724
823
|
[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
824
|
|
726
825
|
### Patches
|
@@ -734,7 +833,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
734
833
|
|
735
834
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.12)
|
736
835
|
|
737
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
836
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
738
837
|
[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
838
|
|
740
839
|
### Changes
|
@@ -743,7 +842,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
743
842
|
|
744
843
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.11)
|
745
844
|
|
746
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
845
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
747
846
|
[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
847
|
|
749
848
|
### Changes
|
@@ -752,7 +851,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
752
851
|
|
753
852
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.10)
|
754
853
|
|
755
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
854
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
756
855
|
[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
856
|
|
758
857
|
### Changes
|
@@ -761,7 +860,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
761
860
|
|
762
861
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.9)
|
763
862
|
|
764
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
863
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
765
864
|
[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
865
|
|
767
866
|
### Changes
|
@@ -770,7 +869,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
770
869
|
|
771
870
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.8)
|
772
871
|
|
773
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
872
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
774
873
|
[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
874
|
|
776
875
|
### Changes
|
@@ -779,7 +878,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
779
878
|
|
780
879
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.7)
|
781
880
|
|
782
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
881
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
783
882
|
[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
883
|
|
785
884
|
### Changes
|
@@ -788,7 +887,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
788
887
|
|
789
888
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.6)
|
790
889
|
|
791
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
890
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
792
891
|
[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
892
|
|
794
893
|
### Changes
|
@@ -797,7 +896,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
797
896
|
|
798
897
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.5)
|
799
898
|
|
800
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
899
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
801
900
|
[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
901
|
|
803
902
|
### Changes
|
@@ -806,7 +905,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
806
905
|
|
807
906
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.4)
|
808
907
|
|
809
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
908
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
810
909
|
[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
910
|
|
812
911
|
### Changes
|
@@ -815,7 +914,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
815
914
|
|
816
915
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.3)
|
817
916
|
|
818
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
917
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
819
918
|
[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
919
|
|
821
920
|
### Changes
|
@@ -824,7 +923,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
824
923
|
|
825
924
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus-management_v9.0.0-alpha.2)
|
826
925
|
|
827
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
926
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
828
927
|
[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
928
|
|
830
929
|
### Patches
|