Releases: enisn/Xamarin.Forms.InputKit
Releases · enisn/Xamarin.Forms.InputKit
v4.0.0-preview.11
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
v4.0.0-preview.9
What's Changed
Full Changelog: v4.0.0-pre.8...v4.0.0-pre.9
v4.0.0-preview.8
v4.0.0-preview.6
What's Changed
- MAUI Compatibility - IconView, CheckBox and StatefulStackLayout by @enisn in #225
- MAUI Preview 11 by @maxkoshevoi in #235
- MAUI - Checkbox by @enisn in #236
- MAUI - RadioButton by @enisn in #237
- Add AdvancedEntryPage by @enisn in #239
- MAUI - Desktop support by @enisn in #240
- Plainer implementation for AdvancedEntry by @enisn in #241
- Maui Advanced Slider by @enisn in #242
New Contributors
- @maxkoshevoi made their first contribution in #235
Full Changelog: v3.7.0...v4.0.0-pre.6
v4.0.0-preview.5
What's Changed
- MAUI Compatibility - IconView, CheckBox and StatefulStackLayout by @enisn in #225
- MAUI Preview 11 by @maxkoshevoi in #235
- MAUI - Checkbox by @enisn in #236
- MAUI - RadioButton by @enisn in #237
- Add AdvancedEntryPage by @enisn in #239
- Upgraded to MAUI preview.13
New Contributors
- @maxkoshevoi made their first contribution in #235
Full Changelog: v3.7.0...v4.0.0-pre.5
v4.0.0-preview.2
What's Changed
Full Changelog: v3.7.0...v4.0.0-pre.2
Release v3.7.0
Changes
Added
- Android 11.0 support ( #214 )
- Focused & Unfocused event wrapper
FocusedCommand
andUnfocusedCommand
for AdvancedEntry.
Fixed
- Fixed BackgroundColor , Placeholder Properties in AdvancedEntry ( #211 ) thanks to @bassam8642
- Fixed AdvancedEntry Unfocused event ( #180 )