@fluentui/react-tabster 9.26.11 → 9.26.13
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 -2
- package/package.json +4 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-tabster
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 25 Feb 2026 13:28:23 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.26.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.26.13)
|
|
8
|
+
|
|
9
|
+
Wed, 25 Feb 2026 13:28:23 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.26.12..@fluentui/react-tabster_v9.26.13)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
|
|
15
|
+
- Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.26.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.26.12)
|
|
18
|
+
|
|
19
|
+
Thu, 22 Jan 2026 17:06:42 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.26.11..@fluentui/react-tabster_v9.26.12)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- Bump @fluentui/react-shared-contexts to v9.26.1 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
|
|
25
|
+
- Bump @fluentui/react-theme to v9.2.1 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
|
|
26
|
+
- Bump @fluentui/react-utilities to v9.26.1 ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by beachball)
|
|
27
|
+
|
|
7
28
|
## [9.26.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.26.11)
|
|
8
29
|
|
|
9
|
-
Wed, 17 Dec 2025 18:
|
|
30
|
+
Wed, 17 Dec 2025 18:10:11 GMT
|
|
10
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.26.10..@fluentui/react-tabster_v9.26.11)
|
|
11
32
|
|
|
12
33
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-tabster",
|
|
3
|
-
"version": "9.26.
|
|
3
|
+
"version": "9.26.13",
|
|
4
4
|
"description": "Utilities for focus management and facade for tabster",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -11,15 +11,10 @@
|
|
|
11
11
|
"url": "https://github.com/microsoft/fluentui"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"devDependencies": {
|
|
15
|
-
"@fluentui/eslint-plugin": "*",
|
|
16
|
-
"@fluentui/scripts-api-extractor": "*",
|
|
17
|
-
"@fluentui/scripts-cypress": "*"
|
|
18
|
-
},
|
|
19
14
|
"dependencies": {
|
|
20
|
-
"@fluentui/react-shared-contexts": "^9.26.
|
|
21
|
-
"@fluentui/react-theme": "^9.2.
|
|
22
|
-
"@fluentui/react-utilities": "^9.26.
|
|
15
|
+
"@fluentui/react-shared-contexts": "^9.26.2",
|
|
16
|
+
"@fluentui/react-theme": "^9.2.1",
|
|
17
|
+
"@fluentui/react-utilities": "^9.26.2",
|
|
23
18
|
"@griffel/react": "^1.5.32",
|
|
24
19
|
"@swc/helpers": "^0.5.1",
|
|
25
20
|
"keyborg": "^2.6.0",
|