Releases: hxf31891/react-gradient-color-picker
v3.0.14
Addresses several bugs and enhancements brought forward in recent PRs
- expose config to allow additional customization
- correctly merge passed style object into default styles
- remove unused CSS files
- add HEXA functionality
- fix duplicate ID issue (previous fix in v3.0.12 was incomplete)
v3.0.12
v3.0.11
Next styling fixes
Fixes styling issues that arose on newer versions of Next.js and also brings back disableDarkMode
Switch to translate
Thanks to @StringKe for a great suggestion. This update switches the picker squares movements to translate. Improved performance and animation.
Small style fixes
This version fixes a few small style issues from the previous version, most notably with box-sizing.
It also adds a new function to the useColorPicker hook: handleColor which sets the currently selected gradient points color without overwriting the rest of the gradient value.
v3.0.6
Fixes styling issue for next.js
v3.0.5
Issue #79, hue bug
Fixes issue update color square hue when gradient point changes.
Welcome to v3!
In version 3 the project is converted to TypeScript to improve performance.