7.3.1 (2025-08-07)
7.3.0 (2024-09-13)
7.2.2 (2024-07-30)
- Replace
pointerevent withmouseevent andtouchevent for better support across different environments (671a74e)
7.2.1 (2024-07-12)
7.2.0 (2024-06-27)
7.1.1 (2024-04-10)
7.1.0 (2023-09-07)
7.0.4 (2023-08-12)
7.0.3 (2023-08-09)
- Add resize support (003f052)
7.0.2 (2023-08-04)
- Add
touch-action: noneto preventpointercancel(be5bfd0)
7.0.1 (2023-08-04)
7.0.0 (2023-08-03)
- Remove
modelarg inuseColor() - Remove
widthprop in<ColorPicker />component - Remove
onChangeCompleteprop in<ColorPicker />component - Replace
hideHEX,hideRGBandhideHSVtohideInputprop in<ColorPicker />component - Replace
alphatohideAlphaprop in<ColorPicker />component - Remove
darkprop in<ColorPicker />component - Replace
toColor()toColorService - Rename
Color,ColorRGBandColorHSVtypes inIColor,IColorRgbandIColorHsv - Replace
react-color-palette/lib/css/styles.csstoreact-color-palette/css
- Add CSS-like values support in
useColor()(91d0ca6) - Add responsive support (#22) (91d0ca6)
- Add RSC support (Next.js 13 App Router) (91d0ca6)
- Add touch support (#20) (91d0ca6)
- Enable alpha-channel by default (91d0ca6)
- Export
<Saturation />,<Hue />and<Alpha />components (91d0ca6) - Implement update state from props in
useColor()(#38) (91d0ca6) - Remove
darkprop in<ColorPicker />component (91d0ca6) - Remove
modelarg inuseColor()(91d0ca6) - Remove
onChangeCompleteprop in<ColorPicker />component (91d0ca6) - Remove
widthprop in<ColorPicker />component (91d0ca6) - Rename
Color,ColorRGBandColorHSVtypes inIColor,IColorRgbandIColorHsv(91d0ca6) - Replace
alphatohideAlphaprop in<ColorPicker />component (91d0ca6) - Replace
hideHEX,hideRGBandhideHSVtohideInputprop in<ColorPicker />component (91d0ca6) - Replace
react-color-palette/lib/css/styles.csstoreact-color-palette/css(91d0ca6) - Replace
toColor()toColorService(91d0ca6)
- Add
typesinexportsfield (#51) (91d0ca6) - Add check for
NaNalpha value inhex2rgb()(#33) (91d0ca6)
6.2.0 (2021-11-11)
6.1.0 (2021-07-22)
6.0.0 (2021-06-26)
hideHSB->hideHSV(#14)
5.0.0 (2021-04-28)
- Remove
ColorPickerdefault export - Rename
HSB->HSV
- Add
ESModulesupport. (e534a6d) - Remove
ColorPickerdefault export (f51c337) - Rename
HSB->HSV(bf741e3)
4.1.0 (2021-04-16)
- Now
Saturationis adiv(5dd224a)
4.0.0 (2021-04-03)
3.1.0 (2021-02-25)
- Fixed the display of fields (4ddc02f)
- Rewritten and improved code. (a58ea61)