Skip to content

Commit

Permalink
Release Version_0.1.26 (#425)
Browse files Browse the repository at this point in the history
* Release Version_0.1.26

* update version in dogfood

* Added Drawer Fix in release note
  • Loading branch information
mishramayank1 committed May 20, 2023
1 parent 9f9cebe commit dcfbc1e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 40 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 60
versionName '0.1.25'
versionCode 61
versionName '0.1.26'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down
52 changes: 26 additions & 26 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.27'
project.ext.fluentui_controls_versionid = '0.1.14'
project.ext.fluentui_core_versionid = '0.1.20'
project.ext.fluentui_listitem_versionid = '0.1.10'
project.ext.fluentui_tablayout_versionid = '0.1.7'
project.ext.fluentui_drawer_versionid = '0.1.13'
project.ext.fluentui_ccb_versionid = '0.1.11'
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_tablayout_versionid = '0.1.8'
project.ext.fluentui_drawer_versionid = '0.1.14'
project.ext.fluentui_ccb_versionid = '0.1.12'
project.ext.fluentui_others_versionid = '0.1.6'
project.ext.fluentui_transients_versionid = '0.0.32'
project.ext.fluentui_topappbars_versionid = '0.1.6'
project.ext.fluentui_menus_versionid = '0.1.0'
project.ext.fluentui_topappbars_versionid = '0.1.7'
project.ext.fluentui_menus_versionid = '0.1.1'
project.ext.fluentui_peoplepicker_versionid = '0.0.27'
project.ext.fluentui_persona_versionid = '0.1.11'
project.ext.fluentui_progress_versionid = '0.1.5'
project.ext.fluentui_icons_versionid = '0.1.3'
project.ext.fluentui_notification_versionid = '0.1.5'
project.ext.FluentUI_versionid = '0.1.25'
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_calendar_version_code = 27
project.ext.fluentui_controls_version_code = 15
project.ext.fluentui_core_version_code = 43
project.ext.fluentui_listitem_version_code = 35
project.ext.fluentui_tablayout_version_code = 32
project.ext.fluentui_drawer_version_code = 37
project.ext.fluentui_ccb_version_code = 35
project.ext.fluentui_controls_version_code = 16
project.ext.fluentui_core_version_code = 44
project.ext.fluentui_listitem_version_code = 36
project.ext.fluentui_tablayout_version_code = 33
project.ext.fluentui_drawer_version_code = 38
project.ext.fluentui_ccb_version_code = 36
project.ext.fluentui_others_version_code = 29
project.ext.fluentui_transients_version_code = 32
project.ext.fluentui_topappbars_version_code = 32
project.ext.fluentui_menus_version_code = 28
project.ext.fluentui_topappbars_version_code = 33
project.ext.fluentui_menus_version_code = 29
project.ext.fluentui_peoplepicker_version_code = 27
project.ext.fluentui_persona_version_code = 36
project.ext.fluentui_progress_version_code = 30
project.ext.fluentui_icons_version_code = 4
project.ext.fluentui_notification_version_code = 6
project.ext.FluentUI_version_code = 60
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.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
17 changes: 6 additions & 11 deletions dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
Release Version 0.1.25:
Release Version 0.1.26:

What's New:

Fluent V2:
New Component: FileCard, Announcement Card, Basic Card.
New Component: Label, Dialog, Progress Text, Citation.

Fix/Enhancement:
1) Added support of custom Control token to leverage FluentTheme API.
2) Updated background controlToken to use Brush instead of Color to support gradient color.
3) Enhanced Fluent Icon & text to remove material dependency for these.
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.

Note: This release has breaking changes.
1) AliasTokens renamed to FluentAliasTokens.
2) GlobalTokens renamed to FluentGlobalTokens.
3) Removed AppThemeController & merge its functionality to FluentTheme singleton class.
4) FluentTheme function parameter changed from taking AliasTokens, ControlTokens objects to implementation of IAliasTokens, IControlTokens.
5) In control tokens, backgroundColor function renamed to backgroundBrush to support gradient.
Demo App: Moving Shimmer out of Progress Bar as V2 Progress Activity.
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.25'
versionPublish: '0.1.26'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit dcfbc1e

Please sign in to comment.