@fluentui/react-components 9.72.1 → 9.72.3
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 +55 -2
- package/package.json +59 -59
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,65 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 21 Oct 2025 14:13:08 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.72.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.3)
|
|
8
|
+
|
|
9
|
+
Tue, 21 Oct 2025 14:13:08 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.2..@fluentui/react-components_v9.72.3)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-jsx-runtime`
|
|
15
|
+
- feat: implement custom JSX namespace instead of @ts-ignore workaround ([PR #35295](https://github.com/microsoft/fluentui/pull/35295) by martinhochel@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-charts`
|
|
20
|
+
- fix: callout not appearing on scatter chart ([PR #35310](https://github.com/microsoft/fluentui/pull/35310) by kumarkshitij@microsoft.com)
|
|
21
|
+
- fix place value formatting bug in donut chart ([PR #35315](https://github.com/microsoft/fluentui/pull/35315) by anushgupta@microsoft.com)
|
|
22
|
+
- add missing code in v9 ([PR #35318](https://github.com/microsoft/fluentui/pull/35318) by anushgupta@microsoft.com)
|
|
23
|
+
- fix: resolve data points based on axis type + replace invalid values with 0 for valid coordinates ([PR #35323](https://github.com/microsoft/fluentui/pull/35323) by kumarkshitij@microsoft.com)
|
|
24
|
+
- support reference lines in line chart and VBC ([PR #35330](https://github.com/microsoft/fluentui/pull/35330) by anushgupta@microsoft.com)
|
|
25
|
+
- fix legend shape bug ([PR #35335](https://github.com/microsoft/fluentui/pull/35335) by anushgupta@microsoft.com)
|
|
26
|
+
- feat: add support for lines in GVBC ([PR #35321](https://github.com/microsoft/fluentui/pull/35321) by kumarkshitij@microsoft.com)
|
|
27
|
+
- fix donut colors and segment orders ([PR #35316](https://github.com/microsoft/fluentui/pull/35316) by anushgupta@microsoft.com)
|
|
28
|
+
- add fill for scatter polar chart ([PR #35317](https://github.com/microsoft/fluentui/pull/35317) by anushgupta@microsoft.com)
|
|
29
|
+
- fix(react-charts): Show markers only when mode has markers for large data ([PR #35311](https://github.com/microsoft/fluentui/pull/35311) by 120183316+srmukher@users.noreply.github.com)
|
|
30
|
+
- fix popover positioning issue ([PR #35289](https://github.com/microsoft/fluentui/pull/35289) by anushgupta@microsoft.com)
|
|
31
|
+
- fix chart exception issue ([PR #35342](https://github.com/microsoft/fluentui/pull/35342) by anushgupta@microsoft.com)
|
|
32
|
+
- `@fluentui/react-drawer`
|
|
33
|
+
- fix: update drawer scroll state when content changes ([PR #35210](https://github.com/microsoft/fluentui/pull/35210) by marcosvmmoura@gmail.com)
|
|
34
|
+
- `@fluentui/react-list`
|
|
35
|
+
- Fix selection becoming broken after re-enabling ([PR #35331](https://github.com/microsoft/fluentui/pull/35331) by jirivyhnalek@microsoft.com)
|
|
36
|
+
|
|
37
|
+
## [9.72.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.2)
|
|
38
|
+
|
|
39
|
+
Wed, 08 Oct 2025 12:04:51 GMT
|
|
40
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.1..@fluentui/react-components_v9.72.2)
|
|
41
|
+
|
|
42
|
+
### Patches
|
|
43
|
+
|
|
44
|
+
- `@fluentui/react-nav`
|
|
45
|
+
- fix(react-nav): Make NavDrawerBody focus attributes overridable by props ([PR #35280](https://github.com/microsoft/fluentui/pull/35280) by jiangemma@microsoft.com)
|
|
46
|
+
- `@fluentui/react-tooltip`
|
|
47
|
+
- fix: In StrictMode, Tooltip now shows correctly on elements that are focused when created ([PR #35282](https://github.com/microsoft/fluentui/pull/35282) by vgenaev@gmail.com)
|
|
48
|
+
- `@fluentui/react-utilities`
|
|
49
|
+
- refactor: derive JSXIntrinsicElementKeys type for React instead of using generated type ([PR #35290](https://github.com/microsoft/fluentui/pull/35290) by dmytrokirpa@microsoft.com)
|
|
50
|
+
|
|
51
|
+
### Changes
|
|
52
|
+
|
|
53
|
+
- `@fluentui/react-alert`
|
|
54
|
+
- feat: add react 19 support ([PR #35285](https://github.com/microsoft/fluentui/pull/35285) by martinhochel@microsoft.com)
|
|
55
|
+
- `@fluentui/react-infobutton`
|
|
56
|
+
- feat: add react 19 support ([PR #35285](https://github.com/microsoft/fluentui/pull/35285) by martinhochel@microsoft.com)
|
|
57
|
+
- `@fluentui/react-virtualizer`
|
|
58
|
+
- feat: add react 19 support ([PR #35285](https://github.com/microsoft/fluentui/pull/35285) by martinhochel@microsoft.com)
|
|
59
|
+
|
|
7
60
|
## [9.72.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.1)
|
|
8
61
|
|
|
9
|
-
Mon, 06 Oct 2025 15:01:
|
|
62
|
+
Mon, 06 Oct 2025 15:01:58 GMT
|
|
10
63
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.0..@fluentui/react-components_v9.72.1)
|
|
11
64
|
|
|
12
65
|
### 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.3",
|
|
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.6.
|
|
24
|
-
"@fluentui/react-card": "^9.5.
|
|
25
|
-
"@fluentui/react-checkbox": "^9.5.
|
|
26
|
-
"@fluentui/react-combobox": "^9.16.
|
|
27
|
-
"@fluentui/react-dialog": "^9.15.
|
|
28
|
-
"@fluentui/react-divider": "^9.4.
|
|
29
|
-
"@fluentui/react-drawer": "^9.10.
|
|
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.6.
|
|
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.10",
|
|
20
|
+
"@fluentui/react-alert": "9.0.0-beta.126",
|
|
21
|
+
"@fluentui/react-avatar": "^9.9.9",
|
|
22
|
+
"@fluentui/react-badge": "^9.4.8",
|
|
23
|
+
"@fluentui/react-button": "^9.6.9",
|
|
24
|
+
"@fluentui/react-card": "^9.5.3",
|
|
25
|
+
"@fluentui/react-checkbox": "^9.5.8",
|
|
26
|
+
"@fluentui/react-combobox": "^9.16.9",
|
|
27
|
+
"@fluentui/react-dialog": "^9.15.5",
|
|
28
|
+
"@fluentui/react-divider": "^9.4.8",
|
|
29
|
+
"@fluentui/react-drawer": "^9.10.5",
|
|
30
|
+
"@fluentui/react-field": "^9.4.8",
|
|
31
|
+
"@fluentui/react-image": "^9.3.8",
|
|
32
|
+
"@fluentui/react-infobutton": "9.0.0-beta.104",
|
|
33
|
+
"@fluentui/react-infolabel": "^9.4.9",
|
|
34
|
+
"@fluentui/react-input": "^9.7.8",
|
|
35
|
+
"@fluentui/react-label": "^9.3.8",
|
|
36
|
+
"@fluentui/react-link": "^9.6.8",
|
|
37
|
+
"@fluentui/react-list": "^9.6.3",
|
|
38
|
+
"@fluentui/react-menu": "^9.20.2",
|
|
39
|
+
"@fluentui/react-overflow": "^9.6.2",
|
|
40
|
+
"@fluentui/react-persona": "^9.5.9",
|
|
41
|
+
"@fluentui/react-portal": "^9.8.5",
|
|
42
|
+
"@fluentui/react-popover": "^9.12.9",
|
|
43
|
+
"@fluentui/react-positioning": "^9.20.7",
|
|
44
|
+
"@fluentui/react-progress": "^9.4.8",
|
|
45
|
+
"@fluentui/react-provider": "^9.22.8",
|
|
46
|
+
"@fluentui/react-radio": "^9.5.8",
|
|
47
|
+
"@fluentui/react-select": "^9.4.8",
|
|
48
48
|
"@fluentui/react-shared-contexts": "^9.25.2",
|
|
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.4.
|
|
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.8",
|
|
50
|
+
"@fluentui/react-slider": "^9.5.8",
|
|
51
|
+
"@fluentui/react-spinbutton": "^9.5.8",
|
|
52
|
+
"@fluentui/react-spinner": "^9.7.8",
|
|
53
|
+
"@fluentui/react-swatch-picker": "^9.4.8",
|
|
54
|
+
"@fluentui/react-switch": "^9.4.8",
|
|
55
|
+
"@fluentui/react-table": "^9.19.2",
|
|
56
|
+
"@fluentui/react-tabs": "^9.10.4",
|
|
57
|
+
"@fluentui/react-tabster": "^9.26.7",
|
|
58
|
+
"@fluentui/react-tags": "^9.7.9",
|
|
59
|
+
"@fluentui/react-textarea": "^9.6.8",
|
|
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.25.
|
|
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.5",
|
|
62
|
+
"@fluentui/react-toolbar": "^9.6.9",
|
|
63
|
+
"@fluentui/react-tooltip": "^9.8.8",
|
|
64
|
+
"@fluentui/react-utilities": "^9.25.1",
|
|
65
|
+
"@fluentui/react-text": "^9.6.8",
|
|
66
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.104",
|
|
67
|
+
"@fluentui/react-tree": "^9.15.2",
|
|
68
68
|
"@griffel/react": "^1.5.22",
|
|
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.8.
|
|
79
|
-
"@fluentui/react-color-picker": "^9.2.
|
|
80
|
-
"@fluentui/react-nav": "^9.3.
|
|
70
|
+
"@fluentui/react-message-bar": "^9.6.10",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.3.9",
|
|
72
|
+
"@fluentui/react-aria": "^9.17.3",
|
|
73
|
+
"@fluentui/react-rating": "^9.3.8",
|
|
74
|
+
"@fluentui/react-search": "^9.3.8",
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.6.9",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.7.9",
|
|
77
|
+
"@fluentui/react-motion": "^9.11.1",
|
|
78
|
+
"@fluentui/react-carousel": "^9.8.9",
|
|
79
|
+
"@fluentui/react-color-picker": "^9.2.8",
|
|
80
|
+
"@fluentui/react-nav": "^9.3.10"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@types/react": ">=16.14.0 <20.0.0",
|