React Colorpickr Versions Save

A themeable colorpicker with HSL and RGB support for React

10.3.0

1 year ago

10.2.0

1 year ago

10.1.1

1 year ago

10.1.0

1 year ago

10.0.3

1 year ago

10.0.1

1 year ago
  • Fix prepublish command to include .ts,.tsx extensions

10.0.0

1 year ago

10.0.0

v10 has been rewritten in TypeScript and has a new layout for better ergnomics and additional features!

New features

  • Larger x/y canvas for color selection
  • An input field that accepts additional color spaces than HEX
  • And Eyedropper if its supported
  • Click to copy functionaliy
  • A values mode to dial in channel values
  • Bug fixes to address long outstanding issues

Breaking changes

  • channel prop is no longer supported
  • mode has changed to dial or values
  • colorSpace replaces what was previously mode
  • hexInput is no longer passed on onChange.
  • The hex input no longer prints the shortend hex equivalent
  • A pasted hex input no longer retains a previously set alpha value

v9.0.5

1 year ago
  • Drop ternary referencing process.env from source code (#158)