Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Aug 17, 2024
1 parent a733f8f commit a57362f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

### 3.0.0
* 🎉 NEW: add support for modern CSS color spaces `lab()`, `lch()`, `oklab()`, `oklch()`.
* 🎉 NEW: you can now control the standard white reference point for the CIE Lab and CIE Lch color spaces.
* 🎉 NEW: you can now control the standard white reference point for the CIE Lab and CIE Lch color spaces via `setLabWhitePoint`.
* chroma.css will no longer return legacy CSS colors like `rgb(255, 255, 0)` but modern CSS colors like `rgb(255 255 0)`.
* you can now use chroma.js both via the default export as well as named exports in ES6.

### 2.6.0
* 🎉 NEW: add [`color.shade()`](#color-shade), [`color.tint()`](#color-shade).
Expand Down

0 comments on commit a57362f

Please sign in to comment.