This commit is contained in:
UI-Fabric-RN-Bot 2020-08-21 03:35:36 +00:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 9427fe4f6c
ΠšΠΎΠΌΠΌΠΈΡ‚ 31e4bb1499
13 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 58 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 28 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/tester",
"entries": [
{
"date": "Fri, 21 Aug 2020 03:35:36 GMT",
"tag": "@fluentui-react-native/tester_v0.4.0",
"version": "0.4.0",
"comments": {
"minor": [
{
"comment": "support shouldFocusOnMount and shouldFocusOnContainer props",
"author": "lehon@microsoft.com",
"commit": "9427fe4f6c3eaa661d35e5b860f64a3ff83ffb2e",
"package": "@fluentui-react-native/tester"
}
]
}
},
{
"date": "Mon, 17 Aug 2020 22:08:34 GMT",
"tag": "@fluentui-react-native/tester_v0.3.6",

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/tester
This log was last generated on Mon, 17 Aug 2020 22:08:34 GMT and should not be manually modified.
This log was last generated on Fri, 21 Aug 2020 03:35:36 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.0
Fri, 21 Aug 2020 03:35:36 GMT
### Minor changes
- support shouldFocusOnMount and shouldFocusOnContainer props (lehon@microsoft.com)
## 0.3.6
Mon, 17 Aug 2020 22:08:34 GMT

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.3.7",
"version": "0.4.0",
"main": "src/index.ts",
"module": "src/index.ts",
"typings": "lib/index.d.ts",
@ -20,7 +20,7 @@
"bundle": "fluentui-scripts bundle"
},
"dependencies": {
"@fluentui/react-native": ">=0.15.87 <1.0.0",
"@fluentui/react-native": ">=0.15.88 <1.0.0",
"@fluentui-react-native/stack": ">=0.2.8 <1.0.0",
"@fluentui-react-native/interactive-hooks": ">=0.5.1 <1.0.0",
"@uifabricshared/theming-react-native": ">=0.7.76 <1.0.0",

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -19,7 +19,7 @@
"ios": "react-native run-ios --scheme ReactTestApp --project-path src"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.3.7",
"@fluentui-react-native/tester": "^0.4.0",
"@uifabricshared/theming-react-native": "0.7.76",
"react": "16.11.0",
"react-native": "0.62.2",

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -18,7 +18,7 @@
"macos": "react-native run-macos --scheme ReactTestApp --project-path src"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.3.7",
"@fluentui-react-native/tester": "^0.4.0",
"@uifabricshared/theming-react-native": "0.7.76",
"react-native-macos": "^0.61.0-0",
"react-native-test-app": "0.1.27"

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.3.7",
"version": "0.3.8",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",
@ -27,7 +27,7 @@
"generate-report": "allure generate allure-results --clean && allure open"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.3.7",
"@fluentui-react-native/tester": "^0.4.0",
"@uifabricshared/theming-react-native": "0.7.76",
"react": "16.11.0",
"react-native": "0.62.2",

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -14,7 +14,7 @@
"windows": "react-native run-windows"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.3.7",
"@fluentui-react-native/tester": "^0.4.0",
"@uifabricshared/theming-react-native": "0.7.76",
"react": "16.11.0",
"react-native": "0.62.2",

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "support shouldFocusOnMount and shouldFocusOnContainer props",
"packageName": "@fluentui-react-native/contextual-menu",
"email": "lehon@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-08-20T17:43:20.652Z"
}

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "support shouldFocusOnMount and shouldFocusOnContainer props",
"packageName": "@fluentui-react-native/tester",
"email": "lehon@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-08-20T17:43:13.138Z"
}

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/contextual-menu",
"entries": [
{
"date": "Fri, 21 Aug 2020 03:35:36 GMT",
"tag": "@fluentui-react-native/contextual-menu_v0.3.10",
"version": "0.3.10",
"comments": {
"patch": [
{
"comment": "support shouldFocusOnMount and shouldFocusOnContainer props",
"author": "lehon@microsoft.com",
"commit": "9427fe4f6c3eaa661d35e5b860f64a3ff83ffb2e",
"package": "@fluentui-react-native/contextual-menu"
}
]
}
},
{
"date": "Mon, 17 Aug 2020 22:08:34 GMT",
"tag": "@fluentui-react-native/contextual-menu_v0.3.8",

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/contextual-menu
This log was last generated on Mon, 17 Aug 2020 22:08:34 GMT and should not be manually modified.
This log was last generated on Fri, 21 Aug 2020 03:35:36 GMT and should not be manually modified.
<!-- Start content -->
## 0.3.10
Fri, 21 Aug 2020 03:35:36 GMT
### Patches
- support shouldFocusOnMount and shouldFocusOnContainer props (lehon@microsoft.com)
## 0.3.8
Mon, 17 Aug 2020 22:08:34 GMT

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/contextual-menu",
"version": "0.3.9",
"version": "0.3.10",
"description": "A cross-platform ContextualMenu component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1,6 +1,6 @@
{
"name": "@fluentui/react-native",
"version": "0.15.87",
"version": "0.15.88",
"description": "A react-native component library that implements the Fluent Design System.",
"main": "src/index.ts",
"module": "src/index.ts",
@ -29,7 +29,7 @@
"@fluentui-react-native/button": ">=0.10.9 <1.0.0",
"@fluentui-react-native/callout": ">=0.11.9 <1.0.0",
"@fluentui-react-native/checkbox": ">=0.5.3 <1.0.0",
"@fluentui-react-native/contextual-menu": "0.3.9",
"@fluentui-react-native/contextual-menu": "0.3.10",
"@fluentui-react-native/focus-trap-zone": ">=0.4.9 <1.0.0",
"@fluentui-react-native/link": ">=0.8.10 <1.0.0",
"@fluentui-react-native/persona": ">=0.5.81 <1.0.0",