Releases: enisn/Xamarin.Forms.InputKit
Release v3.0.8
Changes
- Changed MbAutoCompleteTextField Register name ( #120 )
- Updated Mono Android target framework to monoandroid90 ( #121 )
- Removed platform based implementation (CrossInputKit.Current returns null)
- Changed default value of CircleSize ( #108 & #117 ) Still waiting review
- Fixed BoxBackgroundColor behavior of CheckBox ( #119 )
RadioButton improvements Update
Changes
Removed cyclical dependency between RadioButtonGroup.SelectedItem and SelectedIndex and the Checked property on RadioButton.
Added RadioButton.Checked event.
Fixed functionality where explicitly setting a RadioButton's Checked property would not result in the ViewModel being changed.
- Merged Pull Request ( #118 )
Thanks for @vchelaru for this Pull Request
Default Value of LabelPosition HotFix
About HotFix
LabelPosition feature was merged at v3.0.6 from this pr (#111 ). Default value of LabelPosition was Before because it's first member in enum. That changed to prevent future unexpected design issuees for migrating projects from older version.
Changes
LabelPosition
default value changed toAfter
fromBefore
. (This may change at closest major version)
LabelPosition Update
RadioButton BindableProperties Addition Release
Linker Fix & Rest of Improvement
About
This release contains highly important update for Dropdown
on Android and rest of improvements and bug fixes.
Changes
- AdvancedEntry - Default e-mail check is improved
- Added BackgroundColor BindableProperty to AdvancedEntry and prevented calling base BackgroundColor property when it used
- Made RadioButtonGroupView able to listen deeper children RadioButtons ( #73 )
- Made FormView able to listen deeper children IValidatable elements, too ( #73 )
- Optimized size of RadioButtons without Text
- Fixed dropdown crash on Android
- Updated Config.Init() problem on Android
- Updated dropdown arrow's size and position
Changes from v3.0.4-pre1
VisualStates, SelectionView and AdvancedEntry Bug Fixes Update
Summary
This update contains bug fixes about some of renderers crash on iOS and AdvancedEntry bug fixes. SelectionView's selection logic is changed, too.
Changes
- ( #102 ))VisualStates exported to external control which is StatefulStackLayout from StackLayout. This prevents crashes of your rest of project while using StackLayouts.
- CheckBox, RadioButton and RadioButtonGroupView inherited from new StatefulStackLayout. (you should check their apperance if something changed or not)
- ( #100 ) SelectionView
SelectedItem
andSelectedItems
binding logic is changed. - ( #101 ) Prevented Validation Messages displaying at first time for AdvancedEntry.
AdvanedEntry Linker Problem Fix for V2
Changes
- ( #103 ) Removed String.Split method from AdvancedEntry's Email Check and used regex to prevent Linker Problem at v2.x.x
Linker Fix Update
About Pre-Release
This version is released for testing if problem resolved or not. It's stable version.