Skip to content

Commit 8250b74

Browse files
praveen970PraveenKumar
and
PraveenKumar
authored
Release v0.2.10 (#673)
Co-authored-by: PraveenKumar <pyeruva@microsoft.com>
1 parent c9eacef commit 8250b74

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

FluentUI.Demo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId 'com.microsoft.fluentuidemo'
1414
minSdkVersion 21
1515
targetSdkVersion 30
16-
versionCode 1009
17-
versionName '0.2.9'
16+
versionCode 1010
17+
versionName '0.2.10'
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919

2020
// Forcing emoji2 version as a workaround for not moving to Android 34 during BOM update.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
Release Version 0.2.9:
1+
Release Version 0.2.10:
22

33
What's New:
44

55
Fluent V2:
66
Fix/Enhancement:
77

8-
1. The Tab Bar has been enhanced with a bar indicator beneath the icons, along with a fading animation to enhance user interaction.
9-
2. The text within Tab Items now automatically adjusts to ensure it remains on a single line without overflowing.
10-
3. The BottomSheet & drawers now announce "Collapsed" or "Expanded" after they have collapsed or expanded in talkback mode.
11-
4. The BottomSheet, when viewed in landscape mode and set to a custom width, is now centered.
8+
1. Improved accessibility for Textfield in readonly mode.
9+
2. Fixed issue with bottomsheet not scrolling in landscape mode.
10+
3. Resolved crash in bottomsheet/drawer when device accessibility is turned off.
1211

1312

1413
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)

config.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
* fluentui_drawer and FluentUI should increment their respective version ids
1313
*/
1414
project.ext.fluentui_calendar_versionid = '0.2.0'
15-
project.ext.fluentui_controls_versionid = '0.2.4'
15+
project.ext.fluentui_controls_versionid = '0.2.5'
1616
project.ext.fluentui_core_versionid = '0.2.6'
1717
project.ext.fluentui_listitem_versionid = '0.2.2'
1818
project.ext.fluentui_tablayout_versionid = '0.2.1'
19-
project.ext.fluentui_drawer_versionid = '0.2.6'
19+
project.ext.fluentui_drawer_versionid = '0.2.7'
2020
project.ext.fluentui_ccb_versionid = '0.2.0'
2121
project.ext.fluentui_others_versionid = '0.2.0'
2222
project.ext.fluentui_transients_versionid = '0.2.0'
@@ -27,13 +27,13 @@ project.ext.fluentui_persona_versionid = '0.2.1'
2727
project.ext.fluentui_progress_versionid = '0.2.0'
2828
project.ext.fluentui_icons_versionid = '0.2.0'
2929
project.ext.fluentui_notification_versionid = '0.2.2'
30-
project.ext.FluentUI_versionid = '0.2.9'
30+
project.ext.FluentUI_versionid = '0.2.10'
3131
project.ext.fluentui_calendar_version_code = 1000
32-
project.ext.fluentui_controls_version_code = 1004
32+
project.ext.fluentui_controls_version_code = 1005
3333
project.ext.fluentui_core_version_code = 1006
3434
project.ext.fluentui_listitem_version_code = 1002
3535
project.ext.fluentui_tablayout_version_code = 1001
36-
project.ext.fluentui_drawer_version_code = 1006
36+
project.ext.fluentui_drawer_version_code = 1007
3737
project.ext.fluentui_ccb_version_code = 1000
3838
project.ext.fluentui_others_version_code = 1000
3939
project.ext.fluentui_transients_version_code = 1000
@@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 1001
4444
project.ext.fluentui_progress_version_code = 1000
4545
project.ext.fluentui_icons_version_code = 1000
4646
project.ext.fluentui_notification_version_code = 1002
47-
project.ext.FluentUI_version_code = 1009
47+
project.ext.FluentUI_version_code = 1010
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

+1-1
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.9'
65+
versionPublish: '0.2.10'
6666
packagePublishDescription: 'Fluent Universal Package'
6767
publishedPackageVar: 'fluent package'

0 commit comments

Comments
 (0)