Releases: enisn/Xamarin.Forms.InputKit
Releases · enisn/Xamarin.Forms.InputKit
v4.4.6
v4.4.5
What's Changed
- Change validations default values by @enisn in #340
- Fix initial validation state by @crobibero in #341
- Add BindableProperties to Validations by @enisn in #343
- Add delay to checkbox on android for long texts by @enisn in #347
- Rel 4.2 radiobutton checkbox enhancements by @pikausp in #350
- Update to MAUI 7.0.86 by @enisn in #352
- Fixed an incorrect selection handling by SelectionView by @pikausp in #353
- Add ResetButton function to formview by @enisn in #354
- Enhance AdvancedEntry as visually by @enisn in #355
- Remove deprecated api by @enisn in #356
- Add custom content support to CheckBox & RadioButton by @enisn in #357
- Merge rel-4.4 into dev by @enisn in #360
- fix(RadioButton): fixed behaviour on fast tap by @mikebaumannch in #362
- Fix MaxLengthValidation showing Specified cast is not valid #1 by @Juanoxt890 in #363
- Apply animations only if View is Loaded by @enisn in #369
New Contributors
- @crobibero made their first contribution in #341
- @pikausp made their first contribution in #350
- @mikebaumannch made their first contribution in #362
- @Juanoxt890 made their first contribution in #363
Full Changelog: v4.2.6...v4.4.5
v4.2.6
MAUI ONLY
What's Changed
- CheckBox stretching fix by @enisn in #320
- Update to .NET 7 for MAUI by @enisn in #323
- Drop IconView Support by @enisn in #324
- Event releasing by @enisn in #325
- Child tracking should be in ctor for RadioButtonGroupView by @enisn in #326
- Remove default spacing around controls by @enisn in #328
- Advancedentry binding fix by @enisn in #331
- Accept any View as Submitbutton by @enisn in #333
- FormView SubmitButton fix by @enisn in #334
- Fix selectionview radiobutton & checkbox usage by @enisn in #335
- Fix selectionview checkbox selections by @enisn in #336
- Fix SelectionView disabled states by @enisn in #337
- Expose
Submit
method for FormView by @enisn in #338
Full Changelog: v4.1.5...v4.2.6
v4.1.5
v4.1.2
v4.1.1
4.1.0
What's Changed
- 4.1 advanced entry imagesource by @enisn in #285
- IconView deprecated by @enisn in #286
- Add migration guide to 4.1 by @enisn in #287
- Adapt Xamarin Forms AdvancedEntry to 4.1 by @enisn in #288
- Update versions to
4.1
by @enisn in #289 - Add Xamarin Forms to migration guide to 4.3 by @enisn in #290
- Convert check type to bindable property by @enisn in #291
- SelectionView column calculation fix by @enisn in #292
- True material checkbox by @enisn in #293
- Checkbox CheckChangedEventArgs by @enisn in #294
- 4.1-update-migration-guide by @enisn in #295
- Fix AdvancedEntry entry position by @enisn in #299
- Merge
4.0
into4.1
by @enisn in #301 - Merge
rel-4.1
intodevelop
by @enisn in #302 - Initial Test Structure by @enisn in #304
- Change Validations Logic by @enisn in #305
- Convert Type property of CheckBox to BindableProperty by @enisn in #307
- Add thumbcolor to AdvancedSlider by @enisn in #308
- Update Unit Tests by @enisn in #309
Full Changelog: v4.0.2...v4.1.0
Breaking-Changes
Follow this migration guide for breaking changes
https://enisn-projects.io/docs/en/inputkit/latest/migration-guides/migrating-to-v4.1
4.1.0-preview.2
What's Changed
- IconView deprecated by @enisn in #286
- Add migration guide to 4.1 by @enisn in #287
- Adapt Xamarin Forms AdvancedEntry to 4.1 by @enisn in #288
- Update versions to
4.1
by @enisn in #289 - Add Xamarin Forms to migration guide to 4.1 by @enisn in #290
- Convert check type to bindable property by @enisn in #291
- SelectionView column calculation fix by @enisn in #292
- True material checkbox by @enisn in #293
- Checkbox CheckChangedEventArgs by @enisn in #294
- 4.1-update-migration-guide by @enisn in #295
Full Changelog: v4.0.2...4.1.0-pre.2
v4.0.2
v4.0.0
Major Features
- WinUI is now partially supported on MAUI 🎉🥳
- UWP is now partially supported on Xamarin Forms 🎊🎉
- Most of the components started using drawing instead of rendering images. (This may cause a huge breaking change)
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
- Upgrade to MAUI preview.14 by @enisn in #246
- Xamarin Forms & MAUI separation by @enisn in #247
- Make equal MAUI & XF Implementations by @enisn in #249
- Drop netstandard1.0 Support by @enisn in #250
- Add MonoAndroid.12 Support by @enisn in #251
- Maui update to 6.0.312 by @enisn in #253
- Fix embedded resource namespaces by @enisn in #257
- AdvancedSlider Bindable Properties by @enisn in #258
- Implement SelectionView for MAUI by @enisn in #259
- 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
- Initial Documentation Structure by @enisn in #279
New Contributors
- @maxkoshevoi made their first contribution in #235
Full Changelog: v3.7.0...v4.0.0