Skip to content

Commit

Permalink
Release version 0.1.33 (#495)
Browse files Browse the repository at this point in the history
* releaseVersion_0.1.33

* fixing release version typo

* Update dogfood-release-notes.txt

Spelling correction

---------

Co-authored-by: Anubhav Agrawal <[email protected]>
  • Loading branch information
Anubhvv and Anubhav Agrawal authored Sep 1, 2023
1 parent 240ec46 commit 90e1985
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 28 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 67
versionName '0.1.32'
versionCode 68
versionName '0.1.33'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down
14 changes: 5 additions & 9 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
Release Version 0.1.32:
Release Version 0.1.33:

What's New:

Fluent V2:
Fix/Enhancement:
1. BottomDrawer:
a) Fix first time expand animation. When expand API invoke it will expand completely instead of open.
b) Fix flicker issue on opening of drawer.
c) Fix to cover whole screen by drawer when orientation changes & activity does not restart.
2. Improve TalkBack announcement in PillButton.
3. Update default Navigation icon in AppBar.
4. Added "ControlType" suffix in ControlType enums in ControlTokens class.
5. Fix hover effect in TabItem.
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
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 @@ -159,18 +159,18 @@ val V1DEMO = arrayListOf(
)

val V2DEMO = arrayListOf(
Demo(V2APP_BAR_LAYOUT, V2AppBarActivity::class, Badge.Modified),
Demo(V2APP_BAR_LAYOUT, V2AppBarActivity::class),
Demo(V2AVATAR, V2AvatarActivity::class),
Demo(V2AVATAR_CAROUSEL, V2AvatarCarouselActivity::class),
Demo(V2AVATAR_GROUP, V2AvatarGroupActivity::class),
Demo(V2BADGE, V2BadgeActivity::class),
Demo(V2BASIC_CHIP, V2BasicChipActivity::class),
Demo(V2BASIC_CONTROLS, V2BasicControlsActivity::class),
Demo(V2BOTTOM_DRAWER, V2BottomDrawerActivity::class, Badge.Modified),
Demo(V2BOTTOM_SHEET, V2BottomSheetActivity::class),
Demo(V2BOTTOM_DRAWER, V2BottomDrawerActivity::class),
Demo(V2BOTTOM_SHEET, V2BottomSheetActivity::class, Badge.APIBreak),
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),
Expand All @@ -189,9 +189,9 @@ val V2DEMO = arrayListOf(
Demo(V2SHIMMER, V2ShimmerActivity::class),
Demo(V2SIDE_RAIL, V2SideRailActivity::class),
Demo(V2SNACKBAR, V2SnackbarActivity::class),
Demo(V2TAB_BAR, V2TabBarActivity::class, Badge.Modified),
Demo(V2TAB_BAR, V2TabBarActivity::class),
Demo(V2TEXT_FIELD, V2TextFieldActivity::class),
Demo(V2TOOL_TIP, V2ToolTipActivity::class),
Demo(V2TOOL_TIP, V2ToolTipActivity::class, Badge.Modified),
)

val DUO_DEMOS = arrayListOf(
Expand Down
20 changes: 10 additions & 10 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.0.27'
project.ext.fluentui_controls_versionid = '0.1.17'
project.ext.fluentui_core_versionid = '0.1.25'
project.ext.fluentui_listitem_versionid = '0.1.15'
project.ext.fluentui_core_versionid = '0.1.26'
project.ext.fluentui_listitem_versionid = '0.1.16'
project.ext.fluentui_tablayout_versionid = '0.1.11'
project.ext.fluentui_drawer_versionid = '0.1.18'
project.ext.fluentui_drawer_versionid = '0.1.19'
project.ext.fluentui_ccb_versionid = '0.1.13'
project.ext.fluentui_others_versionid = '0.1.6'
project.ext.fluentui_transients_versionid = '0.0.33'
Expand All @@ -26,14 +26,14 @@ project.ext.fluentui_peoplepicker_versionid = '0.1.0'
project.ext.fluentui_persona_versionid = '0.1.14'
project.ext.fluentui_progress_versionid = '0.1.8'
project.ext.fluentui_icons_versionid = '0.1.6'
project.ext.fluentui_notification_versionid = '0.1.10'
project.ext.FluentUI_versionid = '0.1.32'
project.ext.fluentui_notification_versionid = '0.1.11'
project.ext.FluentUI_versionid = '0.1.33'
project.ext.fluentui_calendar_version_code = 27
project.ext.fluentui_controls_version_code = 18
project.ext.fluentui_core_version_code = 48
project.ext.fluentui_listitem_version_code = 40
project.ext.fluentui_core_version_code = 49
project.ext.fluentui_listitem_version_code = 41
project.ext.fluentui_tablayout_version_code = 36
project.ext.fluentui_drawer_version_code = 42
project.ext.fluentui_drawer_version_code = 43
project.ext.fluentui_ccb_version_code = 37
project.ext.fluentui_others_version_code = 29
project.ext.fluentui_transients_version_code = 33
Expand All @@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 30
project.ext.fluentui_persona_version_code = 39
project.ext.fluentui_progress_version_code = 33
project.ext.fluentui_icons_version_code = 7
project.ext.fluentui_notification_version_code = 11
project.ext.FluentUI_version_code = 67
project.ext.fluentui_notification_version_code = 12
project.ext.FluentUI_version_code = 68
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.32'
versionPublish: '0.1.33'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 90e1985

Please sign in to comment.