@fluentui/react-components 9.72.0 → 9.72.1
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 +17 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 06 Oct 2025 15:01:28 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.72.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.1)
|
|
8
|
+
|
|
9
|
+
Mon, 06 Oct 2025 15:01:28 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.0..@fluentui/react-components_v9.72.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-tree`
|
|
15
|
+
- added return type to useTreeNavigation hook ([PR #35283](https://github.com/microsoft/fluentui/pull/35283) by patrycja.fogelman@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-charts`
|
|
20
|
+
- feat: enable wrapping of string x-axis labels in scatterchart ([PR #35231](https://github.com/microsoft/fluentui/pull/35231) by 132879294+v-baambati@users.noreply.github.com)
|
|
21
|
+
|
|
7
22
|
## [9.72.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.0)
|
|
8
23
|
|
|
9
|
-
Fri, 03 Oct 2025 14:
|
|
24
|
+
Fri, 03 Oct 2025 14:19:03 GMT
|
|
10
25
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.71.0..@fluentui/react-components_v9.72.0)
|
|
11
26
|
|
|
12
27
|
### 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.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@fluentui/react-utilities": "^9.25.0",
|
|
65
65
|
"@fluentui/react-text": "^9.6.6",
|
|
66
66
|
"@fluentui/react-virtualizer": "9.0.0-alpha.102",
|
|
67
|
-
"@fluentui/react-tree": "^9.
|
|
67
|
+
"@fluentui/react-tree": "^9.15.0",
|
|
68
68
|
"@griffel/react": "^1.5.22",
|
|
69
69
|
"@swc/helpers": "^0.5.1",
|
|
70
70
|
"@fluentui/react-message-bar": "^9.6.8",
|