Releases: Baseflow/XF-Material-Library
Releases · Baseflow/XF-Material-Library
1.6.1
1.6.0
1.5.2
1.5.0
1.4.0.0
- Added new controls:
MaterialSwitch
andMaterialLabel
. - Added
Elevation
property toMaterialButton
andMaterialIconButton
. You can now set
dynamic elevation when the button is resting or was pressed by usingMaterialElevation
. MaterialCard
can now responds to touch input when it is set as clickable. AddedIsClickable
,
ClickCommand
, andClickCommandParameter
properties. AddedClicked
event. A feature enhancement
found in this issue.MaterialTextField
now accepts anIList
of objects as choices when theInputType
is set to
MaterialTextFieldInputType.Choice
. AddedChoicesBindingName
that determines the value of the
property with that name of each object to display. You can still set theChoices
property to use a collection of strings.
This is a feature enhancement found in this issue.- Added new properties
IsSpellCheckEnabled
andIsTextPredictionEnabled
toMaterialTextField
.
This is a feature enhancement found in this issue. - Re-added
Icon
andIconTintColor
properties toMaterialTextField
.
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 ofListView
when renderingMaterialRadioButtonGroup
,MaterialCheckboxGroup
, andMaterialMenuDialog
. - 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.