@fluentui-react-native/menu 1.4.21 → 1.4.23
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 +43 -1
- package/CHANGELOG.md +20 -2
- package/package.json +2 -2
- package/src/__tests__/__snapshots__/Menu.test.tsx.snap +16 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,49 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 13 Mar 2023 22:50:05 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/menu_v1.4.23",
|
|
7
|
+
"version": "1.4.23",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ruaraki@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/menu",
|
|
13
|
+
"commit": "b72435650708347057e2a4e932b7938c0e423252",
|
|
14
|
+
"comment": "Update snapshots"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/menu",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/button to v0.32.42",
|
|
20
|
+
"commit": "b72435650708347057e2a4e932b7938c0e423252"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 10 Mar 2023 00:08:36 GMT",
|
|
27
|
+
"tag": "@fluentui-react-native/menu_v1.4.22",
|
|
28
|
+
"version": "1.4.22",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "winlarry@microsoft.com",
|
|
33
|
+
"package": "@fluentui-react-native/menu",
|
|
34
|
+
"commit": "5eff9145563e7d829c47da74544e0581225c6d2c",
|
|
35
|
+
"comment": "Update snapshots"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui-react-native/menu",
|
|
40
|
+
"comment": "Bump @fluentui-react-native/button to v0.32.41",
|
|
41
|
+
"commit": "fd7cb5d7ae09675934186c583831dfb45e09cd2d"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Wed, 08 Mar 2023 02:06:17 GMT",
|
|
6
48
|
"tag": "@fluentui-react-native/menu_v1.4.21",
|
|
7
49
|
"version": "1.4.21",
|
|
8
50
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/menu
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 13 Mar 2023 22:50:05 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.4.23
|
|
8
|
+
|
|
9
|
+
Mon, 13 Mar 2023 22:50:05 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update snapshots (ruaraki@microsoft.com)
|
|
14
|
+
- Bump @fluentui-react-native/button to v0.32.42
|
|
15
|
+
|
|
16
|
+
## 1.4.22
|
|
17
|
+
|
|
18
|
+
Fri, 10 Mar 2023 00:08:36 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Update snapshots (winlarry@microsoft.com)
|
|
23
|
+
- Bump @fluentui-react-native/button to v0.32.41
|
|
24
|
+
|
|
7
25
|
## 1.4.21
|
|
8
26
|
|
|
9
|
-
Wed, 08 Mar 2023 02:
|
|
27
|
+
Wed, 08 Mar 2023 02:06:17 GMT
|
|
10
28
|
|
|
11
29
|
### Patches
|
|
12
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.23",
|
|
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",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"tslib": "^2.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@fluentui-react-native/button": ">=0.32.
|
|
38
|
+
"@fluentui-react-native/button": ">=0.32.42 <1.0.0",
|
|
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 <1.0.0",
|
|
@@ -39,6 +39,7 @@ exports[`Menu component tests Menu default 1`] = `
|
|
|
39
39
|
onFocus={[Function]}
|
|
40
40
|
onKeyDown={[Function]}
|
|
41
41
|
onKeyUp={[Function]}
|
|
42
|
+
onLayout={[Function]}
|
|
42
43
|
onMouseEnter={[Function]}
|
|
43
44
|
onMouseLeave={[Function]}
|
|
44
45
|
onResponderGrant={[Function]}
|
|
@@ -67,6 +68,7 @@ exports[`Menu component tests Menu default 1`] = `
|
|
|
67
68
|
}
|
|
68
69
|
>
|
|
69
70
|
<Text
|
|
71
|
+
accessible={false}
|
|
70
72
|
ellipsizeMode="tail"
|
|
71
73
|
numberOfLines={0}
|
|
72
74
|
onAccessibilityTap={[Function]}
|
|
@@ -128,6 +130,7 @@ exports[`Menu component tests Menu defaultOpen 1`] = `
|
|
|
128
130
|
onFocus={[Function]}
|
|
129
131
|
onKeyDown={[Function]}
|
|
130
132
|
onKeyUp={[Function]}
|
|
133
|
+
onLayout={[Function]}
|
|
131
134
|
onMouseEnter={[Function]}
|
|
132
135
|
onMouseLeave={[Function]}
|
|
133
136
|
onResponderGrant={[Function]}
|
|
@@ -156,6 +159,7 @@ exports[`Menu component tests Menu defaultOpen 1`] = `
|
|
|
156
159
|
}
|
|
157
160
|
>
|
|
158
161
|
<Text
|
|
162
|
+
accessible={false}
|
|
159
163
|
ellipsizeMode="tail"
|
|
160
164
|
numberOfLines={0}
|
|
161
165
|
onAccessibilityTap={[Function]}
|
|
@@ -217,6 +221,7 @@ exports[`Menu component tests Menu open 1`] = `
|
|
|
217
221
|
onFocus={[Function]}
|
|
218
222
|
onKeyDown={[Function]}
|
|
219
223
|
onKeyUp={[Function]}
|
|
224
|
+
onLayout={[Function]}
|
|
220
225
|
onMouseEnter={[Function]}
|
|
221
226
|
onMouseLeave={[Function]}
|
|
222
227
|
onResponderGrant={[Function]}
|
|
@@ -245,6 +250,7 @@ exports[`Menu component tests Menu open 1`] = `
|
|
|
245
250
|
}
|
|
246
251
|
>
|
|
247
252
|
<Text
|
|
253
|
+
accessible={false}
|
|
248
254
|
ellipsizeMode="tail"
|
|
249
255
|
numberOfLines={0}
|
|
250
256
|
onAccessibilityTap={[Function]}
|
|
@@ -306,6 +312,7 @@ exports[`Menu component tests Menu open checkbox and divider 1`] = `
|
|
|
306
312
|
onFocus={[Function]}
|
|
307
313
|
onKeyDown={[Function]}
|
|
308
314
|
onKeyUp={[Function]}
|
|
315
|
+
onLayout={[Function]}
|
|
309
316
|
onMouseEnter={[Function]}
|
|
310
317
|
onMouseLeave={[Function]}
|
|
311
318
|
onResponderGrant={[Function]}
|
|
@@ -334,6 +341,7 @@ exports[`Menu component tests Menu open checkbox and divider 1`] = `
|
|
|
334
341
|
}
|
|
335
342
|
>
|
|
336
343
|
<Text
|
|
344
|
+
accessible={false}
|
|
337
345
|
ellipsizeMode="tail"
|
|
338
346
|
numberOfLines={0}
|
|
339
347
|
onAccessibilityTap={[Function]}
|
|
@@ -395,6 +403,7 @@ exports[`Menu component tests Menu open checkbox checked 1`] = `
|
|
|
395
403
|
onFocus={[Function]}
|
|
396
404
|
onKeyDown={[Function]}
|
|
397
405
|
onKeyUp={[Function]}
|
|
406
|
+
onLayout={[Function]}
|
|
398
407
|
onMouseEnter={[Function]}
|
|
399
408
|
onMouseLeave={[Function]}
|
|
400
409
|
onResponderGrant={[Function]}
|
|
@@ -423,6 +432,7 @@ exports[`Menu component tests Menu open checkbox checked 1`] = `
|
|
|
423
432
|
}
|
|
424
433
|
>
|
|
425
434
|
<Text
|
|
435
|
+
accessible={false}
|
|
426
436
|
ellipsizeMode="tail"
|
|
427
437
|
numberOfLines={0}
|
|
428
438
|
onAccessibilityTap={[Function]}
|
|
@@ -484,6 +494,7 @@ exports[`Menu component tests Menu open checkbox defaultChecked 1`] = `
|
|
|
484
494
|
onFocus={[Function]}
|
|
485
495
|
onKeyDown={[Function]}
|
|
486
496
|
onKeyUp={[Function]}
|
|
497
|
+
onLayout={[Function]}
|
|
487
498
|
onMouseEnter={[Function]}
|
|
488
499
|
onMouseLeave={[Function]}
|
|
489
500
|
onResponderGrant={[Function]}
|
|
@@ -512,6 +523,7 @@ exports[`Menu component tests Menu open checkbox defaultChecked 1`] = `
|
|
|
512
523
|
}
|
|
513
524
|
>
|
|
514
525
|
<Text
|
|
526
|
+
accessible={false}
|
|
515
527
|
ellipsizeMode="tail"
|
|
516
528
|
numberOfLines={0}
|
|
517
529
|
onAccessibilityTap={[Function]}
|
|
@@ -573,6 +585,7 @@ exports[`Menu component tests Menu open radio 1`] = `
|
|
|
573
585
|
onFocus={[Function]}
|
|
574
586
|
onKeyDown={[Function]}
|
|
575
587
|
onKeyUp={[Function]}
|
|
588
|
+
onLayout={[Function]}
|
|
576
589
|
onMouseEnter={[Function]}
|
|
577
590
|
onMouseLeave={[Function]}
|
|
578
591
|
onResponderGrant={[Function]}
|
|
@@ -601,6 +614,7 @@ exports[`Menu component tests Menu open radio 1`] = `
|
|
|
601
614
|
}
|
|
602
615
|
>
|
|
603
616
|
<Text
|
|
617
|
+
accessible={false}
|
|
604
618
|
ellipsizeMode="tail"
|
|
605
619
|
numberOfLines={0}
|
|
606
620
|
onAccessibilityTap={[Function]}
|
|
@@ -662,6 +676,7 @@ exports[`Menu component tests Menu submenu 1`] = `
|
|
|
662
676
|
onFocus={[Function]}
|
|
663
677
|
onKeyDown={[Function]}
|
|
664
678
|
onKeyUp={[Function]}
|
|
679
|
+
onLayout={[Function]}
|
|
665
680
|
onMouseEnter={[Function]}
|
|
666
681
|
onMouseLeave={[Function]}
|
|
667
682
|
onResponderGrant={[Function]}
|
|
@@ -690,6 +705,7 @@ exports[`Menu component tests Menu submenu 1`] = `
|
|
|
690
705
|
}
|
|
691
706
|
>
|
|
692
707
|
<Text
|
|
708
|
+
accessible={false}
|
|
693
709
|
ellipsizeMode="tail"
|
|
694
710
|
numberOfLines={0}
|
|
695
711
|
onAccessibilityTap={[Function]}
|