Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Mar 3, 2024
1 parent 39b03ea commit 52115f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 52115f2

Please sign in to comment.