From 93fde9d974da964cb44b1ce3b6295d2289af1a28 Mon Sep 17 00:00:00 2001 From: Pranjal Singh Date: Mon, 23 Mar 2026 11:39:02 +0530 Subject: [PATCH 1/2] Release 0.3.12 --- FluentUI.Demo/build.gradle | 4 ++-- FluentUI.Demo/src/main/assets/dogfood-release-notes.txt | 7 ++++++- config.gradle | 8 ++++---- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index 5e8206e20..88adb33f1 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 2011 - versionName '0.3.11' + versionCode 2012 + versionName '0.3.12' 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 2d55c4e36..7544ebf9d 100644 --- a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt +++ b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt @@ -2,7 +2,12 @@ Release version 0.3.11 What's new Fluent v2: Fix/enhancement: - 1. Modified the Stackable Snackbar's Trailing Icon to be mutable + 1. Adding dismissable properties to individual snackbar item in StackableSnackbar. + 2. Adding talkback semantics to scrim in StackableSnackbar. + 3. Adding icon level callback to StackableSnackbar for custom icon rendering. + 4. Padding fix for action text when trailing icon is absent in StackableSnackbar. + 5. Adding fix for talkback in AppBar where talkback was reading the content since the title was always clickable. + 6. Updating the pipeline to use ubuntu 22.04 runners. 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 diff --git a/config.gradle b/config.gradle index 98497f229..d61f0f14d 100644 --- a/config.gradle +++ b/config.gradle @@ -20,13 +20,13 @@ project.ext.fluentui_drawer_versionid = '0.3.9' project.ext.fluentui_ccb_versionid = '0.3.3' project.ext.fluentui_others_versionid = '0.3.8' project.ext.fluentui_transients_versionid = '0.3.4' -project.ext.fluentui_topappbars_versionid = '0.3.8' +project.ext.fluentui_topappbars_versionid = '0.3.9' project.ext.fluentui_menus_versionid = '0.3.5' project.ext.fluentui_peoplepicker_versionid = '0.3.6' project.ext.fluentui_persona_versionid = '0.3.4' project.ext.fluentui_progress_versionid = '0.3.7' project.ext.fluentui_icons_versionid = '0.3.2' -project.ext.fluentui_notification_versionid = '0.3.7' +project.ext.fluentui_notification_versionid = '0.3.8' project.ext.FluentUI_versionid = '0.3.11' project.ext.fluentui_calendar_version_code = 2003 project.ext.fluentui_controls_version_code = 2003 @@ -37,13 +37,13 @@ project.ext.fluentui_drawer_version_code = 2009 project.ext.fluentui_ccb_version_code = 2003 project.ext.fluentui_others_version_code = 2008 project.ext.fluentui_transients_version_code = 2004 -project.ext.fluentui_topappbars_version_code = 2008 +project.ext.fluentui_topappbars_version_code = 2009 project.ext.fluentui_menus_version_code = 2005 project.ext.fluentui_peoplepicker_version_code = 2006 project.ext.fluentui_persona_version_code = 2004 project.ext.fluentui_progress_version_code = 2007 project.ext.fluentui_icons_version_code = 2002 -project.ext.fluentui_notification_version_code = 2007 +project.ext.fluentui_notification_version_code = 2008 project.ext.FluentUI_version_code = 2011 project.ext.license_type = 'MIT License' project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE' From 6a2c20247529f9743374138b9adc045aa1cf14f1 Mon Sep 17 00:00:00 2001 From: Pranjal Singh Date: Mon, 23 Mar 2026 12:06:51 +0530 Subject: [PATCH 2/2] proper versioning --- FluentUI.Demo/src/main/assets/dogfood-release-notes.txt | 6 +++--- config.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt index 7544ebf9d..25ecdb5bc 100644 --- a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt +++ b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt @@ -1,13 +1,13 @@ -Release version 0.3.11 +Release version 0.3.12 What's new Fluent v2: Fix/enhancement: - 1. Adding dismissable properties to individual snackbar item in StackableSnackbar. + 1. Adding dismissible properties to individual snackbar item in StackableSnackbar. 2. Adding talkback semantics to scrim in StackableSnackbar. 3. Adding icon level callback to StackableSnackbar for custom icon rendering. 4. Padding fix for action text when trailing icon is absent in StackableSnackbar. 5. Adding fix for talkback in AppBar where talkback was reading the content since the title was always clickable. - 6. Updating the pipeline to use ubuntu 22.04 runners. + 6. Updating the pipeline to use Ubuntu 22.04 runners. 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 diff --git a/config.gradle b/config.gradle index d61f0f14d..732c95c6c 100644 --- a/config.gradle +++ b/config.gradle @@ -27,7 +27,7 @@ project.ext.fluentui_persona_versionid = '0.3.4' project.ext.fluentui_progress_versionid = '0.3.7' project.ext.fluentui_icons_versionid = '0.3.2' project.ext.fluentui_notification_versionid = '0.3.8' -project.ext.FluentUI_versionid = '0.3.11' +project.ext.FluentUI_versionid = '0.3.12' project.ext.fluentui_calendar_version_code = 2003 project.ext.fluentui_controls_version_code = 2003 project.ext.fluentui_core_version_code = 2010 @@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 2004 project.ext.fluentui_progress_version_code = 2007 project.ext.fluentui_icons_version_code = 2002 project.ext.fluentui_notification_version_code = 2008 -project.ext.FluentUI_version_code = 2011 +project.ext.FluentUI_version_code = 2012 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'