@fluentui-react-native/menu 1.0.47 → 1.0.49
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 +45 -1
- package/CHANGELOG.md +19 -2
- package/package.json +2 -2
- package/src/__tests__/__snapshots__/Menu.test.tsx.snap +8 -40
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,51 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 14 Oct 2022 17:15:57 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/menu_v1.0.49",
|
|
7
|
+
"version": "1.0.49",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "sanajmi@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/menu",
|
|
13
|
+
"commit": "0fc0e5ba35779665a6289e58cc364bb5607b61d9",
|
|
14
|
+
"comment": "Switch Button components to use React Native Pressable"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/menu",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/button to v0.25.10",
|
|
20
|
+
"commit": "0fc0e5ba35779665a6289e58cc364bb5607b61d9"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Thu, 13 Oct 2022 05:37:25 GMT",
|
|
27
|
+
"tag": "@fluentui-react-native/menu_v1.0.48",
|
|
28
|
+
"version": "1.0.48",
|
|
29
|
+
"comments": {
|
|
30
|
+
"none": [
|
|
31
|
+
{
|
|
32
|
+
"author": "singh.ayush@microsoft.com",
|
|
33
|
+
"package": "@fluentui-react-native/menu",
|
|
34
|
+
"commit": "6575a9ac3fc81300e9b1ffbae87617035ca52e54",
|
|
35
|
+
"comment": "Set button jest tests to run for iOS"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"patch": [
|
|
39
|
+
{
|
|
40
|
+
"author": "beachball",
|
|
41
|
+
"package": "@fluentui-react-native/menu",
|
|
42
|
+
"comment": "Bump @fluentui-react-native/button to v0.25.9",
|
|
43
|
+
"commit": "6575a9ac3fc81300e9b1ffbae87617035ca52e54"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"date": "Wed, 12 Oct 2022 21:54:15 GMT",
|
|
6
50
|
"tag": "@fluentui-react-native/menu_v1.0.47",
|
|
7
51
|
"version": "1.0.47",
|
|
8
52
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
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, 14 Oct 2022 17:15:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.49
|
|
8
|
+
|
|
9
|
+
Fri, 14 Oct 2022 17:15:57 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Switch Button components to use React Native Pressable (sanajmi@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/button to v0.25.10
|
|
15
|
+
|
|
16
|
+
## 1.0.48
|
|
17
|
+
|
|
18
|
+
Thu, 13 Oct 2022 05:37:25 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Bump @fluentui-react-native/button to v0.25.9
|
|
23
|
+
|
|
7
24
|
## 1.0.47
|
|
8
25
|
|
|
9
|
-
Wed, 12 Oct 2022 21:
|
|
26
|
+
Wed, 12 Oct 2022 21:54:15 GMT
|
|
10
27
|
|
|
11
28
|
### Patches
|
|
12
29
|
|
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.49",
|
|
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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"tslib": "^2.3.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@fluentui-react-native/button": ">=0.25.
|
|
37
|
+
"@fluentui-react-native/button": ">=0.25.10 <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",
|
|
@@ -7,12 +7,11 @@ exports[`Checkbox component tests Menu default 1`] = `
|
|
|
7
7
|
accessibilityRole="button"
|
|
8
8
|
accessibilityState={
|
|
9
9
|
Object {
|
|
10
|
-
"disabled": false,
|
|
11
10
|
"expanded": false,
|
|
12
11
|
}
|
|
13
12
|
}
|
|
14
13
|
accessible={true}
|
|
15
|
-
|
|
14
|
+
collapsable={false}
|
|
16
15
|
enableFocusRing={true}
|
|
17
16
|
focusable={true}
|
|
18
17
|
onAccessibilityAction={[Function]}
|
|
@@ -20,9 +19,6 @@ exports[`Checkbox component tests Menu default 1`] = `
|
|
|
20
19
|
onBlur={[Function]}
|
|
21
20
|
onClick={[Function]}
|
|
22
21
|
onFocus={[Function]}
|
|
23
|
-
onHoverIn={[Function]}
|
|
24
|
-
onHoverOut={false}
|
|
25
|
-
onPress={[Function]}
|
|
26
22
|
onResponderGrant={[Function]}
|
|
27
23
|
onResponderMove={[Function]}
|
|
28
24
|
onResponderRelease={[Function]}
|
|
@@ -77,12 +73,11 @@ Array [
|
|
|
77
73
|
accessibilityRole="button"
|
|
78
74
|
accessibilityState={
|
|
79
75
|
Object {
|
|
80
|
-
"disabled": false,
|
|
81
76
|
"expanded": true,
|
|
82
77
|
}
|
|
83
78
|
}
|
|
84
79
|
accessible={true}
|
|
85
|
-
|
|
80
|
+
collapsable={false}
|
|
86
81
|
enableFocusRing={true}
|
|
87
82
|
focusable={true}
|
|
88
83
|
onAccessibilityAction={[Function]}
|
|
@@ -90,9 +85,6 @@ Array [
|
|
|
90
85
|
onBlur={[Function]}
|
|
91
86
|
onClick={[Function]}
|
|
92
87
|
onFocus={[Function]}
|
|
93
|
-
onHoverIn={[Function]}
|
|
94
|
-
onHoverOut={false}
|
|
95
|
-
onPress={[Function]}
|
|
96
88
|
onResponderGrant={[Function]}
|
|
97
89
|
onResponderMove={[Function]}
|
|
98
90
|
onResponderRelease={[Function]}
|
|
@@ -292,12 +284,11 @@ Array [
|
|
|
292
284
|
accessibilityRole="button"
|
|
293
285
|
accessibilityState={
|
|
294
286
|
Object {
|
|
295
|
-
"disabled": false,
|
|
296
287
|
"expanded": true,
|
|
297
288
|
}
|
|
298
289
|
}
|
|
299
290
|
accessible={true}
|
|
300
|
-
|
|
291
|
+
collapsable={false}
|
|
301
292
|
enableFocusRing={true}
|
|
302
293
|
focusable={true}
|
|
303
294
|
onAccessibilityAction={[Function]}
|
|
@@ -305,9 +296,6 @@ Array [
|
|
|
305
296
|
onBlur={[Function]}
|
|
306
297
|
onClick={[Function]}
|
|
307
298
|
onFocus={[Function]}
|
|
308
|
-
onHoverIn={[Function]}
|
|
309
|
-
onHoverOut={false}
|
|
310
|
-
onPress={[Function]}
|
|
311
299
|
onResponderGrant={[Function]}
|
|
312
300
|
onResponderMove={[Function]}
|
|
313
301
|
onResponderRelease={[Function]}
|
|
@@ -458,12 +446,11 @@ Array [
|
|
|
458
446
|
accessibilityRole="button"
|
|
459
447
|
accessibilityState={
|
|
460
448
|
Object {
|
|
461
|
-
"disabled": false,
|
|
462
449
|
"expanded": true,
|
|
463
450
|
}
|
|
464
451
|
}
|
|
465
452
|
accessible={true}
|
|
466
|
-
|
|
453
|
+
collapsable={false}
|
|
467
454
|
enableFocusRing={true}
|
|
468
455
|
focusable={true}
|
|
469
456
|
onAccessibilityAction={[Function]}
|
|
@@ -471,9 +458,6 @@ Array [
|
|
|
471
458
|
onBlur={[Function]}
|
|
472
459
|
onClick={[Function]}
|
|
473
460
|
onFocus={[Function]}
|
|
474
|
-
onHoverIn={[Function]}
|
|
475
|
-
onHoverOut={false}
|
|
476
|
-
onPress={[Function]}
|
|
477
461
|
onResponderGrant={[Function]}
|
|
478
462
|
onResponderMove={[Function]}
|
|
479
463
|
onResponderRelease={[Function]}
|
|
@@ -808,12 +792,11 @@ Array [
|
|
|
808
792
|
accessibilityRole="button"
|
|
809
793
|
accessibilityState={
|
|
810
794
|
Object {
|
|
811
|
-
"disabled": false,
|
|
812
795
|
"expanded": true,
|
|
813
796
|
}
|
|
814
797
|
}
|
|
815
798
|
accessible={true}
|
|
816
|
-
|
|
799
|
+
collapsable={false}
|
|
817
800
|
enableFocusRing={true}
|
|
818
801
|
focusable={true}
|
|
819
802
|
onAccessibilityAction={[Function]}
|
|
@@ -821,9 +804,6 @@ Array [
|
|
|
821
804
|
onBlur={[Function]}
|
|
822
805
|
onClick={[Function]}
|
|
823
806
|
onFocus={[Function]}
|
|
824
|
-
onHoverIn={[Function]}
|
|
825
|
-
onHoverOut={false}
|
|
826
|
-
onPress={[Function]}
|
|
827
807
|
onResponderGrant={[Function]}
|
|
828
808
|
onResponderMove={[Function]}
|
|
829
809
|
onResponderRelease={[Function]}
|
|
@@ -1160,12 +1140,11 @@ Array [
|
|
|
1160
1140
|
accessibilityRole="button"
|
|
1161
1141
|
accessibilityState={
|
|
1162
1142
|
Object {
|
|
1163
|
-
"disabled": false,
|
|
1164
1143
|
"expanded": true,
|
|
1165
1144
|
}
|
|
1166
1145
|
}
|
|
1167
1146
|
accessible={true}
|
|
1168
|
-
|
|
1147
|
+
collapsable={false}
|
|
1169
1148
|
enableFocusRing={true}
|
|
1170
1149
|
focusable={true}
|
|
1171
1150
|
onAccessibilityAction={[Function]}
|
|
@@ -1173,9 +1152,6 @@ Array [
|
|
|
1173
1152
|
onBlur={[Function]}
|
|
1174
1153
|
onClick={[Function]}
|
|
1175
1154
|
onFocus={[Function]}
|
|
1176
|
-
onHoverIn={[Function]}
|
|
1177
|
-
onHoverOut={false}
|
|
1178
|
-
onPress={[Function]}
|
|
1179
1155
|
onResponderGrant={[Function]}
|
|
1180
1156
|
onResponderMove={[Function]}
|
|
1181
1157
|
onResponderRelease={[Function]}
|
|
@@ -1512,12 +1488,11 @@ Array [
|
|
|
1512
1488
|
accessibilityRole="button"
|
|
1513
1489
|
accessibilityState={
|
|
1514
1490
|
Object {
|
|
1515
|
-
"disabled": false,
|
|
1516
1491
|
"expanded": true,
|
|
1517
1492
|
}
|
|
1518
1493
|
}
|
|
1519
1494
|
accessible={true}
|
|
1520
|
-
|
|
1495
|
+
collapsable={false}
|
|
1521
1496
|
enableFocusRing={true}
|
|
1522
1497
|
focusable={true}
|
|
1523
1498
|
onAccessibilityAction={[Function]}
|
|
@@ -1525,9 +1500,6 @@ Array [
|
|
|
1525
1500
|
onBlur={[Function]}
|
|
1526
1501
|
onClick={[Function]}
|
|
1527
1502
|
onFocus={[Function]}
|
|
1528
|
-
onHoverIn={[Function]}
|
|
1529
|
-
onHoverOut={false}
|
|
1530
|
-
onPress={[Function]}
|
|
1531
1503
|
onResponderGrant={[Function]}
|
|
1532
1504
|
onResponderMove={[Function]}
|
|
1533
1505
|
onResponderRelease={[Function]}
|
|
@@ -1852,12 +1824,11 @@ Array [
|
|
|
1852
1824
|
accessibilityRole="button"
|
|
1853
1825
|
accessibilityState={
|
|
1854
1826
|
Object {
|
|
1855
|
-
"disabled": false,
|
|
1856
1827
|
"expanded": true,
|
|
1857
1828
|
}
|
|
1858
1829
|
}
|
|
1859
1830
|
accessible={true}
|
|
1860
|
-
|
|
1831
|
+
collapsable={false}
|
|
1861
1832
|
enableFocusRing={true}
|
|
1862
1833
|
focusable={true}
|
|
1863
1834
|
onAccessibilityAction={[Function]}
|
|
@@ -1865,9 +1836,6 @@ Array [
|
|
|
1865
1836
|
onBlur={[Function]}
|
|
1866
1837
|
onClick={[Function]}
|
|
1867
1838
|
onFocus={[Function]}
|
|
1868
|
-
onHoverIn={[Function]}
|
|
1869
|
-
onHoverOut={false}
|
|
1870
|
-
onPress={[Function]}
|
|
1871
1839
|
onResponderGrant={[Function]}
|
|
1872
1840
|
onResponderMove={[Function]}
|
|
1873
1841
|
onResponderRelease={[Function]}
|