chroma.js v1.3.3 Release Notes

    • ➕ added color.clipped
    • ➕ added chroma.distance
    • ➕ added chroma.deltaE
    • color.set now returns a new chroma instance
    • chroma.scale now allows disabling of internal cache
    • chroma.average now works with any color mode
    • ➕ added unit tests for color conversions
    • 0️⃣ use hex colors as default string representation
    • RGB channels are now stored as floats internally for higher precision
    • 🛠 bugfix with cubehelix and constant lightness
    • 🛠 bugfix in chroma.limits quantiles
    • 🛠 bugfix when running scale.colors(1)
    • 🛠 bugfix in hsi2rgb color conversion