diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index e8f7529a4..edac11a94 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 1009 - versionName '0.2.9' + versionCode 1010 + versionName '0.2.10' testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" // Forcing emoji2 version as a workaround for not moving to Android 34 during BOM update. diff --git a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt index 722689abb..ecf0926e7 100644 --- a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt +++ b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt @@ -1,14 +1,13 @@ -Release Version 0.2.9: +Release Version 0.2.10: What's New: Fluent V2: Fix/Enhancement: - 1. The Tab Bar has been enhanced with a bar indicator beneath the icons, along with a fading animation to enhance user interaction. - 2. The text within Tab Items now automatically adjusts to ensure it remains on a single line without overflowing. - 3. The BottomSheet & drawers now announce "Collapsed" or "Expanded" after they have collapsed or expanded in talkback mode. - 4. The BottomSheet, when viewed in landscape mode and set to a custom width, is now centered. + 1. Improved accessibility for Textfield in readonly mode. + 2. Fixed issue with bottomsheet not scrolling in landscape mode. + 3. Resolved crash in bottomsheet/drawer when device accessibility is turned off. Note: Fluent version 0.1.x (from 0.1.48) supports compose version 0.1.43 (BOM 2023.06.01). Fluent versions 0.2.x will support compose version 1.5.1 (BOM 2023.09.00) \ No newline at end of file diff --git a/config.gradle b/config.gradle index 6fb739947..3a701bea2 100644 --- a/config.gradle +++ b/config.gradle @@ -12,11 +12,11 @@ * fluentui_drawer and FluentUI should increment their respective version ids */ project.ext.fluentui_calendar_versionid = '0.2.0' -project.ext.fluentui_controls_versionid = '0.2.4' +project.ext.fluentui_controls_versionid = '0.2.5' project.ext.fluentui_core_versionid = '0.2.6' project.ext.fluentui_listitem_versionid = '0.2.2' project.ext.fluentui_tablayout_versionid = '0.2.1' -project.ext.fluentui_drawer_versionid = '0.2.6' +project.ext.fluentui_drawer_versionid = '0.2.7' project.ext.fluentui_ccb_versionid = '0.2.0' project.ext.fluentui_others_versionid = '0.2.0' project.ext.fluentui_transients_versionid = '0.2.0' @@ -27,13 +27,13 @@ project.ext.fluentui_persona_versionid = '0.2.1' project.ext.fluentui_progress_versionid = '0.2.0' project.ext.fluentui_icons_versionid = '0.2.0' project.ext.fluentui_notification_versionid = '0.2.2' -project.ext.FluentUI_versionid = '0.2.9' +project.ext.FluentUI_versionid = '0.2.10' project.ext.fluentui_calendar_version_code = 1000 -project.ext.fluentui_controls_version_code = 1004 +project.ext.fluentui_controls_version_code = 1005 project.ext.fluentui_core_version_code = 1006 project.ext.fluentui_listitem_version_code = 1002 project.ext.fluentui_tablayout_version_code = 1001 -project.ext.fluentui_drawer_version_code = 1006 +project.ext.fluentui_drawer_version_code = 1007 project.ext.fluentui_ccb_version_code = 1000 project.ext.fluentui_others_version_code = 1000 project.ext.fluentui_transients_version_code = 1000 @@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 1001 project.ext.fluentui_progress_version_code = 1000 project.ext.fluentui_icons_version_code = 1000 project.ext.fluentui_notification_version_code = 1002 -project.ext.FluentUI_version_code = 1009 +project.ext.FluentUI_version_code = 1010 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-office-build-universal-publish-1espt.yml b/fluentui-office-build-universal-publish-1espt.yml index ca09edf90..743026653 100644 --- a/fluentui-office-build-universal-publish-1espt.yml +++ b/fluentui-office-build-universal-publish-1espt.yml @@ -62,6 +62,6 @@ extends: vstsFeedPublish: 'Office' vstsFeedPackagePublish: 'fluentuiandroid' versionOption: 'custom' - versionPublish: '0.2.9' + versionPublish: '0.2.10' packagePublishDescription: 'Fluent Universal Package' publishedPackageVar: 'fluent package' \ No newline at end of file