@fluentui/react-tabster 0.0.0-nightly946f57cad420220203.1 → 0.0.0-nightly96d9c9354420220210.1
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 +14 -8
- package/CHANGELOG.md +8 -7
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
"name": "@fluentui/react-tabster",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Thu,
|
6
|
-
"tag": "@fluentui/react-tabster_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Thu, 10 Feb 2022 04:16:36 GMT",
|
6
|
+
"tag": "@fluentui/react-tabster_v0.0.0-nightly96d9c9354420220210.1",
|
7
|
+
"version": "0.0.0-nightly96d9c9354420220210.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-tabster",
|
13
|
-
"commit": "
|
13
|
+
"commit": "df0f6db42df4395871de937d79a23fc5c3d82831",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
16
|
{
|
@@ -31,6 +31,12 @@
|
|
31
31
|
"commit": "ebc62b16de199691794df12080d89b77979d1131",
|
32
32
|
"comment": "use Griffel packages"
|
33
33
|
},
|
34
|
+
{
|
35
|
+
"author": "lingfangao@hotmail.com",
|
36
|
+
"package": "@fluentui/react-tabster",
|
37
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
38
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
39
|
+
},
|
34
40
|
{
|
35
41
|
"author": "olfedias@microsoft.com",
|
36
42
|
"package": "@fluentui/react-tabster",
|
@@ -58,14 +64,14 @@
|
|
58
64
|
{
|
59
65
|
"author": "beachball",
|
60
66
|
"package": "@fluentui/react-tabster",
|
61
|
-
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-
|
62
|
-
"commit": "
|
67
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly96d9c9354420220210.1",
|
68
|
+
"commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
|
63
69
|
},
|
64
70
|
{
|
65
71
|
"author": "beachball",
|
66
72
|
"package": "@fluentui/react-tabster",
|
67
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-
|
68
|
-
"commit": "
|
73
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly96d9c9354420220210.1",
|
74
|
+
"commit": "df0f6db42df4395871de937d79a23fc5c3d82831"
|
69
75
|
}
|
70
76
|
],
|
71
77
|
"none": [
|
package/CHANGELOG.md
CHANGED
@@ -1,26 +1,27 @@
|
|
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, 10 Feb 2022 04:16:36 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightly96d9c9354420220210.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v0.0.0-nightly96d9c9354420220210.1)
|
8
8
|
|
9
|
-
Thu,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.5..@fluentui/react-tabster_v0.0.0-
|
9
|
+
Thu, 10 Feb 2022 04:16:36 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.5..@fluentui/react-tabster_v0.0.0-nightly96d9c9354420220210.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by email not defined)
|
15
15
|
- feat: Support `options` for `findNextFocusable` and `findPrevFocusable` focus finders ([PR #21095](https://github.com/microsoft/fluentui/pull/21095) by lingfangao@hotmail.com)
|
16
16
|
- chore: Bump tabster and keyborg versions ([PR #20889](https://github.com/microsoft/fluentui/pull/20889) by lingfangao@hotmail.com)
|
17
17
|
- use Griffel packages ([PR #21419](https://github.com/microsoft/fluentui/pull/21419) by olfedias@microsoft.com)
|
18
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
18
19
|
- use new types from makeStyles core ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
|
19
20
|
- 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)
|
20
21
|
- chore: bump tabster to 1.1.1 - removes IE11 support ([PR #21319](https://github.com/microsoft/fluentui/pull/21319) by lingfangao@hotmail.com)
|
21
22
|
- update styles to not use CSS shorthands ([PR #20842](https://github.com/microsoft/fluentui/pull/20842) by olfedias@microsoft.com)
|
22
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-
|
23
|
-
- Bump @fluentui/react-utilities to v0.0.0-
|
23
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
|
24
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly96d9c9354420220210.1 ([commit](https://github.com/microsoft/fluentui/commit/df0f6db42df4395871de937d79a23fc5c3d82831) by beachball)
|
24
25
|
|
25
26
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
|
26
27
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-tabster",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-nightly96d9c9354420220210.1",
|
4
4
|
"description": "Utilities for focus management and facade for tabster",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -36,8 +36,8 @@
|
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
38
|
"@griffel/react": "1.0.0",
|
39
|
-
"@fluentui/react-shared-contexts": "0.0.0-
|
40
|
-
"@fluentui/react-utilities": "0.0.0-
|
39
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly96d9c9354420220210.1",
|
40
|
+
"@fluentui/react-utilities": "0.0.0-nightly96d9c9354420220210.1",
|
41
41
|
"keyborg": "^1.1.0",
|
42
42
|
"tabster": "^1.1.1",
|
43
43
|
"tslib": "^2.1.0"
|