Skip to content

Latest commit

 

History

History
115 lines (65 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

115 lines (65 loc) · 2.18 KB

Changelog

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)

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