Skip to content

Tags: creativescala/doodle

Tags

v0.28.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace HSL with OkLCh (#182)

Switch from HSL to OkLCh color. OkLCh color has much better properties for design, so it completely
replaces the uses we had for HSL.  Colors can still be created from HSL, but the internal representation
is RGB or OkLCh.

- Correct names of a few colors. E.g. hotpink -> hotPink
- Simplify API for creating colors
- Update code and docs as necessary
- Dependency updates
- Add Tailwind color palette
- Add Crayola color palette

v0.27.0

Prepare for 0.27 release

v0.26.0

Release 0.26.0

v0.25.0

Release 0.25

v0.24.0

Minor fix

v0.23.0

Prepare for 0.23 release

v0.22.0

Delete file after creating it

v0.21.0

Update workflows

v0.20.0

Ignore images in documentation

They are generated by code

v0.19.0

Prepare for 0.19 release