Skip to content

Releases: mapbox/react-colorpickr

10.3.0

13 Mar 16:34
4fc5f1c
Compare
Choose a tag to compare

10.2.0

08 Mar 14:35
Compare
Choose a tag to compare
tag

10.1.1

13 Feb 22:29
Compare
Choose a tag to compare
tag

10.1.0

13 Feb 19:27
Compare
Choose a tag to compare
tag

10.0.3

10 Feb 19:04
Compare
Choose a tag to compare
tag

10.0.1

09 Feb 17:40
Compare
Choose a tag to compare
  • Fix prepublish command to include .ts,.tsx extensions

10.0.0

09 Feb 17:06
Compare
Choose a tag to compare

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

29 Oct 01:57
Compare
Choose a tag to compare
  • Drop ternary referencing process.env from source code (#158)