Skip to content

Releases: Baseflow/XF-Material-Library

1.3.0.5

15 Jan 05:29
Compare
Choose a tag to compare
  • Removed IMaterialDialog.Dismiss.
  • Fixed issue 45.

1.3.0.4

07 Jan 02:57
Compare
Choose a tag to compare
  • Fixed issue 36.
  • Fixed issue 37.

1.3.0.3

19 Dec 03:29
Compare
Choose a tag to compare
  • Fixed issue 34.
  • Added new method IMaterialDialog.DismissAsync().
  • Fixed MaterialCard showing original Frame shadow when BorderColor property was updated.
  • Fixed MaterialMenuButton showing inaccurate position.

1.3.0.1

18 Dec 04:20
Compare
Choose a tag to compare
  • Fixed a bug in MaterialButton where the border color is not updating when the ButtonType is Outlined.
  • Lowered the input field in MaterialTextField by 2;

1.3.0

10 Dec 03:20
Compare
Choose a tag to compare
  • Added MaterialIconButton and MaterialSlider.
  • Replaced MaterialMenu to MaterialMenuButton. The latter inherits from MaterialIconButton.
  • Added new properties PressedBackgroundColor and DisabledBackgroundColor to Material buttons.
  • Refactored MaterialButtonRenderer in iOS. Instead of adding negative margin to shrink the view, it now changes the UIView.Layer.Frame property by decreasing the width and height by 12.
  • Refactored MaterialTextField:
    • Added new input type Choice, along with a new property Choices. When the text field is clicked, shows a confirmation dialog from which the user will choose one from a list of choices.
    • Added new property HasHorizontalPadding. When set to true, removes the left and right padding of the text field.
    • FloatingPlaceholderEnabled property, when set to true, reduces the height of the text field from 72 to 56.
  • Adjusted the bounds some of modal dialogs.
  • Fixed an interaction bug in Android when using PopupPage from Rg.Plugins.Popup library.
  • Fixed issue 26.
  • Fixed issue 31.

1.3-pre1

06 Dec 10:48
Compare
Choose a tag to compare
1.3-pre1 Pre-release
Pre-release
  • Added MaterialIconButton, MaterialSlider.
  • Refactored MaterialMenu and MaterialButtonRenderer.
  • Fixed MaterialTextField top padding issue.

1.2.4

22 Nov 00:14
Compare
Choose a tag to compare
  • Fixed issue 24.
  • Refactored IMaterialDialog.AlertAsync().

1.2.3

20 Nov 10:32
Compare
Choose a tag to compare
  • 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.

1.2.2

20 Nov 10:11
Compare
Choose a tag to compare
  • Fixed MaterialTextField overlapping parent layout's bounds in iOS.
  • Fixed MaterialButton causing a crash in Android devices running Android 4.4 or later.

1.2.1

15 Nov 05:29
Compare
Choose a tag to compare
  • MaterialRadioButton constructor access modifier changed to public.
  • Added maximum width for modal dialogs.