From 85838dcd40d5f9f83ef23571f9feaf96f7f8eb61 Mon Sep 17 00:00:00 2001 From: mishramayank1 <97503451+mishramayank1@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:25:09 +0530 Subject: [PATCH] Release Version 0.1.31 (#475) --- FluentUI.Demo/build.gradle | 4 +- .../src/main/assets/dogfood-release-notes.txt | 32 +++++------- config.gradle | 52 +++++++++---------- ...ndroid-modular-build-universal-publish.yml | 2 +- 4 files changed, 42 insertions(+), 48 deletions(-) diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index 39e71ada4..75a54ef12 100644 --- a/FluentUI.Demo/build.gradle +++ b/FluentUI.Demo/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'com.microsoft.fluentuidemo' minSdkVersion 21 targetSdkVersion 30 - versionCode 65 - versionName '0.1.30' + versionCode 66 + versionName '0.1.31' testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt index 030446af2..174146a52 100644 --- a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt +++ b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt @@ -1,25 +1,19 @@ -Release Version 0.1.30: +Release Version 0.1.31: What's New: Fluent V2: Components: - 1. V2 ToolTip + 1. V2 Chip + 2. V2 Side Rail - Fix/Enahncement: - 1. Listitem: Trailing accessory view is now shown when bottomContent parameter is used - 2. PersonChip: Fixed talkback not announcing chip state - 3. PeoplePicker: PeoplePicker now uses V2TextField internally - Removed view requester that causes crash - Replaced composable accessory views with Fluenticons (breaking change) - 4. TextField: TextField now has decorationBox and content description parameter - 5. Shimmer: Shimmer now supports adding content. This allows shimmer animation on any content - 6. FileCard: FileCard now honour's incoming width measurements. max and min width can be set. - 7. AppABr: Added parameter to enable bottom border - 8. Badge: Added corner radius token - 9. Improvements in UI test coverage - 10. Fixed Appbar and Button crash - - - Demo App: - 1. Demo app revamped \ No newline at end of file + Fix/Enhancement: + 1. ListItem: + a) Fixed unread dot alignment + b) Fix: If onClick is not provided then ListItem will not be clickable. + 2. BottomDrawer: + a) Added ModalPopUp in Core module & used in BottomDrawer which has window flag set to work with IME. + b) Added windowInset parameter to BottomDrawer to control window insets. + 3. TextField now has readOnly and enabled parameter + 4. ControlInfo class for component is now Open to extend + 5. Added "ControlType" suffix in ControlType enums in ControlTokens class. \ No newline at end of file diff --git a/config.gradle b/config.gradle index 0bf29300e..ef9f31e8d 100644 --- a/config.gradle +++ b/config.gradle @@ -12,39 +12,39 @@ * fluentui_drawer and FluentUI should increment their respective version ids */ project.ext.fluentui_calendar_versionid = '0.0.27' -project.ext.fluentui_controls_versionid = '0.1.16' -project.ext.fluentui_core_versionid = '0.1.23' -project.ext.fluentui_listitem_versionid = '0.1.14' -project.ext.fluentui_tablayout_versionid = '0.1.9' -project.ext.fluentui_drawer_versionid = '0.1.16' -project.ext.fluentui_ccb_versionid = '0.1.12' +project.ext.fluentui_controls_versionid = '0.1.17' +project.ext.fluentui_core_versionid = '0.1.24' +project.ext.fluentui_listitem_versionid = '0.1.15' +project.ext.fluentui_tablayout_versionid = '0.1.10' +project.ext.fluentui_drawer_versionid = '0.1.17' +project.ext.fluentui_ccb_versionid = '0.1.13' project.ext.fluentui_others_versionid = '0.1.6' project.ext.fluentui_transients_versionid = '0.0.33' -project.ext.fluentui_topappbars_versionid = '0.1.8' -project.ext.fluentui_menus_versionid = '0.1.3' -project.ext.fluentui_peoplepicker_versionid = '0.0.29' -project.ext.fluentui_persona_versionid = '0.1.13' -project.ext.fluentui_progress_versionid = '0.1.7' +project.ext.fluentui_topappbars_versionid = '0.1.9' +project.ext.fluentui_menus_versionid = '0.1.4' +project.ext.fluentui_peoplepicker_versionid = '0.1.0' +project.ext.fluentui_persona_versionid = '0.1.14' +project.ext.fluentui_progress_versionid = '0.1.8' project.ext.fluentui_icons_versionid = '0.1.5' -project.ext.fluentui_notification_versionid = '0.1.9' -project.ext.FluentUI_versionid = '0.1.30' +project.ext.fluentui_notification_versionid = '0.1.10' +project.ext.FluentUI_versionid = '0.1.31' project.ext.fluentui_calendar_version_code = 27 -project.ext.fluentui_controls_version_code = 17 -project.ext.fluentui_core_version_code = 46 -project.ext.fluentui_listitem_version_code = 39 -project.ext.fluentui_tablayout_version_code = 34 -project.ext.fluentui_drawer_version_code = 40 -project.ext.fluentui_ccb_version_code = 36 +project.ext.fluentui_controls_version_code = 18 +project.ext.fluentui_core_version_code = 47 +project.ext.fluentui_listitem_version_code = 40 +project.ext.fluentui_tablayout_version_code = 35 +project.ext.fluentui_drawer_version_code = 41 +project.ext.fluentui_ccb_version_code = 37 project.ext.fluentui_others_version_code = 29 project.ext.fluentui_transients_version_code = 33 -project.ext.fluentui_topappbars_version_code = 34 -project.ext.fluentui_menus_version_code = 31 -project.ext.fluentui_peoplepicker_version_code = 29 -project.ext.fluentui_persona_version_code = 38 -project.ext.fluentui_progress_version_code = 32 +project.ext.fluentui_topappbars_version_code = 35 +project.ext.fluentui_menus_version_code = 32 +project.ext.fluentui_peoplepicker_version_code = 30 +project.ext.fluentui_persona_version_code = 39 +project.ext.fluentui_progress_version_code = 33 project.ext.fluentui_icons_version_code = 6 -project.ext.fluentui_notification_version_code = 10 -project.ext.FluentUI_version_code = 65 +project.ext.fluentui_notification_version_code = 11 +project.ext.FluentUI_version_code = 66 project.ext.license_type = 'MIT License' project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE' project.ext.github_url = 'https://github.com/microsoft/fluentui-android' diff --git a/fluentui-android-modular-build-universal-publish.yml b/fluentui-android-modular-build-universal-publish.yml index 87bc2c503..1efb2fe6a 100644 --- a/fluentui-android-modular-build-universal-publish.yml +++ b/fluentui-android-modular-build-universal-publish.yml @@ -57,6 +57,6 @@ jobs: vstsFeedPublish: 'Office' vstsFeedPackagePublish: 'fluentuiandroid' versionOption: 'custom' - versionPublish: '0.1.30' + versionPublish: '0.1.31' packagePublishDescription: 'Fluent Universal Package' publishedPackageVar: 'fluent package'