From fba1d6e9077f1dc7d5383a58ad494d420ddbc5fe Mon Sep 17 00:00:00 2001 From: PraveenKumar yeruva Date: Thu, 27 Apr 2023 17:09:08 +0530 Subject: [PATCH] Release version 0.1.24 (#403) * Release version 0.1.24 * updating release notes * revert wrong progress version id change --------- Co-authored-by: PraveenKumar --- FluentUI.Demo/build.gradle | 4 +- config.gradle | 46 +++++++++---------- dogfood-release-notes.txt | 31 +++++++------ ...ndroid-modular-build-universal-publish.yml | 2 +- 4 files changed, 43 insertions(+), 40 deletions(-) diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index 694bcacd2..5e638cd47 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 58 - versionName '0.1.23' + versionCode 59 + versionName '0.1.24' testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/config.gradle b/config.gradle index c9ae88833..1e8576f90 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.12' -project.ext.fluentui_core_versionid = '0.1.18' -project.ext.fluentui_listitem_versionid = '0.1.8' -project.ext.fluentui_tablayout_versionid = '0.1.5' -project.ext.fluentui_drawer_versionid = '0.1.11' -project.ext.fluentui_ccb_versionid = '0.1.9' +project.ext.fluentui_controls_versionid = '0.1.13' +project.ext.fluentui_core_versionid = '0.1.19' +project.ext.fluentui_listitem_versionid = '0.1.9' +project.ext.fluentui_tablayout_versionid = '0.1.6' +project.ext.fluentui_drawer_versionid = '0.1.12' +project.ext.fluentui_ccb_versionid = '0.1.10' project.ext.fluentui_others_versionid = '0.1.6' project.ext.fluentui_transients_versionid = '0.0.32' -project.ext.fluentui_topappbars_versionid = '0.1.4' -project.ext.fluentui_menus_versionid = '0.0.26' +project.ext.fluentui_topappbars_versionid = '0.1.5' +project.ext.fluentui_menus_versionid = '0.0.27' project.ext.fluentui_peoplepicker_versionid = '0.0.27' -project.ext.fluentui_persona_versionid = '0.1.9' -project.ext.fluentui_progress_versionid = '0.1.4' +project.ext.fluentui_persona_versionid = '0.1.10' +project.ext.fluentui_progress_versionid = '0.1.5' project.ext.fluentui_icons_versionid = '0.1.3' -project.ext.fluentui_notification_versionid = '0.1.3' -project.ext.FluentUI_versionid = '0.1.23' +project.ext.fluentui_notification_versionid = '0.1.4' +project.ext.FluentUI_versionid = '0.1.24' project.ext.fluentui_calendar_version_code = 27 -project.ext.fluentui_controls_version_code = 13 -project.ext.fluentui_core_version_code = 41 -project.ext.fluentui_listitem_version_code = 33 -project.ext.fluentui_tablayout_version_code = 30 -project.ext.fluentui_drawer_version_code = 35 -project.ext.fluentui_ccb_version_code = 33 +project.ext.fluentui_controls_version_code = 14 +project.ext.fluentui_core_version_code = 42 +project.ext.fluentui_listitem_version_code = 34 +project.ext.fluentui_tablayout_version_code = 31 +project.ext.fluentui_drawer_version_code = 36 +project.ext.fluentui_ccb_version_code = 34 project.ext.fluentui_others_version_code = 29 project.ext.fluentui_transients_version_code = 32 -project.ext.fluentui_topappbars_version_code = 30 -project.ext.fluentui_menus_version_code = 26 +project.ext.fluentui_topappbars_version_code = 31 +project.ext.fluentui_menus_version_code = 27 project.ext.fluentui_peoplepicker_version_code = 27 project.ext.fluentui_persona_version_code = 35 -project.ext.fluentui_progress_version_code = 29 +project.ext.fluentui_progress_version_code = 30 project.ext.fluentui_icons_version_code = 4 -project.ext.fluentui_notification_version_code = 4 -project.ext.FluentUI_version_code = 58 +project.ext.fluentui_notification_version_code = 5 +project.ext.FluentUI_version_code = 59 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 d1bf2ec1f..d0fb3376f 100644 --- a/dogfood-release-notes.txt +++ b/dogfood-release-notes.txt @@ -1,19 +1,22 @@ -Release Version 0.1.23: +Release Version 0.1.24: What's New: Fluent V2: + New Component: TextField, Menu + Fix/Enhancement: - 1.Added textAccessibiltyProperties variable for setting accessibilty properties to the text in Listitem - 2.Added Scaffold, Snackbar and CardNudge - 3.Fixed Token Parity for Pill Button, Button, FAB and Avatar - 4.Fixed RTL issue for CCB Gradient - 5.Fixed focused State in RadioButton, CheckBox and ToggleSwitch - 6.Fixed Accessibility Insights Issue with Searchbar and Radio Button - 7.Minor code fixes - Localization: - Updated strings in few modules - Added GH workflow to autotranslate and create PR for transalted strings - Build: - Upgrading hydra lab version to 1.1.4 - Added UI tests to all the components \ No newline at end of file + 1) Fixed Toggle Switch ripple indication to clip to its boundary. + 2) Fixed Toggle Switch to on/off with Keyboard Enter/Space press. + 3) Fixed Pill Button to have a complete clickable area. + 4) Added padding & start indent token for divider. + 5) Removed tail gradient on Circular progress indicators as per Fluent design. + 6) Optimise recomposition in Cirular progress indicators. + +Fluent v-current: + Fix/Enhancement: + 1) Role Announce for CCB Items + + DemoApp: + 1) Fixed accessibility bug. + 2) DemoApp updated to use view binding instead of kotlin synthetic plugins. \ 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 0f05ae455..42ed8b7c6 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.23' + versionPublish: '0.1.24' packagePublishDescription: 'Fluent Universal Package' publishedPackageVar: 'fluent package'