From 2c898373d0968e7f4b6823157701b7ec049a3eb7 Mon Sep 17 00:00:00 2001 From: Dhruv-Mishra Date: Thu, 31 Jul 2025 12:42:59 +0530 Subject: [PATCH 1/2] Release Notes Update and Version Bump --- FluentUI.Demo/build.gradle | 4 ++-- .../src/main/assets/dogfood-release-notes.txt | 16 ++++++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index 694d47eb7..014c83b99 100644 --- a/FluentUI.Demo/build.gradle +++ b/FluentUI.Demo/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'com.microsoft.fluentuidemo' minSdkVersion 23 targetSdkVersion 34 - versionCode 2008 - versionName '0.3.8' + versionCode 2009 + versionName '0.3.9' testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } kotlinOptions { diff --git a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt index 529f7a2bb..1c1c5ff44 100644 --- a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt +++ b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt @@ -1,10 +1,14 @@ -Release version 0.3.8 +Release version 0.3.9 What's new Fluent v2: Fix/enhancement: - 1. Restored Shimmer Tokens for 'delay' and 'orientation' in the Shimmer component - 2. Fixed V2 Bottomsheet not appearing when content loading was delayed - 3. Fixed large title truncates post title icons in V2 AppBar + 1. Added elevation tokens for V2 Snackbar + 2. Fluent V2 Native Controls Accessibility Fixes + 3. Added Tooltip support for V2 AppBar, along with a new modifier to add tooltips to any component + 4. Added TextOverflow Tokens for V2 ListItem + 5. Fixed V2 AppBar Layout Focus Navigation + 6. V2 Acrylic Pane now supports blur behind effect + 7. Added a new default SearchViewModel for V2 Searchbar -Note: Fluent versions 0.2.x will support compose version 1.5.1 (BOM 2023.09.00) . -Fluent version 0.3.x will support compose foundation version 1.6.0 . \ No newline at end of file +Note: +The Demo App for Fluent Controls will now also be published on Github starting from v0.3.8 \ No newline at end of file From 81a6495ba3cca3e68e277eb2a1c2fb1938cadb2e Mon Sep 17 00:00:00 2001 From: Dhruv-Mishra Date: Thu, 31 Jul 2025 13:09:14 +0530 Subject: [PATCH 2/2] Package version updates --- config.gradle | 24 +++++++++---------- ...i-office-build-universal-publish-1espt.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config.gradle b/config.gradle index a0dc71c6e..ce9f2c7e6 100644 --- a/config.gradle +++ b/config.gradle @@ -13,38 +13,38 @@ */ project.ext.fluentui_calendar_versionid = '0.3.3' project.ext.fluentui_controls_versionid = '0.3.2' -project.ext.fluentui_core_versionid = '0.3.8' -project.ext.fluentui_listitem_versionid = '0.3.5' +project.ext.fluentui_core_versionid = '0.3.9' +project.ext.fluentui_listitem_versionid = '0.3.6' project.ext.fluentui_tablayout_versionid = '0.3.3' project.ext.fluentui_drawer_versionid = '0.3.7' project.ext.fluentui_ccb_versionid = '0.3.3' -project.ext.fluentui_others_versionid = '0.3.6' +project.ext.fluentui_others_versionid = '0.3.7' project.ext.fluentui_transients_versionid = '0.3.4' -project.ext.fluentui_topappbars_versionid = '0.3.6' +project.ext.fluentui_topappbars_versionid = '0.3.7' project.ext.fluentui_menus_versionid = '0.3.4' project.ext.fluentui_peoplepicker_versionid = '0.3.5' project.ext.fluentui_persona_versionid = '0.3.4' project.ext.fluentui_progress_versionid = '0.3.6' project.ext.fluentui_icons_versionid = '0.3.2' -project.ext.fluentui_notification_versionid = '0.3.4' -project.ext.FluentUI_versionid = '0.3.8' +project.ext.fluentui_notification_versionid = '0.3.5' +project.ext.FluentUI_versionid = '0.3.9' project.ext.fluentui_calendar_version_code = 2003 project.ext.fluentui_controls_version_code = 2002 -project.ext.fluentui_core_version_code = 2008 -project.ext.fluentui_listitem_version_code = 2005 +project.ext.fluentui_core_version_code = 2009 +project.ext.fluentui_listitem_version_code = 2006 project.ext.fluentui_tablayout_version_code = 2003 project.ext.fluentui_drawer_version_code = 2007 project.ext.fluentui_ccb_version_code = 2003 -project.ext.fluentui_others_version_code = 2006 +project.ext.fluentui_others_version_code = 2007 project.ext.fluentui_transients_version_code = 2004 -project.ext.fluentui_topappbars_version_code = 2006 +project.ext.fluentui_topappbars_version_code = 2007 project.ext.fluentui_menus_version_code = 2004 project.ext.fluentui_peoplepicker_version_code = 2005 project.ext.fluentui_persona_version_code = 2004 project.ext.fluentui_progress_version_code = 2006 project.ext.fluentui_icons_version_code = 2002 -project.ext.fluentui_notification_version_code = 2004 -project.ext.FluentUI_version_code = 2008 +project.ext.fluentui_notification_version_code = 2005 +project.ext.FluentUI_version_code = 2009 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 a5f61e792..3a3a49ad7 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.3.8' + versionPublish: '0.3.9' packagePublishDescription: 'Fluent Universal Package' publishedPackageVar: 'fluent package'