@fluentui-react-native/menu 1.4.22 → 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 +22 -1
- package/CHANGELOG.md +11 -2
- package/package.json +2 -2
- package/src/__tests__/__snapshots__/Menu.test.tsx.snap +8 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
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",
|
|
6
27
|
"tag": "@fluentui-react-native/menu_v1.4.22",
|
|
7
28
|
"version": "1.4.22",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
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
|
+
|
|
7
16
|
## 1.4.22
|
|
8
17
|
|
|
9
|
-
Fri, 10 Mar 2023 00:
|
|
18
|
+
Fri, 10 Mar 2023 00:08:36 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
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]}
|
|
@@ -129,6 +130,7 @@ exports[`Menu component tests Menu defaultOpen 1`] = `
|
|
|
129
130
|
onFocus={[Function]}
|
|
130
131
|
onKeyDown={[Function]}
|
|
131
132
|
onKeyUp={[Function]}
|
|
133
|
+
onLayout={[Function]}
|
|
132
134
|
onMouseEnter={[Function]}
|
|
133
135
|
onMouseLeave={[Function]}
|
|
134
136
|
onResponderGrant={[Function]}
|
|
@@ -219,6 +221,7 @@ exports[`Menu component tests Menu open 1`] = `
|
|
|
219
221
|
onFocus={[Function]}
|
|
220
222
|
onKeyDown={[Function]}
|
|
221
223
|
onKeyUp={[Function]}
|
|
224
|
+
onLayout={[Function]}
|
|
222
225
|
onMouseEnter={[Function]}
|
|
223
226
|
onMouseLeave={[Function]}
|
|
224
227
|
onResponderGrant={[Function]}
|
|
@@ -309,6 +312,7 @@ exports[`Menu component tests Menu open checkbox and divider 1`] = `
|
|
|
309
312
|
onFocus={[Function]}
|
|
310
313
|
onKeyDown={[Function]}
|
|
311
314
|
onKeyUp={[Function]}
|
|
315
|
+
onLayout={[Function]}
|
|
312
316
|
onMouseEnter={[Function]}
|
|
313
317
|
onMouseLeave={[Function]}
|
|
314
318
|
onResponderGrant={[Function]}
|
|
@@ -399,6 +403,7 @@ exports[`Menu component tests Menu open checkbox checked 1`] = `
|
|
|
399
403
|
onFocus={[Function]}
|
|
400
404
|
onKeyDown={[Function]}
|
|
401
405
|
onKeyUp={[Function]}
|
|
406
|
+
onLayout={[Function]}
|
|
402
407
|
onMouseEnter={[Function]}
|
|
403
408
|
onMouseLeave={[Function]}
|
|
404
409
|
onResponderGrant={[Function]}
|
|
@@ -489,6 +494,7 @@ exports[`Menu component tests Menu open checkbox defaultChecked 1`] = `
|
|
|
489
494
|
onFocus={[Function]}
|
|
490
495
|
onKeyDown={[Function]}
|
|
491
496
|
onKeyUp={[Function]}
|
|
497
|
+
onLayout={[Function]}
|
|
492
498
|
onMouseEnter={[Function]}
|
|
493
499
|
onMouseLeave={[Function]}
|
|
494
500
|
onResponderGrant={[Function]}
|
|
@@ -579,6 +585,7 @@ exports[`Menu component tests Menu open radio 1`] = `
|
|
|
579
585
|
onFocus={[Function]}
|
|
580
586
|
onKeyDown={[Function]}
|
|
581
587
|
onKeyUp={[Function]}
|
|
588
|
+
onLayout={[Function]}
|
|
582
589
|
onMouseEnter={[Function]}
|
|
583
590
|
onMouseLeave={[Function]}
|
|
584
591
|
onResponderGrant={[Function]}
|
|
@@ -669,6 +676,7 @@ exports[`Menu component tests Menu submenu 1`] = `
|
|
|
669
676
|
onFocus={[Function]}
|
|
670
677
|
onKeyDown={[Function]}
|
|
671
678
|
onKeyUp={[Function]}
|
|
679
|
+
onLayout={[Function]}
|
|
672
680
|
onMouseEnter={[Function]}
|
|
673
681
|
onMouseLeave={[Function]}
|
|
674
682
|
onResponderGrant={[Function]}
|