UNPKG

1.24 kBMarkdownView Raw
1## 1.2.3
2
3- Fix: Manual alpha change does not work [#53](https://github.com/react-component/color-picker/issues/53)
4- Fix: delete the word of hex input will be automatically completed [#52](https://github.com/react-component/color-picker/issues/52)
5- Refactor: Don't use hardcoded dimensions for Board [!51](https://github.com/react-component/color-picker/pull/51)
6
7## 1.2.2
8
9- compatility react 16 [!50](https://github.com/react-component/color-picker/pull/50)
10
11## 1.2.1
12
13- Fix: Dragging the mouse out of the bounds loses the hue setting [#49](https://github.com/react-component/color-picker/issues/49)
14
15## 1.2.0
16
17- 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)
18
19## 1.1.7 2017-07-01
20
21- 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)
22
23## 1.1.6 2017-06-30
24
25- Fix typo in class [#44](https://github.com/react-component/color-picker/issues/43)
26
27## 1.1.5 2017-05-20
28
29- Update to be compatible with React 16.x and ^15.5. [!42](https://github.com/react-component/color-picker/pull/42)