Skip to content

Commit

Permalink
Releace v 0.1.34 (#506)
Browse files Browse the repository at this point in the history
* Releace v 0.1.34

* release notes formatting

* release notes formatting

* Including latest sectionHeader changes

---------

Co-authored-by: Anubhav Agrawal <[email protected]>
  • Loading branch information
Anubhvv and Anubhav Agrawal authored Sep 7, 2023
1 parent f0612f4 commit 3ec8892
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 22 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 68
versionName '0.1.33'
versionCode 69
versionName '0.1.34'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
kotlinOptions {
Expand Down
14 changes: 9 additions & 5 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Release Version 0.1.33:
Release Version 0.1.34:

What's New:

Fluent V2:
Fix/Enhancement:
1. Added Functionality to the BottomSheet with TestCases: Enable/Disable Swipe Down Dismiss with more intuitive accessibility controls
2. ToolTip Alignment Bug Fixed: Resolved an issue where ToolTips were not aligning correctly, ensuring a visually consistent and user-friendly interface
3. CardNudge Enhancement: Fixed a right-to-left (RTL) issue affecting swiping left and right within CardNudge, ensuring a smoother interaction
4. Vertical Lists Icon Color Consistency: Addressed an issue where disabled icons in vertical lists had inconsistent colors. Icons now maintain uniform appearance for improved visual clarity
1. Persona chip Bug Fixed: Persona height will change when the system font size is increased
2. Improved the visibility of the ToolTip Activity Caret in dark mode
3 Fixed the gap between the Drawer and the Navigation bar
4. Made the SectionHeader non-clickable in the following cases:
a. When there's no content
b. when enableContentOpenCloseTransition param is false
5. Minor enhancement in demo app
6. Readme has been updated to include information about the v2 components as well.
12 changes: 6 additions & 6 deletions FluentUI.Demo/src/main/java/com/microsoft/fluentuidemo/Demos.kt
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,20 @@ val V2DEMO = arrayListOf(
Demo(V2BASIC_CHIP, V2BasicChipActivity::class),
Demo(V2BASIC_CONTROLS, V2BasicControlsActivity::class),
Demo(V2BOTTOM_DRAWER, V2BottomDrawerActivity::class),
Demo(V2BOTTOM_SHEET, V2BottomSheetActivity::class, Badge.APIBreak),
Demo(V2BOTTOM_SHEET, V2BottomSheetActivity::class),
Demo(V2BUTTON, V2ButtonsActivity::class),
Demo(V2CARD, V2CardActivity::class),
Demo(V2CARD_NUDGE, V2CardNudgeActivity::class, Badge.Modified),
Demo(V2CARD_NUDGE, V2CardNudgeActivity::class),
Demo(V2CITATION, V2CitationActivity::class),
Demo(V2CONTEXTUAL_COMMAND_BAR, V2ContextualCommandBarActivity::class),
Demo(V2DIALOG, V2DialogActivity::class),
Demo(V2DRAWER, V2DrawerActivity::class),
Demo(V2DRAWER, V2DrawerActivity::class, Badge.Modified),
Demo(V2LABEL, V2LabelActivity::class),
Demo(V2LIST_ITEM, V2ListItemActivity::class),
Demo(V2LIST_ITEM, V2ListItemActivity::class, Badge.Modified),
Demo(V2MENU, V2MenuActivity::class),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class),
Demo(V2PERSONA, V2PersonaActivity::class),
Demo(V2PERSONA_CHIP, V2PersonaChipActivity::class),
Demo(V2PERSONA_CHIP, V2PersonaChipActivity::class, Badge.Modified),
Demo(V2PERSONA_LIST, V2PersonaListActivity::class),
Demo(V2PROGRESS, V2ProgressActivity::class),
Demo(V2SCAFFOLD, V2ScaffoldActivity::class),
Expand All @@ -191,7 +191,7 @@ val V2DEMO = arrayListOf(
Demo(V2SNACKBAR, V2SnackbarActivity::class),
Demo(V2TAB_BAR, V2TabBarActivity::class),
Demo(V2TEXT_FIELD, V2TextFieldActivity::class),
Demo(V2TOOL_TIP, V2ToolTipActivity::class, Badge.Modified),
Demo(V2TOOL_TIP, V2ToolTipActivity::class),
)

val DUO_DEMOS = arrayListOf(
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.27'
project.ext.fluentui_controls_versionid = '0.1.17'
project.ext.fluentui_core_versionid = '0.1.26'
project.ext.fluentui_listitem_versionid = '0.1.16'
project.ext.fluentui_listitem_versionid = '0.1.17'
project.ext.fluentui_tablayout_versionid = '0.1.11'
project.ext.fluentui_drawer_versionid = '0.1.19'
project.ext.fluentui_drawer_versionid = '0.1.20'
project.ext.fluentui_ccb_versionid = '0.1.13'
project.ext.fluentui_others_versionid = '0.1.6'
project.ext.fluentui_transients_versionid = '0.0.33'
project.ext.fluentui_topappbars_versionid = '0.1.10'
project.ext.fluentui_menus_versionid = '0.1.4'
project.ext.fluentui_peoplepicker_versionid = '0.1.0'
project.ext.fluentui_persona_versionid = '0.1.14'
project.ext.fluentui_persona_versionid = '0.1.15'
project.ext.fluentui_progress_versionid = '0.1.8'
project.ext.fluentui_icons_versionid = '0.1.6'
project.ext.fluentui_notification_versionid = '0.1.11'
project.ext.FluentUI_versionid = '0.1.33'
project.ext.FluentUI_versionid = '0.1.34'
project.ext.fluentui_calendar_version_code = 27
project.ext.fluentui_controls_version_code = 18
project.ext.fluentui_core_version_code = 49
project.ext.fluentui_listitem_version_code = 41
project.ext.fluentui_listitem_version_code = 42
project.ext.fluentui_tablayout_version_code = 36
project.ext.fluentui_drawer_version_code = 43
project.ext.fluentui_drawer_version_code = 44
project.ext.fluentui_ccb_version_code = 37
project.ext.fluentui_others_version_code = 29
project.ext.fluentui_transients_version_code = 33
project.ext.fluentui_topappbars_version_code = 36
project.ext.fluentui_menus_version_code = 32
project.ext.fluentui_peoplepicker_version_code = 30
project.ext.fluentui_persona_version_code = 39
project.ext.fluentui_persona_version_code = 40
project.ext.fluentui_progress_version_code = 33
project.ext.fluentui_icons_version_code = 7
project.ext.fluentui_notification_version_code = 12
project.ext.FluentUI_version_code = 68
project.ext.FluentUI_version_code = 69
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.33'
versionPublish: '0.1.34'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 3ec8892

Please sign in to comment.