File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 1- Release version 0.3.12
1+ Release version 0.3.13
22What's new
33Fluent v2:
44Fix/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
127Note:
138The Demo App for Fluent Controls will now also be published on Github starting from v0.3.8
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ project.ext.fluentui_peoplepicker_versionid = '0.3.6'
2626project. ext. fluentui_persona_versionid = ' 0.3.4'
2727project. ext. fluentui_progress_versionid = ' 0.3.7'
2828project. 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 '
3131project. ext. fluentui_calendar_version_code = 2003
3232project. ext. fluentui_controls_version_code = 2003
3333project. ext. fluentui_core_version_code = 2010
@@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 2006
4343project. ext. fluentui_persona_version_code = 2004
4444project. ext. fluentui_progress_version_code = 2007
4545project. 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
4848project. ext. license_type = ' MIT License'
4949project. ext. license_url = ' https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
5050project. ext. github_url = ' https://github.com/microsoft/fluentui-android'
You can’t perform that action at this time.
0 commit comments