Skip to content

Releases: super-effective/react-color-picker

3.0.0 (Oct 1, 2023)

01 Oct 21:08
85f130d
Compare
Choose a tag to compare

Upgrade dependencies including React to version 18

2.1.3 (June 20, 2022)

20 Jun 18:25
9387ec5
Compare
Choose a tag to compare

Update dependencies

2.1.2 (March 28, 2021)

28 Mar 19:31
39ac3d1
Compare
Choose a tag to compare
  • Update dependencies
  • Fix issue on Safari where the Saturation Value selector had a height of 0

2.1.1 (February 26, 2021)

27 Feb 03:34
8655ea1
Compare
Choose a tag to compare

Bump revision to align with fixed npm build

2.1.0 (February 26, 2021)

27 Feb 02:47
cb8a8a7
Compare
Choose a tag to compare

Add ability to pass className to hue and saturation controls

2.0.2 (February 14, 2021)

15 Feb 04:07
f319003
Compare
Choose a tag to compare

Fix issue where updated callback wasn't used due to useCallbacks not having the correct dependencies

2.0.1 (February 14, 2021)

14 Feb 21:38
55858ee
Compare
Choose a tag to compare

Fix: Position calculation when picker is in a container that has a fixed position
Patch: Update React to version 17

2.0.0 (February 14, 2021)

14 Feb 17:54
cfddbd8
Compare
Choose a tag to compare

Migrate to TypeScript and update dependencies to the latest versions

1.2.0 (Oct 25, 2020)

25 Oct 05:41
8ff10a4
Compare
Choose a tag to compare
  • Separate the color picker into components and expose them for custom styling and use

1.1.2 (Aug 18, 2020)

18 Aug 15:14
92c4fee
Compare
Choose a tag to compare
  • Disregards passed color prop during interaction to avoid sync issues