Skip to content

Releases: enisn/Xamarin.Forms.InputKit

Release v3.6.0

02 Apr 13:20
d9f7d05

Choose a tag to compare

Changes

Fixed

  • Dropdown arrow size fixed ( #114 , #209 )
  • Dropdown TextColor and Color not working consitently #207

Added

  • Added missing dropdown Color bindable property ( #210 )

Hotfix - v3.4.4

24 Nov 16:57

Choose a tag to compare

Summary

This version includes some fixes.

Changes

  • Exposed missing properties of CheckBox ( 9e99c64 )
  • Updated MsBuild.Sdk version to v2.1.2 ( 74b7c63 )

v3.3.0

27 Apr 11:26

Choose a tag to compare

Changes

  • Make default value as true when Command or CanExecute is null, .( #188 )
  • Change default value of CanExecute as true for CheckBox ( #186 )
  • Dropdown improvements ( #187 )
    • Add ArrowImage property to dropdown
    • Make fields protected

Release v3.2.2

04 Mar 11:24

Choose a tag to compare

Solved Issues:

Merged PRs:

Credits:

Special thanks for:

AdvancedEntry AnnodationType Update

02 Mar 08:35
e101ccb

Choose a tag to compare

Merged PRs:

Solved Issues:

AdvancedEntry Regex Improvements

02 Mar 06:52
3262dd6

Choose a tag to compare

Merged PRs:

Solved Issues

Release v3.1.0

22 Jan 19:58
198a9db

Choose a tag to compare

This PR brings v3.1.0 features.

What is new ?

  • SelectionView now has 2 new types: SingleCheckBox and MultipleRadioButton
    (See #168 for details.)
  • SelectionView Multiple selection binding improvements

What is fixed?

  • #170 RadioButton TextFontSize problem fix
  • #171 AdvancedEntry return button crash fix
  • #164 SelectedItems binding fixes

Issue Fixing Update

19 Oct 10:50

Choose a tag to compare

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 your RadioButton initializations from cs files. All consturctors with parameters is deprecated. They'll be removed next major version.

Checkbox IconColor Update

07 Oct 09:49

Choose a tag to compare

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

03 Oct 17:34

Choose a tag to compare

Changes

  • Removed monoandroid81 support. It'll not be targetted anymore.
  • Changed Project SDK to MSBuild.Sdk.Extras from Microsoft.NET.Sdk
  • Merged #158 PR
    • This prevents missing default constructor error when you set Linker settings of a project is set to full