Skip to content

Commit

Permalink
Release-v-0.1.37 (#526)
Browse files Browse the repository at this point in the history
* Release-v-0.1.37

* Segregated the fixes for v1 and v2 in release notes

* V1 drawer changes should be shown as MODIFIED rather than APIBreak

---------

Co-authored-by: Anubhav Agrawal <[email protected]>
  • Loading branch information
Anubhvv and Anubhav Agrawal authored Oct 6, 2023
1 parent 55944fe commit 56eb8f4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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 71
versionName '0.1.36'
versionCode 72
versionName '0.1.37'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
kotlinOptions {
Expand Down
12 changes: 6 additions & 6 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Release Version 0.1.36:
Release Version 0.1.37:

What's New:

Fluent V1:
Fix/Enhancement:
1. Accessibility roles for BottomSheetDialog items can be customized.
Fluent V2:
Fix/Enhancement:
1. Fixed the bug that caused multiline text to overlap in v2CCBActivity
2. Added trailing and leading accessories for the title in the section header, enhancing it's scope.
3. Resolved the issue of inconsistent background color in the side rail
4. Fixed the system dark and appearance light issues in the Fluent Demo App to ensure a consistent theme
5. Adding alignment parameter for pillbar so that user can customize the alignment of the pill buttons
1. People picker items adapt to multiple rows when horizontal space is limited.
2. ListItem SectionHeaders' and Headers' border visibility issues has been fixed.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ val V1DEMO = arrayListOf(
Demo(AVATAR_GROUP_VIEW, AvatarGroupViewActivity::class),
Demo(BASIC_INPUTS, BasicInputsActivity::class),
Demo(BOTTOM_NAVIGATION, BottomNavigationActivity::class),
Demo(BOTTOM_SHEET, BottomSheetActivity::class),
Demo(BOTTOM_SHEET, BottomSheetActivity::class, Badge.Modified),
Demo(CALENDAR_VIEW, CalendarViewActivity::class),
Demo(CONTEXTUAL_COMMAND_BAR, ContextualCommandBarActivity::class),
Demo(DATE_TIME_PICKER, DateTimePickerActivity::class),
Expand Down Expand Up @@ -178,7 +178,7 @@ val V2DEMO = arrayListOf(
Demo(V2LABEL, V2LabelActivity::class),
Demo(V2LIST_ITEM, V2ListItemActivity::class, Badge.Modified),
Demo(V2MENU, V2MenuActivity::class),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class, Badge.Modified),
Demo(V2PERSONA, V2PersonaActivity::class),
Demo(V2PERSONA_CHIP, V2PersonaChipActivity::class),
Demo(V2PERSONA_LIST, V2PersonaListActivity::class),
Expand All @@ -187,7 +187,7 @@ val V2DEMO = arrayListOf(
Demo(V2SEARCHBAR, V2SearchBarActivity::class),
Demo(V2SEGMENTED_CONTROL, V2SegmentedControlActivity::class),
Demo(V2SHIMMER, V2ShimmerActivity::class),
Demo(V2SIDE_RAIL, V2SideRailActivity::class, Badge.Modified),
Demo(V2SIDE_RAIL, V2SideRailActivity::class),
Demo(V2SNACKBAR, V2SnackbarActivity::class),
Demo(V2TAB_BAR, V2TabBarActivity::class),
Demo(V2TEXT_FIELD, V2TextFieldActivity::class),
Expand Down
16 changes: 8 additions & 8 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
project.ext.fluentui_calendar_versionid = '0.0.28'
project.ext.fluentui_controls_versionid = '0.1.18'
project.ext.fluentui_core_versionid = '0.1.28'
project.ext.fluentui_listitem_versionid = '0.1.19'
project.ext.fluentui_listitem_versionid = '0.1.20'
project.ext.fluentui_tablayout_versionid = '0.1.13'
project.ext.fluentui_drawer_versionid = '0.1.21'
project.ext.fluentui_drawer_versionid = '0.1.22'
project.ext.fluentui_ccb_versionid = '0.1.14'
project.ext.fluentui_others_versionid = '0.1.7'
project.ext.fluentui_transients_versionid = '0.0.34'
project.ext.fluentui_topappbars_versionid = '0.1.11'
project.ext.fluentui_menus_versionid = '0.1.5'
project.ext.fluentui_peoplepicker_versionid = '0.1.1'
project.ext.fluentui_peoplepicker_versionid = '0.1.2'
project.ext.fluentui_persona_versionid = '0.1.16'
project.ext.fluentui_progress_versionid = '0.1.9'
project.ext.fluentui_icons_versionid = '0.1.7'
project.ext.fluentui_notification_versionid = '0.1.12'
project.ext.FluentUI_versionid = '0.1.36'
project.ext.FluentUI_versionid = '0.1.37'
project.ext.fluentui_calendar_version_code = 28
project.ext.fluentui_controls_version_code = 19
project.ext.fluentui_core_version_code = 51
project.ext.fluentui_listitem_version_code = 44
project.ext.fluentui_listitem_version_code = 45
project.ext.fluentui_tablayout_version_code = 38
project.ext.fluentui_drawer_version_code = 45
project.ext.fluentui_drawer_version_code = 46
project.ext.fluentui_ccb_version_code = 38
project.ext.fluentui_others_version_code = 30
project.ext.fluentui_transients_version_code = 34
project.ext.fluentui_topappbars_version_code = 37
project.ext.fluentui_menus_version_code = 33
project.ext.fluentui_peoplepicker_version_code = 31
project.ext.fluentui_peoplepicker_version_code = 32
project.ext.fluentui_persona_version_code = 41
project.ext.fluentui_progress_version_code = 34
project.ext.fluentui_icons_version_code = 8
project.ext.fluentui_notification_version_code = 13
project.ext.FluentUI_version_code = 71
project.ext.FluentUI_version_code = 72
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-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.36'
versionPublish: '0.1.37'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 56eb8f4

Please sign in to comment.