Skip to content

Commit

Permalink
Release 0.1.47 (#601)
Browse files Browse the repository at this point in the history
Co-authored-by: PraveenKumar <[email protected]>
  • Loading branch information
praveen970 and PraveenKumar authored Jan 29, 2024
1 parent 4b780d4 commit e397f2b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions FluentUI.Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.microsoft.fluentuidemo'
minSdkVersion 21
targetSdkVersion 30
versionCode 81
versionName '0.1.46'
versionCode 82
versionName '0.1.47'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

// Forcing emoji2 version as a workaround for not moving to Android 34 during BOM update.
Expand Down
10 changes: 4 additions & 6 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Release Version 0.1.46:
Release Version 0.1.47:

What's New:

Fluent V2:
Fix/Enhancement:
1. Enhanced Bottomsheet (ListContentBuilder) accessibility focus order.
2. Fixed Fluent Icon accessibility announcing description twice.
3. Upgraded accessibility of Appbar title to heading.
4. Fixed PersonaList accessibility focus going to avatar.
5. Fluent Button height is not restrictive anymore, but maintains a minimum height based on fluent values.
1. Enhanced Bottomsheet and Drawer anchor calculations preventing crashes during some edge cases.
2. Fixed Bottomsheet and Drawer crashing when the content is not present.
3. Updated Drawer's Offset parameter. Now the drawer clips to the screen (0,0) when null but positions relative to parent layout if offset is not null. (Fixes the breaking changes from 0.1.44)


Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ val V2DEMO = arrayListOf(
Demo(V2CITATION, V2CitationActivity::class),
Demo(V2CONTEXTUAL_COMMAND_BAR, V2ContextualCommandBarActivity::class),
Demo(V2DIALOG, V2DialogActivity::class),
Demo(V2DRAWER, V2DrawerActivity::class),
Demo(V2DRAWER, V2DrawerActivity::class, Badge.Modified),
Demo(V2LABEL, V2LabelActivity::class),
Demo(V2LIST_ITEM, V2ListItemActivity::class),
Demo(V2MENU, V2MenuActivity::class),
Expand Down
8 changes: 4 additions & 4 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project.ext.fluentui_controls_versionid = '0.1.23'
project.ext.fluentui_core_versionid = '0.1.34'
project.ext.fluentui_listitem_versionid = '0.1.21'
project.ext.fluentui_tablayout_versionid = '0.1.16'
project.ext.fluentui_drawer_versionid = '0.1.30'
project.ext.fluentui_drawer_versionid = '0.1.31'
project.ext.fluentui_ccb_versionid = '0.1.15'
project.ext.fluentui_others_versionid = '0.1.8'
project.ext.fluentui_transients_versionid = '0.0.35'
Expand All @@ -27,13 +27,13 @@ project.ext.fluentui_persona_versionid = '0.1.20'
project.ext.fluentui_progress_versionid = '0.1.10'
project.ext.fluentui_icons_versionid = '0.1.8'
project.ext.fluentui_notification_versionid = '0.1.15'
project.ext.FluentUI_versionid = '0.1.46'
project.ext.FluentUI_versionid = '0.1.47'
project.ext.fluentui_calendar_version_code = 29
project.ext.fluentui_controls_version_code = 24
project.ext.fluentui_core_version_code = 57
project.ext.fluentui_listitem_version_code = 46
project.ext.fluentui_tablayout_version_code = 41
project.ext.fluentui_drawer_version_code = 54
project.ext.fluentui_drawer_version_code = 55
project.ext.fluentui_ccb_version_code = 39
project.ext.fluentui_others_version_code = 31
project.ext.fluentui_transients_version_code = 35
Expand All @@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 45
project.ext.fluentui_progress_version_code = 35
project.ext.fluentui_icons_version_code = 9
project.ext.fluentui_notification_version_code = 16
project.ext.FluentUI_version_code = 81
project.ext.FluentUI_version_code = 82
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
2 changes: 1 addition & 1 deletion fluentui-office-build-universal-publish-1espt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ extends:
vstsFeedPublish: 'Office'
vstsFeedPackagePublish: 'fluentuiandroid'
versionOption: 'custom'
versionPublish: '0.1.46'
versionPublish: '0.1.47'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit e397f2b

Please sign in to comment.