Skip to content

Releases: albi005/MaterialColorUtilities

v0.3.0

11 Apr 08:16
Compare
Choose a tag to compare

v0.2.0

04 Nov 20:21
Compare
Choose a tag to compare

Breaking Changes

Core

  • Colors are now stored using uint instead of int
  • Added support for styles, CorePalette.ContentOf has been replaced

Maui

  • Initialization has been refactored to improve startup performance, check the README
  • Renames:
    • DynamicColorService -> MaterialColorService
    • UseDynamicColor -> UseMaterialColors

Non-breaking changes

  • Nullable reference types have been enabled
  • Added Enumerate method to Scheme that enumerates the colors in the scheme as name-value pairs

Pull requests

Full Changelog: v0.1.2...v0.2.0

v0.1.2

31 Aug 14:07
1c1c15a
Compare
Choose a tag to compare

Fixes crash when using the default DynamicColorService in a trimmed .NET MAUI app.

What's Changed

  • Add DynamicallyAccessedMembers attributes to extension methods by @albi005 in #23

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 Jul 16:46
b1dd609
Compare
Choose a tag to compare

Library changes

Added elevated Surface colors (docs).

Other stuff

We have a new package for .NET MAUI that handles dynamic theming. Also, there are new sample projects for MAUI and Blazor (live version) in the Playground folder. More info in README

Full Changelog: v0.1.0...v0.1.1

0.1.0

24 Apr 08:53
Compare
Choose a tag to compare

What's Changed

  • Rename from Monet to MaterialColorUtilities in #5
  • Scheme can now be easily extended with new colors and mappings. Check README for examples. #6

After 0.0.7:

  • Add new changes from the original repo in #7
  • Add CI/CD in #8
  • Add unit tests in #9
  • Add new changes from the original repo in #10
  • Add/clean up XML documentation in #11

Full Changelog: https://github.com/albi005/MaterialColorUtilities/commits/v0.1.0