@fluentui/react-components 9.72.8 → 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.
- package/CHANGELOG.md +34 -2
- package/package.json +59 -59
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,44 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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
|
+
|
|
7
39
|
## [9.72.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.8)
|
|
8
40
|
|
|
9
|
-
Fri, 05 Dec 2025 22:
|
|
41
|
+
Fri, 05 Dec 2025 22:38:18 GMT
|
|
10
42
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.7..@fluentui/react-components_v9.72.8)
|
|
11
43
|
|
|
12
44
|
### 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.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.
|
|
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.7.
|
|
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.5.
|
|
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.20.
|
|
39
|
-
"@fluentui/react-overflow": "^9.6.
|
|
40
|
-
"@fluentui/react-persona": "^9.5.
|
|
41
|
-
"@fluentui/react-portal": "^9.8.
|
|
42
|
-
"@fluentui/react-popover": "^9.12.
|
|
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.
|
|
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.
|
|
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.10.
|
|
57
|
-
"@fluentui/react-tabster": "^9.26.
|
|
58
|
-
"@fluentui/react-tags": "^9.7.
|
|
59
|
-
"@fluentui/react-textarea": "^9.6.
|
|
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.
|
|
62
|
-
"@fluentui/react-toolbar": "^9.6.
|
|
63
|
-
"@fluentui/react-tooltip": "^9.8.
|
|
64
|
-
"@fluentui/react-utilities": "^9.
|
|
65
|
-
"@fluentui/react-text": "^9.6.
|
|
66
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
67
|
-
"@fluentui/react-tree": "^9.15.
|
|
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.
|
|
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.
|
|
79
|
-
"@fluentui/react-color-picker": "^9.2.
|
|
80
|
-
"@fluentui/react-nav": "^9.3.
|
|
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",
|