@terrazzo/react-color-picker
Version:
React color picker that supports Color Module 4, wide color gamut (WCG), and Display-P3 using WebGL for monitor-accurate colors. Powered by colorjs.io.
61 lines (35 loc) • 1.61 kB
Markdown
# @terrazzo/react-color-picker
## 0.3.0
### Minor Changes
- [#702](https://github.com/terrazzoapp/terrazzo/pull/702) [`587dbff`](https://github.com/terrazzoapp/terrazzo/commit/587dbffac40ac0735cf1cb70a2554d918b91807c) Thanks [@asevich](https://github.com/asevich)! - [react-color-picker]: restrict color space dropdown via `colorSpaces` prop to ColorPicker component
## 0.2.2
### Patch Changes
- Minor WebGL fixes & perf optimizations
## 0.2.1
### Patch Changes
- Fix color bug for out-of-gamut colors, minor performance improvements
## 0.2.0
### Minor Changes
- ⚠️ Breaking: use [Color.js](https://colorjs.io) for color operations. This improves performance and reduces code by being a closer implementation to CSS Module 4 and DTCG colors than Culori.
## 0.1.3
### Patch Changes
- [#516](https://github.com/terrazzoapp/terrazzo/pull/516) [`652c1d1`](https://github.com/terrazzoapp/terrazzo/commit/652c1d173838439d9197853daa254b22cfe041b4) Thanks [@drwpow](https://github.com/drwpow)! - Update React, fix install instructions
- Updated dependencies [[`652c1d1`](https://github.com/terrazzoapp/terrazzo/commit/652c1d173838439d9197853daa254b22cfe041b4)]:
- @terrazzo/use-color@0.1.4
- @terrazzo/icons@0.1.1
- @terrazzo/tiles@0.1.3
## 0.1.2
### Patch Changes
- Updated dependencies []:
- @terrazzo/tokens@0.1.0
- @terrazzo/use-color@0.1.2
- @terrazzo/tiles@0.1.2
## 0.1.1
### Patch Changes
- Updated dependencies []:
- @terrazzo/tokens@0.1.0
- @terrazzo/use-color@0.1.1
- @terrazzo/tiles@0.1.1
## 0.0.7
### Patch Changes
- Bugfixes thanks to [@lilnasy](lilnasy)