Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@jamesmcroft jamesmcroft released this 28 May 18:30
· 11 commits to main since this release
bf27f3f

Rebranding

Slight alteration to the existing branding from MADE Uno to MADE.NET UI. This library is still very much focused on building great app experiences for Uno Platform, however, we wanted to lean on the MADE.NET branding. No change to code or package names, simply just a rename of the GitHub project and references in docs!

Supporting Uno Platform 4.3

Changes have been made to update the package dependencies for Uno Platform to the latest 4.3 release! 🥳

FluentValidation support for InputValidator

FluentValidation is an incredible .NET data validation framework and it would be silly of us to not support all of its goodness within the InputValidator control.

This release sees a change to the MADE.NET libraries being incorporated to provide the capability to interface out the validator collection implementation. This means that we could put a wrapper around FluentValidation's validation to give you this functionality without any changes to your app (we still support our validator collection!).

Just add the MADE.Data.Validation.FluentValidation NuGet package to your project and you're good to go! You can find more information on the package in the docs and take a look at our sample to find out how to use it in action!

This also means you can create or bring your own custom validation implementations too! 🙌

Media Image library comes to MADE.NET UI

Ported over from the MADE.NET library, the final UI library which includes the LoadStorageFileThumbnailImageBehavior is available. If you've been using the MADE.Media.Image library, you don't need to do anything, just update!

When Uno Platform provides support for image thumbnails, we'll be able to update this behavior to work on all platforms! If you would love to see this feature, go drop a thumbs up and comment on this Uno Platform tracking issue!

What's Changed

  • Bump minimist from 1.2.5 to 1.2.6 in /docs by @dependabot in #40
  • Updated project README with improved NuGet link by @jamesmcroft in #41
  • Navigation fix for Discover UI.Controls.RichEditToolbar button in Documentation by @avikeid2007 in #43
  • Uno 4.2.6 update by @jamesmcroft in #50
  • Adding FluentValidation support for input validator by @jamesmcroft in #53
  • Ported MADE.Media.Image to the Uno libraries by @jamesmcroft in #54
  • Bump Uno.ColorCode.UWP from 2.1.0-uno.32 to 2.1.0-uno.36 by @dependabot in #39
  • MADE.NET preview upgrade for FluentValidation improvement by @jamesmcroft in #55
  • Updated MADE.NET and Uno Platform to latest stable release by @jamesmcroft in #83
  • Bump FluentValidation from 10.4.0 to 11.0.2 by @dependabot in #81
  • #66 - Added change to ensure that custom options for RichEditToolbar are cleared properly by @jamesmcroft in #84
  • Updated brand to MADE.NET UI by @tom-made in #85

New Contributors

Full Changelog: v1.5.0...v1.6.0