Skip to content

Releases: gka/chroma.js

chroma 1.3.3

06 Apr 15:59
@gka gka
Compare
Choose a tag to compare
  • bugfix in chroma.limits quantiles
  • bugfix when running scale.colors(1)
  • bugfix in hsi2rgb color conversion
  • added unit tests for color conversions

chroma 1.3.1

04 Apr 11:33
@gka gka
Compare
Choose a tag to compare

chroma 1.3.0

04 Apr 10:15
@gka gka
Compare
Choose a tag to compare
  • added chroma.distance
  • added chroma.deltaE
  • chroma.average now works with any color mode
  • color.set returns a new chroma instance
  • storing RGB channels as floats internally for higher precision
  • chroma.scale now allows disabling of internal cache
  • fixed bug with cubehelix and constant lightness

chroma.js 1.1.1

18 Aug 13:51
@gka gka
Compare
Choose a tag to compare
v1.1.1

Update readme.md

chroma.js 1.0.1

02 Jul 04:20
@gka gka
Compare
Choose a tag to compare
  • added simple color output to chroma.scale().colors()

Before:

chroma.scale('RdYlGn').domain([0,1], 5).colors()
// returns ['#a50026', '#f88d52', '#ffffbf', '#86cb66', '#006837']

Now:

chroma.scale('RdYlGn').colors(5)

chroma.js 1.0.0

02 Jul 03:41
@gka gka
Compare
Choose a tag to compare
  • refactored the entire codebase so every function sits in its own file, requiring other files it needs. chroma.js now uses mbloch/catty to resolve inter-dependencies.
  • numeric interpolation now does what it should
  • changed argument order in Color::interpolate

chroma.js 0.8.0

02 Jun 13:57
@gka gka
Compare
Choose a tag to compare

v0.7.8

02 Jun 04:26
@gka gka
Compare
Choose a tag to compare

chroma.js 0.7.4

01 Jun 04:36
@gka gka
Compare
Choose a tag to compare

lots of things, been lazy drafting new releases.

  • chroma.num()
  • chroma.random()
  • chroma.blend()
  • several fixes..

chroma.js 0.6.1

21 Oct 13:10
@gka gka
Compare
Choose a tag to compare
  • rounding RGB values in CSS output (fixed #35)