From 765da8c482d5bd16a164b571cee5fdaf406914cf Mon Sep 17 00:00:00 2001 From: mishramayank1 <97503451+mishramayank1@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:18:21 +0530 Subject: [PATCH] Release version 0.1.19 (#340) * Release version 0.1.19 * update dog food release note --- FluentUI.Demo/build.gradle | 4 ++-- config.gradle | 20 ++++++++--------- dogfood-release-notes.txt | 22 ++++++++++++++----- ...ndroid-modular-build-universal-publish.yml | 2 +- 4 files changed, 29 insertions(+), 19 deletions(-) diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index 5fbc79e3f..cc3ff7660 100644 --- a/FluentUI.Demo/build.gradle +++ b/FluentUI.Demo/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'com.microsoft.fluentuidemo' minSdkVersion 21 targetSdkVersion 30 - versionCode 53 - versionName '0.1.18' + versionCode 54 + versionName '0.1.19' testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/config.gradle b/config.gradle index 70fae45b9..75e3ba762 100644 --- a/config.gradle +++ b/config.gradle @@ -13,13 +13,13 @@ */ project.ext.fluentui_calendar_versionid = '0.0.25' project.ext.fluentui_controls_versionid = '0.1.9' -project.ext.fluentui_core_versionid = '0.1.14' +project.ext.fluentui_core_versionid = '0.1.15' project.ext.fluentui_listitem_versionid = '0.1.5' project.ext.fluentui_tablayout_versionid = '0.1.2' -project.ext.fluentui_drawer_versionid = '0.1.8' -project.ext.fluentui_ccb_versionid = '0.1.4' +project.ext.fluentui_drawer_versionid = '0.1.9' +project.ext.fluentui_ccb_versionid = '0.1.5' project.ext.fluentui_others_versionid = '0.1.4' -project.ext.fluentui_transients_versionid = '0.0.29' +project.ext.fluentui_transients_versionid = '0.0.30' project.ext.fluentui_topappbars_versionid = '0.1.1' project.ext.fluentui_menus_versionid = '0.0.24' project.ext.fluentui_peoplepicker_versionid = '0.0.25' @@ -27,16 +27,16 @@ project.ext.fluentui_persona_versionid = '0.1.6' project.ext.fluentui_progress_versionid = '0.1.2' project.ext.fluentui_icons_versionid = '0.1.2' project.ext.fluentui_notification_versionid = '0.1.0' -project.ext.FluentUI_versionid = '0.1.18' +project.ext.FluentUI_versionid = '0.1.19' project.ext.fluentui_calendar_version_code = 25 project.ext.fluentui_controls_version_code = 10 -project.ext.fluentui_core_version_code = 37 +project.ext.fluentui_core_version_code = 38 project.ext.fluentui_listitem_version_code = 30 project.ext.fluentui_tablayout_version_code = 27 -project.ext.fluentui_drawer_version_code = 32 -project.ext.fluentui_ccb_version_code = 28 +project.ext.fluentui_drawer_version_code = 33 +project.ext.fluentui_ccb_version_code = 29 project.ext.fluentui_others_version_code = 27 -project.ext.fluentui_transients_version_code = 29 +project.ext.fluentui_transients_version_code = 30 project.ext.fluentui_topappbars_version_code = 27 project.ext.fluentui_menus_version_code = 24 project.ext.fluentui_peoplepicker_version_code = 25 @@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 32 project.ext.fluentui_progress_version_code = 27 project.ext.fluentui_icons_version_code = 3 project.ext.fluentui_notification_version_code = 1 -project.ext.FluentUI_version_code = 53 +project.ext.FluentUI_version_code = 54 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 9c36309c7..acffcdeea 100644 --- a/dogfood-release-notes.txt +++ b/dogfood-release-notes.txt @@ -1,11 +1,21 @@ -Release Version 0.1.18: +Release Version 0.1.19: What's New: Fluent V2: Fix/Enhancement: - 1) Added cutout slot for Avatar to show badges. - 2) Added unread dot support in ListItem. - 3) Fix talkback announcement for Avatar. - 4) Fix V2 Badge activity to show badges in scrollable row. - 5) Fix V2 AvatarCarousel activity to have focus on AvatarCarousel item. \ No newline at end of file + 1) CCB enhancement for multiline CCB: + Added scrollable parameter. When true, CCB become scrollable else it will be drawn within available limit which is case for multiline CCB. + Added weight parameter in CommandGroup to modify the CCB groups width. Weight is applicable only when scrollable is false for multiline CCB design. + 2) Drawer(Bottom) enhancement: + a) Drawer to have 2 behavior for Bottom drawer: BOTTOM, BOTTOM_SLIDE_OVER. + b) Updated Behaviour enum: + Behaviour.LEFT -> Behaviour.LEFT_SLIDE_OVER + Behaviour.RIGHT -> Behaviour.RIGHT_SLIDE_OVER + Behaviour.BOTTOM -> Behaviour.BOTTOM_SLIDE_OVER. + 3) Bug fix in semantic modifier to call confirmStateChange with correct state in BottomSheet. + 4) Revamp of V2 Drawer Activity to demonstrate all the capability of Drawer. + +Fluent v-current: + Fix/Enhancement: + 1) Fix crash by ToolTip. \ 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 c4eb56b50..e4168079f 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.18' + versionPublish: '0.1.19' packagePublishDescription: 'Fluent Universal Package' publishedPackageVar: 'fluent package'