react-color
Version:
A Collection of Color Pickers from Sketch, Photoshop, Chrome & more
164 lines (93 loc) • 3.85 kB
Markdown
# Changelog
## 2.9.0
- Add Canvas Renderer for SSR [#301](https://github.com/casesandberg/react-color/pull/301)
## 2.8.0
- Vertical Direction for Hue and Alpha [#298](https://github.com/casesandberg/react-color/pull/298)
## 2.7.0
- I Dun Goofed.
## 2.6.0
- Be React Version Agnostic [#297](https://github.com/casesandberg/react-color/pull/297)
## 2.5.0
- Add `circleSize` and `circleSpacing` to CirclePicker [#295](https://github.com/casesandberg/react-color/pull/295)
- Remove React and React DOM Peer Dependencies [#293](https://github.com/casesandberg/react-color/pull/293)
- Update Jest Snapshots for ReactCSS 1.1.0 [#294](https://github.com/casesandberg/react-color/pull/294)
## 2.4.3
- Revert iFrame Mouse Positioning Fix [#286](https://github.com/casesandberg/react-color/pull/286)
- Correct Path for Components in Documentation [#287](https://github.com/casesandberg/react-color/pull/287)
- Use Inline Style on Saturation Component [#288](https://github.com/casesandberg/react-color/pull/288)
- Pass Up Events to `onChange` [#289](https://github.com/casesandberg/react-color/pull/289)
## 2.4.2
- Add react-addons-shallow-compare back to dependencies [#282](https://github.com/casesandberg/react-color/pull/282)
## 2.4.1
- Smaller NPM Package Size [#280](https://github.com/casesandberg/react-color/pull/280)
## 2.4.0 (20 October 2016)
- Add `none` and `top-right` as triangle direction for Block, Github and Twitter
## 2.3.4 (13 October 2016)
- Add `cursor: pointer` to Photoshop Buttons
- Remove correct event listener in `EditableInput`
- Add Individual pickers API Documentation
- Add `Checkboard` to docs
## 2.3.3 (8 October 2016)
- Overwrite Alpha Styles
## 2.3.2 (21 September 2016)
- EditableInput stacking issue fixed
## 2.3.1 (21 September 2016)
- CompactPicker handle hex changes
- Add `name-picker` class to each picker
## 2.3.0 (17 September 2016)
- 6 New Pickers (Block, Github, Twitter, Hue, Alhpa and Circle)
## 2.2.7 (1 September 2016)
- Eslint
## 2.2.6 (25 August 2016)
- Fix Regression: SliderPicker Active State
## 2.2.5 (24 August 2016)
- Add Black -> White scale to Swatches
- Change Travis to `npm run unit-test`
- Modularize Lodash
## 2.2.4 (23 August 2016)
- Move Docs
## 2.2.3 (23 August 2016)
- Upgrade ReactCSS to 1.X.X
- Add NPM ignore
## 2.2.2 (27 July 2016)
- Add click position support for use in iFrames and webviews
## 2.2.1 (26 July 2016)
- Remove extra console.log in Chrome picker
## 2.2.0 (8 June 2016)
- `disableAlpha` on Chrome and Sketch pickers
## 2.1.1 (8 June 2016)
- Fix ChromeFields icon highlight
- Make Deps compatible with 0.14 and 15
- Fix React 15 warnings and Hex Hash Problems
## 2.1.0 (6 March 2016)
- Update Dependencies for React 15
- Fix Tests to Not Rely on Internal Instance
- Fix `e.pageX` from short circuiting
- Remove all z-index
## 2.0.0 (6 March 2016)
- New Import Method
- Remove Positioning
- More Intelligent Rerendering with PureRenderMixin
- Bug Fixes
## 1.3.8 (27 February 2016)
- Add Source to `onChange` and `onChangeComplete`
- Add `#` to hex in `onChage` and `onChangeComplete`
## 1.3.7 (14 February 2016)
- Fix sliderSwatches styles breaking on small widths (#91)
- Upgrade ReactCSS to take advantage of modularized lodash.
## 1.3.6 (January 28, 2016)
- Fix Uppercase Folder Linux Issue ([#84](https://github.com/casesandberg/react-color/issues/84))
## 1.3.5 (January 25, 2016)
- Remove Babel Lodash Plugin
- Fix components to work in Jest tests
## 1.3.4 (January 20, 2016)
- Revert Export to ES5 `module.exports`
## 1.3.3 (January 19, 2016)
- Clean `lib` Dir Before Compiling `lib` for Dist
## 1.3.2 (January 18, 2016)
- Height and Width props on `swatches` component
## 1.3.1 (January 18, 2016)
- Import Specific Lodash Methods
- Upgrade `babel` to 6.x.x
## 1.3.0 (December 9, 2015)
- All The Things