Skip to content

Commit

Permalink
Release version 0.1.19 (#340)
Browse files Browse the repository at this point in the history
* Release version 0.1.19

* update dog food release note
  • Loading branch information
mishramayank1 authored Feb 13, 2023
1 parent 8b65437 commit 765da8c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 19 deletions.
4 changes: 2 additions & 2 deletions FluentUI.Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId 'com.microsoft.fluentuidemo'
minSdkVersion 21
targetSdkVersion 30
versionCode 53
versionName '0.1.18'
versionCode 54
versionName '0.1.19'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down
20 changes: 10 additions & 10 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.25'
project.ext.fluentui_controls_versionid = '0.1.9'
project.ext.fluentui_core_versionid = '0.1.14'
project.ext.fluentui_core_versionid = '0.1.15'
project.ext.fluentui_listitem_versionid = '0.1.5'
project.ext.fluentui_tablayout_versionid = '0.1.2'
project.ext.fluentui_drawer_versionid = '0.1.8'
project.ext.fluentui_ccb_versionid = '0.1.4'
project.ext.fluentui_drawer_versionid = '0.1.9'
project.ext.fluentui_ccb_versionid = '0.1.5'
project.ext.fluentui_others_versionid = '0.1.4'
project.ext.fluentui_transients_versionid = '0.0.29'
project.ext.fluentui_transients_versionid = '0.0.30'
project.ext.fluentui_topappbars_versionid = '0.1.1'
project.ext.fluentui_menus_versionid = '0.0.24'
project.ext.fluentui_peoplepicker_versionid = '0.0.25'
project.ext.fluentui_persona_versionid = '0.1.6'
project.ext.fluentui_progress_versionid = '0.1.2'
project.ext.fluentui_icons_versionid = '0.1.2'
project.ext.fluentui_notification_versionid = '0.1.0'
project.ext.FluentUI_versionid = '0.1.18'
project.ext.FluentUI_versionid = '0.1.19'
project.ext.fluentui_calendar_version_code = 25
project.ext.fluentui_controls_version_code = 10
project.ext.fluentui_core_version_code = 37
project.ext.fluentui_core_version_code = 38
project.ext.fluentui_listitem_version_code = 30
project.ext.fluentui_tablayout_version_code = 27
project.ext.fluentui_drawer_version_code = 32
project.ext.fluentui_ccb_version_code = 28
project.ext.fluentui_drawer_version_code = 33
project.ext.fluentui_ccb_version_code = 29
project.ext.fluentui_others_version_code = 27
project.ext.fluentui_transients_version_code = 29
project.ext.fluentui_transients_version_code = 30
project.ext.fluentui_topappbars_version_code = 27
project.ext.fluentui_menus_version_code = 24
project.ext.fluentui_peoplepicker_version_code = 25
project.ext.fluentui_persona_version_code = 32
project.ext.fluentui_progress_version_code = 27
project.ext.fluentui_icons_version_code = 3
project.ext.fluentui_notification_version_code = 1
project.ext.FluentUI_version_code = 53
project.ext.FluentUI_version_code = 54
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
22 changes: 16 additions & 6 deletions dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
Release Version 0.1.18:
Release Version 0.1.19:

What's New:

Fluent V2:
Fix/Enhancement:
1) Added cutout slot for Avatar to show badges.
2) Added unread dot support in ListItem.
3) Fix talkback announcement for Avatar.
4) Fix V2 Badge activity to show badges in scrollable row.
5) Fix V2 AvatarCarousel activity to have focus on AvatarCarousel item.
1) CCB enhancement for multiline CCB:
Added scrollable parameter. When true, CCB become scrollable else it will be drawn within available limit which is case for multiline CCB.
Added weight parameter in CommandGroup to modify the CCB groups width. Weight is applicable only when scrollable is false for multiline CCB design.
2) Drawer(Bottom) enhancement:
a) Drawer to have 2 behavior for Bottom drawer: BOTTOM, BOTTOM_SLIDE_OVER.
b) Updated Behaviour enum:
Behaviour.LEFT -> Behaviour.LEFT_SLIDE_OVER
Behaviour.RIGHT -> Behaviour.RIGHT_SLIDE_OVER
Behaviour.BOTTOM -> Behaviour.BOTTOM_SLIDE_OVER.
3) Bug fix in semantic modifier to call confirmStateChange with correct state in BottomSheet.
4) Revamp of V2 Drawer Activity to demonstrate all the capability of Drawer.

Fluent v-current:
Fix/Enhancement:
1) Fix crash by ToolTip.
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.18'
versionPublish: '0.1.19'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 765da8c

Please sign in to comment.