Skip to content

Releases: elusivecodes/FrostColor

v4.0

24 Dec 08:26

Choose a tag to compare

  • Removed mutable Color.
  • Renamed ColorImmutable to Color.
  • Converted to ES6 module.

v3.0.3

19 May 11:06

Choose a tag to compare

  • Removed scheme.

v3.0.2

19 May 11:05

Choose a tag to compare

  • Fixed various precision rounding issues.

v3.0.1

15 May 13:12

Choose a tag to compare

  • Added trim to fromHSLString method.
  • Added trim to fromRGBString method.
  • Added round to alpha hex calculation in _getHex method.
  • Added comment to _toHex method in Helpers JS.
  • Fixed error message in fromHSLString method.
  • Updated README.

v3.0

12 Jul 11:34

Choose a tag to compare

  • Added support for alternate RGB/HSL formats.
  • Modified toHSLString method to output in alternate format.
  • Modified toRGBString method to output in alternate format.
  • Removed fromRGBAString method.
  • Removed fromHSLAString method.
  • Updated tests.

v2.0.8

11 Jun 07:03

Choose a tag to compare

  • Updated NPM.

v2.0.7

08 May 05:43

Choose a tag to compare

  • Updated NPM.

v2.0.6

23 Mar 12:56

Choose a tag to compare

  • Modified color2 argument to be optional in findContrast method.

v2.0.5

14 Mar 11:15

Choose a tag to compare

  • Added findContrast method.

v2.0.4

01 Mar 10:47

Choose a tag to compare

  • Added contrast static method.