Skip to content

Releases: radial-color-picker/rotator

v3.0.2 (Dec 10, 2020)

10 Dec 17:31
Compare
Choose a tag to compare

Maintenance release for updating dev dependencies.

Others

  • npm: Upgrade dependencies (b2e6bda)

v3.0.1 (May 6, 2020)

08 May 18:55
Compare
Choose a tag to compare

Notable changes of this release is that rotation starts at touchstart/mousedown and the knob is immediately rotated do the tapped/clicked spot.

Features

  • Track drag from touchstart/mousedown (eab760d)

Others

  • npm: Upgrade dependencies (85be5b8)

v2.1.1 (April 11, 2020)

11 Apr 19:22
Compare
Choose a tag to compare

Maintenance release for updating dev dependencies.

Others

v2.1.0 (Jun 18, 2019)

21 Jun 13:30
Compare
Choose a tag to compare

Maintenance release for updating dev dependencies.

Others

  • npm: Upgrade build packages (103e796)

v2.0.1 (Jan 6, 2019)

08 Jan 12:04
Compare
Choose a tag to compare

Bugfixes

  • Init dragging only when the main mouse button is pressed (d0d592d)

Others

  • Upgrade dependencies to latest version (5150c55)

v2.0.0 (Nov 24, 2018)

24 Nov 14:12
Compare
Choose a tag to compare

Notable changes of this release is the added support for uninterrupted dragging when mouse cursor leaves the element, e2e tests with automated CI builds, upgrades to latest Rollup & Babel and a new Sandbox for easier development.

Features

  • Allow uninterrupted dragging when cursor leaves the element (c479ce0)

Bugfixes

  • PascalCase the exported UMD constructor function (8c00f96)

Docs

  • Update contribution docs and add commit convention examples (3d06d05)
  • readme: Add CircleCI status badge (d1a4fa7)

Others

  • Add Prettier (f079395)
  • tests: Add tests for angle setter (117f581)
  • build: Add reset button to Sandbox (7f03cb1)
  • tests: Add tests for init & rotate behavior (8ec2d34)
  • tests: Setup circleci (18eb974)
  • tests: Setup e2e tests (34333a2)
  • npm: Run build step before publishing pkg (bf41e7f)
  • build: Upgrade babel to v7 and replace butternut with babel-minify (f6e451a)
  • build: Add Sandbox (ea7e02e)

v1.0.1 (July 28, 2018)

28 Jul 10:06
Compare
Choose a tag to compare

Bugfixes

  • rotator: Normalize setter values outside [0-359] degree range (3cf9c18)

v1.0.0 (July 22, 2018)

22 Jul 18:27
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: Fix Back To Top link and add import to example (e8f1964)

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

21 Jul 14:40
Compare
Choose a tag to compare
Pre-release

This is a pre-release version of the Rotator. 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.

Performance Improvements

  • core: Remove unnecessary angle rad-deg-rad conversion (8132de1)
  • core: Remove speed & inertia to improve drag responsiveness (0314075)
  • core: Update CSS only if the new angle is different (b90392c)

Docs

Others

  • Upgrade rollup to latest version (d22a265)
  • Remove NPM lock file and add it to ignored files (b74a48c)
  • Upgrade & lock down dependencies (41d6dd9)
  • Prevent default behaviour of move event only when active (7933432)
  • Move active flag to drag init logic (ef9ae3f)
  • Simplify options init (d29ae07)
  • Simplify lifecycle hooks (a40192d)
  • Remove unused virtual angle (04ab760)

v0.4.0 (April 29, 2018)

29 Apr 19:51
Compare
Choose a tag to compare

Features

  • build: Add support for older browsers (65503e7)

Others