@fluentui/react-components 9.72.0 → 9.72.2
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 +40 -2
- package/package.json +59 -59
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,50 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 08 Oct 2025 12:00:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.72.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.2)
|
|
8
|
+
|
|
9
|
+
Wed, 08 Oct 2025 12:00:18 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.1..@fluentui/react-components_v9.72.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-nav`
|
|
15
|
+
- fix(react-nav): Make NavDrawerBody focus attributes overridable by props ([PR #35280](https://github.com/microsoft/fluentui/pull/35280) by jiangemma@microsoft.com)
|
|
16
|
+
- `@fluentui/react-tooltip`
|
|
17
|
+
- 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)
|
|
18
|
+
- `@fluentui/react-utilities`
|
|
19
|
+
- refactor: derive JSXIntrinsicElementKeys type for React instead of using generated type ([PR #35290](https://github.com/microsoft/fluentui/pull/35290) by dmytrokirpa@microsoft.com)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- `@fluentui/react-alert`
|
|
24
|
+
- feat: add react 19 support ([PR #35285](https://github.com/microsoft/fluentui/pull/35285) by martinhochel@microsoft.com)
|
|
25
|
+
- `@fluentui/react-infobutton`
|
|
26
|
+
- feat: add react 19 support ([PR #35285](https://github.com/microsoft/fluentui/pull/35285) by martinhochel@microsoft.com)
|
|
27
|
+
- `@fluentui/react-virtualizer`
|
|
28
|
+
- feat: add react 19 support ([PR #35285](https://github.com/microsoft/fluentui/pull/35285) by martinhochel@microsoft.com)
|
|
29
|
+
|
|
30
|
+
## [9.72.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.1)
|
|
31
|
+
|
|
32
|
+
Mon, 06 Oct 2025 15:01:58 GMT
|
|
33
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.0..@fluentui/react-components_v9.72.1)
|
|
34
|
+
|
|
35
|
+
### Minor changes
|
|
36
|
+
|
|
37
|
+
- `@fluentui/react-tree`
|
|
38
|
+
- added return type to useTreeNavigation hook ([PR #35283](https://github.com/microsoft/fluentui/pull/35283) by patrycja.fogelman@microsoft.com)
|
|
39
|
+
|
|
40
|
+
### Patches
|
|
41
|
+
|
|
42
|
+
- `@fluentui/react-charts`
|
|
43
|
+
- 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)
|
|
44
|
+
|
|
7
45
|
## [9.72.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.0)
|
|
8
46
|
|
|
9
|
-
Fri, 03 Oct 2025 14:
|
|
47
|
+
Fri, 03 Oct 2025 14:19:03 GMT
|
|
10
48
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.71.0..@fluentui/react-components_v9.72.0)
|
|
11
49
|
|
|
12
50
|
### 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.2",
|
|
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.9",
|
|
20
|
+
"@fluentui/react-alert": "9.0.0-beta.125",
|
|
21
|
+
"@fluentui/react-avatar": "^9.9.8",
|
|
22
|
+
"@fluentui/react-badge": "^9.4.7",
|
|
23
|
+
"@fluentui/react-button": "^9.6.8",
|
|
24
|
+
"@fluentui/react-card": "^9.5.2",
|
|
25
|
+
"@fluentui/react-checkbox": "^9.5.7",
|
|
26
|
+
"@fluentui/react-combobox": "^9.16.8",
|
|
27
|
+
"@fluentui/react-dialog": "^9.15.4",
|
|
28
|
+
"@fluentui/react-divider": "^9.4.7",
|
|
29
|
+
"@fluentui/react-drawer": "^9.10.4",
|
|
30
|
+
"@fluentui/react-field": "^9.4.7",
|
|
31
|
+
"@fluentui/react-image": "^9.3.7",
|
|
32
|
+
"@fluentui/react-infobutton": "9.0.0-beta.103",
|
|
33
|
+
"@fluentui/react-infolabel": "^9.4.8",
|
|
34
|
+
"@fluentui/react-input": "^9.7.7",
|
|
35
|
+
"@fluentui/react-label": "^9.3.7",
|
|
36
|
+
"@fluentui/react-link": "^9.6.7",
|
|
37
|
+
"@fluentui/react-list": "^9.6.2",
|
|
38
|
+
"@fluentui/react-menu": "^9.20.1",
|
|
39
|
+
"@fluentui/react-overflow": "^9.6.1",
|
|
40
|
+
"@fluentui/react-persona": "^9.5.8",
|
|
41
|
+
"@fluentui/react-portal": "^9.8.4",
|
|
42
|
+
"@fluentui/react-popover": "^9.12.8",
|
|
43
|
+
"@fluentui/react-positioning": "^9.20.7",
|
|
44
|
+
"@fluentui/react-progress": "^9.4.7",
|
|
45
|
+
"@fluentui/react-provider": "^9.22.7",
|
|
46
|
+
"@fluentui/react-radio": "^9.5.7",
|
|
47
|
+
"@fluentui/react-select": "^9.4.7",
|
|
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.7",
|
|
50
|
+
"@fluentui/react-slider": "^9.5.7",
|
|
51
|
+
"@fluentui/react-spinbutton": "^9.5.7",
|
|
52
|
+
"@fluentui/react-spinner": "^9.7.7",
|
|
53
|
+
"@fluentui/react-swatch-picker": "^9.4.7",
|
|
54
|
+
"@fluentui/react-switch": "^9.4.7",
|
|
55
|
+
"@fluentui/react-table": "^9.19.1",
|
|
56
|
+
"@fluentui/react-tabs": "^9.10.3",
|
|
57
|
+
"@fluentui/react-tabster": "^9.26.7",
|
|
58
|
+
"@fluentui/react-tags": "^9.7.8",
|
|
59
|
+
"@fluentui/react-textarea": "^9.6.7",
|
|
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.
|
|
61
|
+
"@fluentui/react-toast": "^9.7.4",
|
|
62
|
+
"@fluentui/react-toolbar": "^9.6.8",
|
|
63
|
+
"@fluentui/react-tooltip": "^9.8.7",
|
|
64
|
+
"@fluentui/react-utilities": "^9.25.1",
|
|
65
|
+
"@fluentui/react-text": "^9.6.7",
|
|
66
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.103",
|
|
67
|
+
"@fluentui/react-tree": "^9.15.1",
|
|
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.9",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.3.8",
|
|
72
|
+
"@fluentui/react-aria": "^9.17.2",
|
|
73
|
+
"@fluentui/react-rating": "^9.3.7",
|
|
74
|
+
"@fluentui/react-search": "^9.3.7",
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.6.8",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.7.8",
|
|
77
|
+
"@fluentui/react-motion": "^9.11.1",
|
|
78
|
+
"@fluentui/react-carousel": "^9.8.8",
|
|
79
|
+
"@fluentui/react-color-picker": "^9.2.7",
|
|
80
|
+
"@fluentui/react-nav": "^9.3.9"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@types/react": ">=16.14.0 <20.0.0",
|