Skip to content

Commit

Permalink
Release-version-0.1.38 (#534)
Browse files Browse the repository at this point in the history
* Release-version-0.1.38

* release notes spacing

* version update

* Update dogfood-release-notes.txt

* Update dogfood-release-notes.txt

---------

Co-authored-by: Anubhav Agrawal <[email protected]>
Co-authored-by: PraveenKumar yeruva <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2023
1 parent 5821943 commit c7a5713
Show file tree
Hide file tree
Showing 5 changed files with 25 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 72
versionName '0.1.37'
versionCode 73
versionName '0.1.38'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
kotlinOptions {
Expand Down
10 changes: 6 additions & 4 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Release Version 0.1.37:
Release Version 0.1.38:

What's New:

Fluent V1:
Fix/Enhancement:
1. Accessibility roles for BottomSheetDialog items can be customized.
1. Accessibitly role description can be added to popup menu item.
Fluent V2:
Fix/Enhancement:
1. People picker items adapt to multiple rows when horizontal space is limited.
2. ListItem SectionHeaders' and Headers' border visibility issues has been fixed.
1. People picker crash on orientation change is fixed.
2. The behaviour of People Picker & Search Bar on Back Button or Back Gesture has been improved to make it more intuitive.
3. Added dismiss icon token for Card nudge.
4. Cardnudge tokens are renamed
10 changes: 5 additions & 5 deletions FluentUI.Demo/src/main/java/com/microsoft/fluentuidemo/Demos.kt
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, Badge.Modified),
Demo(BOTTOM_SHEET, BottomSheetActivity::class),
Demo(CALENDAR_VIEW, CalendarViewActivity::class),
Demo(CONTEXTUAL_COMMAND_BAR, ContextualCommandBarActivity::class),
Demo(DATE_TIME_PICKER, DateTimePickerActivity::class),
Expand All @@ -149,7 +149,7 @@ val V1DEMO = arrayListOf(
Demo(PERSONA_CHIP_VIEW, PersonaChipViewActivity::class),
Demo(PERSONA_LIST_VIEW, PersonaListViewActivity::class),
Demo(PERSONA_VIEW, PersonaViewActivity::class),
Demo(POPUP_MENU, PopupMenuActivity::class),
Demo(POPUP_MENU, PopupMenuActivity::class, Badge.Modified),
Demo(PROGRESS, ProgressActivity::class),
Demo(SNACKBAR, SnackbarActivity::class),
Demo(TAB_LAYOUT, TabLayoutActivity::class),
Expand All @@ -170,21 +170,21 @@ val V2DEMO = arrayListOf(
Demo(V2BOTTOM_SHEET, V2BottomSheetActivity::class),
Demo(V2BUTTON, V2ButtonsActivity::class),
Demo(V2CARD, V2CardActivity::class),
Demo(V2CARD_NUDGE, V2CardNudgeActivity::class),
Demo(V2CARD_NUDGE, V2CardNudgeActivity::class, Badge.Modified),
Demo(V2CITATION, V2CitationActivity::class),
Demo(V2CONTEXTUAL_COMMAND_BAR, V2ContextualCommandBarActivity::class),
Demo(V2DIALOG, V2DialogActivity::class),
Demo(V2DRAWER, V2DrawerActivity::class),
Demo(V2LABEL, V2LabelActivity::class),
Demo(V2LIST_ITEM, V2ListItemActivity::class, Badge.Modified),
Demo(V2LIST_ITEM, V2ListItemActivity::class),
Demo(V2MENU, V2MenuActivity::class),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class, Badge.Modified),
Demo(V2PERSONA, V2PersonaActivity::class),
Demo(V2PERSONA_CHIP, V2PersonaChipActivity::class),
Demo(V2PERSONA_LIST, V2PersonaListActivity::class),
Demo(V2PROGRESS, V2ProgressActivity::class),
Demo(V2SCAFFOLD, V2ScaffoldActivity::class),
Demo(V2SEARCHBAR, V2SearchBarActivity::class),
Demo(V2SEARCHBAR, V2SearchBarActivity::class, Badge.Modified),
Demo(V2SEGMENTED_CONTROL, V2SegmentedControlActivity::class),
Demo(V2SHIMMER, V2ShimmerActivity::class),
Demo(V2SIDE_RAIL, V2SideRailActivity::class),
Expand Down
22 changes: 11 additions & 11 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@
*/
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_core_versionid = '0.1.29'
project.ext.fluentui_listitem_versionid = '0.1.20'
project.ext.fluentui_tablayout_versionid = '0.1.13'
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.2'
project.ext.fluentui_topappbars_versionid = '0.1.12'
project.ext.fluentui_menus_versionid = '0.1.6'
project.ext.fluentui_peoplepicker_versionid = '0.1.3'
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.37'
project.ext.FluentUI_versionid = '0.1.38'
project.ext.fluentui_calendar_version_code = 28
project.ext.fluentui_controls_version_code = 19
project.ext.fluentui_core_version_code = 51
project.ext.fluentui_core_version_code = 52
project.ext.fluentui_listitem_version_code = 45
project.ext.fluentui_tablayout_version_code = 38
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 = 32
project.ext.fluentui_topappbars_version_code = 38
project.ext.fluentui_menus_version_code = 34
project.ext.fluentui_peoplepicker_version_code = 33
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 = 72
project.ext.fluentui_notification_version_code = 14
project.ext.FluentUI_version_code = 73
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.37'
versionPublish: '0.1.38'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit c7a5713

Please sign in to comment.