@fluentui-react-native/menu 1.13.2 → 1.14.1
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.json +30 -0
- package/CHANGELOG.md +17 -1
- package/package.json +23 -22
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Fri, 12 Apr 2024 21:00:10 GMT",
|
|
6
|
+
"version": "1.14.1",
|
|
7
|
+
"tag": "@fluentui-react-native/menu_v1.14.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/menu",
|
|
13
|
+
"commit": "055bddda6b613c5c2045cc20a455a94c5a4b53dd",
|
|
14
|
+
"comment": "chore: Update react-native-svg to 15.1.0"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 11 Apr 2024 18:08:38 GMT",
|
|
21
|
+
"version": "1.14.0",
|
|
22
|
+
"tag": "@fluentui-react-native/menu_v1.14.0",
|
|
23
|
+
"comments": {
|
|
24
|
+
"minor": [
|
|
25
|
+
{
|
|
26
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
27
|
+
"package": "@fluentui-react-native/menu",
|
|
28
|
+
"commit": "6164473627c321b03d301376c48227f4abd8e947",
|
|
29
|
+
"comment": "Update to RN 0.73"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
4
34
|
{
|
|
5
35
|
"date": "Tue, 19 Mar 2024 20:00:34 GMT",
|
|
6
36
|
"version": "1.13.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/menu
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 12 Apr 2024 21:00:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.14.1
|
|
8
|
+
|
|
9
|
+
Fri, 12 Apr 2024 21:00:10 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore: Update react-native-svg to 15.1.0 (sanajmi@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 1.14.0
|
|
16
|
+
|
|
17
|
+
Thu, 11 Apr 2024 18:08:38 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- Update to RN 0.73 (30809111+acoates-ms@users.noreply.github.com)
|
|
22
|
+
|
|
7
23
|
## 1.13.0
|
|
8
24
|
|
|
9
25
|
Tue, 19 Mar 2024 20:00:34 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.1",
|
|
4
4
|
"description": "A cross-platform Menu component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,36 +22,37 @@
|
|
|
22
22
|
"directory": "packages/components/menu"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/adapters": "0.
|
|
26
|
-
"@fluentui-react-native/callout": "0.
|
|
27
|
-
"@fluentui-react-native/focus-zone": "0.
|
|
28
|
-
"@fluentui-react-native/framework": "0.
|
|
29
|
-
"@fluentui-react-native/icon": "0.
|
|
30
|
-
"@fluentui-react-native/interactive-hooks": "0.
|
|
31
|
-
"@fluentui-react-native/text": "0.
|
|
32
|
-
"@fluentui-react-native/theme-tokens": "0.
|
|
33
|
-
"@fluentui-react-native/tokens": "0.
|
|
34
|
-
"@fluentui-react-native/use-styling": "0.
|
|
25
|
+
"@fluentui-react-native/adapters": "0.13.0",
|
|
26
|
+
"@fluentui-react-native/callout": "0.26.0",
|
|
27
|
+
"@fluentui-react-native/focus-zone": "0.17.0",
|
|
28
|
+
"@fluentui-react-native/framework": "0.14.0",
|
|
29
|
+
"@fluentui-react-native/icon": "0.21.1",
|
|
30
|
+
"@fluentui-react-native/interactive-hooks": "0.27.0",
|
|
31
|
+
"@fluentui-react-native/text": "0.23.0",
|
|
32
|
+
"@fluentui-react-native/theme-tokens": "0.27.0",
|
|
33
|
+
"@fluentui-react-native/tokens": "0.23.0",
|
|
34
|
+
"@fluentui-react-native/use-styling": "0.13.0",
|
|
35
35
|
"tslib": "^2.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@fluentui-react-native/button": "0.
|
|
38
|
+
"@fluentui-react-native/button": "0.37.1",
|
|
39
39
|
"@fluentui-react-native/eslint-config-rules": "0.1.1",
|
|
40
40
|
"@fluentui-react-native/scripts": "0.1.1",
|
|
41
41
|
"@fluentui-react-native/test-tools": "0.1.1",
|
|
42
|
-
"@office-iss/react-native-win32": "^0.
|
|
43
|
-
"@react-native/
|
|
42
|
+
"@office-iss/react-native-win32": "^0.73.0",
|
|
43
|
+
"@react-native/babel-preset": "^0.73.0",
|
|
44
|
+
"@react-native/metro-config": "^0.73.0",
|
|
44
45
|
"react": "18.2.0",
|
|
45
|
-
"react-native": "^0.
|
|
46
|
-
"react-native-svg": "^
|
|
46
|
+
"react-native": "^0.73.0",
|
|
47
|
+
"react-native-svg": "^14.0.0"
|
|
47
48
|
},
|
|
48
49
|
"peerDependencies": {
|
|
49
|
-
"@office-iss/react-native-win32": "^0.
|
|
50
|
+
"@office-iss/react-native-win32": "^0.73.0",
|
|
50
51
|
"react": "18.2.0",
|
|
51
|
-
"react-native": "^0.
|
|
52
|
-
"react-native-macos": "^0.
|
|
53
|
-
"react-native-svg": "^
|
|
54
|
-
"react-native-windows": "^0.
|
|
52
|
+
"react-native": "^0.73.0",
|
|
53
|
+
"react-native-macos": "^0.73.0",
|
|
54
|
+
"react-native-svg": "^15.0.0",
|
|
55
|
+
"react-native-windows": "^0.73.0"
|
|
55
56
|
},
|
|
56
57
|
"author": "",
|
|
57
58
|
"license": "MIT",
|
|
@@ -63,7 +64,7 @@
|
|
|
63
64
|
"microsoft/react-native"
|
|
64
65
|
],
|
|
65
66
|
"requirements": [
|
|
66
|
-
"react-native@0.
|
|
67
|
+
"react-native@0.73"
|
|
67
68
|
],
|
|
68
69
|
"capabilities": [
|
|
69
70
|
"core",
|