@fluentui/react-components 9.72.9 → 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.
- package/CHANGELOG.md +90 -2
- package/package.json +61 -65
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,100 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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
|
+
|
|
20
|
+
## [9.72.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.10)
|
|
21
|
+
|
|
22
|
+
Thu, 22 Jan 2026 17:06:27 GMT
|
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.9..@fluentui/react-components_v9.72.10)
|
|
24
|
+
|
|
25
|
+
### Minor changes
|
|
26
|
+
|
|
27
|
+
- `@fluentui/react-toolbar`
|
|
28
|
+
- feat: add base hooks for Toolbar components ([PR #35658](https://github.com/microsoft/fluentui/pull/35658) by dmytrokirpa@microsoft.com)
|
|
29
|
+
- `@fluentui/react-tooltip`
|
|
30
|
+
- feat: add base hook for Tooltip component ([PR #35637](https://github.com/microsoft/fluentui/pull/35637) by dmytrokirpa@microsoft.com)
|
|
31
|
+
- `@fluentui/react-migration-v8-v9`
|
|
32
|
+
- Update CAP DR tokens ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by jukapsia@microsoft.com)
|
|
33
|
+
- `@fluentui/react-motion-components-preview`
|
|
34
|
+
- 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)
|
|
35
|
+
- `@fluentui/react-popover`
|
|
36
|
+
- feat: add base hooks for Popover component ([PR #35635](https://github.com/microsoft/fluentui/pull/35635) by dmytrokirpa@microsoft.com)
|
|
37
|
+
- `@fluentui/react-tabs`
|
|
38
|
+
- feat: add base hooks for tabs components ([PR #35638](https://github.com/microsoft/fluentui/pull/35638) by dmytrokirpa@microsoft.com)
|
|
39
|
+
- refactor(react-tabs): separate focus behavior from base hook ([PR #35675](https://github.com/microsoft/fluentui/pull/35675) by dmytrokirpa@microsoft.com)
|
|
40
|
+
- `@fluentui/react-divider`
|
|
41
|
+
- feat: add base hooks ([PR #35634](https://github.com/microsoft/fluentui/pull/35634) by dmytrokirpa@microsoft.com)
|
|
42
|
+
- `@fluentui/react-menu`
|
|
43
|
+
- feat: add base hooks ([PR #35660](https://github.com/microsoft/fluentui/pull/35660) by dmytrokirpa@microsoft.com)
|
|
44
|
+
- `@fluentui/react-button`
|
|
45
|
+
- feat: add base hooks for button components ([PR #35631](https://github.com/microsoft/fluentui/pull/35631) by dmytrokirpa@microsoft.com)
|
|
46
|
+
|
|
47
|
+
### Patches
|
|
48
|
+
|
|
49
|
+
- `@fluentui/react-utilities`
|
|
50
|
+
- feat: add focusgroup attribute to baseElementProperties ([PR #35674](https://github.com/microsoft/fluentui/pull/35674) by dmytrokirpa@microsoft.com)
|
|
51
|
+
- `@fluentui/react-motion`
|
|
52
|
+
- fix: cleanup animation handle on unmounted component ([PR #35617](https://github.com/microsoft/fluentui/pull/35617) by olfedias@microsoft.com)
|
|
53
|
+
- `@fluentui/react-nav`
|
|
54
|
+
- fix(react-nav): update Rotate param from "fromAngle" to "outAngle" ([PR #35592](https://github.com/microsoft/fluentui/pull/35592) by robertpenner@microsoft.com)
|
|
55
|
+
- `@fluentui/react-portal`
|
|
56
|
+
- fix: replace Node.ELEMENT_NODE with hardcoded value for SSR compatibility ([PR #35350](https://github.com/microsoft/fluentui/pull/35350) by dmytrokirpa@microsoft.com)
|
|
57
|
+
- `@fluentui/react-table`
|
|
58
|
+
- fix: use distinct hover background color ([PR #35588](https://github.com/microsoft/fluentui/pull/35588) by vgenaev@gmail.com)
|
|
59
|
+
- `@fluentui/react-charts`
|
|
60
|
+
- 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)
|
|
61
|
+
- fix barlabel issue for stacked bars ([PR #35597](https://github.com/microsoft/fluentui/pull/35597) by anushgupta@microsoft.com)
|
|
62
|
+
- fix scatter marker issue ([PR #35595](https://github.com/microsoft/fluentui/pull/35595) by anushgupta@microsoft.com)
|
|
63
|
+
- support chart title from plotly schema ([PR #35606](https://github.com/microsoft/fluentui/pull/35606) by anushgupta@microsoft.com)
|
|
64
|
+
- fix chart title styles ([PR #35645](https://github.com/microsoft/fluentui/pull/35645) by anushgupta@microsoft.com)
|
|
65
|
+
- fix: resolve minor bugs ([PR #35651](https://github.com/microsoft/fluentui/pull/35651) by kumarkshitij@microsoft.com)
|
|
66
|
+
- fix funnel chart navigation issue ([PR #35594](https://github.com/microsoft/fluentui/pull/35594) by anushgupta@microsoft.com)
|
|
67
|
+
- fix nvda bugs ([PR #35621](https://github.com/microsoft/fluentui/pull/35621) by anushgupta@microsoft.com)
|
|
68
|
+
- feat: Add PolarChart ([PR #35583](https://github.com/microsoft/fluentui/pull/35583) by kumarkshitij@microsoft.com)
|
|
69
|
+
- fix(react-charts): Fixing date related annotation issue ([PR #35577](https://github.com/microsoft/fluentui/pull/35577) by 120183316+srmukher@users.noreply.github.com)
|
|
70
|
+
- fix chart title bugs ([PR #35646](https://github.com/microsoft/fluentui/pull/35646) by anushgupta@microsoft.com)
|
|
71
|
+
- honor alignment and padding properties for chart title ([PR #35673](https://github.com/microsoft/fluentui/pull/35673) by anushgupta@microsoft.com)
|
|
72
|
+
- support for barlabels in declarative HBC ([PR #35576](https://github.com/microsoft/fluentui/pull/35576) by anushgupta@microsoft.com)
|
|
73
|
+
- fix heatmap navigation issue ([PR #35593](https://github.com/microsoft/fluentui/pull/35593) by anushgupta@microsoft.com)
|
|
74
|
+
- fix chart width issue in donut chart ([PR #35652](https://github.com/microsoft/fluentui/pull/35652) by anushgupta@microsoft.com)
|
|
75
|
+
- fix accessibility issues ([PR #35584](https://github.com/microsoft/fluentui/pull/35584) by anushgupta@microsoft.com)
|
|
76
|
+
- `@fluentui/react-dialog`
|
|
77
|
+
- fix(react-dialog): update Scale param from "fromScale" to "outScale" ([PR #35592](https://github.com/microsoft/fluentui/pull/35592) by robertpenner@microsoft.com)
|
|
78
|
+
- `@fluentui/react-divider`
|
|
79
|
+
- chore: remove experimental style hooks ([PR #35620](https://github.com/microsoft/fluentui/pull/35620) by dmytrokirpa@microsoft.com)
|
|
80
|
+
- refactor: refactor divider base hook ([PR #35679](https://github.com/microsoft/fluentui/pull/35679) by dmytrokirpa@microsoft.com)
|
|
81
|
+
- `@fluentui/react-link`
|
|
82
|
+
- fix: use brand tokens for inverted variant ([PR #35681](https://github.com/microsoft/fluentui/pull/35681) by vgenaev@gmail.com)
|
|
83
|
+
- `@fluentui/react-message-bar`
|
|
84
|
+
- 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)
|
|
85
|
+
- `@fluentui/react-button`
|
|
86
|
+
- chore: remove experimental style hooks ([PR #35620](https://github.com/microsoft/fluentui/pull/35620) by dmytrokirpa@microsoft.com)
|
|
87
|
+
|
|
88
|
+
### Changes
|
|
89
|
+
|
|
90
|
+
- `@fluentui/tokens`
|
|
91
|
+
- chore(tokens): Add CAP DR tokens ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by jukapsia@microsoft.com)
|
|
92
|
+
- `@fluentui/react-theme-sass`
|
|
93
|
+
- chore(tokens): Add CAP DR tokens ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by jukapsia@microsoft.com)
|
|
94
|
+
|
|
7
95
|
## [9.72.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.9)
|
|
8
96
|
|
|
9
|
-
Wed, 17 Dec 2025 18:05
|
|
97
|
+
Wed, 17 Dec 2025 18:10:05 GMT
|
|
10
98
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.8..@fluentui/react-components_v9.72.9)
|
|
11
99
|
|
|
12
100
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.72.
|
|
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",
|
|
@@ -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.
|
|
20
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
21
|
-
"@fluentui/react-avatar": "^9.9.
|
|
22
|
-
"@fluentui/react-badge": "^9.4.
|
|
23
|
-
"@fluentui/react-button": "^9.
|
|
24
|
-
"@fluentui/react-card": "^9.5.
|
|
25
|
-
"@fluentui/react-checkbox": "^9.5.
|
|
26
|
-
"@fluentui/react-combobox": "^9.16.
|
|
27
|
-
"@fluentui/react-dialog": "^9.16.
|
|
28
|
-
"@fluentui/react-divider": "^9.
|
|
29
|
-
"@fluentui/react-drawer": "^9.11.
|
|
30
|
-
"@fluentui/react-field": "^9.4.
|
|
31
|
-
"@fluentui/react-image": "^9.3.
|
|
32
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
33
|
-
"@fluentui/react-infolabel": "^9.4.
|
|
34
|
-
"@fluentui/react-input": "^9.7.
|
|
35
|
-
"@fluentui/react-label": "^9.3.
|
|
36
|
-
"@fluentui/react-link": "^9.7.
|
|
37
|
-
"@fluentui/react-list": "^9.6.
|
|
38
|
-
"@fluentui/react-menu": "^9.
|
|
39
|
-
"@fluentui/react-overflow": "^9.6.
|
|
40
|
-
"@fluentui/react-persona": "^9.5.
|
|
41
|
-
"@fluentui/react-portal": "^9.8.
|
|
42
|
-
"@fluentui/react-popover": "^9.
|
|
43
|
-
"@fluentui/react-positioning": "^9.20.
|
|
44
|
-
"@fluentui/react-progress": "^9.4.
|
|
45
|
-
"@fluentui/react-provider": "^9.22.
|
|
46
|
-
"@fluentui/react-radio": "^9.5.
|
|
47
|
-
"@fluentui/react-select": "^9.4.
|
|
48
|
-
"@fluentui/react-shared-contexts": "^9.26.
|
|
49
|
-
"@fluentui/react-skeleton": "^9.4.
|
|
50
|
-
"@fluentui/react-slider": "^9.5.
|
|
51
|
-
"@fluentui/react-spinbutton": "^9.5.
|
|
52
|
-
"@fluentui/react-spinner": "^9.7.
|
|
53
|
-
"@fluentui/react-swatch-picker": "^9.4.
|
|
54
|
-
"@fluentui/react-switch": "^9.5.
|
|
55
|
-
"@fluentui/react-table": "^9.19.
|
|
56
|
-
"@fluentui/react-tabs": "^9.
|
|
57
|
-
"@fluentui/react-tabster": "^9.26.
|
|
58
|
-
"@fluentui/react-tags": "^9.7.
|
|
59
|
-
"@fluentui/react-textarea": "^9.6.
|
|
60
|
-
"@fluentui/react-theme": "^9.2.
|
|
61
|
-
"@fluentui/react-toast": "^9.7.
|
|
62
|
-
"@fluentui/react-toolbar": "^9.
|
|
63
|
-
"@fluentui/react-tooltip": "^9.
|
|
64
|
-
"@fluentui/react-utilities": "^9.26.
|
|
65
|
-
"@fluentui/react-text": "^9.6.
|
|
66
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
67
|
-
"@fluentui/react-tree": "^9.15.
|
|
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.1",
|
|
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.
|
|
71
|
-
"@fluentui/react-breadcrumb": "^9.3.
|
|
72
|
-
"@fluentui/react-aria": "^9.17.
|
|
73
|
-
"@fluentui/react-rating": "^9.3.
|
|
74
|
-
"@fluentui/react-search": "^9.3.
|
|
75
|
-
"@fluentui/react-teaching-popover": "^9.6.
|
|
76
|
-
"@fluentui/react-tag-picker": "^9.7.
|
|
77
|
-
"@fluentui/react-motion": "^9.11.
|
|
78
|
-
"@fluentui/react-carousel": "^9.9.
|
|
79
|
-
"@fluentui/react-color-picker": "^9.2.
|
|
80
|
-
"@fluentui/react-nav": "^9.3.
|
|
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",
|