Skip to content

Commit

Permalink
Release version 0.1.42 (#567)
Browse files Browse the repository at this point in the history
* Release version 0.1.42

* Added changes for Appbar

* updating release notes

* update version number in dogfood release notes

* removed modifier point from release notes

* release notes update

---------

Co-authored-by: Anubhav Agrawal <[email protected]>
  • Loading branch information
Anubhvv and Anubhav Agrawal authored Dec 7, 2023
1 parent 87c1687 commit 55c7041
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 23 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 30
versionCode 76
versionName '0.1.41'
versionCode 77
versionName '0.1.42'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

// Forcing emoji2 version as a workaround for not moving to Android 34 during BOM update.
Expand Down
11 changes: 8 additions & 3 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Release Version 0.1.41:
Release Version 0.1.42:

What's New:

Fluent V2:
Fix/Enhancement:
1. Added param description for better understanding of the API.
1. Added padding at the end of the Snackbar for better visual separation and readability.
2. Enhanced the accessibility of Cardnudge to ensure a more user-friendly experience.
3. Resolved issues causing crashes in the Person and Group classes related to ImageBitmap handling. This fix enhances stability and performance
4. Updated ParamsURL to support the latest version of the URLSearchParams API.
5. Ripple effect on AppBar's back navigation click has been added as default.


Fluent V1:
Fix/Enhancement:
1. Resolved an issue with the persistent bottom sheet’s talkback functionality, where focus was incorrectly not shifting to the background elements post-collapsing of the sheet. This enhancement ensures a more seamless user experience.
1. Resolved an issue with the persistent bottom sheet’s hardware keyboard functionality, where focus was incorrectly shifting to the background elements when the bottom sheet was expanded.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ val V1DEMO = arrayListOf(
)

val V2DEMO = arrayListOf(
Demo(V2APP_BAR_LAYOUT, V2AppBarActivity::class),
Demo(V2APP_BAR_LAYOUT, V2AppBarActivity::class, Badge.Modified),
Demo(V2AVATAR, V2AvatarActivity::class),
Demo(V2AVATAR_CAROUSEL, V2AvatarCarouselActivity::class),
Demo(V2AVATAR_GROUP, V2AvatarGroupActivity::class),
Expand All @@ -181,7 +181,7 @@ val V2DEMO = arrayListOf(
Demo(V2LABEL, V2LabelActivity::class),
Demo(V2LIST_ITEM, V2ListItemActivity::class),
Demo(V2MENU, V2MenuActivity::class),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class, Badge.APIBreak ),
Demo(V2PERSONA, V2PersonaActivity::class),
Demo(V2PERSONA_CHIP, V2PersonaChipActivity::class),
Demo(V2PERSONA_LIST, V2PersonaListActivity::class),
Expand Down
28 changes: 14 additions & 14 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,37 @@
*/
project.ext.fluentui_calendar_versionid = '0.0.29'
project.ext.fluentui_controls_versionid = '0.1.20'
project.ext.fluentui_core_versionid = '0.1.31'
project.ext.fluentui_core_versionid = '0.1.32'
project.ext.fluentui_listitem_versionid = '0.1.21'
project.ext.fluentui_tablayout_versionid = '0.1.15'
project.ext.fluentui_drawer_versionid = '0.1.25'
project.ext.fluentui_tablayout_versionid = '0.1.16'
project.ext.fluentui_drawer_versionid = '0.1.26'
project.ext.fluentui_ccb_versionid = '0.1.15'
project.ext.fluentui_others_versionid = '0.1.8'
project.ext.fluentui_transients_versionid = '0.0.35'
project.ext.fluentui_topappbars_versionid = '0.1.13'
project.ext.fluentui_topappbars_versionid = '0.1.14'
project.ext.fluentui_menus_versionid = '0.1.7'
project.ext.fluentui_peoplepicker_versionid = '0.1.4'
project.ext.fluentui_persona_versionid = '0.1.17'
project.ext.fluentui_peoplepicker_versionid = '0.1.5'
project.ext.fluentui_persona_versionid = '0.1.18'
project.ext.fluentui_progress_versionid = '0.1.10'
project.ext.fluentui_icons_versionid = '0.1.8'
project.ext.fluentui_notification_versionid = '0.1.14'
project.ext.fluentui_notification_versionid = '0.1.15'
project.ext.FluentUI_versionid = '0.1.41'
project.ext.fluentui_calendar_version_code = 29
project.ext.fluentui_controls_version_code = 21
project.ext.fluentui_core_version_code = 54
project.ext.fluentui_core_version_code = 55
project.ext.fluentui_listitem_version_code = 46
project.ext.fluentui_tablayout_version_code = 40
project.ext.fluentui_drawer_version_code = 49
project.ext.fluentui_tablayout_version_code = 41
project.ext.fluentui_drawer_version_code = 50
project.ext.fluentui_ccb_version_code = 39
project.ext.fluentui_others_version_code = 31
project.ext.fluentui_transients_version_code = 35
project.ext.fluentui_topappbars_version_code = 39
project.ext.fluentui_topappbars_version_code = 40
project.ext.fluentui_menus_version_code = 35
project.ext.fluentui_peoplepicker_version_code = 34
project.ext.fluentui_persona_version_code = 42
project.ext.fluentui_peoplepicker_version_code = 35
project.ext.fluentui_persona_version_code = 43
project.ext.fluentui_progress_version_code = 35
project.ext.fluentui_icons_version_code = 9
project.ext.fluentui_notification_version_code = 15
project.ext.fluentui_notification_version_code = 16
project.ext.FluentUI_version_code = 76
project.ext.license_type = 'MIT License'
project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
Expand Down
2 changes: 1 addition & 1 deletion fluentui-android-modular-build-universal-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
vstsFeedPublish: 'Office'
vstsFeedPackagePublish: 'fluentuiandroid'
versionOption: 'custom'
versionPublish: '0.1.41'
versionPublish: '0.1.42'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'
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.1.41'
versionPublish: '0.1.42'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 55c7041

Please sign in to comment.