@fluentui/react-tabster 9.0.0-beta.4 → 9.0.0-beta.5
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 +42 -9
- package/CHANGELOG.md +18 -6
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
@@ -2,17 +2,44 @@
|
|
2
2
|
"name": "@fluentui/react-tabster",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-tabster_v9.0.0-beta.
|
7
|
-
"version": "9.0.0-beta.
|
5
|
+
"date": "Thu, 25 Nov 2021 08:31:35 GMT",
|
6
|
+
"tag": "@fluentui/react-tabster_v9.0.0-beta.5",
|
7
|
+
"version": "9.0.0-beta.5",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "beachball",
|
12
12
|
"package": "@fluentui/react-tabster",
|
13
|
-
"
|
14
|
-
"
|
13
|
+
"comment": "Bump @fluentui/make-styles to v9.0.0-beta.3",
|
14
|
+
"commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-tabster",
|
19
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
20
|
+
"commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-tabster",
|
25
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
|
26
|
+
"commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
|
15
27
|
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-tabster",
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
32
|
+
"commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"date": "Fri, 12 Nov 2021 13:25:07 GMT",
|
39
|
+
"tag": "@fluentui/react-tabster_v9.0.0-beta.4",
|
40
|
+
"version": "9.0.0-beta.4",
|
41
|
+
"comments": {
|
42
|
+
"prerelease": [
|
16
43
|
{
|
17
44
|
"author": "andredias@microsoft.com",
|
18
45
|
"package": "@fluentui/react-tabster",
|
@@ -31,23 +58,29 @@
|
|
31
58
|
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
32
59
|
"comment": "Updated beta and RC components to ES2019"
|
33
60
|
},
|
61
|
+
{
|
62
|
+
"author": "lingfangao@hotmail.com",
|
63
|
+
"package": "@fluentui/react-tabster",
|
64
|
+
"commit": "da10ba8b6cca0c4cf921dc176bb9b7ea57fde9fa",
|
65
|
+
"comment": "Bump tabster and keyborg to 1.0.7"
|
66
|
+
},
|
34
67
|
{
|
35
68
|
"author": "beachball",
|
36
69
|
"package": "@fluentui/react-tabster",
|
37
70
|
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
38
|
-
"commit": "
|
71
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
39
72
|
},
|
40
73
|
{
|
41
74
|
"author": "beachball",
|
42
75
|
"package": "@fluentui/react-tabster",
|
43
76
|
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
|
44
|
-
"commit": "
|
77
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
45
78
|
},
|
46
79
|
{
|
47
80
|
"author": "beachball",
|
48
81
|
"package": "@fluentui/react-tabster",
|
49
82
|
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
50
|
-
"commit": "
|
83
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
51
84
|
}
|
52
85
|
],
|
53
86
|
"none": [
|
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,35 @@
|
|
1
1
|
# Change Log - @fluentui/react-tabster
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 25 Nov 2021 08:31:35 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
|
8
|
+
|
9
|
+
Thu, 25 Nov 2021 08:31:35 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.4..@fluentui/react-tabster_v9.0.0-beta.5)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/make-styles to v9.0.0-beta.3 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
|
15
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
|
18
|
+
|
7
19
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.4)
|
8
20
|
|
9
|
-
Fri, 12 Nov 2021
|
21
|
+
Fri, 12 Nov 2021 13:25:07 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.3..@fluentui/react-tabster_v9.0.0-beta.4)
|
11
23
|
|
12
24
|
### Changes
|
13
25
|
|
14
|
-
- Bump tabster and keyborg to 1.0.7 ([PR #20593](https://github.com/microsoft/fluentui/pull/20593) by lingfangao@hotmail.com)
|
15
26
|
- Add useFocusableGroup hook ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by andredias@microsoft.com)
|
16
27
|
- Use uncontrolled tabbing by default ([PR #20571](https://github.com/microsoft/fluentui/pull/20571) by lingfangao@hotmail.com)
|
17
28
|
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
18
|
-
- Bump
|
19
|
-
- Bump @fluentui/react-
|
20
|
-
- Bump @fluentui/react-
|
29
|
+
- Bump tabster and keyborg to 1.0.7 ([PR #20593](https://github.com/microsoft/fluentui/pull/20593) by lingfangao@hotmail.com)
|
30
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
31
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
32
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
21
33
|
|
22
34
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.3)
|
23
35
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-tabster",
|
3
|
-
"version": "9.0.0-beta.
|
3
|
+
"version": "9.0.0-beta.5",
|
4
4
|
"description": "Utilities for focus management and facade for tabster",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,10 +34,10 @@
|
|
34
34
|
"react-test-renderer": "^16.3.0"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@fluentui/make-styles": "9.0.0-beta.
|
38
|
-
"@fluentui/react-make-styles": "9.0.0-beta.
|
39
|
-
"@fluentui/react-shared-contexts": "9.0.0-beta.
|
40
|
-
"@fluentui/react-utilities": "9.0.0-beta.
|
37
|
+
"@fluentui/make-styles": "9.0.0-beta.3",
|
38
|
+
"@fluentui/react-make-styles": "9.0.0-beta.4",
|
39
|
+
"@fluentui/react-shared-contexts": "9.0.0-beta.4",
|
40
|
+
"@fluentui/react-utilities": "9.0.0-beta.4",
|
41
41
|
"keyborg": "^1.0.7",
|
42
42
|
"tabster": "^1.0.7",
|
43
43
|
"tslib": "^2.1.0"
|