Skip to content

Releases: enisn/Xamarin.Forms.InputKit

Release v3.0.8

17 Apr 11:38
Compare
Choose a tag to compare

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

13 Apr 08:32
a65a90e
Compare
Choose a tag to compare

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

03 Apr 08:44
Compare
Choose a tag to compare

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 to After from Before. (This may change at closest major version)

LabelPosition Update

03 Apr 08:01
Compare
Choose a tag to compare

What's New ?

  • Added LabelPosition as Enum ( #111 )
  • Implemented LabelPosition to CheckBox ( #111 )
  • Implemented LabelPosition to RadioButton ( #111 )
  • Implemented LabelPosition to AdvancedEntry for ValidationPosition ( cbdc30d )

Thanks for @hongyue who sends #111 Pull Request.

RadioButton BindableProperties Addition Release

02 Apr 06:49
Compare
Choose a tag to compare

Changes

  • Added IsDisabled BindableProperty to RadioButton ( #108 )
  • Added CircleSizeProperty BindableProperty to RadioButton ( #108 ) (Be careful! It's not still affect on Android)

Thanks for @Khaon who adds these features as a Pull Request

Linker Fix & Rest of Improvement

26 Mar 17:57
Compare
Choose a tag to compare

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

  • Removed extension method 'Contains' from AutoCompleteEntry ( #96 )
  • Removed default shadow of AdvancedEntry ( #97 )
  • Removed icon's space from AdvancedEntry if icon is blank ( #97 )
  • Added BindableProperty for RadioButton's FontFamily ( #98 )
  • CheckBox Pressed animation Update

VisualStates, SelectionView and AdvancedEntry Bug Fixes Update

25 Mar 06:53
Compare
Choose a tag to compare

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 and SelectedItems binding logic is changed.
  • ( #101 ) Prevented Validation Messages displaying at first time for AdvancedEntry.

AdvanedEntry Linker Problem Fix for V2

25 Mar 07:57
Compare
Choose a tag to compare

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

25 Mar 15:11
Compare
Choose a tag to compare
Linker Fix Update Pre-release
Pre-release

About Pre-Release

This version is released for testing if problem resolved or not. It's stable version.

Changes

  • Removed extension method 'Contains' from AutoCompleteEntry ( #96 )
  • Removed default shadow of AdvancedEntry ( #97 )
  • Removed icon's space from AdvancedEntry if icon is blank ( #97 )
  • Added BindableProperty for RadioButton's FontFamily ( #98 )
  • CheckBox Pressed animation Update

AdvancedEntry AnnotationType hotfix

13 Mar 09:51
Compare
Choose a tag to compare

Changes

  • AdvancedEntry AnnotationType Phone and DigitsOnly checks are applied. They work now.
  • Added itself of CheckBox object to CheckBox' ApplyIsCheckedActionand ApplyIsPressedAction. New type is Action<CheckBox, bool>

Released on Nuget: