Skip to content

Commit

Permalink
Release 0.1.27 (#433)
Browse files Browse the repository at this point in the history
* release 0.1.27

* release notes update

* release notes updates

---------

Co-authored-by: PraveenKumar <[email protected]>
  • Loading branch information
praveen970 and PraveenKumar authored Jun 13, 2023
1 parent bd5b398 commit e3ad1a5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 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 61
versionName '0.1.26'
versionCode 62
versionName '0.1.27'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down
12 changes: 6 additions & 6 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project.ext.fluentui_calendar_versionid = '0.0.27'
project.ext.fluentui_controls_versionid = '0.1.15'
project.ext.fluentui_core_versionid = '0.1.21'
project.ext.fluentui_listitem_versionid = '0.1.11'
project.ext.fluentui_listitem_versionid = '0.1.12'
project.ext.fluentui_tablayout_versionid = '0.1.8'
project.ext.fluentui_drawer_versionid = '0.1.14'
project.ext.fluentui_ccb_versionid = '0.1.12'
Expand All @@ -26,12 +26,12 @@ project.ext.fluentui_peoplepicker_versionid = '0.0.27'
project.ext.fluentui_persona_versionid = '0.1.12'
project.ext.fluentui_progress_versionid = '0.1.6'
project.ext.fluentui_icons_versionid = '0.1.4'
project.ext.fluentui_notification_versionid = '0.1.6'
project.ext.FluentUI_versionid = '0.1.26'
project.ext.fluentui_notification_versionid = '0.1.7'
project.ext.FluentUI_versionid = '0.1.27'
project.ext.fluentui_calendar_version_code = 27
project.ext.fluentui_controls_version_code = 16
project.ext.fluentui_core_version_code = 44
project.ext.fluentui_listitem_version_code = 36
project.ext.fluentui_listitem_version_code = 37
project.ext.fluentui_tablayout_version_code = 33
project.ext.fluentui_drawer_version_code = 38
project.ext.fluentui_ccb_version_code = 36
Expand All @@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 27
project.ext.fluentui_persona_version_code = 37
project.ext.fluentui_progress_version_code = 31
project.ext.fluentui_icons_version_code = 5
project.ext.fluentui_notification_version_code = 7
project.ext.FluentUI_version_code = 61
project.ext.fluentui_notification_version_code = 8
project.ext.FluentUI_version_code = 62
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
14 changes: 8 additions & 6 deletions dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Release Version 0.1.26:
Release Version 0.1.27:

What's New:

Fluent V2:
New Component: Label, Dialog, Progress Text, Citation.

Fix/Enhancement:
1) Fix : Updating control Token in ControlToken object & providing the same to FluentTheme API will now recompose the controls & hence updates get applied immediately.
2) Replace material Surface control with Box
3) Fix: Drawer get enable when its state change to expand from close state.
1) Listitem accessory views can now be Top/Bottom/Center aligned
2) Listitem tertiary text has annotated text support
3) Snackbar talkback is enabled and will be announced whenever Snackbar is displayed.

Demo App: Moving Shimmer out of Progress Bar as V2 Progress Activity.

Demo App:
1) Label Activity background fix.
2) Label, card, listitem activites are scrollable
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.26'
versionPublish: '0.1.27'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit e3ad1a5

Please sign in to comment.