Releases: MADE-Apps/MADE.NET-UI
v1.6.0
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
- @avikeid2007 made their first contribution in #43
- @tom-made made their first contribution in #85
Full Changelog: v1.5.0...v1.6.0
v1.6.0-preview1
What's Changed
Initial preview version of 1.6.0 including update to Uno 4.2
- 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
New Contributors
- @avikeid2007 made their first contribution in #43
Full Changelog: v1.5.0...v1.6.0-preview1
Release 1.5.0
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
What's Changed
- Updated Uno to 4.1.8 by @jamesmcroft in #27
- #11 - Added RichEditToolbar control by @jamesmcroft in #28
Full Changelog: v1.5.0-preview3...v1.5.0-preview4
Release 1.5.0-preview3
What's Changed
- #15 - Updated DropDownList to support Uno Platform by @jamesmcroft in #16
- #17 - Fixed issue with ChipBox not displaying content by @jamesmcroft in #18
Full Changelog: v1.5.0-preview2...v1.5.0-preview3
Release 1.5.0-preview2
Re-release to include the new ChipBox control
What's Changed
- Updated packaging build configuration by @jamesmcroft in #14
Full Changelog: v1.5.0-preview1...v1.5.0-preview2
Release 1.5.0-preview1
What's Changed
- Migrating Uno components from MADE.NET by @jamesmcroft in #1
- Updated feature template by @jamesmcroft in #12
- #10 - Added ChipBox control by @jamesmcroft in #13
- Bump ColorCode.UWP from 2.0.12 to 2.0.13 by @dependabot in #8
New Contributors
- @jamesmcroft made their first contribution in #1
- @dependabot made their first contribution in #8
Full Changelog: https://github.com/MADE-Apps/MADE-Uno/commits/v1.5.0-preview1