@fluentui/react-list 9.6.18 → 9.6.19

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 +17 -2
  2. package/package.json +13 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-list
2
2
 
3
- <!-- This log was last generated on Mon, 24 Aug 2026 08:15:11 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.6.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.19)
8
+
9
+ Mon, 21 Sep 2026 16:12:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.6.18..@fluentui/react-list_v9.6.19)
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-checkbox to v9.6.5 ([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-jsx-runtime to v9.4.6 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.26.4 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.26.18 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.26.7 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
21
+
7
22
  ## [9.6.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.18)
8
23
 
9
- Mon, 24 Aug 2026 08:15:11 GMT
24
+ Mon, 24 Aug 2026 16:40:04 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.6.17..@fluentui/react-list_v9.6.18)
11
26
 
12
27
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-list",
3
- "version": "9.6.18",
3
+ "version": "9.6.19",
4
4
  "description": "React List v9",
5
5
  "main": "lib-commonjs/index.cjs",
6
6
  "module": "lib/index.js",
@@ -20,21 +20,24 @@
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
22
  "@fluentui/keyboard-keys": "^9.0.9",
23
- "@fluentui/react-checkbox": "^9.6.4",
24
- "@fluentui/react-context-selector": "^9.2.19",
25
- "@fluentui/react-jsx-runtime": "^9.4.5",
26
- "@fluentui/react-shared-contexts": "^9.26.3",
27
- "@fluentui/react-tabster": "^9.26.17",
23
+ "@fluentui/react-checkbox": "^9.6.5",
24
+ "@fluentui/react-context-selector": "^9.2.20",
25
+ "@fluentui/react-jsx-runtime": "^9.4.6",
26
+ "@fluentui/react-shared-contexts": "^9.26.4",
27
+ "@fluentui/react-tabster": "^9.26.18",
28
28
  "@fluentui/react-theme": "^9.2.2",
29
- "@fluentui/react-utilities": "^9.26.6",
29
+ "@fluentui/react-utilities": "^9.26.7",
30
30
  "@griffel/react": "^1.5.32",
31
31
  "@swc/helpers": "^0.5.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": ">=16.14.0 <20.0.0",
35
- "@types/react-dom": ">=16.9.0 <20.0.0",
36
- "react": ">=16.14.0 <20.0.0",
37
- "react-dom": ">=16.14.0 <20.0.0"
35
+ "react": ">=16.14.0 <20.0.0"
36
+ },
37
+ "peerDependenciesMeta": {
38
+ "@types/react": {
39
+ "optional": true
40
+ }
38
41
  },
39
42
  "exports": {
40
43
  ".": {