From e3ad1a5899c2ab0a525b86bcffccd3b703cd1003 Mon Sep 17 00:00:00 2001 From: PraveenKumar yeruva Date: Tue, 13 Jun 2023 17:16:17 +0530 Subject: [PATCH] Release 0.1.27 (#433) * release 0.1.27 * release notes update * release notes updates --------- Co-authored-by: PraveenKumar --- FluentUI.Demo/build.gradle | 4 ++-- config.gradle | 12 ++++++------ dogfood-release-notes.txt | 14 ++++++++------ ...tui-android-modular-build-universal-publish.yml | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index 4e7ed973e..1f1b6ef4a 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 61 - versionName '0.1.26' + versionCode 62 + versionName '0.1.27' testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/config.gradle b/config.gradle index ca8527066..af72ca732 100644 --- a/config.gradle +++ b/config.gradle @@ -14,7 +14,7 @@ project.ext.fluentui_calendar_versionid = '0.0.27' project.ext.fluentui_controls_versionid = '0.1.15' project.ext.fluentui_core_versionid = '0.1.21' -project.ext.fluentui_listitem_versionid = '0.1.11' +project.ext.fluentui_listitem_versionid = '0.1.12' project.ext.fluentui_tablayout_versionid = '0.1.8' project.ext.fluentui_drawer_versionid = '0.1.14' project.ext.fluentui_ccb_versionid = '0.1.12' @@ -26,12 +26,12 @@ project.ext.fluentui_peoplepicker_versionid = '0.0.27' project.ext.fluentui_persona_versionid = '0.1.12' project.ext.fluentui_progress_versionid = '0.1.6' project.ext.fluentui_icons_versionid = '0.1.4' -project.ext.fluentui_notification_versionid = '0.1.6' -project.ext.FluentUI_versionid = '0.1.26' +project.ext.fluentui_notification_versionid = '0.1.7' +project.ext.FluentUI_versionid = '0.1.27' project.ext.fluentui_calendar_version_code = 27 project.ext.fluentui_controls_version_code = 16 project.ext.fluentui_core_version_code = 44 -project.ext.fluentui_listitem_version_code = 36 +project.ext.fluentui_listitem_version_code = 37 project.ext.fluentui_tablayout_version_code = 33 project.ext.fluentui_drawer_version_code = 38 project.ext.fluentui_ccb_version_code = 36 @@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 27 project.ext.fluentui_persona_version_code = 37 project.ext.fluentui_progress_version_code = 31 project.ext.fluentui_icons_version_code = 5 -project.ext.fluentui_notification_version_code = 7 -project.ext.FluentUI_version_code = 61 +project.ext.fluentui_notification_version_code = 8 +project.ext.FluentUI_version_code = 62 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/dogfood-release-notes.txt b/dogfood-release-notes.txt index bf7afdec0..3ac332870 100644 --- a/dogfood-release-notes.txt +++ b/dogfood-release-notes.txt @@ -1,13 +1,15 @@ -Release Version 0.1.26: +Release Version 0.1.27: What's New: Fluent V2: - New Component: Label, Dialog, Progress Text, Citation. Fix/Enhancement: - 1) Fix : Updating control Token in ControlToken object & providing the same to FluentTheme API will now recompose the controls & hence updates get applied immediately. - 2) Replace material Surface control with Box - 3) Fix: Drawer get enable when its state change to expand from close state. + 1) Listitem accessory views can now be Top/Bottom/Center aligned + 2) Listitem tertiary text has annotated text support + 3) Snackbar talkback is enabled and will be announced whenever Snackbar is displayed. - Demo App: Moving Shimmer out of Progress Bar as V2 Progress Activity. \ No newline at end of file + + Demo App: + 1) Label Activity background fix. + 2) Label, card, listitem activites are scrollable \ No newline at end of file diff --git a/fluentui-android-modular-build-universal-publish.yml b/fluentui-android-modular-build-universal-publish.yml index be4a4bedb..855412846 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.26' + versionPublish: '0.1.27' packagePublishDescription: 'Fluent Universal Package' publishedPackageVar: 'fluent package'