Skip to content

Releases: radial-color-picker/react-color-picker

v4.0.1 (Dec 24, 2023)

24 Dec 13:09
Compare
Choose a tag to compare

Bugfixes

  • Incorrect module export field (a062422)

v4.0.0 (Dec 24, 2023)

24 Dec 12:37
Compare
Choose a tag to compare

This is a maintenance release which mostly removes legacy cruft such as Safari 13 conic-gradient polyfill and MS Edge 18 hack for mask-image which shaves off 0.7 KB from the final build. Internal dependencies and minimum React peerDependency were bumped. Non-minified builds and CJS build are no longer provided. The UMD build is deprecated and will be removed in a future version of the package, so consider using the ESM builds only.

See the migration guide for more info.

Build

  • Migrate build system to Vite (436e119)

Docs

Others

  • Remove conic-gradient polyfill and outdated edge@18 hack (7bef15e)
  • Upgrade and reformat with latest Prettier (92777b7)

v3.0.0 (Dec 11, 2020)

11 Dec 12:54
Compare
Choose a tag to compare

This is a feature parity release which brings better accessibility out of the box with screen reader support, improved UX with a knob that starts following the mouse cursors as soon as touchdown/mousedown events are dispatched, support for using the color picker as uncontrolled component and an improved event system that closely matches the specs.

See the migration guide for more info.

Features

  • Add SSR support (54fdf62)
  • Add TypeScript support (941a578)
  • Add a11y and support for uncontrolled component (34426c6)

Bugfixes

  • Use transparent inner circle instead of opaque white (915f95f)

Docs

Others

  • Add sandbox page for easier development (37b53a3)
  • npm: Upgrade dependencies (de360de, 63aa72d)
  • Rewrite with hooks (b83d883)
  • Adjust output paths (1b907f5)
  • Show warnings for incorrect params only in development mode (6c03743)
  • Clean up build system (41f2799)
  • npm: Update keywords (1179e6f)
  • npm: Bump minimum version of React (e8d6595)

v2.0.1 (April 16, 2020)

16 Apr 20:05
Compare
Choose a tag to compare

Docs

v2.0.0 (April 16, 2020)

16 Apr 19:42
Compare
Choose a tag to compare

Features

  • feat: Port v2 features from vue color picker. Closes #1 (0175897)

Others

v1.0.0 (Aug 5, 2018)

05 Aug 15:58
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 component is production-ready now. 🎉

Docs

  • readme: Add ecosystem section (e7c2cd0)

v1.0.0-beta.1 (Aug 5, 2018)

05 Aug 15:30
Compare
Choose a tag to compare
Pre-release

This is a Beta pre-release version of the React Radial Color Picker. 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.

Bugfixes

  • core: Don't prevent non-arrow keydown events while the component is focused (d2e2a9d)

Others

  • Lock down dependencies and loosen react peer dependency (70d0f8e)

Initial release 0.1.0 (Aug 4, 2018)

05 Aug 14:43
Compare
Choose a tag to compare
Pre-release

Features

  • core: Port color picker features from Vue package (da38c0b)

Others

  • build: Use vanilla Rollup build system instead of nwb (4bebbcf)
  • docs: Update example in docs (0ee8eb4, be963f5)