Releases: Baseflow/XF-Material-Library
Releases · Baseflow/XF-Material-Library
1.3.0.5
1.3.0.4
1.3.0.3
1.3.0.1
1.3.0
- Added
MaterialIconButton
andMaterialSlider
. - Replaced
MaterialMenu
toMaterialMenuButton
. The latter inherits fromMaterialIconButton
. - Added new properties
PressedBackgroundColor
andDisabledBackgroundColor
to Material buttons. - Refactored
MaterialButtonRenderer
in iOS. Instead of adding negative margin to shrink the view, it now changes theUIView.Layer.Frame
property by decreasing the width and height by 12. - Refactored
MaterialTextField
:- Added new input type
Choice
, along with a new propertyChoices
. 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 totrue
, removes the left and right padding of the text field. FloatingPlaceholderEnabled
property, when set totrue
, reduces the height of the text field from 72 to 56.
- Added new input type
- Adjusted the bounds some of modal dialogs.
- Fixed an interaction bug in Android when using
PopupPage
fromRg.Plugins.Popup
library. - Fixed issue 26.
- Fixed issue 31.
1.3-pre1
- Added
MaterialIconButton
,MaterialSlider
. - Refactored
MaterialMenu
andMaterialButtonRenderer
. - Fixed
MaterialTextField
top padding issue.