Releases: radial-color-picker/rotator
Releases · radial-color-picker/rotator
v3.0.2 (Dec 10, 2020)
v3.0.1 (May 6, 2020)
v2.1.1 (April 11, 2020)
v2.1.0 (Jun 18, 2019)
v2.0.1 (Jan 6, 2019)
v2.0.0 (Nov 24, 2018)
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)
Bugfixes
- rotator: Normalize setter values outside [0-359] degree range (3cf9c18)
v1.0.0 (July 22, 2018)
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)
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)