rc-color-picker
Version:
color-picker ui component for react
30 lines (16 loc) • 1.24 kB
Markdown
## 1.2.3
- Fix: Manual alpha change does not work [#53](https://github.com/react-component/color-picker/issues/53)
- Fix: delete the word of hex input will be automatically completed [#52](https://github.com/react-component/color-picker/issues/52)
- Refactor: Don't use hardcoded dimensions for Board [!51](https://github.com/react-component/color-picker/pull/51)
## 1.2.2
- compatility react 16 [!50](https://github.com/react-component/color-picker/pull/50)
## 1.2.1
- Fix: Dragging the mouse out of the bounds loses the hue setting [#49](https://github.com/react-component/color-picker/issues/49)
## 1.2.0
- Use tinycolor2 instead colr. fixed [#31](https://github.com/react-component/color-picker/issues/31)[!47](https://github.com/react-component/color-picker/pull/47)
## 1.1.7 2017-07-01
- Added the ability to hide alpha controls, props `enableAlpha` [#43](https://github.com/react-component/color-picker/issues/43)[!45](https://github.com/react-component/color-picker/pull/45)
## 1.1.6 2017-06-30
- Fix typo in class [#44](https://github.com/react-component/color-picker/issues/43)
## 1.1.5 2017-05-20
- Update to be compatible with React 16.x and ^15.5. [!42](https://github.com/react-component/color-picker/pull/42)