Skip to content

Releases: omgovich/react-colorful

v2.0 (Color models)

18 Aug 15:28
Compare
Choose a tag to compare

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

09 Aug 10:56
Compare
Choose a tag to compare
  • No dependencies (via #6)
  • Fixed: onChange triggers after the component mounting.

v1.1.0

07 Aug 09:25
Compare
Choose a tag to compare

v1.0.1

07 Aug 07:48
Compare
Choose a tag to compare
  • Proper react pragma support. Thanks to @jeetiss

v1.0

06 Aug 19:20
Compare
Choose a tag to compare

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.