Skip to content

Releases: Baseflow/XF-Material-Library

1.6.1

17 Mar 10:12
Compare
Choose a tag to compare
Update version

1.6.0

04 Mar 16:13
Compare
Choose a tag to compare
Fix wrong merge

1.5.2

07 Oct 10:58
Compare
Choose a tag to compare
Fix deprecated ctor

1.5.0

01 Oct 09:02
Compare
Choose a tag to compare
Rename icon

1.4.0.0

18 Feb 00:11
Compare
Choose a tag to compare
  • Added new controls: MaterialSwitch and MaterialLabel.
  • Added Elevation property to MaterialButton and MaterialIconButton. You can now set
    dynamic elevation when the button is resting or was pressed by using MaterialElevation.
  • MaterialCard can now responds to touch input when it is set as clickable. Added IsClickable,
    ClickCommand, and ClickCommandParameter properties. Added Clicked event. A feature enhancement
    found in this issue.
  • MaterialTextField now accepts an IList of objects as choices when the InputType is set to
    MaterialTextFieldInputType.Choice. Added ChoicesBindingName that determines the value of the
    property with that name of each object to display. You can still set the Choices property to use a collection of strings.
    This is a feature enhancement found in this issue.
  • Added new properties IsSpellCheckEnabled and IsTextPredictionEnabled to MaterialTextField.
    This is a feature enhancement found in this issue.
  • Re-added Icon and IconTintColor properties to MaterialTextField.
    This is a feature enhancement found in this issue.
  • You can now show an alert dialog with a custom content using MaterialDialog.Instance.ShowCustomContentAsync().
    This is a feature enhancement found in this issue.
  • Added maximum width of modal dialogs when running on different device idioms, or when changing screen orientation.
  • Used BindableLayout instead of ListView when rendering MaterialRadioButtonGroup, MaterialCheckboxGroup, and MaterialMenuDialog.
  • Removed typography dynamic resources. You can now set the specific type scale using MaterialLabel.
  • Removed MaterialTypeScaleEffect.
  • Updated Android target framework version to 9.0.
  • Updated other dependencies to latest.

1.3.1.0

22 Jan 07:53
Compare
Choose a tag to compare
  • Fixed issue 50.

1.3.0.9

22 Jan 07:53
9459eeb
Compare
Choose a tag to compare
  • Removed previous version, wrong commit.

1.3.0.8

15 Jan 05:30
Compare
Choose a tag to compare
  • Fixed a misalignment in MaterialTextfield. Re-adjusted helper & counter texts' top margins from 2 to 4.

1.3.0.7

15 Jan 05:30
Compare
Choose a tag to compare
  • Fixed a bug where modal dialogs that are awaiting user input do not respond to back button event on Android.

1.3.0.6

15 Jan 05:29
Compare
Choose a tag to compare
  • Fixed issue 44.
  • Changed IMaterialDialog.ConfirmAsync. It now returns a nullable bool. Removed the other overload method.