@fluentui/react-menu 9.25.1 → 9.25.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 +11 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 04 Aug 2026 10:10:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.25.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.25.2)
|
|
8
|
+
|
|
9
|
+
Tue, 04 Aug 2026 10:10:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.25.1..@fluentui/react-menu_v9.25.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-positioning to v9.23.0 ([PR #36453](https://github.com/microsoft/fluentui/pull/36453) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.25.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.25.1)
|
|
8
17
|
|
|
9
|
-
Wed, 24 Jun 2026 11:
|
|
18
|
+
Wed, 24 Jun 2026 11:09:47 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.25.0..@fluentui/react-menu_v9.25.1)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-menu",
|
|
3
|
-
"version": "9.25.
|
|
3
|
+
"version": "9.25.2",
|
|
4
4
|
"description": "Fluent UI menu component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"@fluentui/react-aria": "^9.17.13",
|
|
17
17
|
"@fluentui/react-context-selector": "^9.2.18",
|
|
18
18
|
"@fluentui/react-icons": "^2.0.245",
|
|
19
|
+
"@fluentui/react-jsx-runtime": "^9.4.4",
|
|
19
20
|
"@fluentui/react-motion": "^9.16.1",
|
|
20
21
|
"@fluentui/react-motion-components-preview": "^0.15.6",
|
|
21
22
|
"@fluentui/react-portal": "^9.8.14",
|
|
22
|
-
"@fluentui/react-positioning": "^9.
|
|
23
|
+
"@fluentui/react-positioning": "^9.23.0",
|
|
23
24
|
"@fluentui/react-shared-contexts": "^9.26.2",
|
|
24
25
|
"@fluentui/react-tabster": "^9.26.16",
|
|
25
26
|
"@fluentui/react-theme": "^9.2.1",
|
|
26
27
|
"@fluentui/react-utilities": "^9.26.5",
|
|
27
|
-
"@fluentui/react-jsx-runtime": "^9.4.4",
|
|
28
28
|
"@griffel/react": "^1.5.32",
|
|
29
29
|
"@swc/helpers": "^0.5.1"
|
|
30
30
|
},
|