@fluentui/react-table 9.19.9 → 9.19.11

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 +21 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-table
2
2
 
3
- This log was last generated on Wed, 25 Feb 2026 13:28:23 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Mar 2026 09:20:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.19.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.19.11)
8
+
9
+ Wed, 11 Mar 2026 09:20:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.19.10..@fluentui/react-table_v9.19.11)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-checkbox to v9.5.16 ([PR #35854](https://github.com/microsoft/fluentui/pull/35854) by beachball)
15
+ - Bump @fluentui/react-radio to v9.5.16 ([PR #35854](https://github.com/microsoft/fluentui/pull/35854) by beachball)
16
+
17
+ ## [9.19.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.19.10)
18
+
19
+ Tue, 03 Mar 2026 09:43:43 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.19.9..@fluentui/react-table_v9.19.10)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-avatar to v9.10.2 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
25
+
7
26
  ## [9.19.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.19.9)
8
27
 
9
- Wed, 25 Feb 2026 13:28:23 GMT
28
+ Wed, 25 Feb 2026 13:32:28 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.19.8..@fluentui/react-table_v9.19.9)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-table",
3
- "version": "9.19.9",
3
+ "version": "9.19.11",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -14,11 +14,11 @@
14
14
  "dependencies": {
15
15
  "@fluentui/keyboard-keys": "^9.0.8",
16
16
  "@fluentui/react-aria": "^9.17.10",
17
- "@fluentui/react-avatar": "^9.10.1",
18
- "@fluentui/react-checkbox": "^9.5.15",
17
+ "@fluentui/react-avatar": "^9.10.2",
18
+ "@fluentui/react-checkbox": "^9.5.16",
19
19
  "@fluentui/react-context-selector": "^9.2.15",
20
20
  "@fluentui/react-icons": "^2.0.245",
21
- "@fluentui/react-radio": "^9.5.15",
21
+ "@fluentui/react-radio": "^9.5.16",
22
22
  "@fluentui/react-shared-contexts": "^9.26.2",
23
23
  "@fluentui/react-tabster": "^9.26.13",
24
24
  "@fluentui/react-theme": "^9.2.1",