@fluentui/react-list 9.6.3 → 9.6.4

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 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,19 +1,32 @@
1
1
  # Change Log - @fluentui/react-list
2
2
 
3
- This log was last generated on Tue, 21 Oct 2025 14:13:12 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 31 Oct 2025 16:17:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.4)
8
+
9
+ Fri, 31 Oct 2025 16:17:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.6.3..@fluentui/react-list_v9.6.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-checkbox to v9.5.9 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.2.10 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.3.1 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.26.8 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.25.2 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
19
+
7
20
  ## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.3)
8
21
 
9
- Tue, 21 Oct 2025 14:13:12 GMT
22
+ Tue, 21 Oct 2025 14:16:59 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-list_v9.6.2..@fluentui/react-list_v9.6.3)
11
24
 
12
25
  ### Patches
13
26
 
14
27
  - Fix selection becoming broken after re-enabling ([PR #35331](https://github.com/microsoft/fluentui/pull/35331) by jirivyhnalek@microsoft.com)
15
- - Bump @fluentui/react-checkbox to v9.5.8 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
16
- - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
28
+ - Bump @fluentui/react-checkbox to v9.5.8 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
29
+ - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
17
30
 
18
31
  ## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-list_v9.6.2)
19
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-list",
3
- "version": "9.6.3",
3
+ "version": "9.6.4",
4
4
  "description": "React List v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,13 +26,13 @@
26
26
  "@fluentui/scripts-cypress": "*"
27
27
  },
28
28
  "dependencies": {
29
- "@fluentui/react-checkbox": "^9.5.8",
30
- "@fluentui/react-context-selector": "^9.2.9",
31
- "@fluentui/react-jsx-runtime": "^9.3.0",
29
+ "@fluentui/react-checkbox": "^9.5.9",
30
+ "@fluentui/react-context-selector": "^9.2.10",
31
+ "@fluentui/react-jsx-runtime": "^9.3.1",
32
32
  "@fluentui/keyboard-keys": "^9.0.8",
33
- "@fluentui/react-tabster": "^9.26.7",
33
+ "@fluentui/react-tabster": "^9.26.8",
34
34
  "@fluentui/react-theme": "^9.2.0",
35
- "@fluentui/react-utilities": "^9.25.1",
35
+ "@fluentui/react-utilities": "^9.25.2",
36
36
  "@fluentui/react-shared-contexts": "^9.25.2",
37
37
  "@griffel/react": "^1.5.22",
38
38
  "@swc/helpers": "^0.5.1"