Skip to content

Commit 47d7d73

Browse files
AnubhvvAnubhav Agrawal
andauthored
Release version0.2.12 (#690)
* release-version-0.2.12 * included bottom drawer rotation issue fix in dogfood notes --------- Co-authored-by: Anubhav Agrawal <anubagrawal@microsoft.com>
1 parent dd957ce commit 47d7d73

File tree

5 files changed

+17
-21
lines changed

5 files changed

+17
-21
lines changed

FluentUI.Demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId 'com.microsoft.fluentuidemo'
1414
minSdkVersion 21
1515
targetSdkVersion 34
16-
versionCode 1011
17-
versionName '0.2.11'
16+
versionCode 1012
17+
versionName '0.2.12'
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}
2020
kotlinOptions {
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
Release Version 0.2.11:
1+
Release Version 0.2.12:
22

33
What's New:
4-
Fluent UI Android library is now compiled against SDK 34.
5-
6-
Fluent V1:
7-
Fix/Enhancement:
8-
9-
1. Date-Time Picker Dialog now handles orientation changes gracefully.
104
Fluent V2:
115
Fix/Enhancement:
126

13-
1. CCB now supports customizing the border stroke of selected buttons.
14-
2. In landscape mode, the Bottom Drawer's width can now be adjusted to a specific fraction of the total screen width.
7+
1. Pill Buttons have been updated to support both icons and text simultaneously, with added spacing tokens for customizable padding around the pill content.
8+
2. Basic Card now features a Brush type border Color token, enabling more styling options.
9+
3. In deo app, bottom drawer's disappearance on orientation change has been fixed.
10+
1511

1612

1713
Note: Fluent version 0.1.x (from 0.1.48) supports compose version 0.1.43 (BOM 2023.06.01). Fluent versions 0.2.x will support compose version 1.5.1 (BOM 2023.09.00)

FluentUI.Demo/src/main/java/com/microsoft/fluentuidemo/Demos.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ val V2DEMO = arrayListOf(
188188
Demo(V2PROGRESS, V2ProgressActivity::class),
189189
Demo(V2SCAFFOLD, V2ScaffoldActivity::class),
190190
Demo(V2SEARCHBAR, V2SearchBarActivity::class),
191-
Demo(V2SEGMENTED_CONTROL, V2SegmentedControlActivity::class),
191+
Demo(V2SEGMENTED_CONTROL, V2SegmentedControlActivity::class, Badge.Modified),
192192
Demo(V2SHIMMER, V2ShimmerActivity::class),
193193
Demo(V2SIDE_RAIL, V2SideRailActivity::class),
194194
Demo(V2SNACKBAR, V2SnackbarActivity::class),

config.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
* fluentui_drawer and FluentUI should increment their respective version ids
1313
*/
1414
project.ext.fluentui_calendar_versionid = '0.2.1'
15-
project.ext.fluentui_controls_versionid = '0.2.6'
16-
project.ext.fluentui_core_versionid = '0.2.7'
15+
project.ext.fluentui_controls_versionid = '0.2.7'
16+
project.ext.fluentui_core_versionid = '0.2.8'
1717
project.ext.fluentui_listitem_versionid = '0.2.3'
18-
project.ext.fluentui_tablayout_versionid = '0.2.2'
18+
project.ext.fluentui_tablayout_versionid = '0.2.3'
1919
project.ext.fluentui_drawer_versionid = '0.2.8'
2020
project.ext.fluentui_ccb_versionid = '0.2.1'
2121
project.ext.fluentui_others_versionid = '0.2.1'
@@ -27,12 +27,12 @@ project.ext.fluentui_persona_versionid = '0.2.2'
2727
project.ext.fluentui_progress_versionid = '0.2.1'
2828
project.ext.fluentui_icons_versionid = '0.2.1'
2929
project.ext.fluentui_notification_versionid = '0.2.3'
30-
project.ext.FluentUI_versionid = '0.2.11'
30+
project.ext.FluentUI_versionid = '0.2.12'
3131
project.ext.fluentui_calendar_version_code = 1001
32-
project.ext.fluentui_controls_version_code = 1006
33-
project.ext.fluentui_core_version_code = 1007
32+
project.ext.fluentui_controls_version_code = 1007
33+
project.ext.fluentui_core_version_code = 1008
3434
project.ext.fluentui_listitem_version_code = 1003
35-
project.ext.fluentui_tablayout_version_code = 1002
35+
project.ext.fluentui_tablayout_version_code = 1003
3636
project.ext.fluentui_drawer_version_code = 1008
3737
project.ext.fluentui_ccb_version_code = 1001
3838
project.ext.fluentui_others_version_code = 1001
@@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 1002
4444
project.ext.fluentui_progress_version_code = 1001
4545
project.ext.fluentui_icons_version_code = 1001
4646
project.ext.fluentui_notification_version_code = 1003
47-
project.ext.FluentUI_version_code = 1011
47+
project.ext.FluentUI_version_code = 1012
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'

fluentui-office-build-universal-publish-1espt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ extends:
6262
vstsFeedPublish: 'Office'
6363
vstsFeedPackagePublish: 'fluentuiandroid'
6464
versionOption: 'custom'
65-
versionPublish: '0.2.11'
65+
versionPublish: '0.2.12'
6666
packagePublishDescription: 'Fluent Universal Package'
6767
publishedPackageVar: 'fluent package'

0 commit comments

Comments
 (0)