Skip to content

Releases: MADE-Apps/MADE.NET-UI

v1.6.0

28 May 18:30
bf27f3f
Compare
Choose a tag to compare

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

v1.6.0-preview1

22 Apr 13:52
f05515f
Compare
Choose a tag to compare
v1.6.0-preview1 Pre-release
Pre-release

What's Changed

Initial preview version of 1.6.0 including update to Uno 4.2

New Contributors

Full Changelog: v1.5.0...v1.6.0-preview1

Release 1.5.0

16 Mar 19:37
c11cbba
Compare
Choose a tag to compare

What's Changed

Split UI from MADE.NET

This is the first release of a MADE.NET UI library separate to the main MADE.NET repo. The change is purely structural and has no implications on existing MADE.UI libraries.

This repo will be a continuation of supporting a cross-platform .NET UI with Uno Platform.

@jamesmcroft in #1

Added support for Uno 4.1

Released early March 2022, the MADE UI libraries have been updated to support the latest Uno Platform 4.1 release!

Added Chip and ChipBox UI elements

A new cross-platform UI element to provide a chip-based input control for Uno Platform. Taking advantage of the AutoSuggestBox the control allows a user to input multiple values that are displayed to the user.

More information can be found in the docs

Added DropDownList support for Uno Platform

Originally introduced as a Windows-only control, with recent changes to the Uno Platform, this control has been updated to fully support cross-platform apps.

The DropDownList builds on the default ComboBox control to provide multi-select functionality.

More information can be found in the docs

@jamesmcroft in #16

Added RichEditToolbar UI element

Currently a Windows-only UI control, the RichEditToolbar is the RichEditBox equivalent of a Windows InkToolbar. It provides the ability to alter the text style, font size, and text colors, as well as providing the capability for custom options.

More information can be found in the docs

@jamesmcroft in #28

Added UI Data Converters

Introduced in this release, the UI Data Converters library builds on the MADE.NET Data Converters library providing support for converting values in XAML bindings.

More information can be found in the docs

@jamesmcroft in #30

Full Changelog: 9635182...v1.5.0

Release 1.5.0-preview4

14 Mar 10:29
7986008
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.5.0-preview3...v1.5.0-preview4

Release 1.5.0-preview3

28 Feb 20:24
5b43723
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.5.0-preview2...v1.5.0-preview3

Release 1.5.0-preview2

25 Feb 10:11
2b3d1e7
Compare
Choose a tag to compare
Pre-release

Re-release to include the new ChipBox control

What's Changed

Full Changelog: v1.5.0-preview1...v1.5.0-preview2

Release 1.5.0-preview1

25 Feb 08:55
7fe6925
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/MADE-Apps/MADE-Uno/commits/v1.5.0-preview1