This repository has been archived by the owner on May 9, 2024. It is now read-only.
Releases: trungnt2910/ColorPicker.Maui
Releases · trungnt2910/ColorPicker.Maui
1.0 - New ColorPicker
A few breaking changes:
- Made the setter for
PickedColor
public and implemented the setter forPickedColorProperty
. - Replaced the argument for
PickedColorChanged
event fromColor
toPickedColorChangedEventArgs
. - 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 theColorPicker
.
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
- Everything from the original project.
- Fixed nor0x#1.