Skip to content

Commit

Permalink
Release Version 0.1.25 (#411)
Browse files Browse the repository at this point in the history
* Release Version 0.1.25

* Mentioned breaking changes in release note.
  • Loading branch information
mishramayank1 authored May 10, 2023
1 parent 0ee3f5b commit 6e19f02
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 41 deletions.
6 changes: 3 additions & 3 deletions FluentUI.Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ android {
defaultConfig {
applicationId 'com.microsoft.fluentuidemo'
minSdkVersion 21
targetSdkVersion 30
versionCode 59
versionName '0.1.24'
targetSdkVersion 31
versionCode 60
versionName '0.1.25'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down
44 changes: 22 additions & 22 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.13'
project.ext.fluentui_core_versionid = '0.1.19'
project.ext.fluentui_listitem_versionid = '0.1.9'
project.ext.fluentui_tablayout_versionid = '0.1.6'
project.ext.fluentui_drawer_versionid = '0.1.12'
project.ext.fluentui_ccb_versionid = '0.1.10'
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_others_versionid = '0.1.6'
project.ext.fluentui_transients_versionid = '0.0.32'
project.ext.fluentui_topappbars_versionid = '0.1.5'
project.ext.fluentui_menus_versionid = '0.0.27'
project.ext.fluentui_topappbars_versionid = '0.1.6'
project.ext.fluentui_menus_versionid = '0.1.0'
project.ext.fluentui_peoplepicker_versionid = '0.0.27'
project.ext.fluentui_persona_versionid = '0.1.10'
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.4'
project.ext.FluentUI_versionid = '0.1.24'
project.ext.fluentui_notification_versionid = '0.1.5'
project.ext.FluentUI_versionid = '0.1.25'
project.ext.fluentui_calendar_version_code = 27
project.ext.fluentui_controls_version_code = 14
project.ext.fluentui_core_version_code = 42
project.ext.fluentui_listitem_version_code = 34
project.ext.fluentui_tablayout_version_code = 31
project.ext.fluentui_drawer_version_code = 36
project.ext.fluentui_ccb_version_code = 34
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_others_version_code = 29
project.ext.fluentui_transients_version_code = 32
project.ext.fluentui_topappbars_version_code = 31
project.ext.fluentui_menus_version_code = 27
project.ext.fluentui_topappbars_version_code = 32
project.ext.fluentui_menus_version_code = 28
project.ext.fluentui_peoplepicker_version_code = 27
project.ext.fluentui_persona_version_code = 35
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 = 5
project.ext.FluentUI_version_code = 59
project.ext.fluentui_notification_version_code = 6
project.ext.FluentUI_version_code = 60
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
26 changes: 11 additions & 15 deletions dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
Release Version 0.1.24:
Release Version 0.1.25:

What's New:

Fluent V2:
New Component: TextField, Menu
New Component: FileCard, Announcement Card, Basic Card.

Fix/Enhancement:
1) Fixed Toggle Switch ripple indication to clip to its boundary.
2) Fixed Toggle Switch to on/off with Keyboard Enter/Space press.
3) Fixed Pill Button to have a complete clickable area.
4) Added padding & start indent token for divider.
5) Removed tail gradient on Circular progress indicators as per Fluent design.
6) Optimise recomposition in Cirular progress indicators.
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.

Fluent v-current:
Fix/Enhancement:
1) Role Announce for CCB Items

DemoApp:
1) Fixed accessibility bug.
2) DemoApp updated to use view binding instead of kotlin synthetic plugins.
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.
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.24'
versionPublish: '0.1.25'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 6e19f02

Please sign in to comment.