Skip to content

Releases: d3/d3-color

v3.1.0

28 Mar 22:48
7a1573e
Compare
Choose a tag to compare

v3.0.1

05 Jun 18:22
7d61bbe
Compare
Choose a tag to compare
  • Make build reproducible.

v3.0.0

04 Jun 23:15
611e1c3
Compare
Choose a tag to compare
  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v2.0.0

19 Aug 22:00
@Fil Fil
Compare
Choose a tag to compare

This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-color 1.x or use a transpiler.

v1.4.1

20 Aug 00:50
Compare
Choose a tag to compare
  • Fix parsing of 4- and 8-digit hexadecimal transparent colors. #52

v1.4.0

25 Sep 20:28
Compare
Choose a tag to compare
  • Add support for parsing 4- and 8-digit hexadecimal colors. #60 Thanks, @zerovox!
  • Add sideEffects: false to the package.json.

v1.3.0

02 Aug 00:18
Compare
Choose a tag to compare

v1.2.8

28 Jun 04:34
Compare
Choose a tag to compare
  • Revert chroma clamping in hcl.toString. (#33)

v1.2.7

28 Jun 02:48
Compare
Choose a tag to compare
  • Account for rounding when determining whether a color is displayable.

v1.2.6

27 Jun 20:13
Compare
Choose a tag to compare
  • Implement chroma clamping in hcl.toString. (#33)
  • Fix achromatic representation of white in HCL colorspace (again).