Skip to content

Commit

Permalink
Release version 0.1.18 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramayank1 authored Feb 2, 2023
1 parent 4cc9617 commit 8321548
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 24 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 52
versionName '0.1.17'
versionCode 53
versionName '0.1.18'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down
16 changes: 8 additions & 8 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
*/
project.ext.fluentui_calendar_versionid = '0.0.25'
project.ext.fluentui_controls_versionid = '0.1.9'
project.ext.fluentui_core_versionid = '0.1.13'
project.ext.fluentui_listitem_versionid = '0.1.4'
project.ext.fluentui_core_versionid = '0.1.14'
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'
Expand All @@ -23,15 +23,15 @@ project.ext.fluentui_transients_versionid = '0.0.29'
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.5'
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.17'
project.ext.FluentUI_versionid = '0.1.18'
project.ext.fluentui_calendar_version_code = 25
project.ext.fluentui_controls_version_code = 10
project.ext.fluentui_core_version_code = 36
project.ext.fluentui_listitem_version_code = 29
project.ext.fluentui_core_version_code = 37
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
Expand All @@ -40,11 +40,11 @@ project.ext.fluentui_transients_version_code = 29
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 = 31
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 = 52
project.ext.FluentUI_version_code = 53
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
19 changes: 6 additions & 13 deletions dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
Release Version 0.1.17:
Release Version 0.1.18:

What's New:

Fluent V2:
Fix/Enhancement:
1) Added slideOver mode parameter in BottomSheet API. Default value true in which sheetContent slide over to visible region. When slideOver mode is false then sheetContent get fixed height (peek height, fullheight when expanded) scrollable bottomsheet container as per state placed at bottom of screen.
2) Fix Radio button color on Long press.
3) Switch animation parity with RN.
4) Token Update for FAB.


Fluent V1 (v-current):
Fix:
1) Reset tint color in CCB viewholder.



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.
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.17'
versionPublish: '0.1.18'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 8321548

Please sign in to comment.