Skip to content

Commit 68af387

Browse files
Release Version 0.1.17 (#330)
1 parent 4dd5b19 commit 68af387

File tree

4 files changed

+21
-22
lines changed

4 files changed

+21
-22
lines changed

FluentUI.Demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId 'com.microsoft.fluentuidemo'
1616
minSdkVersion 21
1717
targetSdkVersion 30
18-
versionCode 51
19-
versionName '0.1.16'
18+
versionCode 52
19+
versionName '0.1.17'
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121

2222
}

config.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
* fluentui_drawer and FluentUI should increment their respective version ids
1313
*/
1414
project.ext.fluentui_calendar_versionid = '0.0.25'
15-
project.ext.fluentui_controls_versionid = '0.1.8'
16-
project.ext.fluentui_core_versionid = '0.1.12'
15+
project.ext.fluentui_controls_versionid = '0.1.9'
16+
project.ext.fluentui_core_versionid = '0.1.13'
1717
project.ext.fluentui_listitem_versionid = '0.1.4'
1818
project.ext.fluentui_tablayout_versionid = '0.1.2'
19-
project.ext.fluentui_drawer_versionid = '0.1.7'
20-
project.ext.fluentui_ccb_versionid = '0.1.3'
19+
project.ext.fluentui_drawer_versionid = '0.1.8'
20+
project.ext.fluentui_ccb_versionid = '0.1.4'
2121
project.ext.fluentui_others_versionid = '0.1.4'
2222
project.ext.fluentui_transients_versionid = '0.0.29'
2323
project.ext.fluentui_topappbars_versionid = '0.1.1'
@@ -27,14 +27,14 @@ project.ext.fluentui_persona_versionid = '0.1.5'
2727
project.ext.fluentui_progress_versionid = '0.1.2'
2828
project.ext.fluentui_icons_versionid = '0.1.2'
2929
project.ext.fluentui_notification_versionid = '0.1.0'
30-
project.ext.FluentUI_versionid = '0.1.16'
30+
project.ext.FluentUI_versionid = '0.1.17'
3131
project.ext.fluentui_calendar_version_code = 25
32-
project.ext.fluentui_controls_version_code = 9
33-
project.ext.fluentui_core_version_code = 35
32+
project.ext.fluentui_controls_version_code = 10
33+
project.ext.fluentui_core_version_code = 36
3434
project.ext.fluentui_listitem_version_code = 29
3535
project.ext.fluentui_tablayout_version_code = 27
36-
project.ext.fluentui_drawer_version_code = 31
37-
project.ext.fluentui_ccb_version_code = 27
36+
project.ext.fluentui_drawer_version_code = 32
37+
project.ext.fluentui_ccb_version_code = 28
3838
project.ext.fluentui_others_version_code = 27
3939
project.ext.fluentui_transients_version_code = 29
4040
project.ext.fluentui_topappbars_version_code = 27
@@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 31
4444
project.ext.fluentui_progress_version_code = 27
4545
project.ext.fluentui_icons_version_code = 3
4646
project.ext.fluentui_notification_version_code = 1
47-
project.ext.FluentUI_version_code = 51
47+
project.ext.FluentUI_version_code = 52
4848
project.ext.license_type = 'MIT License'
4949
project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
5050
project.ext.github_url = 'https://github.com/microsoft/fluentui-android'

dogfood-release-notes.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
Release Version 0.1.16:
1+
Release Version 0.1.17:
22

33
What's New:
44

5-
Fluent V2 :
6-
Controls: Release V2 AppBar, V2 TabBar, V2 Badge
7-
Fix:
8-
1) Update FluentIcon to have tint as parameter. This take precedence before token value, if provided.
9-
2) Accessibility bugfix on Progress Indicator, ListItem
10-
3) RTL support in Progress Indicator.
11-
4) Design token update.
5+
Fluent V2:
6+
Fix/Enhancement:
7+
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.
8+
2) Fix Radio button color on Long press.
9+
3) Switch animation parity with RN.
10+
4) Token Update for FAB.
1211

1312

1413
Fluent V1 (v-current):
1514
Fix:
16-
1) Added setView in CommandItem interface which is used by recycler view to set reference of view of command item.
15+
1) Reset tint color in CCB viewholder.
1716

1817

1918

fluentui-android-modular-build-universal-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
vstsFeedPublish: 'Office'
5858
vstsFeedPackagePublish: 'fluentuiandroid'
5959
versionOption: 'custom'
60-
versionPublish: '0.1.16'
60+
versionPublish: '0.1.17'
6161
packagePublishDescription: 'Fluent Universal Package'
6262
publishedPackageVar: 'fluent package'

0 commit comments

Comments
 (0)