@fluentui-react-native/menu 1.14.3 → 1.14.4

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 CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/menu",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 19 Jun 2024 18:08:27 GMT",
6
+ "version": "1.14.4",
7
+ "tag": "@fluentui-react-native/menu_v1.14.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/menu",
13
+ "commit": "8a695ac7cdbbd4b9010feb23577825be22d86965",
14
+ "comment": "fix(Apple): Render vector borders on Button"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Fri, 12 Apr 2024 21:02:38 GMT",
6
21
  "version": "1.14.1",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @fluentui-react-native/menu
2
2
 
3
- This log was last generated on Fri, 12 Apr 2024 21:02:38 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 19 Jun 2024 18:08:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.14.4
8
+
9
+ Wed, 19 Jun 2024 18:08:27 GMT
10
+
11
+ ### Patches
12
+
13
+ - fix(Apple): Render vector borders on Button (sanajmi@microsoft.com)
14
+
7
15
  ## 1.14.1
8
16
 
9
17
  Fri, 12 Apr 2024 21:02:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/menu",
3
- "version": "1.14.3",
3
+ "version": "1.14.4",
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.37.2",
38
+ "@fluentui-react-native/button": "0.37.3",
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",
@@ -76,6 +76,7 @@ exports[`Menu component tests Menu alwaysShowToolTip 1`] = `
76
76
  "justifyContent": "center",
77
77
  "minHeight": 24,
78
78
  "minWidth": 64,
79
+ "overflow": "hidden",
79
80
  "padding": 3,
80
81
  "paddingHorizontal": 7,
81
82
  "width": undefined,
@@ -182,6 +183,7 @@ exports[`Menu component tests Menu default 1`] = `
182
183
  "justifyContent": "center",
183
184
  "minHeight": 24,
184
185
  "minWidth": 64,
186
+ "overflow": "hidden",
185
187
  "padding": 3,
186
188
  "paddingHorizontal": 7,
187
189
  "width": undefined,
@@ -287,6 +289,7 @@ exports[`Menu component tests Menu defaultOpen 1`] = `
287
289
  "justifyContent": "center",
288
290
  "minHeight": 24,
289
291
  "minWidth": 64,
292
+ "overflow": "hidden",
290
293
  "padding": 3,
291
294
  "paddingHorizontal": 7,
292
295
  "width": undefined,
@@ -392,6 +395,7 @@ exports[`Menu component tests Menu open 1`] = `
392
395
  "justifyContent": "center",
393
396
  "minHeight": 24,
394
397
  "minWidth": 64,
398
+ "overflow": "hidden",
395
399
  "padding": 3,
396
400
  "paddingHorizontal": 7,
397
401
  "width": undefined,
@@ -497,6 +501,7 @@ exports[`Menu component tests Menu open checkbox and divider 1`] = `
497
501
  "justifyContent": "center",
498
502
  "minHeight": 24,
499
503
  "minWidth": 64,
504
+ "overflow": "hidden",
500
505
  "padding": 3,
501
506
  "paddingHorizontal": 7,
502
507
  "width": undefined,
@@ -602,6 +607,7 @@ exports[`Menu component tests Menu open checkbox checked 1`] = `
602
607
  "justifyContent": "center",
603
608
  "minHeight": 24,
604
609
  "minWidth": 64,
610
+ "overflow": "hidden",
605
611
  "padding": 3,
606
612
  "paddingHorizontal": 7,
607
613
  "width": undefined,
@@ -707,6 +713,7 @@ exports[`Menu component tests Menu open checkbox defaultChecked 1`] = `
707
713
  "justifyContent": "center",
708
714
  "minHeight": 24,
709
715
  "minWidth": 64,
716
+ "overflow": "hidden",
710
717
  "padding": 3,
711
718
  "paddingHorizontal": 7,
712
719
  "width": undefined,
@@ -812,6 +819,7 @@ exports[`Menu component tests Menu open radio 1`] = `
812
819
  "justifyContent": "center",
813
820
  "minHeight": 24,
814
821
  "minWidth": 64,
822
+ "overflow": "hidden",
815
823
  "padding": 3,
816
824
  "paddingHorizontal": 7,
817
825
  "width": undefined,
@@ -917,6 +925,7 @@ exports[`Menu component tests Menu submenu 1`] = `
917
925
  "justifyContent": "center",
918
926
  "minHeight": 24,
919
927
  "minWidth": 64,
928
+ "overflow": "hidden",
920
929
  "padding": 3,
921
930
  "paddingHorizontal": 7,
922
931
  "width": undefined,
@@ -1022,6 +1031,7 @@ exports[`Menu open menu group and menu header 1`] = `
1022
1031
  "justifyContent": "center",
1023
1032
  "minHeight": 24,
1024
1033
  "minWidth": 64,
1034
+ "overflow": "hidden",
1025
1035
  "padding": 3,
1026
1036
  "paddingHorizontal": 7,
1027
1037
  "width": undefined,