Releases: Remiscan/colori
Releases · Remiscan/colori
v1.2.1
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
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
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
Initial release of colori.js and colori.php