Releases: omgovich/react-colorful
Releases · omgovich/react-colorful
v2.0 (Color models)
Additional color models (input/output formats) support (via #11):
Name | Value example |
---|---|
RGB | { r: 255, g: 255, b: 255 } |
RGB String | "rgb(255, 255, 255)" |
HSL | { h: 0, s: 0, l: 100 } |
HSL String | "hsl(0, 0%, 100%)" |
HSV | { h: 0, s: 0, v: 100 } |
v1.2.0
v1.1.0
- Migrate from
color-fns
to@swiftcarrot/color-fns
which is 40% lighter.
v1.0.1
v1.0
The first stable release.
- UI by Andrey Geranin.
- Styles customization support.
- The library size is 1 KB. Installed
size-limit
to control the size. - Outstanding performance. Uses hooks and functional components only.
- Setup
uvu
to run simple tests of the internal utils. - The only dependency is the modular tree-shakable
color-fns
library.