@fluentui/react-tabster 9.24.7 → 9.24.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-tabster
2
2
 
3
- This log was last generated on Wed, 14 May 2025 18:45:48 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 06 Jun 2025 13:10:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.24.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.24.8)
8
+
9
+ Fri, 06 Jun 2025 13:10:54 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.24.7..@fluentui/react-tabster_v9.24.8)
11
+
12
+ ### Patches
13
+
14
+ - Bumping Tabster to 8.5.5 ([PR #34395](https://github.com/microsoft/fluentui/pull/34395) by marata@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.20.0 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
16
+
7
17
  ## [9.24.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.24.7)
8
18
 
9
- Wed, 14 May 2025 18:45:48 GMT
19
+ Wed, 14 May 2025 18:49:20 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.24.6..@fluentui/react-tabster_v9.24.7)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tabster",
3
- "version": "9.24.7",
3
+ "version": "9.24.8",
4
4
  "description": "Utilities for focus management and facade for tabster",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,11 +19,11 @@
19
19
  "dependencies": {
20
20
  "@fluentui/react-shared-contexts": "^9.23.1",
21
21
  "@fluentui/react-theme": "^9.1.24",
22
- "@fluentui/react-utilities": "^9.19.0",
22
+ "@fluentui/react-utilities": "^9.20.0",
23
23
  "@griffel/react": "^1.5.22",
24
24
  "@swc/helpers": "^0.5.1",
25
25
  "keyborg": "^2.6.0",
26
- "tabster": "^8.5.0"
26
+ "tabster": "^8.5.5"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@types/react": ">=16.14.0 <19.0.0",