Skip to content

Releases: color-js/color.js

v0.0.5

19 Feb 16:09
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

What's Changed

  • Fix DeltaEJz algorithm by @facelessuser in #90
  • [Doc][Adaptation] fix CAT example by @Ayc0 in #117
  • [Doc][Adaptation] fix XYZ example by @Ayc0 in #118
  • Reduce npm package size by @ai in #126
  • Remove .min files from npm package by @ai in #129
  • Fix .min cleaning and remove IIFE builds by @ai in #130

New Contributors

  • @Ayc0 made their first contribution in #117
  • @ai made their first contribution in #126

Full Changelog: v0.0.4...v0.0.5

v0.0.4

01 Nov 10:42
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

What's Changed

  • Support for OKLab and OKLCH (color spaces) and deltaEOK (deltaE method)
  • Experimental ACEScc implementation
  • Fix typos: self -> this by @facelessuser in #61
  • chore: use conditional package.json exports by @kripod in #62
  • Fix algorithmic asymmetry by @facelessuser in #65
  • Fix HSV to HSL conversion by @facelessuser in #68
  • Fix conversion issues with HWB and HSL by @facelessuser in #79
  • Acquire luminance from XYZ D65 to match WCAG 2.0 more correctly by @facelessuser in #83
  • Fix error in Delta E algorithm by @facelessuser in #85
  • get: use the actual package name by @Artoria2e5 in #94
  • Fix comparison inconsistencies by @facelessuser in #80
  • package.json: Remove duplicate wrong "main" by @Artoria2e5 in #97
  • docs: minor non-content fixes in color-difference.md by @micgro42 in #88
  • Pass epsilon to spaces that redirect the inGamut check by @facelessuser in #73
  • Various bugfixes and improvements to the math

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

10 Dec 20:01
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Fix keywords.js

v0.0.2

10 Dec 18:15
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
Add new optional module for parsing named colors

v0.0.1

10 Dec 12:39
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Pre-release to be able to publish to npm