Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Releases: trungnt2910/ColorPicker.Maui

1.0 - New ColorPicker

15 Sep 08:03
c826d2a
Compare
Choose a tag to compare

A few breaking changes:

  • Made the setter for PickedColor public and implemented the setter for PickedColorProperty.
  • Replaced the argument for PickedColorChanged event from Color to PickedColorChangedEventArgs.
  • The sample project has been updated to reflect the new APIs. Users of the demo app can set the color from both the Entry and the ColorPicker.

Demo app:

2022-09-15.15-01-18.mp4

This release also includes documentation hosted here.

Full Changelog: v0.1...v1.0

0.1 - First fork release

15 Sep 07:54
34a45fe
Compare
Choose a tag to compare
  • Everything from the original project.
  • Fixed nor0x#1.