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