@fluentui/react-components 9.73.3 → 9.73.4
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 +3 -3
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 Tue, 17 Mar 2026 07:56:46 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.73.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.4)
|
|
8
|
+
|
|
9
|
+
Tue, 17 Mar 2026 07:56:46 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.3..@fluentui/react-components_v9.73.4)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-menu`
|
|
15
|
+
- feat: add shouldOpenOnArrowRight to MenuListContextValue to allow grid containers to opt out of ArrowRight opening submenus ([PR #35871](https://github.com/microsoft/fluentui/pull/35871) by bsunderhus@microsoft.com)
|
|
16
|
+
- `@fluentui/react-skeleton`
|
|
17
|
+
- feat: add missing SkeletonItem sizes (14, 22, 52, 92) to match typography line-height scale ([PR #35863](https://github.com/microsoft/fluentui/pull/35863) by copilot@github.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-menu-grid-preview`
|
|
22
|
+
- fix: ArrowRight no longer opens submenus inside MenuGrid (reserved for column navigation) ([PR #35871](https://github.com/microsoft/fluentui/pull/35871) by bsunderhus@microsoft.com)
|
|
23
|
+
|
|
24
|
+
## [9.73.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.3)
|
|
25
|
+
|
|
26
|
+
Wed, 11 Mar 2026 12:58:37 GMT
|
|
27
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.3..@fluentui/react-components_v9.73.3)
|
|
28
|
+
|
|
29
|
+
### Minor changes
|
|
30
|
+
|
|
31
|
+
- `@fluentui/react-calendar-compat`
|
|
32
|
+
- feat: add onNavigateDate callback to CalendarYear decade selector ([PR #35804](https://github.com/microsoft/fluentui/pull/35804) by 198982749+Copilot@users.noreply.github.com)
|
|
33
|
+
|
|
34
|
+
### Patches
|
|
35
|
+
|
|
36
|
+
- `@fluentui/react-menu-grid-preview`
|
|
37
|
+
- fix(react-menu-grid-preview): submenus inside MenuGrid now stay open when moving mouse from trigger to submenu popover ([PR #35862](https://github.com/microsoft/fluentui/pull/35862) by bernardo.sunderhus@gmail.com)
|
|
38
|
+
|
|
7
39
|
## [9.73.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.3)
|
|
8
40
|
|
|
9
|
-
Wed, 11 Mar 2026 09:
|
|
41
|
+
Wed, 11 Mar 2026 09:22:18 GMT
|
|
10
42
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.2..@fluentui/react-components_v9.73.3)
|
|
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.73.
|
|
3
|
+
"version": "9.73.4",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@fluentui/react-label": "^9.3.15",
|
|
32
32
|
"@fluentui/react-link": "^9.7.4",
|
|
33
33
|
"@fluentui/react-list": "^9.6.11",
|
|
34
|
-
"@fluentui/react-menu": "^9.
|
|
34
|
+
"@fluentui/react-menu": "^9.23.0",
|
|
35
35
|
"@fluentui/react-overflow": "^9.7.1",
|
|
36
36
|
"@fluentui/react-persona": "^9.6.2",
|
|
37
37
|
"@fluentui/react-portal": "^9.8.11",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@fluentui/react-radio": "^9.5.16",
|
|
43
43
|
"@fluentui/react-select": "^9.4.16",
|
|
44
44
|
"@fluentui/react-shared-contexts": "^9.26.2",
|
|
45
|
-
"@fluentui/react-skeleton": "^9.
|
|
45
|
+
"@fluentui/react-skeleton": "^9.6.0",
|
|
46
46
|
"@fluentui/react-slider": "^9.5.16",
|
|
47
47
|
"@fluentui/react-spinbutton": "^9.5.16",
|
|
48
48
|
"@fluentui/react-spinner": "^9.7.15",
|