Skip to content

Releases: graypegg/chromatism

v3.0.0

Choose a tag to compare

@graypegg graypegg released this 14 Sep 12:12

This is a major, breaking version bump, but all the following changes should make chromatism one of, if not the smallest colour libraries available (when using ES6 modules).

Added ES6 module
Added Uniform hue-shifting transforms (Using HSLuv)
Added More efficient conversion chain
Removed Function Chaining
Removed Illuminant + Transformation Matrix constants

v2.6.0

Choose a tag to compare

@graypegg graypegg released this 01 Jun 03:23

Added a few new CIE colour modes, and HSLuv, which will lead to more accurate contrast/chroma/saturation comparison functions in the future!

Also added a CCT colour temperature function

v2.5.8

Choose a tag to compare

@graypegg graypegg released this 28 May 00:04

This release adds some type script definitions from @bdoss, and a pkg.module ES6 module to the build step from @TehShrike! We're also using Rollup instead of webpack, which cleans up a lot of hack-y garbage from before. This hopefully puts the library on track to be 100% ES6 soon.