@fluentui/react-components 9.72.7 → 9.72.9

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 +74 -2
  2. package/package.json +59 -59
package/CHANGELOG.md CHANGED
@@ -1,12 +1,84 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 11 Nov 2025 19:13:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Dec 2025 18:05:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.72.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.9)
8
+
9
+ Wed, 17 Dec 2025 18:05:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.8..@fluentui/react-components_v9.72.9)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-carousel`
15
+ - feat: add appearance prop ('flat' | 'elevated') ([PR #34971](https://github.com/microsoft/fluentui/pull/34971) by oleksandr.katrukhin@microsoft.com)
16
+ - `@fluentui/react-utilities`
17
+ - add HTML Popover API attributes ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by seanmonahan@microsoft.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-charts`
22
+ - fix(react-charts): Mixed coordinate annotations ([PR #35532](https://github.com/microsoft/fluentui/pull/35532) by 120183316+srmukher@users.noreply.github.com)
23
+ - add missing aria-labels in v9 cartesian charts ([PR #35560](https://github.com/microsoft/fluentui/pull/35560) by 74965306+Anush2303@users.noreply.github.com)
24
+ - fix label percentage issue in donut, VBC, VSBC and heatmap chart ([PR #35538](https://github.com/microsoft/fluentui/pull/35538) by anushgupta@microsoft.com)
25
+ - fix a11y bugs in line chart ([PR #35550](https://github.com/microsoft/fluentui/pull/35550) by anushgupta@microsoft.com)
26
+ - fix a11y issues ([PR #35573](https://github.com/microsoft/fluentui/pull/35573) by anushgupta@microsoft.com)
27
+ - feat: improve x-axis tick label layout with automatic wrapping, truncation, or multi-level rendering based on available space ([PR #35522](https://github.com/microsoft/fluentui/pull/35522) by kumarkshitij@microsoft.com)
28
+ - fix: resolve minor gantt chart bugs ([PR #35543](https://github.com/microsoft/fluentui/pull/35543) by kumarkshitij@microsoft.com)
29
+ - fix(react-charts):Fixing annotations opacity issue ([PR #35564](https://github.com/microsoft/fluentui/pull/35564) by 120183316+srmukher@users.noreply.github.com)
30
+ - enable custom callout in scatter chart ([PR #35565](https://github.com/microsoft/fluentui/pull/35565) by anushgupta@microsoft.com)
31
+ - fix double padding issue in scatter chart ([PR #35498](https://github.com/microsoft/fluentui/pull/35498) by anushgupta@microsoft.com)
32
+ - `@fluentui/react-field`
33
+ - fix: constrain Field label size to prevent empty space click activation ([PR #35561](https://github.com/microsoft/fluentui/pull/35561) by dmytrokirpa@microsoft.com)
34
+ - `@fluentui/react-toolbar`
35
+ - Fix toolbar toggle button ([PR #35563](https://github.com/microsoft/fluentui/pull/35563) by charles.assuncao@microsoft.com)
36
+ - `@fluentui/react-utilities`
37
+ - fix: ensure slot className is saved from defaultProps ([PR #35555](https://github.com/microsoft/fluentui/pull/35555) by dmytrokirpa@microsoft.com)
38
+
39
+ ## [9.72.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.8)
40
+
41
+ Fri, 05 Dec 2025 22:38:18 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.7..@fluentui/react-components_v9.72.8)
43
+
44
+ ### Minor changes
45
+
46
+ - `@fluentui/react-switch`
47
+ - feat: add small variant to the Switch component ([PR #35505](https://github.com/microsoft/fluentui/pull/35505) by dmytrokirpa@microsoft.com)
48
+ - `@fluentui/react-divider`
49
+ - feat: implement headless style hook for Divider component ([PR #35537](https://github.com/microsoft/fluentui/pull/35537) by dmytrokirpa@microsoft.com)
50
+ - `@fluentui/react-drawer`
51
+ - feat: add support to keep Drawer mounted on clos ([PR #35212](https://github.com/microsoft/fluentui/pull/35212) by marcosvmmoura@gmail.com)
52
+ - `@fluentui/react-button`
53
+ - feat: introduce headless style hooks for button components ([PR #35537](https://github.com/microsoft/fluentui/pull/35537) by dmytrokirpa@microsoft.com)
54
+
55
+ ### Patches
56
+
57
+ - `@fluentui/react-tree`
58
+ - fix: Making TreeItemLayout and TreeItemPersonaLayout render a tree's appearance the same way ([PR #35373](https://github.com/microsoft/fluentui/pull/35373) by 7254163+mindlessroman@users.noreply.github.com)
59
+ - `@fluentui/react-drawer`
60
+ - fix: use transition animation instead of margin ([PR #35523](https://github.com/microsoft/fluentui/pull/35523) by marcosvmmoura@gmail.com)
61
+ - `@fluentui/react-menu-grid-preview`
62
+ - Use proper property name for MenuGridGroup context ([PR #35521](https://github.com/microsoft/fluentui/pull/35521) by adam.samec@gmail.com)
63
+ - Fix id for MenuGridGroupHeader ([PR #35529](https://github.com/microsoft/fluentui/pull/35529) by adam.samec@gmail.com)
64
+ - Fix MenuGridItem class names and MenuGridGroup class names object name ([PR #35525](https://github.com/microsoft/fluentui/pull/35525) by adam.samec@gmail.com)
65
+ - `@fluentui/react-button`
66
+ - fix: update active state styles to include keyboard press events ([PR #35514](https://github.com/microsoft/fluentui/pull/35514) by dmytrokirpa@microsoft.com)
67
+ - `@fluentui/react-charts`
68
+ - fix: handle frequent uncaught exceptions ([PR #35495](https://github.com/microsoft/fluentui/pull/35495) by kumarkshitij@microsoft.com)
69
+ - remove redundant styles ([PR #35476](https://github.com/microsoft/fluentui/pull/35476) by anushgupta@microsoft.com)
70
+ - fix incomplete donut and VSBC bug ([PR #35484](https://github.com/microsoft/fluentui/pull/35484) by anushgupta@microsoft.com)
71
+ - fix width and height props not being applied to SVG path dimensions ([PR #35479](https://github.com/microsoft/fluentui/pull/35479) by 120502241+jepagan_microsoft@users.noreply.github.com)
72
+ - add support for x rounded tick values ([PR #35490](https://github.com/microsoft/fluentui/pull/35490) by anushgupta@microsoft.com)
73
+ - fix popover issue ([PR #35501](https://github.com/microsoft/fluentui/pull/35501) by anushgupta@microsoft.com)
74
+ - set reference line legends after the main chart legends ([PR #35481](https://github.com/microsoft/fluentui/pull/35481) by anushgupta@microsoft.com)
75
+ - fix duplicate points issue in scatter polar chart ([PR #35516](https://github.com/microsoft/fluentui/pull/35516) by anushgupta@microsoft.com)
76
+ - feat: enable multiplot image export ([PR #35483](https://github.com/microsoft/fluentui/pull/35483) by kumarkshitij@microsoft.com)
77
+ - fix(react-charts): Ensuring annotation keeps tied with chart always ([PR #35486](https://github.com/microsoft/fluentui/pull/35486) by 120183316+srmukher@users.noreply.github.com)
78
+
7
79
  ## [9.72.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.7)
8
80
 
9
- Tue, 11 Nov 2025 19:13:14 GMT
81
+ Tue, 11 Nov 2025 19:18:06 GMT
10
82
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.6..@fluentui/react-components_v9.72.7)
11
83
 
12
84
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.72.7",
3
+ "version": "9.72.9",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,68 +16,68 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-accordion": "^9.8.14",
20
- "@fluentui/react-alert": "9.0.0-beta.129",
21
- "@fluentui/react-avatar": "^9.9.12",
22
- "@fluentui/react-badge": "^9.4.11",
23
- "@fluentui/react-button": "^9.6.12",
24
- "@fluentui/react-card": "^9.5.6",
25
- "@fluentui/react-checkbox": "^9.5.11",
26
- "@fluentui/react-combobox": "^9.16.12",
27
- "@fluentui/react-dialog": "^9.16.3",
28
- "@fluentui/react-divider": "^9.4.11",
29
- "@fluentui/react-drawer": "^9.10.9",
30
- "@fluentui/react-field": "^9.4.11",
31
- "@fluentui/react-image": "^9.3.11",
32
- "@fluentui/react-infobutton": "9.0.0-beta.107",
33
- "@fluentui/react-infolabel": "^9.4.12",
34
- "@fluentui/react-input": "^9.7.11",
35
- "@fluentui/react-label": "^9.3.11",
36
- "@fluentui/react-link": "^9.7.0",
37
- "@fluentui/react-list": "^9.6.6",
38
- "@fluentui/react-menu": "^9.20.5",
39
- "@fluentui/react-overflow": "^9.6.5",
40
- "@fluentui/react-persona": "^9.5.12",
41
- "@fluentui/react-portal": "^9.8.8",
42
- "@fluentui/react-popover": "^9.12.12",
43
- "@fluentui/react-positioning": "^9.20.10",
44
- "@fluentui/react-progress": "^9.4.11",
45
- "@fluentui/react-provider": "^9.22.11",
46
- "@fluentui/react-radio": "^9.5.11",
47
- "@fluentui/react-select": "^9.4.11",
19
+ "@fluentui/react-accordion": "^9.8.15",
20
+ "@fluentui/react-alert": "9.0.0-beta.131",
21
+ "@fluentui/react-avatar": "^9.9.13",
22
+ "@fluentui/react-badge": "^9.4.12",
23
+ "@fluentui/react-button": "^9.7.1",
24
+ "@fluentui/react-card": "^9.5.8",
25
+ "@fluentui/react-checkbox": "^9.5.12",
26
+ "@fluentui/react-combobox": "^9.16.13",
27
+ "@fluentui/react-dialog": "^9.16.5",
28
+ "@fluentui/react-divider": "^9.5.1",
29
+ "@fluentui/react-drawer": "^9.11.1",
30
+ "@fluentui/react-field": "^9.4.12",
31
+ "@fluentui/react-image": "^9.3.12",
32
+ "@fluentui/react-infobutton": "9.0.0-beta.108",
33
+ "@fluentui/react-infolabel": "^9.4.13",
34
+ "@fluentui/react-input": "^9.7.12",
35
+ "@fluentui/react-label": "^9.3.12",
36
+ "@fluentui/react-link": "^9.7.1",
37
+ "@fluentui/react-list": "^9.6.7",
38
+ "@fluentui/react-menu": "^9.20.6",
39
+ "@fluentui/react-overflow": "^9.6.6",
40
+ "@fluentui/react-persona": "^9.5.13",
41
+ "@fluentui/react-portal": "^9.8.9",
42
+ "@fluentui/react-popover": "^9.12.13",
43
+ "@fluentui/react-positioning": "^9.20.11",
44
+ "@fluentui/react-progress": "^9.4.12",
45
+ "@fluentui/react-provider": "^9.22.12",
46
+ "@fluentui/react-radio": "^9.5.12",
47
+ "@fluentui/react-select": "^9.4.12",
48
48
  "@fluentui/react-shared-contexts": "^9.26.0",
49
- "@fluentui/react-skeleton": "^9.4.11",
50
- "@fluentui/react-slider": "^9.5.11",
51
- "@fluentui/react-spinbutton": "^9.5.11",
52
- "@fluentui/react-spinner": "^9.7.11",
53
- "@fluentui/react-swatch-picker": "^9.4.11",
54
- "@fluentui/react-switch": "^9.4.11",
55
- "@fluentui/react-table": "^9.19.5",
56
- "@fluentui/react-tabs": "^9.10.7",
57
- "@fluentui/react-tabster": "^9.26.10",
58
- "@fluentui/react-tags": "^9.7.12",
59
- "@fluentui/react-textarea": "^9.6.11",
49
+ "@fluentui/react-skeleton": "^9.4.12",
50
+ "@fluentui/react-slider": "^9.5.12",
51
+ "@fluentui/react-spinbutton": "^9.5.12",
52
+ "@fluentui/react-spinner": "^9.7.12",
53
+ "@fluentui/react-swatch-picker": "^9.4.12",
54
+ "@fluentui/react-switch": "^9.5.1",
55
+ "@fluentui/react-table": "^9.19.6",
56
+ "@fluentui/react-tabs": "^9.10.8",
57
+ "@fluentui/react-tabster": "^9.26.11",
58
+ "@fluentui/react-tags": "^9.7.13",
59
+ "@fluentui/react-textarea": "^9.6.12",
60
60
  "@fluentui/react-theme": "^9.2.0",
61
- "@fluentui/react-toast": "^9.7.9",
62
- "@fluentui/react-toolbar": "^9.6.12",
63
- "@fluentui/react-tooltip": "^9.8.11",
64
- "@fluentui/react-utilities": "^9.25.4",
65
- "@fluentui/react-text": "^9.6.11",
66
- "@fluentui/react-virtualizer": "9.0.0-alpha.107",
67
- "@fluentui/react-tree": "^9.15.6",
61
+ "@fluentui/react-toast": "^9.7.10",
62
+ "@fluentui/react-toolbar": "^9.6.14",
63
+ "@fluentui/react-tooltip": "^9.8.12",
64
+ "@fluentui/react-utilities": "^9.26.0",
65
+ "@fluentui/react-text": "^9.6.12",
66
+ "@fluentui/react-virtualizer": "9.0.0-alpha.108",
67
+ "@fluentui/react-tree": "^9.15.8",
68
68
  "@griffel/react": "^1.5.32",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.6.14",
71
- "@fluentui/react-breadcrumb": "^9.3.12",
72
- "@fluentui/react-aria": "^9.17.6",
73
- "@fluentui/react-rating": "^9.3.11",
74
- "@fluentui/react-search": "^9.3.11",
75
- "@fluentui/react-teaching-popover": "^9.6.12",
76
- "@fluentui/react-tag-picker": "^9.7.12",
77
- "@fluentui/react-motion": "^9.11.4",
78
- "@fluentui/react-carousel": "^9.8.12",
79
- "@fluentui/react-color-picker": "^9.2.11",
80
- "@fluentui/react-nav": "^9.3.14"
70
+ "@fluentui/react-message-bar": "^9.6.16",
71
+ "@fluentui/react-breadcrumb": "^9.3.14",
72
+ "@fluentui/react-aria": "^9.17.7",
73
+ "@fluentui/react-rating": "^9.3.12",
74
+ "@fluentui/react-search": "^9.3.12",
75
+ "@fluentui/react-teaching-popover": "^9.6.14",
76
+ "@fluentui/react-tag-picker": "^9.7.14",
77
+ "@fluentui/react-motion": "^9.11.5",
78
+ "@fluentui/react-carousel": "^9.9.0",
79
+ "@fluentui/react-color-picker": "^9.2.12",
80
+ "@fluentui/react-nav": "^9.3.16"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <20.0.0",