Releases: radial-color-picker/react-color-picker
v4.0.1 (Dec 24, 2023)
v4.0.0 (Dec 24, 2023)
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
- Update readme (2d8042a)
Others
v3.0.0 (Dec 11, 2020)
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
- Update docs (f9c9934)
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)
Docs
- Update docs (1d8dab8)
v2.0.0 (April 16, 2020)
v1.0.0 (Aug 5, 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 component is production-ready now. 🎉
Docs
- readme: Add ecosystem section (e7c2cd0)
v1.0.0-beta.1 (Aug 5, 2018)
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)