@fluentui/react-toolbar 9.8.4 → 9.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -2
  2. package/package.json +15 -12
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui/react-toolbar
2
2
 
3
- <!-- This log was last generated on Tue, 11 Aug 2026 17:16:03 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 21 Sep 2026 16:12:51 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.8.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.8.5)
8
+
9
+ Mon, 21 Sep 2026 16:12:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.8.4..@fluentui/react-toolbar_v9.8.5)
11
+
12
+ ### Patches
13
+
14
+ - fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional ([PR #36559](https://github.com/microsoft/fluentui/pull/36559) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-button to v9.11.1 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
16
+ - Bump @fluentui/react-context-selector to v9.2.20 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
17
+ - Bump @fluentui/react-divider to v9.7.5 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.4.6 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
19
+ - Bump @fluentui/react-radio to v9.6.6 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.26.4 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.26.18 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.26.7 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
23
+
7
24
  ## [9.8.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.8.4)
8
25
 
9
- Tue, 11 Aug 2026 17:16:03 GMT
26
+ Tue, 11 Aug 2026 17:20:14 GMT
10
27
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.8.3..@fluentui/react-toolbar_v9.8.4)
11
28
 
12
29
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-toolbar",
3
- "version": "9.8.4",
3
+ "version": "9.8.5",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.cjs",
6
6
  "module": "lib/index.js",
@@ -12,23 +12,26 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-button": "^9.11.0",
16
- "@fluentui/react-context-selector": "^9.2.19",
17
- "@fluentui/react-divider": "^9.7.4",
18
- "@fluentui/react-jsx-runtime": "^9.4.5",
19
- "@fluentui/react-radio": "^9.6.5",
20
- "@fluentui/react-shared-contexts": "^9.26.3",
21
- "@fluentui/react-tabster": "^9.26.17",
15
+ "@fluentui/react-button": "^9.11.1",
16
+ "@fluentui/react-context-selector": "^9.2.20",
17
+ "@fluentui/react-divider": "^9.7.5",
18
+ "@fluentui/react-jsx-runtime": "^9.4.6",
19
+ "@fluentui/react-radio": "^9.6.6",
20
+ "@fluentui/react-shared-contexts": "^9.26.4",
21
+ "@fluentui/react-tabster": "^9.26.18",
22
22
  "@fluentui/react-theme": "^9.2.2",
23
- "@fluentui/react-utilities": "^9.26.6",
23
+ "@fluentui/react-utilities": "^9.26.7",
24
24
  "@griffel/react": "^1.5.32",
25
25
  "@swc/helpers": "^0.5.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@types/react": ">=16.14.0 <20.0.0",
29
- "@types/react-dom": ">=16.9.0 <20.0.0",
30
- "react": ">=16.14.0 <20.0.0",
31
- "react-dom": ">=16.14.0 <20.0.0"
29
+ "react": ">=16.14.0 <20.0.0"
30
+ },
31
+ "peerDependenciesMeta": {
32
+ "@types/react": {
33
+ "optional": true
34
+ }
32
35
  },
33
36
  "beachball": {
34
37
  "disallowedChangeTypes": [