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