Skip to content

Commit

Permalink
Release Version 0.1.17 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramayank1 authored Jan 27, 2023
1 parent 4dd5b19 commit 68af387
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 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 51
versionName '0.1.16'
versionCode 52
versionName '0.1.17'
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 @@ -12,12 +12,12 @@
* fluentui_drawer and FluentUI should increment their respective version ids
*/
project.ext.fluentui_calendar_versionid = '0.0.25'
project.ext.fluentui_controls_versionid = '0.1.8'
project.ext.fluentui_core_versionid = '0.1.12'
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_tablayout_versionid = '0.1.2'
project.ext.fluentui_drawer_versionid = '0.1.7'
project.ext.fluentui_ccb_versionid = '0.1.3'
project.ext.fluentui_drawer_versionid = '0.1.8'
project.ext.fluentui_ccb_versionid = '0.1.4'
project.ext.fluentui_others_versionid = '0.1.4'
project.ext.fluentui_transients_versionid = '0.0.29'
project.ext.fluentui_topappbars_versionid = '0.1.1'
Expand All @@ -27,14 +27,14 @@ project.ext.fluentui_persona_versionid = '0.1.5'
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.16'
project.ext.FluentUI_versionid = '0.1.17'
project.ext.fluentui_calendar_version_code = 25
project.ext.fluentui_controls_version_code = 9
project.ext.fluentui_core_version_code = 35
project.ext.fluentui_controls_version_code = 10
project.ext.fluentui_core_version_code = 36
project.ext.fluentui_listitem_version_code = 29
project.ext.fluentui_tablayout_version_code = 27
project.ext.fluentui_drawer_version_code = 31
project.ext.fluentui_ccb_version_code = 27
project.ext.fluentui_drawer_version_code = 32
project.ext.fluentui_ccb_version_code = 28
project.ext.fluentui_others_version_code = 27
project.ext.fluentui_transients_version_code = 29
project.ext.fluentui_topappbars_version_code = 27
Expand All @@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 31
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 = 51
project.ext.FluentUI_version_code = 52
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: 8 additions & 9 deletions dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
Release Version 0.1.16:
Release Version 0.1.17:

What's New:

Fluent V2 :
Controls: Release V2 AppBar, V2 TabBar, V2 Badge
Fix:
1) Update FluentIcon to have tint as parameter. This take precedence before token value, if provided.
2) Accessibility bugfix on Progress Indicator, ListItem
3) RTL support in Progress Indicator.
4) Design token update.
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) Added setView in CommandItem interface which is used by recycler view to set reference of view of command item.
1) Reset tint color in CCB viewholder.



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

0 comments on commit 68af387

Please sign in to comment.