Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FluentUI.Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.microsoft.fluentuidemo'
minSdkVersion 23
targetSdkVersion 34
versionCode 2012
versionName '0.3.12'
versionCode 2013
versionName '0.3.13'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
kotlinOptions {
Expand Down
9 changes: 2 additions & 7 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
Release version 0.3.12
Release version 0.3.13
What's new
Fluent v2:
Fix/enhancement:
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.
1. Adding fix for icon level callback for StackableSnackbar where the icon was missing in some conditions due to default value being cached as null.

Note:
The Demo App for Fluent Controls will now also be published on Github starting from v0.3.8
8 changes: 4 additions & 4 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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.8'
project.ext.FluentUI_versionid = '0.3.12'
project.ext.fluentui_notification_versionid = '0.3.9'
project.ext.FluentUI_versionid = '0.3.13'
project.ext.fluentui_calendar_version_code = 2003
project.ext.fluentui_controls_version_code = 2003
project.ext.fluentui_core_version_code = 2010
Expand All @@ -43,8 +43,8 @@ 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 = 2008
project.ext.FluentUI_version_code = 2012
project.ext.fluentui_notification_version_code = 2009
project.ext.FluentUI_version_code = 2013
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'
Expand Down
Loading