Skip to content

Releases: opendevtools/wcag-color

Best out of two colors

11 Mar 10:22
Compare
Choose a tag to compare

v1.0.0...v1.1.0

Scores and lightness

05 Mar 19:29
Compare
Choose a tag to compare

This release adds score and scoreFromRatio. It fixes a bug with lightness values and simplifies when foreground and background colors are exactly the same.

Breaking changes

  • Old score function moved to ratio where it should've been in the first place.

Commits

  • docs: update headings d238a5d
  • feat: add score (#7) 5835af5
  • fix: correct lightness value (#6) 4925a75
  • refactor: handle same foreground and background color de12b4d
  • chore: add build-test action eed5c9b
  • docs: add build badge d9aa6f8
  • chore(build): add travis build ff81258

v0.1.0...v1.0.0

First release

05 Mar 13:16
Compare
Choose a tag to compare

Commits

  • chore: update package.json information edf9ba1
  • docs: add readme c242d14
  • chore(build): add build of npm package 977f4cf
  • chore(typings): add rei files b3204d9
  • feat: split components, handle hex short hand 06cce2b

cd44f37...v0.1.0