Skip to content

Commit

Permalink
Release version 1.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Catap committed Nov 21, 2018
1 parent b262d7b commit c84cb11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<img src="images/xf.material_logo.png" width="112" />

# XF.Material Library [![NuGet](https://img.shields.io/badge/version-1.2.3-orange.svg?style=flat)](https://github.com/contrix09/XF-Material-Library/blob/master/RELEASE_NOTES.md) [![Build status](https://dev.azure.com/compiledevops/XF.Material/_apis/build/status/XF.Material-CI%20NuGet)](https://dev.azure.com/compiledevops/XF.Material/_build/latest?definitionId=20)
# XF.Material Library [![NuGet](https://img.shields.io/badge/version-1.2.4-orange.svg?style=flat)](https://github.com/contrix09/XF-Material-Library/blob/master/RELEASE_NOTES.md) [![Build status](https://dev.azure.com/compiledevops/XF.Material/_apis/build/status/XF.Material-CI%20NuGet)](https://dev.azure.com/compiledevops/XF.Material/_build/latest?definitionId=20)

A Xamarin.Forms library for Xamarin.Android and Xamarin.iOS to implement [Google's Material Design](https://material.io/design).

Expand Down Expand Up @@ -494,7 +494,7 @@ There are two common parameters in this method:
await MaterialDialog.Instance.AlertAsync(message: "This is an alert dialog.");

await MaterialDialog.Instance.AlertAsync(message: "This is an alert dialog",
acknowledgementText: "Got It");
title: "Alert Dialog");

await MaterialDialog.Instance.AlertAsync(message: "This is an alert dialog",
title: "Alert Dialog",
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

##### 1.2.4
- Fixed issue [24](https://github.com/contrix09/XF-Material-Library/issues/24).
- Refactored `IMaterialDialog.AlertAsync()`.

##### 1.2.3
- Fixed `MaterialTextField` overlaping parent layout's bounds in iOS.
- Added a new `booelan` property `FloatingPlaceholderEnabled` to determine to animate the placeholder of the text field.
Expand All @@ -26,6 +30,7 @@
- Added an attached property `AppBarTitleTextFontFamily`. It can be attached to `Pages` to change the `NavigationPage.Title` text font family.
- Added an attached property `AppBarTitleTextFontSize`. It can be attached to `Pages` to change the `NavigationPage.Title` text font size.
- Added an attached property `StatusBarColor`. It can be attached to `Pages` to change the status bar color.
- Added an attached property `HasShadow`. It can be attached to `Pages` that will determine whether the app bar will draw a shadow.
- Added overrideable methods `OnPagePush` and `OnPagePop`.
- The status bar color will now be set automatically when `MaterialNavigationPage` is used. You can still use `Material.PlatformConfiguration.SetStatusBarColor` to manually change the status bar color.
- Added `BottomOffset` property to `MaterialSnackbarConfiguration` that can be used to adjust the bottom margin of the Snackbar. A feature enhancement stated in this [issue](https://github.com/contrix09/XF-Material-Library/issues/23).
Expand Down
2 changes: 1 addition & 1 deletion XF.Material-Azure.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>XF.Material</id>
<title>XF.Material Library</title>
<version>1.2.3</version>
<version>1.2.4</version>
<authors>Dustin Catap</authors>
<owners>Dustin Catap</owners>
<projectUrl>https://github.com/contrix09/XF-Material-Library</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion XF.Material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>XF.Material</id>
<title>XF.Material Library</title>
<version>1.2.3</version>
<version>1.2.4</version>
<authors>Dustin Catap</authors>
<owners>Dustin Catap</owners>
<projectUrl>https://github.com/contrix09/XF-Material-Library</projectUrl>
Expand Down

0 comments on commit c84cb11

Please sign in to comment.