@fluentui/react-menu 9.12.0 → 9.12.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +55 -1
- package/CHANGELOG.md +24 -2
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,61 @@
|
|
2
2
|
"name": "@fluentui/react-menu",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 01 Aug 2023 13:03:05 GMT",
|
6
|
+
"tag": "@fluentui/react-menu_v9.12.2",
|
7
|
+
"version": "9.12.2",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "yuanboxue@microsoft.com",
|
12
|
+
"package": "@fluentui/react-menu",
|
13
|
+
"commit": "66117c3488dacab0baa7505a97edb308b8ec81b0",
|
14
|
+
"comment": "fix: revert menuItem focus ring back to border"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Tue, 01 Aug 2023 10:17:19 GMT",
|
21
|
+
"tag": "@fluentui/react-menu_v9.12.1",
|
22
|
+
"version": "9.12.1",
|
23
|
+
"comments": {
|
24
|
+
"patch": [
|
25
|
+
{
|
26
|
+
"author": "yuanboxue@microsoft.com",
|
27
|
+
"package": "@fluentui/react-menu",
|
28
|
+
"commit": "9250428d00e7e2909a0e3bae667c6ef0044ea67e",
|
29
|
+
"comment": "fix: use css outline for MenuItem focus ring instead of pseudo element"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"author": "beachball",
|
33
|
+
"package": "@fluentui/react-menu",
|
34
|
+
"comment": "Bump @fluentui/react-portal to v9.3.4",
|
35
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"author": "beachball",
|
39
|
+
"package": "@fluentui/react-menu",
|
40
|
+
"comment": "Bump @fluentui/react-positioning to v9.9.1",
|
41
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"author": "beachball",
|
45
|
+
"package": "@fluentui/react-menu",
|
46
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.7.0",
|
47
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"author": "beachball",
|
51
|
+
"package": "@fluentui/react-menu",
|
52
|
+
"comment": "Bump @fluentui/react-tabster to v9.11.1",
|
53
|
+
"commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
|
54
|
+
}
|
55
|
+
]
|
56
|
+
}
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"date": "Thu, 27 Jul 2023 10:34:13 GMT",
|
6
60
|
"tag": "@fluentui/react-menu_v9.12.0",
|
7
61
|
"version": "9.12.0",
|
8
62
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,34 @@
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 01 Aug 2023 13:03:05 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.12.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.2)
|
8
|
+
|
9
|
+
Tue, 01 Aug 2023 13:03:05 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.1..@fluentui/react-menu_v9.12.2)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- fix: revert menuItem focus ring back to border ([PR #28698](https://github.com/microsoft/fluentui/pull/28698) by yuanboxue@microsoft.com)
|
15
|
+
|
16
|
+
## [9.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.1)
|
17
|
+
|
18
|
+
Tue, 01 Aug 2023 10:17:19 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.0..@fluentui/react-menu_v9.12.1)
|
20
|
+
|
21
|
+
### Patches
|
22
|
+
|
23
|
+
- fix: use css outline for MenuItem focus ring instead of pseudo element ([PR #28685](https://github.com/microsoft/fluentui/pull/28685) by yuanboxue@microsoft.com)
|
24
|
+
- Bump @fluentui/react-portal to v9.3.4 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
25
|
+
- Bump @fluentui/react-positioning to v9.9.1 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
26
|
+
- Bump @fluentui/react-shared-contexts to v9.7.0 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
27
|
+
- Bump @fluentui/react-tabster to v9.11.1 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
|
28
|
+
|
7
29
|
## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.0)
|
8
30
|
|
9
|
-
Thu, 27 Jul 2023 10:
|
31
|
+
Thu, 27 Jul 2023 10:34:13 GMT
|
10
32
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.11.1..@fluentui/react-menu_v9.12.0)
|
11
33
|
|
12
34
|
### Minor changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-menu",
|
3
|
-
"version": "9.12.
|
3
|
+
"version": "9.12.2",
|
4
4
|
"description": "Fluent UI menu component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -40,10 +40,10 @@
|
|
40
40
|
"@fluentui/react-aria": "^9.3.27",
|
41
41
|
"@fluentui/react-context-selector": "^9.1.26",
|
42
42
|
"@fluentui/react-icons": "^2.0.207",
|
43
|
-
"@fluentui/react-portal": "^9.3.
|
44
|
-
"@fluentui/react-positioning": "^9.9.
|
45
|
-
"@fluentui/react-shared-contexts": "^9.
|
46
|
-
"@fluentui/react-tabster": "^9.11.
|
43
|
+
"@fluentui/react-portal": "^9.3.4",
|
44
|
+
"@fluentui/react-positioning": "^9.9.1",
|
45
|
+
"@fluentui/react-shared-contexts": "^9.7.0",
|
46
|
+
"@fluentui/react-tabster": "^9.11.1",
|
47
47
|
"@fluentui/react-theme": "^9.1.9",
|
48
48
|
"@fluentui/react-utilities": "^9.10.1",
|
49
49
|
"@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
|