Skip to content

Commit

Permalink
Release version 0.1.36 (#520)
Browse files Browse the repository at this point in the history
* Improving README.md

* Release-v-0.1.36

* edited release notes

* updated fluent core version

* Update dogfood-release-notes.txt

---------

Co-authored-by: Anubhav Agrawal <[email protected]>
Co-authored-by: PraveenKumar yeruva <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2023
1 parent ad3ca0e commit d1d7d68
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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 70
versionName '0.1.35'
versionCode 71
versionName '0.1.36'
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
kotlinOptions {
Expand Down
12 changes: 6 additions & 6 deletions FluentUI.Demo/src/main/assets/dogfood-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Release Version 0.1.35:
Release Version 0.1.36:

What's New:

Fluent V2:
Fix/Enhancement:
1. Fluent Icon RTL fix
Kotlin and Jetpack Compose Upgrade:
1.Jetpack compose BOM: 2023.06.01
2.Jetpack compose compiler version: 1.4.7
3.Kotlin version: 1.8.21
1. Fixed the bug that caused multiline text to overlap in v2CCBActivity
2. Added trailing and leading accessories for the title in the section header, enhancing it's scope.
3. Resolved the issue of inconsistent background color in the side rail
4. Fixed the system dark and appearance light issues in the Fluent Demo App to ensure a consistent theme
5. Adding alignment parameter for pillbar so that user can customize the alignment of the pill buttons
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,20 @@ val V2DEMO = arrayListOf(
Demo(V2CITATION, V2CitationActivity::class),
Demo(V2CONTEXTUAL_COMMAND_BAR, V2ContextualCommandBarActivity::class),
Demo(V2DIALOG, V2DialogActivity::class),
Demo(V2DRAWER, V2DrawerActivity::class, Badge.Modified),
Demo(V2DRAWER, V2DrawerActivity::class),
Demo(V2LABEL, V2LabelActivity::class),
Demo(V2LIST_ITEM, V2ListItemActivity::class, Badge.Modified),
Demo(V2MENU, V2MenuActivity::class),
Demo(V2PEOPLE_PICKER, V2PeoplePickerActivity::class),
Demo(V2PERSONA, V2PersonaActivity::class),
Demo(V2PERSONA_CHIP, V2PersonaChipActivity::class, Badge.Modified),
Demo(V2PERSONA_CHIP, V2PersonaChipActivity::class),
Demo(V2PERSONA_LIST, V2PersonaListActivity::class),
Demo(V2PROGRESS, V2ProgressActivity::class),
Demo(V2SCAFFOLD, V2ScaffoldActivity::class),
Demo(V2SEARCHBAR, V2SearchBarActivity::class),
Demo(V2SEGMENTED_CONTROL, V2SegmentedControlActivity::class),
Demo(V2SHIMMER, V2ShimmerActivity::class),
Demo(V2SIDE_RAIL, V2SideRailActivity::class),
Demo(V2SIDE_RAIL, V2SideRailActivity::class, Badge.Modified),
Demo(V2SNACKBAR, V2SnackbarActivity::class),
Demo(V2TAB_BAR, V2TabBarActivity::class),
Demo(V2TEXT_FIELD, V2TextFieldActivity::class),
Expand Down
16 changes: 8 additions & 8 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
*/
project.ext.fluentui_calendar_versionid = '0.0.28'
project.ext.fluentui_controls_versionid = '0.1.18'
project.ext.fluentui_core_versionid = '0.1.27'
project.ext.fluentui_listitem_versionid = '0.1.18'
project.ext.fluentui_tablayout_versionid = '0.1.12'
project.ext.fluentui_core_versionid = '0.1.28'
project.ext.fluentui_listitem_versionid = '0.1.19'
project.ext.fluentui_tablayout_versionid = '0.1.13'
project.ext.fluentui_drawer_versionid = '0.1.21'
project.ext.fluentui_ccb_versionid = '0.1.14'
project.ext.fluentui_others_versionid = '0.1.7'
Expand All @@ -27,12 +27,12 @@ project.ext.fluentui_persona_versionid = '0.1.16'
project.ext.fluentui_progress_versionid = '0.1.9'
project.ext.fluentui_icons_versionid = '0.1.7'
project.ext.fluentui_notification_versionid = '0.1.12'
project.ext.FluentUI_versionid = '0.1.35'
project.ext.FluentUI_versionid = '0.1.36'
project.ext.fluentui_calendar_version_code = 28
project.ext.fluentui_controls_version_code = 19
project.ext.fluentui_core_version_code = 50
project.ext.fluentui_listitem_version_code = 43
project.ext.fluentui_tablayout_version_code = 37
project.ext.fluentui_core_version_code = 51
project.ext.fluentui_listitem_version_code = 44
project.ext.fluentui_tablayout_version_code = 38
project.ext.fluentui_drawer_version_code = 45
project.ext.fluentui_ccb_version_code = 38
project.ext.fluentui_others_version_code = 30
Expand All @@ -44,7 +44,7 @@ project.ext.fluentui_persona_version_code = 41
project.ext.fluentui_progress_version_code = 34
project.ext.fluentui_icons_version_code = 8
project.ext.fluentui_notification_version_code = 13
project.ext.FluentUI_version_code = 70
project.ext.FluentUI_version_code = 71
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.35'
versionPublish: '0.1.36'
packagePublishDescription: 'Fluent Universal Package'
publishedPackageVar: 'fluent package'

0 comments on commit d1d7d68

Please sign in to comment.