Skip to content

Releases: hxf31891/react-gradient-color-picker

v3.0.14

31 Dec 10:24
Compare
Choose a tag to compare

Addresses several bugs and enhancements brought forward in recent PRs

  1. expose config to allow additional customization
  2. correctly merge passed style object into default styles
  3. remove unused CSS files
  4. add HEXA functionality
  5. fix duplicate ID issue (previous fix in v3.0.12 was incomplete)

v3.0.12

30 Dec 23:04
Compare
Choose a tag to compare

Adds fixes for several issues.

  1. border color when value is white
  2. duplicate ids on DOM

Adds new "hidePickerSquare" prop

v3.0.11

08 Nov 09:05
Compare
Choose a tag to compare

Fixes two bugs, hiding UI not working correctly and faulty null checks

Next styling fixes

19 Jul 08:13
Compare
Choose a tag to compare

Fixes styling issues that arose on newer versions of Next.js and also brings back disableDarkMode

Switch to translate

19 Jul 04:03
a76e5ea
Compare
Choose a tag to compare

Thanks to @StringKe for a great suggestion. This update switches the picker squares movements to translate. Improved performance and animation.

Small style fixes

16 Feb 16:58
Compare
Choose a tag to compare

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

16 Feb 14:57
Compare
Choose a tag to compare

Fixes styling issue for next.js

v3.0.5

01 Feb 09:26
Compare
Choose a tag to compare

Removes remote styles

Issue #79, hue bug

31 Jan 12:49
Compare
Choose a tag to compare

Fixes issue update color square hue when gradient point changes.

Welcome to v3!

18 Jan 12:08
4b3c045
Compare
Choose a tag to compare

In version 3 the project is converted to TypeScript to improve performance.