Skip to content

Releases: davidmerfield/randomColor

Added URL to build

20 Jul 23:01
Compare
Choose a tag to compare

As per #41, randomColor's source includes license info and a URL to this repo

Fixed undefined bug when called with no parameters

07 Jul 17:47
Compare
Choose a tag to compare

Added seeding

28 Jun 19:12
Compare
Choose a tag to compare

randomColor({seed: 120}) will now return the same color each time! Thanks to @koide for this feature.

Moved from HSV to HSL

27 Jan 19:50
Compare
Choose a tag to compare

As per #27 randomColor now returns HSL colors instead of HSV colors since CSS only supports HSL.

New distributions

02 Jun 04:07
Compare
Choose a tag to compare

Added component.json and package.json

Initial release

02 Jun 03:53
Compare
Choose a tag to compare
0.1.0

tidied up whitespace