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