@fluentui/react-components 9.72.9 → 9.72.10

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 +77 -2
  2. package/package.json +61 -65
package/CHANGELOG.md CHANGED
@@ -1,12 +1,87 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 17 Dec 2025 18:05:58 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 22 Jan 2026 17:01:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.72.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.10)
8
+
9
+ Thu, 22 Jan 2026 17:01:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.9..@fluentui/react-components_v9.72.10)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-toolbar`
15
+ - feat: add base hooks for Toolbar components ([PR #35658](https://github.com/microsoft/fluentui/pull/35658) by dmytrokirpa@microsoft.com)
16
+ - `@fluentui/react-tooltip`
17
+ - feat: add base hook for Tooltip component ([PR #35637](https://github.com/microsoft/fluentui/pull/35637) by dmytrokirpa@microsoft.com)
18
+ - `@fluentui/react-migration-v8-v9`
19
+ - Update CAP DR tokens ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by jukapsia@microsoft.com)
20
+ - `@fluentui/react-motion-components-preview`
21
+ - refactor(motion-components): improve parameter naming from 'from/to' to 'out/in' ([PR #35592](https://github.com/microsoft/fluentui/pull/35592) by robertpenner@microsoft.com)
22
+ - `@fluentui/react-popover`
23
+ - feat: add base hooks for Popover component ([PR #35635](https://github.com/microsoft/fluentui/pull/35635) by dmytrokirpa@microsoft.com)
24
+ - `@fluentui/react-tabs`
25
+ - feat: add base hooks for tabs components ([PR #35638](https://github.com/microsoft/fluentui/pull/35638) by dmytrokirpa@microsoft.com)
26
+ - refactor(react-tabs): separate focus behavior from base hook ([PR #35675](https://github.com/microsoft/fluentui/pull/35675) by dmytrokirpa@microsoft.com)
27
+ - `@fluentui/react-divider`
28
+ - feat: add base hooks ([PR #35634](https://github.com/microsoft/fluentui/pull/35634) by dmytrokirpa@microsoft.com)
29
+ - `@fluentui/react-menu`
30
+ - feat: add base hooks ([PR #35660](https://github.com/microsoft/fluentui/pull/35660) by dmytrokirpa@microsoft.com)
31
+ - `@fluentui/react-button`
32
+ - feat: add base hooks for button components ([PR #35631](https://github.com/microsoft/fluentui/pull/35631) by dmytrokirpa@microsoft.com)
33
+
34
+ ### Patches
35
+
36
+ - `@fluentui/react-utilities`
37
+ - feat: add focusgroup attribute to baseElementProperties ([PR #35674](https://github.com/microsoft/fluentui/pull/35674) by dmytrokirpa@microsoft.com)
38
+ - `@fluentui/react-motion`
39
+ - fix: cleanup animation handle on unmounted component ([PR #35617](https://github.com/microsoft/fluentui/pull/35617) by olfedias@microsoft.com)
40
+ - `@fluentui/react-nav`
41
+ - fix(react-nav): update Rotate param from "fromAngle" to "outAngle" ([PR #35592](https://github.com/microsoft/fluentui/pull/35592) by robertpenner@microsoft.com)
42
+ - `@fluentui/react-portal`
43
+ - fix: replace Node.ELEMENT_NODE with hardcoded value for SSR compatibility ([PR #35350](https://github.com/microsoft/fluentui/pull/35350) by dmytrokirpa@microsoft.com)
44
+ - `@fluentui/react-table`
45
+ - fix: use distinct hover background color ([PR #35588](https://github.com/microsoft/fluentui/pull/35588) by vgenaev@gmail.com)
46
+ - `@fluentui/react-charts`
47
+ - fix(react-charts): Add prop to regulate removal of default annotation styling ([PR #35627](https://github.com/microsoft/fluentui/pull/35627) by 120183316+srmukher@users.noreply.github.com)
48
+ - fix barlabel issue for stacked bars ([PR #35597](https://github.com/microsoft/fluentui/pull/35597) by anushgupta@microsoft.com)
49
+ - fix scatter marker issue ([PR #35595](https://github.com/microsoft/fluentui/pull/35595) by anushgupta@microsoft.com)
50
+ - support chart title from plotly schema ([PR #35606](https://github.com/microsoft/fluentui/pull/35606) by anushgupta@microsoft.com)
51
+ - fix chart title styles ([PR #35645](https://github.com/microsoft/fluentui/pull/35645) by anushgupta@microsoft.com)
52
+ - fix: resolve minor bugs ([PR #35651](https://github.com/microsoft/fluentui/pull/35651) by kumarkshitij@microsoft.com)
53
+ - fix funnel chart navigation issue ([PR #35594](https://github.com/microsoft/fluentui/pull/35594) by anushgupta@microsoft.com)
54
+ - fix nvda bugs ([PR #35621](https://github.com/microsoft/fluentui/pull/35621) by anushgupta@microsoft.com)
55
+ - feat: Add PolarChart ([PR #35583](https://github.com/microsoft/fluentui/pull/35583) by kumarkshitij@microsoft.com)
56
+ - fix(react-charts): Fixing date related annotation issue ([PR #35577](https://github.com/microsoft/fluentui/pull/35577) by 120183316+srmukher@users.noreply.github.com)
57
+ - fix chart title bugs ([PR #35646](https://github.com/microsoft/fluentui/pull/35646) by anushgupta@microsoft.com)
58
+ - honor alignment and padding properties for chart title ([PR #35673](https://github.com/microsoft/fluentui/pull/35673) by anushgupta@microsoft.com)
59
+ - support for barlabels in declarative HBC ([PR #35576](https://github.com/microsoft/fluentui/pull/35576) by anushgupta@microsoft.com)
60
+ - fix heatmap navigation issue ([PR #35593](https://github.com/microsoft/fluentui/pull/35593) by anushgupta@microsoft.com)
61
+ - fix chart width issue in donut chart ([PR #35652](https://github.com/microsoft/fluentui/pull/35652) by anushgupta@microsoft.com)
62
+ - fix accessibility issues ([PR #35584](https://github.com/microsoft/fluentui/pull/35584) by anushgupta@microsoft.com)
63
+ - `@fluentui/react-dialog`
64
+ - fix(react-dialog): update Scale param from "fromScale" to "outScale" ([PR #35592](https://github.com/microsoft/fluentui/pull/35592) by robertpenner@microsoft.com)
65
+ - `@fluentui/react-divider`
66
+ - chore: remove experimental style hooks ([PR #35620](https://github.com/microsoft/fluentui/pull/35620) by dmytrokirpa@microsoft.com)
67
+ - refactor: refactor divider base hook ([PR #35679](https://github.com/microsoft/fluentui/pull/35679) by dmytrokirpa@microsoft.com)
68
+ - `@fluentui/react-link`
69
+ - fix: use brand tokens for inverted variant ([PR #35681](https://github.com/microsoft/fluentui/pull/35681) by vgenaev@gmail.com)
70
+ - `@fluentui/react-message-bar`
71
+ - fix(react-message-bar): update slide atom param from "fromY" to "outY" ([PR #35592](https://github.com/microsoft/fluentui/pull/35592) by robertpenner@microsoft.com)
72
+ - `@fluentui/react-button`
73
+ - chore: remove experimental style hooks ([PR #35620](https://github.com/microsoft/fluentui/pull/35620) by dmytrokirpa@microsoft.com)
74
+
75
+ ### Changes
76
+
77
+ - `@fluentui/tokens`
78
+ - chore(tokens): Add CAP DR tokens ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by jukapsia@microsoft.com)
79
+ - `@fluentui/react-theme-sass`
80
+ - chore(tokens): Add CAP DR tokens ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by jukapsia@microsoft.com)
81
+
7
82
  ## [9.72.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.9)
8
83
 
9
- Wed, 17 Dec 2025 18:05:58 GMT
84
+ Wed, 17 Dec 2025 18:10:05 GMT
10
85
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.8..@fluentui/react-components_v9.72.9)
11
86
 
12
87
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.72.9",
3
+ "version": "9.72.10",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -11,73 +11,69 @@
11
11
  "url": "https://github.com/microsoft/fluentui"
12
12
  },
13
13
  "license": "MIT",
14
- "devDependencies": {
15
- "@fluentui/eslint-plugin": "*",
16
- "@fluentui/scripts-api-extractor": "*"
17
- },
18
14
  "dependencies": {
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
- "@fluentui/react-shared-contexts": "^9.26.0",
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
- "@fluentui/react-theme": "^9.2.0",
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",
15
+ "@fluentui/react-accordion": "^9.8.16",
16
+ "@fluentui/react-alert": "9.0.0-beta.132",
17
+ "@fluentui/react-avatar": "^9.9.14",
18
+ "@fluentui/react-badge": "^9.4.13",
19
+ "@fluentui/react-button": "^9.8.0",
20
+ "@fluentui/react-card": "^9.5.9",
21
+ "@fluentui/react-checkbox": "^9.5.13",
22
+ "@fluentui/react-combobox": "^9.16.14",
23
+ "@fluentui/react-dialog": "^9.16.6",
24
+ "@fluentui/react-divider": "^9.6.0",
25
+ "@fluentui/react-drawer": "^9.11.2",
26
+ "@fluentui/react-field": "^9.4.13",
27
+ "@fluentui/react-image": "^9.3.13",
28
+ "@fluentui/react-infobutton": "9.0.0-beta.109",
29
+ "@fluentui/react-infolabel": "^9.4.14",
30
+ "@fluentui/react-input": "^9.7.13",
31
+ "@fluentui/react-label": "^9.3.13",
32
+ "@fluentui/react-link": "^9.7.2",
33
+ "@fluentui/react-list": "^9.6.8",
34
+ "@fluentui/react-menu": "^9.21.0",
35
+ "@fluentui/react-overflow": "^9.6.7",
36
+ "@fluentui/react-persona": "^9.5.14",
37
+ "@fluentui/react-portal": "^9.8.10",
38
+ "@fluentui/react-popover": "^9.13.0",
39
+ "@fluentui/react-positioning": "^9.20.12",
40
+ "@fluentui/react-progress": "^9.4.13",
41
+ "@fluentui/react-provider": "^9.22.13",
42
+ "@fluentui/react-radio": "^9.5.13",
43
+ "@fluentui/react-select": "^9.4.13",
44
+ "@fluentui/react-shared-contexts": "^9.26.1",
45
+ "@fluentui/react-skeleton": "^9.4.13",
46
+ "@fluentui/react-slider": "^9.5.13",
47
+ "@fluentui/react-spinbutton": "^9.5.13",
48
+ "@fluentui/react-spinner": "^9.7.13",
49
+ "@fluentui/react-swatch-picker": "^9.4.13",
50
+ "@fluentui/react-switch": "^9.5.2",
51
+ "@fluentui/react-table": "^9.19.7",
52
+ "@fluentui/react-tabs": "^9.11.0",
53
+ "@fluentui/react-tabster": "^9.26.12",
54
+ "@fluentui/react-tags": "^9.7.14",
55
+ "@fluentui/react-textarea": "^9.6.13",
56
+ "@fluentui/react-theme": "^9.2.1",
57
+ "@fluentui/react-toast": "^9.7.11",
58
+ "@fluentui/react-toolbar": "^9.7.0",
59
+ "@fluentui/react-tooltip": "^9.9.0",
60
+ "@fluentui/react-utilities": "^9.26.1",
61
+ "@fluentui/react-text": "^9.6.13",
62
+ "@fluentui/react-virtualizer": "9.0.0-alpha.109",
63
+ "@fluentui/react-tree": "^9.15.9",
68
64
  "@griffel/react": "^1.5.32",
69
65
  "@swc/helpers": "^0.5.1",
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"
66
+ "@fluentui/react-message-bar": "^9.6.17",
67
+ "@fluentui/react-breadcrumb": "^9.3.15",
68
+ "@fluentui/react-aria": "^9.17.8",
69
+ "@fluentui/react-rating": "^9.3.13",
70
+ "@fluentui/react-search": "^9.3.13",
71
+ "@fluentui/react-teaching-popover": "^9.6.15",
72
+ "@fluentui/react-tag-picker": "^9.7.15",
73
+ "@fluentui/react-motion": "^9.11.6",
74
+ "@fluentui/react-carousel": "^9.9.1",
75
+ "@fluentui/react-color-picker": "^9.2.13",
76
+ "@fluentui/react-nav": "^9.3.17"
81
77
  },
82
78
  "peerDependencies": {
83
79
  "@types/react": ">=16.14.0 <20.0.0",