Skip to content

Commit

Permalink
Merge pull request #730 from microsoft/dhruvMishra/fluent_release_0.3.3
Browse files Browse the repository at this point in the history
Release Version 0.3.3
  • Loading branch information
Dhruv-Mishra authored Nov 19, 2024
2 parents 04e792d + ba092b5 commit c92e93a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 27 deletions.
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 21
targetSdkVersion 34
versionCode 2002
versionName '0.3.2'
versionCode 2003
versionName '0.3.3'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
kotlinOptions {
Expand Down
21 changes: 3 additions & 18 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
Release Version 0.3.2:

Release Version 0.3.3:
What's new
Fluent v1:
Fix/enhancement
1. People picker a11y fixes in demo app

Fluent v2:
Fix/enhancement

1. Avatar pie component addition to Avatar group
2. Added Support for Center aligned App bar title with leading left Avatar icon button
3. Fixed Top Drawer ANR issue
4. Fixed issue with Bottom drawer not opening consistently
5. Alignment issue in list content builder fixed
6. Fixed issue with Bottom Drawer shifting upwards and going out of screen with IME open
7. Added ability to modify indicator color in tab item.
8. Added ability to use gradients for tab bar icons
9. Scrim functionality fixes & other enhancements for bottom sheet
10. Added ability to perform action after dismiss and prevent dismissal on scrim click for bottom sheet
11. Grouped list item added
12. Radio group buttons added

1. Fixed Background Content Not Being Interactable even with scrim not visible in V2 BottomSheet
2. Updated Default behaviour of Scrim to be not visible in V2 BottomSheet

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.
12 changes: 6 additions & 6 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
*/
project.ext.fluentui_calendar_versionid = '0.3.1'
project.ext.fluentui_controls_versionid = '0.3.1'
project.ext.fluentui_core_versionid = '0.3.2'
project.ext.fluentui_core_versionid = '0.3.3'
project.ext.fluentui_listitem_versionid = '0.3.2'
project.ext.fluentui_tablayout_versionid = '0.3.2'
project.ext.fluentui_drawer_versionid = '0.3.2'
project.ext.fluentui_drawer_versionid = '0.3.3'
project.ext.fluentui_ccb_versionid = '0.3.2'
project.ext.fluentui_others_versionid = '0.3.1'
project.ext.fluentui_transients_versionid = '0.3.2'
Expand All @@ -27,13 +27,13 @@ project.ext.fluentui_persona_versionid = '0.3.2'
project.ext.fluentui_progress_versionid = '0.3.2'
project.ext.fluentui_icons_versionid = '0.3.1'
project.ext.fluentui_notification_versionid = '0.3.1'
project.ext.FluentUI_versionid = '0.3.2'
project.ext.FluentUI_versionid = '0.3.3'
project.ext.fluentui_calendar_version_code = 2001
project.ext.fluentui_controls_version_code = 2001
project.ext.fluentui_core_version_code = 2002
project.ext.fluentui_core_version_code = 2003
project.ext.fluentui_listitem_version_code = 2002
project.ext.fluentui_tablayout_version_code = 2002
project.ext.fluentui_drawer_version_code = 2002
project.ext.fluentui_drawer_version_code = 2003
project.ext.fluentui_ccb_version_code = 2002
project.ext.fluentui_others_version_code = 2001
project.ext.fluentui_transients_version_code = 2002
Expand All @@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 2002
project.ext.fluentui_progress_version_code = 2002
project.ext.fluentui_icons_version_code = 2001
project.ext.fluentui_notification_version_code = 2001
project.ext.FluentUI_version_code = 2002
project.ext.FluentUI_version_code = 2003
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
2 changes: 1 addition & 1 deletion fluentui-office-build-universal-publish-1espt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ extends:
vstsFeedPublish: 'Office'
vstsFeedPackagePublish: 'fluentuiandroid'
versionOption: 'custom'
versionPublish: '0.3.2'
versionPublish: '0.3.3'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit c92e93a

Please sign in to comment.