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