@fluentui/react-components 9.72.10 → 9.72.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 +15 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 22 Jan 2026 17:01:11 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Jan 2026 12:55:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.72.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.11)
8
+
9
+ Fri, 30 Jan 2026 12:55:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.10..@fluentui/react-components_v9.72.11)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-toolbar`
15
+ - fix: ToolbarRadioButton should respect "size" prop ([PR #35710](https://github.com/microsoft/fluentui/pull/35710) by olfedias@microsoft.com)
16
+ - `@fluentui/react-charts`
17
+ - A11y bugs fixes ([PR #35690](https://github.com/microsoft/fluentui/pull/35690) by 132879294+v-baambati@users.noreply.github.com)
18
+ - A11y bug fix ([PR #35704](https://github.com/microsoft/fluentui/pull/35704) by 132879294+v-baambati@users.noreply.github.com)
19
+
7
20
  ## [9.72.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.10)
8
21
 
9
- Thu, 22 Jan 2026 17:01:11 GMT
22
+ Thu, 22 Jan 2026 17:06:27 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.9..@fluentui/react-components_v9.72.10)
11
24
 
12
25
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.72.10",
3
+ "version": "9.72.11",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -55,7 +55,7 @@
55
55
  "@fluentui/react-textarea": "^9.6.13",
56
56
  "@fluentui/react-theme": "^9.2.1",
57
57
  "@fluentui/react-toast": "^9.7.11",
58
- "@fluentui/react-toolbar": "^9.7.0",
58
+ "@fluentui/react-toolbar": "^9.7.1",
59
59
  "@fluentui/react-tooltip": "^9.9.0",
60
60
  "@fluentui/react-utilities": "^9.26.1",
61
61
  "@fluentui/react-text": "^9.6.13",