7.3.0 (2024-09-13)
7.2.2 (2024-07-30)
- Replace
pointer
event withmouse
event andtouch
event 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: none
to preventpointercancel
(be5bfd0)
7.0.1 (2023-08-04)
7.0.0 (2023-08-03)
- Remove
model
arg inuseColor()
- Remove
width
prop in<ColorPicker />
component - Remove
onChangeComplete
prop in<ColorPicker />
component - Replace
hideHEX
,hideRGB
andhideHSV
tohideInput
prop in<ColorPicker />
component - Replace
alpha
tohideAlpha
prop in<ColorPicker />
component - Remove
dark
prop in<ColorPicker />
component - Replace
toColor()
toColorService
- Rename
Color
,ColorRGB
andColorHSV
types inIColor
,IColorRgb
andIColorHsv
- Replace
react-color-palette/lib/css/styles.css
toreact-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
dark
prop in<ColorPicker />
component (91d0ca6) - Remove
model
arg inuseColor()
(91d0ca6) - Remove
onChangeComplete
prop in<ColorPicker />
component (91d0ca6) - Remove
width
prop in<ColorPicker />
component (91d0ca6) - Rename
Color
,ColorRGB
andColorHSV
types inIColor
,IColorRgb
andIColorHsv
(91d0ca6) - Replace
alpha
tohideAlpha
prop in<ColorPicker />
component (91d0ca6) - Replace
hideHEX
,hideRGB
andhideHSV
tohideInput
prop in<ColorPicker />
component (91d0ca6) - Replace
react-color-palette/lib/css/styles.css
toreact-color-palette/css
(91d0ca6) - Replace
toColor()
toColorService
(91d0ca6)
- Add
types
inexports
field (#51) (91d0ca6) - Add check for
NaN
alpha 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
ColorPicker
default export - Rename
HSB
->HSV
- Add
ESModule
support. (e534a6d) - Remove
ColorPicker
default export (f51c337) - Rename
HSB
->HSV
(bf741e3)
4.1.0 (2021-04-16)
- Now
Saturation
is 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)