TinyColor v1.4.2 Release Notes
Release Date: 2020-09-25 // over 2 years ago-
No data yet ๐
You can check the official repo
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 runtinycolor("red").lighten().desaturate()
.๐ All changes for this release: 0.11.2...1.0.0