Skip to content

Commit

Permalink
Release-version-0.1.43 (#578)
Browse files Browse the repository at this point in the history
Co-authored-by: Anubhav Agrawal <[email protected]>
  • Loading branch information
Anubhvv and Anubhav Agrawal authored Dec 18, 2023
1 parent fbb4b10 commit a963402
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 30 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 77
versionName '0.1.42'
versionCode 78
versionName '0.1.43'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

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

What's New:

Fluent V2:
Fix/Enhancement:
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 hardware keyboard functionality, where focus was incorrectly shifting to the background elements when the bottom sheet was expanded.
1. Sticky Behavior for Bottom Sheet: Introducing Sticky Behavior to the bottom sheet, enabling it to adhere to the Shown and Expanded states when dragged within a user-set threshold.
2. Custom Color for Label Text: Labels now empower users to define a custom color for the label text, enhancing overall customization options.
3. Visual Indication of Disabled State for TextFields: TextFields now provide a visual cue indicating their disabled state, improving user experience and interface clarity
4. Custom Ripple Effect Color for Back Navigation Icon: The AppBar now features a property allowing users to set a custom color for the back navigation icon's Ripple effect, providing additional control over the visual aesthetics.
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 @@ -147,7 +147,7 @@ val V1DEMO = arrayListOf(
Demo(DRAWER, DrawerActivity::class),
Demo(LIST_ITEM_VIEW, ListItemViewActivity::class),
Demo(PEOPLE_PICKER_VIEW, PeoplePickerViewActivity::class),
Demo(PERSISTENT_BOTTOM_SHEET, PersistentBottomSheetActivity::class, Badge.Modified),
Demo(PERSISTENT_BOTTOM_SHEET, PersistentBottomSheetActivity::class),
Demo(PERSONA_CHIP_VIEW, PersonaChipViewActivity::class),
Demo(PERSONA_LIST_VIEW, PersonaListViewActivity::class),
Demo(PERSONA_VIEW, PersonaViewActivity::class),
Expand All @@ -170,18 +170,18 @@ val V2DEMO = arrayListOf(
Demo(V2BASIC_CHIP, V2BasicChipActivity::class),
Demo(V2BASIC_CONTROLS, V2BasicControlsActivity::class),
Demo(V2BOTTOM_DRAWER, V2BottomDrawerActivity::class),
Demo(V2BOTTOM_SHEET, V2BottomSheetActivity::class),
Demo(V2BOTTOM_SHEET, V2BottomSheetActivity::class, Badge.Modified),
Demo(V2BUTTON, V2ButtonsActivity::class),
Demo(V2CARD, V2CardActivity::class),
Demo(V2CARD_NUDGE, V2CardNudgeActivity::class),
Demo(V2CITATION, V2CitationActivity::class),
Demo(V2CONTEXTUAL_COMMAND_BAR, V2ContextualCommandBarActivity::class),
Demo(V2DIALOG, V2DialogActivity::class),
Demo(V2DRAWER, V2DrawerActivity::class),
Demo(V2LABEL, V2LabelActivity::class),
Demo(V2LABEL, V2LabelActivity::class, Badge.Modified),
Demo(V2LIST_ITEM, V2ListItemActivity::class),
Demo(V2MENU, V2MenuActivity::class),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class, Badge.APIBreak ),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class),
Demo(V2PERSONA, V2PersonaActivity::class),
Demo(V2PERSONA_CHIP, V2PersonaChipActivity::class),
Demo(V2PERSONA_LIST, V2PersonaListActivity::class),
Expand All @@ -193,7 +193,7 @@ val V2DEMO = arrayListOf(
Demo(V2SIDE_RAIL, V2SideRailActivity::class),
Demo(V2SNACKBAR, V2SnackbarActivity::class),
Demo(V2TAB_BAR, V2TabBarActivity::class),
Demo(V2TEXT_FIELD, V2TextFieldActivity::class),
Demo(V2TEXT_FIELD, V2TextFieldActivity::class,Badge.Modified ),
Demo(V2TOOL_TIP, V2ToolTipActivity::class),
)

Expand Down
20 changes: 10 additions & 10 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,39 @@
* fluentui_drawer and FluentUI should increment their respective version ids
*/
project.ext.fluentui_calendar_versionid = '0.0.29'
project.ext.fluentui_controls_versionid = '0.1.20'
project.ext.fluentui_core_versionid = '0.1.32'
project.ext.fluentui_controls_versionid = '0.1.21'
project.ext.fluentui_core_versionid = '0.1.33'
project.ext.fluentui_listitem_versionid = '0.1.21'
project.ext.fluentui_tablayout_versionid = '0.1.16'
project.ext.fluentui_drawer_versionid = '0.1.26'
project.ext.fluentui_drawer_versionid = '0.1.27'
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.14'
project.ext.fluentui_topappbars_versionid = '0.1.15'
project.ext.fluentui_menus_versionid = '0.1.7'
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.15'
project.ext.FluentUI_versionid = '0.1.42'
project.ext.FluentUI_versionid = '0.1.43'
project.ext.fluentui_calendar_version_code = 29
project.ext.fluentui_controls_version_code = 21
project.ext.fluentui_core_version_code = 55
project.ext.fluentui_controls_version_code = 22
project.ext.fluentui_core_version_code = 56
project.ext.fluentui_listitem_version_code = 46
project.ext.fluentui_tablayout_version_code = 41
project.ext.fluentui_drawer_version_code = 50
project.ext.fluentui_drawer_version_code = 51
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 = 40
project.ext.fluentui_topappbars_version_code = 41
project.ext.fluentui_menus_version_code = 35
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 = 16
project.ext.FluentUI_version_code = 77
project.ext.FluentUI_version_code = 78
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.42'
versionPublish: '0.1.43'
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.42'
versionPublish: '0.1.43'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit a963402

Please sign in to comment.