@fluentui-react-native/menu 1.0.5 → 1.0.8
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 +58 -1
- package/CHANGELOG.md +28 -2
- package/package.json +3 -3
- package/src/__tests__/__snapshots__/Menu.test.tsx.snap +21 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,64 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 14 Jul 2022 17:12:34 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/menu_v1.0.8",
|
|
7
|
+
"version": "1.0.8",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@fluentui-react-native/menu",
|
|
13
|
+
"commit": "3163d2bf409a3ed50862fe874b351cb642d7d2c1",
|
|
14
|
+
"comment": "update all necessary snapshots"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/menu",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/experimental-text to v0.9.3",
|
|
20
|
+
"commit": "3163d2bf409a3ed50862fe874b351cb642d7d2c1"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/menu",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/button to v0.23.2",
|
|
26
|
+
"commit": "3163d2bf409a3ed50862fe874b351cb642d7d2c1"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Thu, 14 Jul 2022 16:13:45 GMT",
|
|
33
|
+
"tag": "@fluentui-react-native/menu_v1.0.7",
|
|
34
|
+
"version": "1.0.7",
|
|
35
|
+
"comments": {
|
|
36
|
+
"patch": [
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui-react-native/menu",
|
|
40
|
+
"comment": "Bump @fluentui-react-native/button to v0.23.1",
|
|
41
|
+
"commit": "3066715e32b200e751633c1979f5f2155fbd42fa"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Wed, 13 Jul 2022 23:23:59 GMT",
|
|
48
|
+
"tag": "@fluentui-react-native/menu_v1.0.6",
|
|
49
|
+
"version": "1.0.6",
|
|
50
|
+
"comments": {
|
|
51
|
+
"patch": [
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui-react-native/menu",
|
|
55
|
+
"comment": "Bump @fluentui-react-native/button to v0.23.0",
|
|
56
|
+
"commit": "d4320c9f7385a7f37dc8ce521c413071b8cb55a0"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Tue, 12 Jul 2022 15:30:28 GMT",
|
|
6
63
|
"tag": "@fluentui-react-native/menu_v1.0.5",
|
|
7
64
|
"version": "1.0.5",
|
|
8
65
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/menu
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 14 Jul 2022 17:12:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.8
|
|
8
|
+
|
|
9
|
+
Thu, 14 Jul 2022 17:12:34 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- update all necessary snapshots (email not defined)
|
|
14
|
+
- Bump @fluentui-react-native/experimental-text to v0.9.3
|
|
15
|
+
- Bump @fluentui-react-native/button to v0.23.2
|
|
16
|
+
|
|
17
|
+
## 1.0.7
|
|
18
|
+
|
|
19
|
+
Thu, 14 Jul 2022 16:13:45 GMT
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui-react-native/button to v0.23.1
|
|
24
|
+
|
|
25
|
+
## 1.0.6
|
|
26
|
+
|
|
27
|
+
Wed, 13 Jul 2022 23:23:59 GMT
|
|
28
|
+
|
|
29
|
+
### Patches
|
|
30
|
+
|
|
31
|
+
- Bump @fluentui-react-native/button to v0.23.0
|
|
32
|
+
|
|
7
33
|
## 1.0.5
|
|
8
34
|
|
|
9
|
-
Tue, 12 Jul 2022 15:30:
|
|
35
|
+
Tue, 12 Jul 2022 15:30:28 GMT
|
|
10
36
|
|
|
11
37
|
### Patches
|
|
12
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@fluentui-react-native/adapters": ">=0.8.5 <1.0.0",
|
|
26
26
|
"@fluentui-react-native/callout": ">=0.20.10 <1.0.0",
|
|
27
|
-
"@fluentui-react-native/experimental-text": ">=0.9.
|
|
27
|
+
"@fluentui-react-native/experimental-text": ">=0.9.3 <1.0.0",
|
|
28
28
|
"@fluentui-react-native/framework": "0.7.32",
|
|
29
29
|
"@fluentui-react-native/interactive-hooks": ">=0.16.5 <1.0.0",
|
|
30
30
|
"@fluentui-react-native/theme-tokens": ">=0.18.0 <1.0.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"tslib": "^2.3.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@fluentui-react-native/button": ">=0.
|
|
37
|
+
"@fluentui-react-native/button": ">=0.23.2 <1.0.0",
|
|
38
38
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
39
39
|
"@fluentui-react-native/scripts": "^0.1.1",
|
|
40
40
|
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
|
@@ -50,6 +50,7 @@ exports[`Checkbox component tests Menu default 1`] = `
|
|
|
50
50
|
<Text
|
|
51
51
|
ellipsizeMode="tail"
|
|
52
52
|
numberOfLines={0}
|
|
53
|
+
onAccessibilityTap={[Function]}
|
|
53
54
|
style={
|
|
54
55
|
Object {
|
|
55
56
|
"color": "#323130",
|
|
@@ -120,6 +121,7 @@ Array [
|
|
|
120
121
|
<Text
|
|
121
122
|
ellipsizeMode="tail"
|
|
122
123
|
numberOfLines={0}
|
|
124
|
+
onAccessibilityTap={[Function]}
|
|
123
125
|
style={
|
|
124
126
|
Object {
|
|
125
127
|
"color": "#323130",
|
|
@@ -209,6 +211,7 @@ Array [
|
|
|
209
211
|
<Text
|
|
210
212
|
ellipsizeMode="tail"
|
|
211
213
|
numberOfLines={0}
|
|
214
|
+
onAccessibilityTap={[Function]}
|
|
212
215
|
style={
|
|
213
216
|
Object {
|
|
214
217
|
"color": "#424242",
|
|
@@ -264,6 +267,7 @@ Array [
|
|
|
264
267
|
<Text
|
|
265
268
|
ellipsizeMode="tail"
|
|
266
269
|
numberOfLines={0}
|
|
270
|
+
onAccessibilityTap={[Function]}
|
|
267
271
|
style={
|
|
268
272
|
Object {
|
|
269
273
|
"color": "#bdbdbd",
|
|
@@ -335,6 +339,7 @@ Array [
|
|
|
335
339
|
<Text
|
|
336
340
|
ellipsizeMode="tail"
|
|
337
341
|
numberOfLines={0}
|
|
342
|
+
onAccessibilityTap={[Function]}
|
|
338
343
|
style={
|
|
339
344
|
Object {
|
|
340
345
|
"color": "#323130",
|
|
@@ -430,6 +435,7 @@ Array [
|
|
|
430
435
|
<Text
|
|
431
436
|
ellipsizeMode="tail"
|
|
432
437
|
numberOfLines={0}
|
|
438
|
+
onAccessibilityTap={[Function]}
|
|
433
439
|
style={
|
|
434
440
|
Object {
|
|
435
441
|
"color": "#424242",
|
|
@@ -501,6 +507,7 @@ Array [
|
|
|
501
507
|
<Text
|
|
502
508
|
ellipsizeMode="tail"
|
|
503
509
|
numberOfLines={0}
|
|
510
|
+
onAccessibilityTap={[Function]}
|
|
504
511
|
style={
|
|
505
512
|
Object {
|
|
506
513
|
"color": "#323130",
|
|
@@ -656,6 +663,7 @@ Array [
|
|
|
656
663
|
<Text
|
|
657
664
|
ellipsizeMode="tail"
|
|
658
665
|
numberOfLines={0}
|
|
666
|
+
onAccessibilityTap={[Function]}
|
|
659
667
|
style={
|
|
660
668
|
Object {
|
|
661
669
|
"color": "#424242",
|
|
@@ -783,6 +791,7 @@ Array [
|
|
|
783
791
|
<Text
|
|
784
792
|
ellipsizeMode="tail"
|
|
785
793
|
numberOfLines={0}
|
|
794
|
+
onAccessibilityTap={[Function]}
|
|
786
795
|
style={
|
|
787
796
|
Object {
|
|
788
797
|
"color": "#bdbdbd",
|
|
@@ -854,6 +863,7 @@ Array [
|
|
|
854
863
|
<Text
|
|
855
864
|
ellipsizeMode="tail"
|
|
856
865
|
numberOfLines={0}
|
|
866
|
+
onAccessibilityTap={[Function]}
|
|
857
867
|
style={
|
|
858
868
|
Object {
|
|
859
869
|
"color": "#323130",
|
|
@@ -1009,6 +1019,7 @@ Array [
|
|
|
1009
1019
|
<Text
|
|
1010
1020
|
ellipsizeMode="tail"
|
|
1011
1021
|
numberOfLines={0}
|
|
1022
|
+
onAccessibilityTap={[Function]}
|
|
1012
1023
|
style={
|
|
1013
1024
|
Object {
|
|
1014
1025
|
"color": "#424242",
|
|
@@ -1135,6 +1146,7 @@ Array [
|
|
|
1135
1146
|
<Text
|
|
1136
1147
|
ellipsizeMode="tail"
|
|
1137
1148
|
numberOfLines={0}
|
|
1149
|
+
onAccessibilityTap={[Function]}
|
|
1138
1150
|
style={
|
|
1139
1151
|
Object {
|
|
1140
1152
|
"color": "#424242",
|
|
@@ -1206,6 +1218,7 @@ Array [
|
|
|
1206
1218
|
<Text
|
|
1207
1219
|
ellipsizeMode="tail"
|
|
1208
1220
|
numberOfLines={0}
|
|
1221
|
+
onAccessibilityTap={[Function]}
|
|
1209
1222
|
style={
|
|
1210
1223
|
Object {
|
|
1211
1224
|
"color": "#323130",
|
|
@@ -1361,6 +1374,7 @@ Array [
|
|
|
1361
1374
|
<Text
|
|
1362
1375
|
ellipsizeMode="tail"
|
|
1363
1376
|
numberOfLines={0}
|
|
1377
|
+
onAccessibilityTap={[Function]}
|
|
1364
1378
|
style={
|
|
1365
1379
|
Object {
|
|
1366
1380
|
"color": "#424242",
|
|
@@ -1487,6 +1501,7 @@ Array [
|
|
|
1487
1501
|
<Text
|
|
1488
1502
|
ellipsizeMode="tail"
|
|
1489
1503
|
numberOfLines={0}
|
|
1504
|
+
onAccessibilityTap={[Function]}
|
|
1490
1505
|
style={
|
|
1491
1506
|
Object {
|
|
1492
1507
|
"color": "#424242",
|
|
@@ -1558,6 +1573,7 @@ Array [
|
|
|
1558
1573
|
<Text
|
|
1559
1574
|
ellipsizeMode="tail"
|
|
1560
1575
|
numberOfLines={0}
|
|
1576
|
+
onAccessibilityTap={[Function]}
|
|
1561
1577
|
style={
|
|
1562
1578
|
Object {
|
|
1563
1579
|
"color": "#323130",
|
|
@@ -1713,6 +1729,7 @@ Array [
|
|
|
1713
1729
|
<Text
|
|
1714
1730
|
ellipsizeMode="tail"
|
|
1715
1731
|
numberOfLines={0}
|
|
1732
|
+
onAccessibilityTap={[Function]}
|
|
1716
1733
|
style={
|
|
1717
1734
|
Object {
|
|
1718
1735
|
"color": "#424242",
|
|
@@ -1827,6 +1844,7 @@ Array [
|
|
|
1827
1844
|
<Text
|
|
1828
1845
|
ellipsizeMode="tail"
|
|
1829
1846
|
numberOfLines={0}
|
|
1847
|
+
onAccessibilityTap={[Function]}
|
|
1830
1848
|
style={
|
|
1831
1849
|
Object {
|
|
1832
1850
|
"color": "#424242",
|
|
@@ -1898,6 +1916,7 @@ Array [
|
|
|
1898
1916
|
<Text
|
|
1899
1917
|
ellipsizeMode="tail"
|
|
1900
1918
|
numberOfLines={0}
|
|
1919
|
+
onAccessibilityTap={[Function]}
|
|
1901
1920
|
style={
|
|
1902
1921
|
Object {
|
|
1903
1922
|
"color": "#323130",
|
|
@@ -1993,6 +2012,7 @@ Array [
|
|
|
1993
2012
|
<Text
|
|
1994
2013
|
ellipsizeMode="tail"
|
|
1995
2014
|
numberOfLines={0}
|
|
2015
|
+
onAccessibilityTap={[Function]}
|
|
1996
2016
|
style={
|
|
1997
2017
|
Object {
|
|
1998
2018
|
"color": "#424242",
|
|
@@ -2051,6 +2071,7 @@ Array [
|
|
|
2051
2071
|
<Text
|
|
2052
2072
|
ellipsizeMode="tail"
|
|
2053
2073
|
numberOfLines={0}
|
|
2074
|
+
onAccessibilityTap={[Function]}
|
|
2054
2075
|
style={
|
|
2055
2076
|
Object {
|
|
2056
2077
|
"color": "#424242",
|