Skip to content

Commit c92e93a

Browse files
authored
Merge pull request #730 from microsoft/dhruvMishra/fluent_release_0.3.3
Release Version 0.3.3
2 parents 04e792d + ba092b5 commit c92e93a

File tree

4 files changed

+12
-27
lines changed

4 files changed

+12
-27
lines changed

FluentUI.Demo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId 'com.microsoft.fluentuidemo'
1414
minSdkVersion 21
1515
targetSdkVersion 34
16-
versionCode 2002
17-
versionName '0.3.2'
16+
versionCode 2003
17+
versionName '0.3.3'
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}
2020
kotlinOptions {
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
1-
Release Version 0.3.2:
2-
1+
Release Version 0.3.3:
32
What's new
4-
Fluent v1:
5-
Fix/enhancement
6-
1. People picker a11y fixes in demo app
73

84
Fluent v2:
95
Fix/enhancement
106

11-
1. Avatar pie component addition to Avatar group
12-
2. Added Support for Center aligned App bar title with leading left Avatar icon button
13-
3. Fixed Top Drawer ANR issue
14-
4. Fixed issue with Bottom drawer not opening consistently
15-
5. Alignment issue in list content builder fixed
16-
6. Fixed issue with Bottom Drawer shifting upwards and going out of screen with IME open
17-
7. Added ability to modify indicator color in tab item.
18-
8. Added ability to use gradients for tab bar icons
19-
9. Scrim functionality fixes & other enhancements for bottom sheet
20-
10. Added ability to perform action after dismiss and prevent dismissal on scrim click for bottom sheet
21-
11. Grouped list item added
22-
12. Radio group buttons added
23-
7+
1. Fixed Background Content Not Being Interactable even with scrim not visible in V2 BottomSheet
8+
2. Updated Default behaviour of Scrim to be not visible in V2 BottomSheet
249

2510
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.

config.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
*/
1414
project.ext.fluentui_calendar_versionid = '0.3.1'
1515
project.ext.fluentui_controls_versionid = '0.3.1'
16-
project.ext.fluentui_core_versionid = '0.3.2'
16+
project.ext.fluentui_core_versionid = '0.3.3'
1717
project.ext.fluentui_listitem_versionid = '0.3.2'
1818
project.ext.fluentui_tablayout_versionid = '0.3.2'
19-
project.ext.fluentui_drawer_versionid = '0.3.2'
19+
project.ext.fluentui_drawer_versionid = '0.3.3'
2020
project.ext.fluentui_ccb_versionid = '0.3.2'
2121
project.ext.fluentui_others_versionid = '0.3.1'
2222
project.ext.fluentui_transients_versionid = '0.3.2'
@@ -27,13 +27,13 @@ project.ext.fluentui_persona_versionid = '0.3.2'
2727
project.ext.fluentui_progress_versionid = '0.3.2'
2828
project.ext.fluentui_icons_versionid = '0.3.1'
2929
project.ext.fluentui_notification_versionid = '0.3.1'
30-
project.ext.FluentUI_versionid = '0.3.2'
30+
project.ext.FluentUI_versionid = '0.3.3'
3131
project.ext.fluentui_calendar_version_code = 2001
3232
project.ext.fluentui_controls_version_code = 2001
33-
project.ext.fluentui_core_version_code = 2002
33+
project.ext.fluentui_core_version_code = 2003
3434
project.ext.fluentui_listitem_version_code = 2002
3535
project.ext.fluentui_tablayout_version_code = 2002
36-
project.ext.fluentui_drawer_version_code = 2002
36+
project.ext.fluentui_drawer_version_code = 2003
3737
project.ext.fluentui_ccb_version_code = 2002
3838
project.ext.fluentui_others_version_code = 2001
3939
project.ext.fluentui_transients_version_code = 2002
@@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 2002
4444
project.ext.fluentui_progress_version_code = 2002
4545
project.ext.fluentui_icons_version_code = 2001
4646
project.ext.fluentui_notification_version_code = 2001
47-
project.ext.FluentUI_version_code = 2002
47+
project.ext.FluentUI_version_code = 2003
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'

fluentui-office-build-universal-publish-1espt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ extends:
6262
vstsFeedPublish: 'Office'
6363
vstsFeedPackagePublish: 'fluentuiandroid'
6464
versionOption: 'custom'
65-
versionPublish: '0.3.2'
65+
versionPublish: '0.3.3'
6666
packagePublishDescription: 'Fluent Universal Package'
6767
publishedPackageVar: 'fluent package'

0 commit comments

Comments
 (0)