Skip to content

Releases: Remiscan/colori

v1.2.1

26 Aug 01:41
Compare
Choose a tag to compare

This release fixes:

  • an error in the conversion from HWB to HSL when blackness = 100% (because of a division by zero - my bad!)

v1.2.0

23 Aug 15:05
Compare
Choose a tag to compare

This release adds:

  • support for lab and lch color formats
  • blend() and contrast() non-static methods (in JavaScript only)
  • invert() as a negative() alias

Other changes:

  • darken, lighten, desaturate, saturate now scale by default

v1.1.0

23 Jun 02:57
Compare
Choose a tag to compare

This update adds the following functions:

  • greyscale, an alias for desaturate('100%')
  • replace, an alias for change() with option {replace: true}
  • scale, a function that scales the given property by a given percentage

v1.0.0

11 Feb 14:15
Compare
Choose a tag to compare

Initial release of colori.js and colori.php

v0.1.0

21 Aug 21:53
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Pre-release version