@fluentui/react-components 9.74.6 → 9.74.7
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 +42 -2
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,52 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Mon, 24 Aug 2026 08:15:11 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.74.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.7)
|
|
8
|
+
|
|
9
|
+
Mon, 24 Aug 2026 08:15:11 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.6..@fluentui/react-components_v9.74.7)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/priority-overflow`
|
|
15
|
+
- fix: synchronously measure overflowing managers when the overflow menu attaches ([PR #36588](https://github.com/microsoft/fluentui/pull/36588) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
- fix: avoid redundant overflow recomputation after conditional menu removal ([PR #36602](https://github.com/microsoft/fluentui/pull/36602) by bsunderhus@microsoft.com)
|
|
17
|
+
- `@fluentui/react-calendar-compat`
|
|
18
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
19
|
+
- `@fluentui/react-datepicker-compat`
|
|
20
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
21
|
+
- `@fluentui/react-icons-compat`
|
|
22
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
23
|
+
- `@fluentui/react-infolabel`
|
|
24
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
25
|
+
- `@fluentui/react-list`
|
|
26
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
27
|
+
- `@fluentui/react-message-bar`
|
|
28
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
29
|
+
- Keep motion ref handling out of the headless MessageBar base hook. ([PR #36549](https://github.com/microsoft/fluentui/pull/36549) by dmytrokirpa@microsoft.com)
|
|
30
|
+
- `@fluentui/react-migration-v8-v9`
|
|
31
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
32
|
+
- `@fluentui/react-motion`
|
|
33
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
34
|
+
- `@fluentui/react-overflow`
|
|
35
|
+
- fix: avoid redundant overflow work during menu teardown and unchanged visibility updates ([PR #36588](https://github.com/microsoft/fluentui/pull/36588) by bernardo.sunderhus@gmail.com)
|
|
36
|
+
- `@fluentui/react-rating`
|
|
37
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
38
|
+
- `@fluentui/react-swatch-picker`
|
|
39
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
40
|
+
- `@fluentui/react-tag-picker`
|
|
41
|
+
- fix: remove no-op `supportsSize` field control option from `TagPickerInput` ([PR #36468](https://github.com/microsoft/fluentui/pull/36468) by martinhochel@microsoft.com)
|
|
42
|
+
- `@fluentui/react-teaching-popover`
|
|
43
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
44
|
+
- `@fluentui/react-timepicker-compat`
|
|
45
|
+
- fix: align react/react-dom/@types peerDependencies with the react/jsx-runtime 16.14.0 floor ([PR #36551](https://github.com/microsoft/fluentui/pull/36551) by martinhochel@microsoft.com)
|
|
46
|
+
|
|
7
47
|
## [9.74.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.6)
|
|
8
48
|
|
|
9
|
-
Tue, 11 Aug 2026 17:
|
|
49
|
+
Tue, 11 Aug 2026 17:20:13 GMT
|
|
10
50
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.5..@fluentui/react-components_v9.74.6)
|
|
11
51
|
|
|
12
52
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.74.
|
|
3
|
+
"version": "9.74.7",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.cjs",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui/react-accordion": "^9.12.
|
|
16
|
-
"@fluentui/react-alert": "9.0.
|
|
15
|
+
"@fluentui/react-accordion": "^9.12.3",
|
|
16
|
+
"@fluentui/react-alert": "9.0.2-0",
|
|
17
17
|
"@fluentui/react-aria": "^9.17.14",
|
|
18
|
-
"@fluentui/react-avatar": "^9.11.
|
|
18
|
+
"@fluentui/react-avatar": "^9.11.6",
|
|
19
19
|
"@fluentui/react-badge": "^9.5.5",
|
|
20
20
|
"@fluentui/react-breadcrumb": "^9.4.5",
|
|
21
21
|
"@fluentui/react-button": "^9.11.0",
|
|
@@ -24,30 +24,30 @@
|
|
|
24
24
|
"@fluentui/react-checkbox": "^9.6.4",
|
|
25
25
|
"@fluentui/react-color-picker": "^9.3.0",
|
|
26
26
|
"@fluentui/react-combobox": "^9.17.5",
|
|
27
|
-
"@fluentui/react-dialog": "^9.18.
|
|
27
|
+
"@fluentui/react-dialog": "^9.18.4",
|
|
28
28
|
"@fluentui/react-divider": "^9.7.4",
|
|
29
|
-
"@fluentui/react-drawer": "^9.13.
|
|
29
|
+
"@fluentui/react-drawer": "^9.13.3",
|
|
30
30
|
"@fluentui/react-field": "^9.5.4",
|
|
31
31
|
"@fluentui/react-image": "^9.4.4",
|
|
32
|
-
"@fluentui/react-infobutton": "9.0.0
|
|
33
|
-
"@fluentui/react-infolabel": "^9.4.
|
|
32
|
+
"@fluentui/react-infobutton": "9.0.1-0",
|
|
33
|
+
"@fluentui/react-infolabel": "^9.4.25",
|
|
34
34
|
"@fluentui/react-input": "^9.8.6",
|
|
35
35
|
"@fluentui/react-label": "^9.4.4",
|
|
36
36
|
"@fluentui/react-link": "^9.8.4",
|
|
37
|
-
"@fluentui/react-list": "^9.6.
|
|
38
|
-
"@fluentui/react-menu": "^9.25.
|
|
39
|
-
"@fluentui/react-message-bar": "^9.7.
|
|
40
|
-
"@fluentui/react-motion": "^9.16.
|
|
41
|
-
"@fluentui/react-nav": "^9.4.
|
|
42
|
-
"@fluentui/react-overflow": "^9.9.
|
|
43
|
-
"@fluentui/react-persona": "^9.7.
|
|
44
|
-
"@fluentui/react-popover": "^9.14.
|
|
37
|
+
"@fluentui/react-list": "^9.6.18",
|
|
38
|
+
"@fluentui/react-menu": "^9.25.4",
|
|
39
|
+
"@fluentui/react-message-bar": "^9.7.6",
|
|
40
|
+
"@fluentui/react-motion": "^9.16.3",
|
|
41
|
+
"@fluentui/react-nav": "^9.4.5",
|
|
42
|
+
"@fluentui/react-overflow": "^9.9.3",
|
|
43
|
+
"@fluentui/react-persona": "^9.7.8",
|
|
44
|
+
"@fluentui/react-popover": "^9.14.7",
|
|
45
45
|
"@fluentui/react-portal": "^9.8.15",
|
|
46
46
|
"@fluentui/react-positioning": "^9.23.1",
|
|
47
|
-
"@fluentui/react-progress": "^9.5.
|
|
47
|
+
"@fluentui/react-progress": "^9.5.5",
|
|
48
48
|
"@fluentui/react-provider": "^9.22.20",
|
|
49
49
|
"@fluentui/react-radio": "^9.6.5",
|
|
50
|
-
"@fluentui/react-rating": "^9.4.
|
|
50
|
+
"@fluentui/react-rating": "^9.4.5",
|
|
51
51
|
"@fluentui/react-search": "^9.4.6",
|
|
52
52
|
"@fluentui/react-select": "^9.5.5",
|
|
53
53
|
"@fluentui/react-shared-contexts": "^9.26.3",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"@fluentui/react-slider": "^9.6.5",
|
|
56
56
|
"@fluentui/react-spinbutton": "^9.6.5",
|
|
57
57
|
"@fluentui/react-spinner": "^9.8.5",
|
|
58
|
-
"@fluentui/react-swatch-picker": "^9.6.
|
|
58
|
+
"@fluentui/react-swatch-picker": "^9.6.1",
|
|
59
59
|
"@fluentui/react-switch": "^9.7.5",
|
|
60
|
-
"@fluentui/react-table": "^9.19.
|
|
60
|
+
"@fluentui/react-table": "^9.19.20",
|
|
61
61
|
"@fluentui/react-tabs": "^9.12.4",
|
|
62
62
|
"@fluentui/react-tabster": "^9.26.17",
|
|
63
|
-
"@fluentui/react-tag-picker": "^9.10.
|
|
64
|
-
"@fluentui/react-tags": "^9.9.
|
|
65
|
-
"@fluentui/react-teaching-popover": "^9.7.
|
|
63
|
+
"@fluentui/react-tag-picker": "^9.10.3",
|
|
64
|
+
"@fluentui/react-tags": "^9.9.5",
|
|
65
|
+
"@fluentui/react-teaching-popover": "^9.7.5",
|
|
66
66
|
"@fluentui/react-text": "^9.6.19",
|
|
67
67
|
"@fluentui/react-textarea": "^9.7.6",
|
|
68
68
|
"@fluentui/react-theme": "^9.2.2",
|
|
69
|
-
"@fluentui/react-toast": "^9.8.
|
|
69
|
+
"@fluentui/react-toast": "^9.8.3",
|
|
70
70
|
"@fluentui/react-toolbar": "^9.8.4",
|
|
71
71
|
"@fluentui/react-tooltip": "^9.10.5",
|
|
72
|
-
"@fluentui/react-tree": "^9.16.
|
|
72
|
+
"@fluentui/react-tree": "^9.16.6",
|
|
73
73
|
"@fluentui/react-utilities": "^9.26.6",
|
|
74
74
|
"@fluentui/react-virtualizer": "9.0.0-alpha.115",
|
|
75
75
|
"@griffel/react": "^1.5.32",
|