diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9917a..b81b782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -698,12 +698,12 @@ The following are **minor breaking changes** from version 1.1.5, they mostly con These are the topics I currently have on the TODO list for this package. Do you have a new suggestion and idea? Feel free to open a [suggestion or issue](https://github.com/rydmike/flex_color_picker/issues) in the repo. -- [ ] Additional controls for selecting active picker, maybe a custom slider and ToggleButtons. -- [ ] Add one more color picker type _advanced_, using only sliders as controls. -- [ ] Add support for other color formats than RGB. -- [ ] Maybe: Add selected colors to the custom colors section. -- [ ] Finalize tests. -- [x] Add more tests. +- [ ] Additional controls for selecting active picker, maybe a custom slider and ToggleButtons, probably also a dropdown. +- [ ] Add one more color picker type _advanced_, using sliders as controls for the other formats. +- [ ] Add support for other color formats than RGB, HSL, HSV, CMYK, M3 HCT. +- [ ] Add possibility to in picker add selected colors to a custom picker. +- [ ] Reactor the code to prepare for making a major new version 4.0.0. +- [x] Add more tests, now at 84%, pretty good now, but even more tests are always welcome. - [x] Release the stable version 2.0.0 - [x] Add GitHub actions for test, analyze, coverage, build and web demo deployment. - [x] Add a simpler optional async dialog picker function that returns selected color.