Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/microsoft/fluentui-react-native.git
π¦ applying package updates ***NO_CI***
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
a0b6666ced
ΠΠΎΠΌΠΌΠΈΡ
61141c749f
|
@ -19,7 +19,7 @@
|
|||
"android": "react-native run-android "
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.13.12",
|
||||
"@fluentui-react-native/tester": "^0.14.0",
|
||||
"react": "16.11.0",
|
||||
"react-native": "0.62.2",
|
||||
"react-native-test-app": "^0.3.2"
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/tester",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/tester_v0.14.0",
|
||||
"version": "0.14.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "mac native button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/tester"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 16:44:06 GMT",
|
||||
"tag": "@fluentui-react-native/tester_v0.13.12",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/tester
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 16:44:06 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.14.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- mac native button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.13.12
|
||||
|
||||
Wed, 13 Jan 2021 16:44:06 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/tester",
|
||||
"version": "0.13.12",
|
||||
"version": "0.14.0",
|
||||
"description": "A test app to test FluentUI React Native Components during development",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
||||
|
@ -26,18 +26,18 @@
|
|||
"dependencies": {
|
||||
"@fluentui-react-native/default-theme": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/experimental-avatar": ">=0.4.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-button": "0.3.3",
|
||||
"@fluentui-react-native/experimental-text": ">=0.2.3 <1.0.0",
|
||||
"@fluentui-react-native/experimental-native-button": ">=0.1.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-button": "0.4.0",
|
||||
"@fluentui-react-native/experimental-text": ">=0.3.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-native-button": ">=0.2.0 <1.0.0",
|
||||
"@fluentui-react-native/framework": ">=0.4.2 <1.0.0",
|
||||
"@fluentui-react-native/icon": "0.2.4",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/stack": ">=0.3.2 <1.0.0",
|
||||
"@fluentui-react-native/icon": "0.2.5",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/stack": ">=0.4.0 <1.0.0",
|
||||
"@fluentui-react-native/theme": ">=0.4.0 <1.0.0",
|
||||
"@fluentui-react-native/theme-types": ">=0.4.0 <1.0.0",
|
||||
"@fluentui-react-native/themed-stylesheet": "^1.1.0",
|
||||
"@fluentui-react-native/win32-theme": ">=0.5.1 <1.0.0",
|
||||
"@fluentui/react-native": ">=0.21.8 <1.0.0",
|
||||
"@fluentui/react-native": ">=0.21.9 <1.0.0",
|
||||
"@office-iss/react-native-win32": "^0.62.6",
|
||||
"react-native-svg": "^11.0.0"
|
||||
},
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"ios": "react-native run-ios --scheme ReactTestApp --project-path src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.13.12",
|
||||
"@fluentui-react-native/tester": "^0.14.0",
|
||||
"react": "16.11.0",
|
||||
"react-native": "0.62.2",
|
||||
"react-native-test-app": "^0.3.2"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"macos": "react-native run-macos --scheme FluentTester --project-path src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.13.12",
|
||||
"@fluentui-react-native/tester": "^0.14.0",
|
||||
"react-native-macos": "0.63.1",
|
||||
"react-native-test-app": "^0.3.2"
|
||||
},
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"extends": "react-app"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": ">=0.13.12 <1.0.0",
|
||||
"@fluentui-react-native/tester": ">=0.14.0 <1.0.0",
|
||||
"react": "16.11.0",
|
||||
"react-art": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/tester-win32",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/tester-win32_v0.7.13",
|
||||
"version": "0.7.13",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "fix depcheck error by adding component-cache dependency for experimental button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/tester-win32"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/tester-win32_v0.7.11",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/tester-win32",
|
||||
"version": "0.7.12",
|
||||
"version": "0.7.13",
|
||||
"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.13.12",
|
||||
"@fluentui-react-native/tester": "^0.14.0",
|
||||
"react": "16.11.0",
|
||||
"react-native": "0.62.2",
|
||||
"react-native-svg": "^11.0.0"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"windows": "react-native run-windows"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.13.12",
|
||||
"@fluentui-react-native/tester": "^0.14.0",
|
||||
"react": "16.11.0",
|
||||
"react-native": "0.62.2",
|
||||
"react-native-windows": "^0.62.1"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "update packages",
|
||||
"packageName": "@fluentui/react-native",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "none",
|
||||
"date": "2020-12-08T03:58:40.857Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/adapters",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:28.117Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/button",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:31:33.109Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/callout",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:31:41.063Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/checkbox",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:31:44.322Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/contextual-menu",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:31:47.524Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "fix depcheck error by adding component-cache dependency for experimental button",
|
||||
"packageName": "@fluentui-react-native/experimental-button",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2020-12-08T03:58:16.104Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/experimental-native-button",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:24.391Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/experimental-text",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:26.253Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/focus-trap-zone",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:31:53.494Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/focus-zone",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:04.685Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "update packages",
|
||||
"packageName": "@fluentui-react-native/icon",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "none",
|
||||
"date": "2020-12-08T03:58:28.945Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/interactive-hooks",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:30.007Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/link",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:07.977Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/persona",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:10.121Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/persona-coin",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:12.442Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/pressable",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:14.612Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "update packages",
|
||||
"packageName": "@fluentui-react-native/radio-group",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "none",
|
||||
"date": "2020-12-08T03:58:09.837Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/separator",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:16.440Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/shimmer",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:18.168Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/stack",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:19.872Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "mac native button",
|
||||
"packageName": "@fluentui-react-native/tester",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2020-12-08T03:55:47.085Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "fix depcheck error by adding component-cache dependency for experimental button",
|
||||
"packageName": "@fluentui-react-native/tester-win32",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "none",
|
||||
"date": "2020-12-08T03:57:13.265Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "update FUA version for button",
|
||||
"packageName": "@fluentui-react-native/text",
|
||||
"email": "67026167+chiuam@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2021-01-13T05:32:22.301Z"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/button",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/button_v0.12.0",
|
||||
"version": "0.12.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/button"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/button_v0.11.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/button
|
||||
|
||||
This log was last generated on Wed, 06 Jan 2021 18:41:50 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.12.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.11.2
|
||||
|
||||
Wed, 06 Jan 2021 18:41:50 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/button",
|
||||
"version": "0.11.2",
|
||||
"version": "0.12.0",
|
||||
"description": "A cross-platform Button component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,10 +22,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.7.2 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@office-iss/react-native-win32": "0.62.6",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/callout",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/callout_v0.13.0",
|
||||
"version": "0.13.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/callout"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/callout_v0.12.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/callout
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.13.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.12.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/callout",
|
||||
"version": "0.12.2",
|
||||
"version": "0.13.0",
|
||||
"description": "A cross-platform Callout component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/component-cache": "^1.1.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0"
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/checkbox",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/checkbox_v0.9.0",
|
||||
"version": "0.9.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/checkbox"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/checkbox_v0.8.3",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/checkbox
|
||||
|
||||
This log was last generated on Wed, 06 Jan 2021 18:41:50 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.9.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.8.3
|
||||
|
||||
Wed, 06 Jan 2021 18:41:50 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/checkbox",
|
||||
"version": "0.8.3",
|
||||
"version": "0.9.0",
|
||||
"description": "A cross-platform Checkbox component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.7.2 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0"
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/contextual-menu",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/contextual-menu_v0.6.0",
|
||||
"version": "0.6.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/contextual-menu"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/contextual-menu_v0.5.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/contextual-menu
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.6.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.5.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/contextual-menu",
|
||||
"version": "0.5.2",
|
||||
"version": "0.6.0",
|
||||
"description": "A cross-platform ContextualMenu component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,15 +22,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/callout": ">=0.12.2 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.7.2 <1.0.0",
|
||||
"@fluentui-react-native/callout": ">=0.13.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/pressable": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.5.0 <1.0.0",
|
||||
"@types/react-native": "^0.62.0",
|
||||
"@uifabricshared/build-native": "^0.1.1",
|
||||
"@uifabricshared/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/focus-trap-zone",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/focus-trap-zone_v0.6.0",
|
||||
"version": "0.6.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/focus-trap-zone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/focus-trap-zone_v0.5.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/focus-trap-zone
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.6.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.5.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/focus-trap-zone",
|
||||
"version": "0.5.1",
|
||||
"version": "0.6.0",
|
||||
"description": "A cross-platform FocusTrapZone component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -21,9 +21,9 @@
|
|||
"update-api": "fluentui-scripts update-api-extractor"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/component-cache": "^1.1.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/focus-zone",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/focus-zone_v0.4.0",
|
||||
"version": "0.4.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/focus-zone"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/focus-zone_v0.3.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/focus-zone
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.4.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.3.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/focus-zone",
|
||||
"version": "0.3.1",
|
||||
"version": "0.4.0",
|
||||
"description": "A cross-platform FocusZone component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/component-cache": "^1.1.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/link",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/link_v0.11.0",
|
||||
"version": "0.11.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/link"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/link_v0.10.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/link
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.11.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.10.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/link",
|
||||
"version": "0.10.2",
|
||||
"version": "0.11.0",
|
||||
"description": "A cross-platform Link component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.7.2 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0"
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/persona",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/persona_v0.8.0",
|
||||
"version": "0.8.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/persona"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/persona_v0.7.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/persona
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.8.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.7.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/persona",
|
||||
"version": "0.7.2",
|
||||
"version": "0.8.0",
|
||||
"description": "A cross-platform Persona component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,8 +22,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/persona-coin": ">=0.5.2 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/persona-coin": ">=0.6.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/persona-coin",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/persona-coin_v0.6.0",
|
||||
"version": "0.6.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/persona-coin"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/persona-coin_v0.5.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/persona-coin
|
||||
|
||||
This log was last generated on Wed, 06 Jan 2021 18:41:50 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.6.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.5.2
|
||||
|
||||
Wed, 06 Jan 2021 18:41:50 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/persona-coin",
|
||||
"version": "0.5.2",
|
||||
"version": "0.6.0",
|
||||
"description": "A cross-platform PersonaCoin component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/pressable",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/pressable_v0.5.0",
|
||||
"version": "0.5.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/pressable"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/pressable_v0.4.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/pressable
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.5.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.4.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/pressable",
|
||||
"version": "0.4.1",
|
||||
"version": "0.5.0",
|
||||
"description": "A cross-platform Pressable component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -21,8 +21,8 @@
|
|||
"update-api": "fluentui-scripts update-api-extractor"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/radio-group",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/radio-group_v0.8.3",
|
||||
"version": "0.8.3",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "update packages",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/radio-group"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/radio-group_v0.8.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/radio-group",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"description": "A cross-platform Radio Group component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,11 +22,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/focus-zone": ">=0.3.1 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.7.2 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/focus-zone": ">=0.4.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0"
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/separator",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/separator_v0.8.0",
|
||||
"version": "0.8.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/separator"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/separator_v0.7.3",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/separator
|
||||
|
||||
This log was last generated on Wed, 06 Jan 2021 18:41:50 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.8.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.7.3
|
||||
|
||||
Wed, 06 Jan 2021 18:41:50 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/separator",
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0",
|
||||
"description": "A cross-platform Separator component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/shimmer",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/shimmer_v0.4.0",
|
||||
"version": "0.4.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/shimmer"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 17 Dec 2020 00:09:27 GMT",
|
||||
"tag": "@fluentui-react-native/shimmer_v0.3.3",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/shimmer
|
||||
|
||||
This log was last generated on Sat, 24 Oct 2020 06:35:04 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.4.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.3.1
|
||||
|
||||
Sat, 24 Oct 2020 06:35:04 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/shimmer",
|
||||
"version": "0.3.4",
|
||||
"version": "0.4.0",
|
||||
"description": "A cross-platform Shimmer component using the Fluent Design System",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
||||
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/framework": "0.4.2",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/stack",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/stack_v0.4.0",
|
||||
"version": "0.4.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/stack"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/stack_v0.3.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/stack
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.4.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.3.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/stack",
|
||||
"version": "0.3.2",
|
||||
"version": "0.4.0",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.8.0 <1.0.0",
|
||||
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.62.0",
|
||||
"@fluentui-react-native/text": ">=0.7.2 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.8.0 <1.0.0",
|
||||
"@uifabricshared/build-native": "^0.1.1",
|
||||
"@uifabricshared/eslint-config-rules": "^0.1.1",
|
||||
"react-native": "0.62.2"
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/text",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/text_v0.8.0",
|
||||
"version": "0.8.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/text"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
|
||||
"tag": "@fluentui-react-native/text_v0.7.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/text
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.8.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.7.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/text",
|
||||
"version": "0.7.2",
|
||||
"version": "0.8.0",
|
||||
"description": "A cross-platform Text component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-button",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-button_v0.4.0",
|
||||
"version": "0.4.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "fix depcheck error by adding component-cache dependency for experimental button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/experimental-button"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-button_v0.3.3",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/experimental-button
|
||||
|
||||
This log was last generated on Wed, 06 Jan 2021 18:41:50 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.4.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- fix depcheck error by adding component-cache dependency for experimental button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.3.3
|
||||
|
||||
Wed, 06 Jan 2021 18:41:50 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-button",
|
||||
"version": "0.3.3",
|
||||
"version": "0.4.0",
|
||||
"description": "A cross-platform Button component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -21,10 +21,10 @@
|
|||
"update-api": "fluentui-scripts update-api-extractor"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/framework": "0.4.2",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/experimental-text": ">=0.2.3 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-text": ">=0.3.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.4.0 <1.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/icon",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/icon_v0.2.5",
|
||||
"version": "0.2.5",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "update packages",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/icon_v0.2.4",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/icon",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "A cross-platform opinionated Fluent Icon component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"dependencies": {
|
||||
"@fluentui-react-native/framework": "0.4.2",
|
||||
"@uifabricshared/foundation-compose": "^1.7.1",
|
||||
"@fluentui-react-native/text": "^0.7.2",
|
||||
"@fluentui-react-native/text": "^0.8.0",
|
||||
"@fluentui-react-native/theme-types": ">=0.4.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0"
|
||||
},
|
||||
|
|
|
@ -1 +1,20 @@
|
|||
|
||||
{
|
||||
"name": "@fluentui-react-native/experimental-native-button",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-native-button_v0.2.0",
|
||||
"version": "0.2.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/experimental-native-button"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1,13 @@
|
|||
# Change Log - @fluentui-react-native/experimental-native-button
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-native-button",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "A cross-platform Native button component using the Fluent Design System. Currently only implemented on iOS and macOS",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
||||
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/component-cache": "^1.1.0",
|
||||
"@fluentui-react-native/experimental-button": "0.3.2",
|
||||
"@fluentui-react-native/experimental-button": "0.4.0",
|
||||
"@fluentui-react-native/framework": "0.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -22,14 +22,14 @@
|
|||
"update-api": "fluentui-scripts update-api-extractor"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/framework": "0.4.2",
|
||||
"@fluentui-react-native/tokens": ">=0.7.0 <1.0.0",
|
||||
"@uifabricshared/theming-ramp": ">=0.12.0 <1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.62.0",
|
||||
"@fluentui-react-native/text": ">=0.7.2 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.8.0 <1.0.0",
|
||||
"@uifabricshared/build-native": "^0.1.1",
|
||||
"@uifabricshared/eslint-config-rules": "^0.1.1",
|
||||
"react": "16.11.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-text",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-text_v0.3.0",
|
||||
"version": "0.3.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/experimental-text"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 17 Dec 2020 00:09:27 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-text_v0.2.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/experimental-text
|
||||
|
||||
This log was last generated on Fri, 23 Oct 2020 22:27:37 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.3.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.2.0
|
||||
|
||||
Fri, 23 Oct 2020 22:27:37 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-text",
|
||||
"version": "0.2.3",
|
||||
"version": "0.3.0",
|
||||
"description": "A cross-platform Text component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"update-api": "fluentui-scripts update-api-extractor"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/adapters": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/framework": "0.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui/react-native",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui/react-native_v0.21.9",
|
||||
"version": "0.21.9",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "update packages",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui/react-native"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 17 Dec 2020 00:09:27 GMT",
|
||||
"tag": "@fluentui/react-native_v0.21.6",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui/react-native",
|
||||
"version": "0.21.8",
|
||||
"version": "0.21.9",
|
||||
"description": "A react-native component library that implements the Fluent Design System.",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -25,21 +25,21 @@
|
|||
"verify-api": "fluentui-scripts verify-api-extractor"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.7.1 <1.0.0",
|
||||
"@fluentui-react-native/button": ">=0.11.2 <1.0.0",
|
||||
"@fluentui-react-native/callout": ">=0.12.2 <1.0.0",
|
||||
"@fluentui-react-native/checkbox": ">=0.8.3 <1.0.0",
|
||||
"@fluentui-react-native/contextual-menu": "0.5.2",
|
||||
"@fluentui-react-native/focus-trap-zone": ">=0.5.1 <1.0.0",
|
||||
"@fluentui-react-native/focus-zone": ">=0.3.1 <1.0.0",
|
||||
"@fluentui-react-native/link": ">=0.10.2 <1.0.0",
|
||||
"@fluentui-react-native/persona": ">=0.7.2 <1.0.0",
|
||||
"@fluentui-react-native/persona-coin": ">=0.5.2 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.4.1 <1.0.0",
|
||||
"@fluentui-react-native/radio-group": ">=0.8.2 <1.0.0",
|
||||
"@fluentui-react-native/separator": ">=0.7.3 <1.0.0",
|
||||
"@fluentui-react-native/shimmer": ">=0.3.4 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.7.2 <1.0.0"
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/button": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/callout": ">=0.13.0 <1.0.0",
|
||||
"@fluentui-react-native/checkbox": ">=0.9.0 <1.0.0",
|
||||
"@fluentui-react-native/contextual-menu": "0.6.0",
|
||||
"@fluentui-react-native/focus-trap-zone": ">=0.6.0 <1.0.0",
|
||||
"@fluentui-react-native/focus-zone": ">=0.4.0 <1.0.0",
|
||||
"@fluentui-react-native/link": ">=0.11.0 <1.0.0",
|
||||
"@fluentui-react-native/persona": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/persona-coin": ">=0.6.0 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/radio-group": ">=0.8.3 <1.0.0",
|
||||
"@fluentui-react-native/separator": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/shimmer": ">=0.4.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.8.0 <1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.62.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/adapters",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/adapters_v0.5.0",
|
||||
"version": "0.5.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/adapters"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/adapters_v0.4.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/adapters
|
||||
|
||||
This log was last generated on Wed, 06 Jan 2021 18:41:50 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.5.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.4.1
|
||||
|
||||
Wed, 06 Jan 2021 18:41:50 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/adapters",
|
||||
"version": "0.4.1",
|
||||
"version": "0.5.0",
|
||||
"description": "Adapters for working with react-native types",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/interactive-hooks",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 20:04:26 GMT",
|
||||
"tag": "@fluentui-react-native/interactive-hooks_v0.8.0",
|
||||
"version": "0.8.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "update FUA version for button",
|
||||
"author": "67026167+chiuam@users.noreply.github.com",
|
||||
"commit": "a0b6666ced16ccb8d06e7f91dc3136294d209de7",
|
||||
"package": "@fluentui-react-native/interactive-hooks"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 06 Jan 2021 18:41:50 GMT",
|
||||
"tag": "@fluentui-react-native/interactive-hooks_v0.7.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/interactive-hooks
|
||||
|
||||
This log was last generated on Wed, 06 Jan 2021 18:41:50 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 13 Jan 2021 20:04:26 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.8.0
|
||||
|
||||
Wed, 13 Jan 2021 20:04:26 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- update FUA version for button (67026167+chiuam@users.noreply.github.com)
|
||||
|
||||
## 0.7.1
|
||||
|
||||
Wed, 06 Jan 2021 18:41:50 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/interactive-hooks",
|
||||
"version": "0.7.1",
|
||||
"version": "0.8.0",
|
||||
"description": "Hooks for adding focus, hover, and press semantics to view based components",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅