TinyColor v1.4.2 Release Notes

Release Date: 2020-09-25 // over 2 years ago

Previous changes from v1.0.0

  • ๐Ÿš€ This release changes the API, adding the modification and combination functions onto the instance of the object.

    Instead of tinycolor.desaturate(tinycolor.lighten('red')), now you can run tinycolor("red").lighten().desaturate().

    ๐Ÿš€ All changes for this release: 0.11.2...1.0.0