@fluentui/react-tabster 0.0.0-nightly-20241111-0408.1 → 0.0.0-nightly-20241113-0407.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.md +23 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,36 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-tabster
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 13 Nov 2024 04:11:07 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-nightly-
|
|
7
|
+
## [0.0.0-nightly-20241113-0407.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v0.0.0-nightly-20241113-0407.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.
|
|
9
|
+
Wed, 13 Nov 2024 04:11:07 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.23.0..@fluentui/react-tabster_v0.0.0-nightly-20241113-0407.1)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
|
16
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
|
17
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
|
15
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20241113-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/468a2cc503ce97389cb395a55f8afc6c27515876) by beachball)
|
|
16
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20241113-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/468a2cc503ce97389cb395a55f8afc6c27515876) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20241113-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/468a2cc503ce97389cb395a55f8afc6c27515876) by beachball)
|
|
18
|
+
|
|
19
|
+
## [9.23.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.23.0)
|
|
20
|
+
|
|
21
|
+
Mon, 11 Nov 2024 10:00:57 GMT
|
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.22.9..@fluentui/react-tabster_v9.23.0)
|
|
23
|
+
|
|
24
|
+
### Minor changes
|
|
25
|
+
|
|
26
|
+
- feat: expose keyboard navigation state getter ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by jukapsia@microsoft.com)
|
|
27
|
+
- Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
28
|
+
- Bump @fluentui/react-theme to v9.1.22 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
29
|
+
- Bump @fluentui/react-utilities to v9.18.17 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
|
30
|
+
|
|
31
|
+
### Patches
|
|
32
|
+
|
|
33
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
18
34
|
|
|
19
35
|
## [9.22.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.22.9)
|
|
20
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-tabster",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20241113-0407.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",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"@fluentui/scripts-cypress": "*"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
|
21
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
|
22
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
|
20
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20241113-0407.1",
|
|
21
|
+
"@fluentui/react-theme": "0.0.0-nightly-20241113-0407.1",
|
|
22
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20241113-0407.1",
|
|
23
23
|
"@griffel/react": "^1.5.22",
|
|
24
24
|
"@swc/helpers": "^0.5.1",
|
|
25
25
|
"keyborg": "^2.6.0",
|