Skip to content

Releases: enisn/Xamarin.Forms.InputKit

v4.0.0-preview.11

28 Aug 12:09
Compare
Choose a tag to compare
v4.0.0-preview.11 Pre-release
Pre-release

Platform Support

  • WinUI is now partially supported on MAUI 🎉🥳
  • UWP is not partially supported on Xamarin Forms 🎊🎉

What's Changed

  • Fix checkbox wide rendering issue on iOS by @enisn in #261
  • Update MAUI version to 6.0.486 by @enisn in #266
  • AdvancedEntries page crash fix by @enisn in #267
  • Run IconView on windows at least single color by @enisn in #268
  • CheckBox drawing update by @enisn in #269
  • Make RadioButton use Drawings instead of static images by @enisn in #270
  • StatefulLayout windows implementation by @enisn in #271
  • Remove Plainer and AdvancedEntry improvements by @enisn in #272
  • Standard sizes for CheckBox & ReadioButton by @enisn in #273
  • Drop dropdown support for MAUI by @enisn in #274
  • Separate Predefined Shapes from Controls by @enisn in #275
  • AppTheme adaptation for outline colors by @enisn in #276
  • XF Drawing adaptation by @enisn in #277
  • StatefulStackLayout implementation for XF UWP by @enisn in #278

Full Changelog: v4.0.0-pre.10...v4.0.0-pre.11

v4.0.0-preview.10

30 May 19:37
Compare
Choose a tag to compare
v4.0.0-preview.10 Pre-release
Pre-release

What's Changed

  • Fix embedded resource namespaces by @enisn in #257
  • AdvancedSlider Bindable Properties by @enisn in #258
  • Implement SelectionView for MAUI by @enisn in #259

Full Changelog: v4.0.0-pre.9...v4.0.0-pre.10

v4.0.0-preview.9

24 May 21:11
Compare
Choose a tag to compare
v4.0.0-preview.9 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-pre.8...v4.0.0-pre.9

v4.0.0-preview.8

22 Mar 21:33
Compare
Choose a tag to compare
v4.0.0-preview.8 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-pre.6...v4.0.0-pre.8

v4.0.0-preview.6

12 Mar 11:57
4633e91
Compare
Choose a tag to compare
v4.0.0-preview.6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.7.0...v4.0.0-pre.6

v4.0.0-preview.5

11 Mar 16:45
fcc4e86
Compare
Choose a tag to compare
v4.0.0-preview.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.7.0...v4.0.0-pre.5

v4.0.0-preview.2

17 Nov 05:07
b79a87a
Compare
Choose a tag to compare
v4.0.0-preview.2 Pre-release
Pre-release

What's Changed

  • MAUI Compatibility
    • IconView,
    • CheckBox
    • StatefulStackLayout by @enisn in #225

Full Changelog: v3.7.0...v4.0.0-pre.2

Release v3.7.0

06 Apr 21:37
Compare
Choose a tag to compare

Changes

Added

  • Android 11.0 support ( #214 )
  • Focused & Unfocused event wrapper FocusedCommand and UnfocusedCommand for AdvancedEntry.

Fixed

  • Fixed BackgroundColor , Placeholder Properties in AdvancedEntry ( #211 ) thanks to @bassam8642
  • Fixed AdvancedEntry Unfocused event ( #180 )

Release v3.6.0

02 Apr 13:20
d9f7d05
Compare
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
Compare
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 )