GitPedia
mapbox

mapbox/react-colorpickr

A themeable colorpicker with HSL and RGB support for React

8 Releases
Latest: 3y ago
10.3.0Latest
AlexanderBelokonAlexanderBelokon·3y ago·March 13, 2023
GitHub
10.2.0
tristentristen·3y ago·March 8, 2023
GitHub
10.1.1
tristentristen·3y ago·February 13, 2023
GitHub
10.1.0
tristentristen·3y ago·February 13, 2023
GitHub
10.0.3
tristentristen·3y ago·February 10, 2023
GitHub
10.0.1
tristentristen·3y ago·February 9, 2023
GitHub

📋 Changes

  • Fix `prepublish` command to include `.ts,.tsx` extensions
10.0.0
tristentristen·3y ago·February 9, 2023
GitHub

📦 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
tristentristen·3y ago·October 29, 2022
GitHub

📋 Changes

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