This commit is contained in:
UI-Fabric-RN-Bot 2024-03-29 00:57:15 +00:00
Родитель c5596acb22
Коммит 50c1f2074b
11 изменённых файлов: 55 добавлений и 23 удалений

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/tester",
"entries": [
{
"date": "Fri, 29 Mar 2024 00:57:12 GMT",
"version": "0.167.31",
"tag": "@fluentui-react-native/tester_v0.167.31",
"comments": {
"patch": [
{
"author": "winlarry@microsoft.com",
"package": "@fluentui-react-native/tester",
"commit": "c5596acb22cd132870d924fc39dae18f71807aab",
"comment": "Add new Overflow example for dynamic addition / removal of items."
}
]
}
},
{
"date": "Wed, 27 Mar 2024 00:51:04 GMT",
"version": "0.167.30",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/tester
This log was last generated on Wed, 27 Mar 2024 00:51:04 GMT and should not be manually modified.
This log was last generated on Fri, 29 Mar 2024 00:57:12 GMT and should not be manually modified.
<!-- Start content -->
## 0.167.31
Fri, 29 Mar 2024 00:57:12 GMT
### Patches
- Add new Overflow example for dynamic addition / removal of items. (winlarry@microsoft.com)
## 0.167.30
Wed, 27 Mar 2024 00:51:04 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.167.30",
"version": "0.167.31",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <fluentuinativeowners@microsoft.com>",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.37.61",
"version": "0.37.62",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Fix dynamic removal and addition of OverflowItems not causing overflow updates.",
"packageName": "@fluentui-react-native/overflow",
"email": "winlarry@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Add new Overflow example for dynamic addition / removal of items.",
"packageName": "@fluentui-react-native/tester",
"email": "winlarry@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.7.32",
"version": "0.7.33",
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
"license": "MIT",
"files": [

Просмотреть файл

@ -8,11 +8,11 @@ module.exports = {
},
"@fluentui-react-native/tester": {
"name": "@fluentui-react-native/tester",
"version": "0.167.30"
"version": "0.167.31"
},
"@fluentui-react-native/tester-win32": {
"name": "@fluentui-react-native/tester-win32",
"version": "0.37.61"
"version": "0.37.62"
},
"@fluentui-react-native/avatar": {
"name": "@fluentui-react-native/avatar",
@ -188,7 +188,7 @@ module.exports = {
},
"@fluentui-react-native/overflow": {
"name": "@fluentui-react-native/overflow",
"version": "0.2.8"
"version": "0.2.9"
},
"@fluentui-react-native/popover": {
"name": "@fluentui-react-native/popover",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/overflow",
"entries": [
{
"date": "Fri, 29 Mar 2024 00:57:12 GMT",
"version": "0.2.9",
"tag": "@fluentui-react-native/overflow_v0.2.9",
"comments": {
"patch": [
{
"author": "winlarry@microsoft.com",
"package": "@fluentui-react-native/overflow",
"commit": "c5596acb22cd132870d924fc39dae18f71807aab",
"comment": "Fix dynamic removal and addition of OverflowItems not causing overflow updates."
}
]
}
},
{
"date": "Wed, 20 Mar 2024 22:58:12 GMT",
"version": "0.2.7",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/overflow
This log was last generated on Wed, 20 Mar 2024 22:58:12 GMT and should not be manually modified.
This log was last generated on Fri, 29 Mar 2024 00:57:12 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.9
Fri, 29 Mar 2024 00:57:12 GMT
### Patches
- Fix dynamic removal and addition of OverflowItems not causing overflow updates. (winlarry@microsoft.com)
## 0.2.7
Wed, 20 Mar 2024 22:58:12 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/overflow",
"version": "0.2.8",
"version": "0.2.9",
"description": "A cross-platform Overflow component for React Native.",
"main": "src/index.ts",
"module": "src/index.ts",