Skip to content

Releases: radial-color-picker/color-wheel

v2.2.4 (Dec 10, 2020)

10 Dec 17:12
Compare
Choose a tag to compare

Maintenance release for updating dev dependencies.

Others

  • npm: Upgrade dependencies (84b915c)

v2.2.3 (Dec 10, 2020)

10 Dec 16:55
Compare
Choose a tag to compare

Maintenance release for updating dev dependencies.

Others

  • npm: Upgrade dependencies (f84a520)

v2.2.2 (May 8, 2020)

08 May 19:06
Compare
Choose a tag to compare

Maintenance release for updating dev dependencies.

Others

  • npm: Upgrade dependencies (12d386b)

v2.2.1 (April 14, 2020)

14 Apr 19:17
Compare
Choose a tag to compare

Maintenance release for updating dev dependencies.

Others

  • npm: Upgrade dependencies (095a81b)

v2.2.0 (Jun 18, 2019)

21 Jun 13:29
Compare
Choose a tag to compare

Maintenance release for upgrading dev dependencies.

Others:

  • npm: Upgrade build packages (46781da)
  • Use JS config files for better future compat (962f14b)

v2.0.0 (Nov 24, 2018)

24 Nov 14:19
Compare
Choose a tag to compare

Notable changes of this release is unit testing with automated CI builds and upgrades to latest Rollup & Babel.

Docs

  • Update contribution docs and add commit convention examples (701e6a4)
  • readme: Add CircleCI status badge (56d01d5)

Others

  • Add Prettier (682b2b3)
  • tests: Setup CircleCI (20dbae8)
  • tests: Setup unit tests with Jest (adcfb36)
  • build: Update rollup to latest version (1cbe09e)
  • build: Drop support for IE 11 when transpiling (7cbce09)
  • build: Replace butternut with babel-minify and add banner (611887c)
  • build: Upgrade babel to v7 (aff4636)

v1.0.0 (July 22, 2018)

22 Jul 18:48
Compare
Choose a tag to compare

While the release doesn't contain any new features, bugfixes or code improvements the version bump to 1.0.0 highlights the fact that the API is stable enough to be used in the other repos.

Docs

  • readme: Add code of conduct and contributing (1dec86b)

Others

  • Upgrade dependencies to latest & lock the version number (c2acc15)
  • Remove NPM lock file and add it to ignored files (b2225ea)

v1.0.0-beta.1 (July 22, 2018)

22 Jul 12:48
Compare
Choose a tag to compare
Pre-release

This is a pre-release version of the Color Wheel. API most likely won't change and for the most part the only thing left to do before v1.0.0 are finishing touches on the docs and to add examples.

Docs

Others

  • Upgrade dependencies to latest & lock the version number (c2acc15)
  • Remove NPM lock file and add it to ignored files (b2225ea)

v0.2.0 (April 29, 2018)

29 Apr 20:13
Compare
Choose a tag to compare

Features

  • build: Add support for older browsers (bb4fd5e)

Initial release 0.1.0 (March 25, 2018)

25 Mar 15:17
Compare
Choose a tag to compare

Features

  • Add paintColorWheelToCanvas API for generating a rainbow conic gradient (db5863c).

Others

  • Add rollup to generate esm, cjs and umd dist files (f023e79).
  • Integrate .editorconfig (222660b)