Releases: super-effective/react-color-picker
Releases · super-effective/react-color-picker
3.0.0 (Oct 1, 2023)
2.1.3 (June 20, 2022)
Update dependencies
2.1.2 (March 28, 2021)
- Update dependencies
- Fix issue on Safari where the Saturation Value selector had a height of 0
2.1.1 (February 26, 2021)
Bump revision to align with fixed npm build
2.1.0 (February 26, 2021)
Add ability to pass className
to hue and saturation controls
2.0.2 (February 14, 2021)
Fix issue where updated callback wasn't used due to useCallback
s not having the correct dependencies
2.0.1 (February 14, 2021)
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)
Migrate to TypeScript and update dependencies to the latest versions
1.2.0 (Oct 25, 2020)
- Separate the color picker into components and expose them for custom styling and use
1.1.2 (Aug 18, 2020)
- Disregards passed color prop during interaction to avoid sync issues