@fluentui-react-native/menu 1.4.21 → 1.4.22

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
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui-react-native/menu",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 08 Mar 2023 02:05:54 GMT",
5
+ "date": "Fri, 10 Mar 2023 00:07:47 GMT",
6
+ "tag": "@fluentui-react-native/menu_v1.4.22",
7
+ "version": "1.4.22",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "winlarry@microsoft.com",
12
+ "package": "@fluentui-react-native/menu",
13
+ "commit": "5eff9145563e7d829c47da74544e0581225c6d2c",
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.41",
20
+ "commit": "fd7cb5d7ae09675934186c583831dfb45e09cd2d"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 08 Mar 2023 02:06:17 GMT",
6
27
  "tag": "@fluentui-react-native/menu_v1.4.21",
7
28
  "version": "1.4.21",
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 Wed, 08 Mar 2023 02:05:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 10 Mar 2023 00:07:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.4.22
8
+
9
+ Fri, 10 Mar 2023 00:07:47 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update snapshots (winlarry@microsoft.com)
14
+ - Bump @fluentui-react-native/button to v0.32.41
15
+
7
16
  ## 1.4.21
8
17
 
9
- Wed, 08 Mar 2023 02:05:54 GMT
18
+ Wed, 08 Mar 2023 02:06:17 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.21",
3
+ "version": "1.4.22",
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.40 <1.0.0",
38
+ "@fluentui-react-native/button": ">=0.32.41 <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",
@@ -67,6 +67,7 @@ exports[`Menu component tests Menu default 1`] = `
67
67
  }
68
68
  >
69
69
  <Text
70
+ accessible={false}
70
71
  ellipsizeMode="tail"
71
72
  numberOfLines={0}
72
73
  onAccessibilityTap={[Function]}
@@ -156,6 +157,7 @@ exports[`Menu component tests Menu defaultOpen 1`] = `
156
157
  }
157
158
  >
158
159
  <Text
160
+ accessible={false}
159
161
  ellipsizeMode="tail"
160
162
  numberOfLines={0}
161
163
  onAccessibilityTap={[Function]}
@@ -245,6 +247,7 @@ exports[`Menu component tests Menu open 1`] = `
245
247
  }
246
248
  >
247
249
  <Text
250
+ accessible={false}
248
251
  ellipsizeMode="tail"
249
252
  numberOfLines={0}
250
253
  onAccessibilityTap={[Function]}
@@ -334,6 +337,7 @@ exports[`Menu component tests Menu open checkbox and divider 1`] = `
334
337
  }
335
338
  >
336
339
  <Text
340
+ accessible={false}
337
341
  ellipsizeMode="tail"
338
342
  numberOfLines={0}
339
343
  onAccessibilityTap={[Function]}
@@ -423,6 +427,7 @@ exports[`Menu component tests Menu open checkbox checked 1`] = `
423
427
  }
424
428
  >
425
429
  <Text
430
+ accessible={false}
426
431
  ellipsizeMode="tail"
427
432
  numberOfLines={0}
428
433
  onAccessibilityTap={[Function]}
@@ -512,6 +517,7 @@ exports[`Menu component tests Menu open checkbox defaultChecked 1`] = `
512
517
  }
513
518
  >
514
519
  <Text
520
+ accessible={false}
515
521
  ellipsizeMode="tail"
516
522
  numberOfLines={0}
517
523
  onAccessibilityTap={[Function]}
@@ -601,6 +607,7 @@ exports[`Menu component tests Menu open radio 1`] = `
601
607
  }
602
608
  >
603
609
  <Text
610
+ accessible={false}
604
611
  ellipsizeMode="tail"
605
612
  numberOfLines={0}
606
613
  onAccessibilityTap={[Function]}
@@ -690,6 +697,7 @@ exports[`Menu component tests Menu submenu 1`] = `
690
697
  }
691
698
  >
692
699
  <Text
700
+ accessible={false}
693
701
  ellipsizeMode="tail"
694
702
  numberOfLines={0}
695
703
  onAccessibilityTap={[Function]}