- Overwrite Alpha Styles
- EditableInput stacking issue fixed
- CompactPicker handle hex changes
- Add
name-picker
class to each picker
- 6 New Pickers (Block, Github, Twitter, Hue, Alhpa and Circle)
- Eslint
- Fix Regression: SliderPicker Active State
- Add Black -> White scale to Swatches
- Change Travis to
npm run unit-test
- Modularize Lodash
- Move Docs
- Upgrade ReactCSS to 1.X.X
- Add NPM ignore
- Add click position support for use in iFrames and webviews
- Remove extra console.log in Chrome picker
disableAlpha
on Chrome and Sketch pickers
- Fix ChromeFields icon highlight
- Make Deps compatible with 0.14 and 15
- Fix React 15 warnings and Hex Hash Problems
- Update Dependencies for React 15
- Fix Tests to Not Rely on Internal Instance
- Fix
e.pageX
from short circuiting - Remove all z-index
- New Import Method
- Remove Positioning
- More Intelligent Rerendering with PureRenderMixin
- Bug Fixes
- Add Source to
onChange
andonChangeComplete
- Add
#
to hex inonChage
andonChangeComplete
- Fix sliderSwatches styles breaking on small widths (#91)
- Upgrade ReactCSS to take advantage of modularized lodash.
- Fix Uppercase Folder Linux Issue (#84)
- Remove Babel Lodash Plugin
- Fix components to work in Jest tests
- Revert Export to ES5
module.exports
- Clean
lib
Dir Before Compilinglib
for Dist
- Height and Width props on
swatches
component
- Import Specific Lodash Methods
- Upgrade
babel
to 6.x.x
- All The Things