v5.0.0
Breaking
- Remove support for
hsv
,hwb
,ansi
, and CSS keyword colors- These color types added bloat and were rarely used. As a result, this package should now be lighter and faster to import.
- If you need those colors, you can use
color-convert
, which is what we used to depend on.