Skip to content

Commit

Permalink
Release Version 0.1.31 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramayank1 authored Aug 14, 2023
1 parent 96074ee commit 85838dc
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 48 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 65
versionName '0.1.30'
versionCode 66
versionName '0.1.31'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down
32 changes: 13 additions & 19 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
Release Version 0.1.30:
Release Version 0.1.31:

What's New:

Fluent V2:
Components:
1. V2 ToolTip
1. V2 Chip
2. V2 Side Rail

Fix/Enahncement:
1. Listitem: Trailing accessory view is now shown when bottomContent parameter is used
2. PersonChip: Fixed talkback not announcing chip state
3. PeoplePicker: PeoplePicker now uses V2TextField internally
Removed view requester that causes crash
Replaced composable accessory views with Fluenticons (breaking change)
4. TextField: TextField now has decorationBox and content description parameter
5. Shimmer: Shimmer now supports adding content. This allows shimmer animation on any content
6. FileCard: FileCard now honour's incoming width measurements. max and min width can be set.
7. AppABr: Added parameter to enable bottom border
8. Badge: Added corner radius token
9. Improvements in UI test coverage
10. Fixed Appbar and Button crash


Demo App:
1. Demo app revamped
Fix/Enhancement:
1. ListItem:
a) Fixed unread dot alignment
b) Fix: If onClick is not provided then ListItem will not be clickable.
2. BottomDrawer:
a) Added ModalPopUp in Core module & used in BottomDrawer which has window flag set to work with IME.
b) Added windowInset parameter to BottomDrawer to control window insets.
3. TextField now has readOnly and enabled parameter
4. ControlInfo class for component is now Open to extend
5. Added "ControlType" suffix in ControlType enums in ControlTokens class.
52 changes: 26 additions & 26 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,39 @@
* fluentui_drawer and FluentUI should increment their respective version ids
*/
project.ext.fluentui_calendar_versionid = '0.0.27'
project.ext.fluentui_controls_versionid = '0.1.16'
project.ext.fluentui_core_versionid = '0.1.23'
project.ext.fluentui_listitem_versionid = '0.1.14'
project.ext.fluentui_tablayout_versionid = '0.1.9'
project.ext.fluentui_drawer_versionid = '0.1.16'
project.ext.fluentui_ccb_versionid = '0.1.12'
project.ext.fluentui_controls_versionid = '0.1.17'
project.ext.fluentui_core_versionid = '0.1.24'
project.ext.fluentui_listitem_versionid = '0.1.15'
project.ext.fluentui_tablayout_versionid = '0.1.10'
project.ext.fluentui_drawer_versionid = '0.1.17'
project.ext.fluentui_ccb_versionid = '0.1.13'
project.ext.fluentui_others_versionid = '0.1.6'
project.ext.fluentui_transients_versionid = '0.0.33'
project.ext.fluentui_topappbars_versionid = '0.1.8'
project.ext.fluentui_menus_versionid = '0.1.3'
project.ext.fluentui_peoplepicker_versionid = '0.0.29'
project.ext.fluentui_persona_versionid = '0.1.13'
project.ext.fluentui_progress_versionid = '0.1.7'
project.ext.fluentui_topappbars_versionid = '0.1.9'
project.ext.fluentui_menus_versionid = '0.1.4'
project.ext.fluentui_peoplepicker_versionid = '0.1.0'
project.ext.fluentui_persona_versionid = '0.1.14'
project.ext.fluentui_progress_versionid = '0.1.8'
project.ext.fluentui_icons_versionid = '0.1.5'
project.ext.fluentui_notification_versionid = '0.1.9'
project.ext.FluentUI_versionid = '0.1.30'
project.ext.fluentui_notification_versionid = '0.1.10'
project.ext.FluentUI_versionid = '0.1.31'
project.ext.fluentui_calendar_version_code = 27
project.ext.fluentui_controls_version_code = 17
project.ext.fluentui_core_version_code = 46
project.ext.fluentui_listitem_version_code = 39
project.ext.fluentui_tablayout_version_code = 34
project.ext.fluentui_drawer_version_code = 40
project.ext.fluentui_ccb_version_code = 36
project.ext.fluentui_controls_version_code = 18
project.ext.fluentui_core_version_code = 47
project.ext.fluentui_listitem_version_code = 40
project.ext.fluentui_tablayout_version_code = 35
project.ext.fluentui_drawer_version_code = 41
project.ext.fluentui_ccb_version_code = 37
project.ext.fluentui_others_version_code = 29
project.ext.fluentui_transients_version_code = 33
project.ext.fluentui_topappbars_version_code = 34
project.ext.fluentui_menus_version_code = 31
project.ext.fluentui_peoplepicker_version_code = 29
project.ext.fluentui_persona_version_code = 38
project.ext.fluentui_progress_version_code = 32
project.ext.fluentui_topappbars_version_code = 35
project.ext.fluentui_menus_version_code = 32
project.ext.fluentui_peoplepicker_version_code = 30
project.ext.fluentui_persona_version_code = 39
project.ext.fluentui_progress_version_code = 33
project.ext.fluentui_icons_version_code = 6
project.ext.fluentui_notification_version_code = 10
project.ext.FluentUI_version_code = 65
project.ext.fluentui_notification_version_code = 11
project.ext.FluentUI_version_code = 66
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-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.30'
versionPublish: '0.1.31'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit 85838dc

Please sign in to comment.