Releases: enisn/Xamarin.Forms.InputKit
Releases · enisn/Xamarin.Forms.InputKit
v3.3.0
Release v3.2.2
AdvancedEntry AnnodationType Update
AdvancedEntry Regex Improvements
Release v3.1.0
This PR brings v3.1.0
features.
What is new ?
SelectionView
now has 2 new types:SingleCheckBox
andMultipleRadioButton
(See #168 for details.)- SelectionView Multiple selection binding improvements
What is fixed?
Issue Fixing Update
Changes
Fixes
- Change IconColor cast tpye (Fix for #162)
- Call base focus & unfocus methods in AdvancedEntry (Fix for #130)
Changes
- Marked Obsolete useless contructors of RadioButton (Related with #148)
Please check yourRadioButton
initializations from cs files. All consturctors with parameters is deprecated. They'll be removed next major version.
Checkbox IconColor Update
What's new?
IconColor
is added to CheckBox.- This property is null by default. If you set a color, that color will be applied always for checked state icon, if not checkbox will make a decision between Black and White depending on color of box.
Release v3.0.13
Changes
- Removed
monoandroid81
support. It'll not be targetted anymore. - Changed Project SDK to
MSBuild.Sdk.Extras
fromMicrosoft.NET.Sdk
- Merged #158 PR
- This prevents
missing default constructor
error when you set Linker settings of a project is set to full
- This prevents