Skip to content

Commit cfdde79

Browse files
Merge pull request #831 from pranjal-glowingstar/release_0.3.13
FluentUI release 0.3.13
2 parents 493d88d + ca8b0ce commit cfdde79

3 files changed

Lines changed: 8 additions & 13 deletions

File tree

FluentUI.Demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId 'com.microsoft.fluentuidemo'
1414
minSdkVersion 23
1515
targetSdkVersion 34
16-
versionCode 2012
17-
versionName '0.3.12'
16+
versionCode 2013
17+
versionName '0.3.13'
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}
2020
kotlinOptions {
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
Release version 0.3.12
1+
Release version 0.3.13
22
What's new
33
Fluent v2:
44
Fix/enhancement:
5-
1. Adding dismissible properties to individual snackbar item in StackableSnackbar.
6-
2. Adding talkback semantics to scrim in StackableSnackbar.
7-
3. Adding icon level callback to StackableSnackbar for custom icon rendering.
8-
4. Padding fix for action text when trailing icon is absent in StackableSnackbar.
9-
5. Adding fix for talkback in AppBar where talkback was reading the content since the title was always clickable.
10-
6. Updating the pipeline to use Ubuntu 22.04 runners.
5+
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.
116

127
Note:
138
The Demo App for Fluent Controls will now also be published on Github starting from v0.3.8

config.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ project.ext.fluentui_peoplepicker_versionid = '0.3.6'
2626
project.ext.fluentui_persona_versionid = '0.3.4'
2727
project.ext.fluentui_progress_versionid = '0.3.7'
2828
project.ext.fluentui_icons_versionid = '0.3.2'
29-
project.ext.fluentui_notification_versionid = '0.3.8'
30-
project.ext.FluentUI_versionid = '0.3.12'
29+
project.ext.fluentui_notification_versionid = '0.3.9'
30+
project.ext.FluentUI_versionid = '0.3.13'
3131
project.ext.fluentui_calendar_version_code = 2003
3232
project.ext.fluentui_controls_version_code = 2003
3333
project.ext.fluentui_core_version_code = 2010
@@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 2006
4343
project.ext.fluentui_persona_version_code = 2004
4444
project.ext.fluentui_progress_version_code = 2007
4545
project.ext.fluentui_icons_version_code = 2002
46-
project.ext.fluentui_notification_version_code = 2008
47-
project.ext.FluentUI_version_code = 2012
46+
project.ext.fluentui_notification_version_code = 2009
47+
project.ext.FluentUI_version_code = 2013
4848
project.ext.license_type = 'MIT License'
4949
project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
5050
project.ext.github_url = 'https://github.com/microsoft/fluentui-android'

0 commit comments

Comments
 (0)