Skip to content

Releases: scttcper/tinycolor

v2.2.0

10 Aug 19:12
Compare
Choose a tag to compare

2.2.0 (2018-08-10)

Features

  • export umd package similar to original tinycolor2 (59d37d8)

v2.1.0

02 Aug 18:07
Compare
Choose a tag to compare

2.1.0 (2018-08-02)

Features

  • add default export tinycolor() (0a1630c)

v2.0.1

01 Aug 04:54
Compare
Choose a tag to compare

2.0.1 (2018-08-01)

Bug Fixes

v2.0.0

09 May 07:59
Compare
Choose a tag to compare

2.0.0 (2018-05-09)

Bug Fixes

  • export names not as default, consolidate unnecessary file (950dd59)
  • rename (5869f47)

Features

  • oops remove legacyRandom (6b8d7a6)
  • rename fromRandom to random (a8c7db8)

BREAKING CHANGES

  • fromRandom no longer exported

v1.2.0

07 May 06:46
Compare
Choose a tag to compare

1.2.0 (2018-05-07)

Bug Fixes

Features

  • without count overload fromRandom to return a single TinyColor object (e9a866c)

v1.1.1

02 May 16:36
Compare
Choose a tag to compare

1.1.1 (2018-05-02)

Bug Fixes

v1.1.0

01 May 18:09
Compare
Choose a tag to compare

1.1.0 (2018-05-01)

Bug Fixes

  • allow color wheel values to over/under spin (b9a5f85)
  • move fromRatio and random out of class. Rename random to fromRandom (533723d)

Features

v1.0.0

30 Apr 06:54
Compare
Choose a tag to compare

1.0.0 (2018-04-30)

Bug Fixes

  • consolidate functions into class (d6bce33)
  • enable types for strict mode (83c941c)
  • make equals use self as first param (690597e)
  • pull out mix and readability (4deb83d)
  • remove getter functions for properly named properties (d1eea99)
  • revert type change (7b74a4e)
  • split outdated ms filter into own file (3fbcc40)
  • use project scope (b80a531)
  • use template strings (37fa5fc)

Features