Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

73 lines (56 loc) · 1.75 KB

Changelog

Tags:

  • [New Feature]
  • [Bug Fix]
  • [Breaking Change]
  • [Documentation]
  • [Internal]
  • [Polish]

v1.2.0 (March 17, 2018)

  • Internal
    • Upgrade to React 16.2.0 #23 (thanks to @IreneIrene)
    • Update nwb to the latest version

v1.1.0 (September 09, 2017)

  • Bug Fix
    • Update columns when queries prop changes
    • Update reference to es build folder in package.json from jsnext to module
  • Internal
    • Upgraded to prop-types
    • Updated dependencies via Greenkeeper

v1.0.2 (February 08, 2017)

  • Internal
    • Remove lodash.min (the only dependency)
    • Update nwb via Greenkeeper

v1.0.1 (January 07, 2017)

  • Bug Fix
    • Fix Travis build
    • Re-add missing gh-pages module

v1.0.0 (January 07, 2017)

  • New Feature
  • Internal
    • Update dependencies

v0.2.2 (May 30, 2016)

  • Bug Fix
    • fixed column percentage for IE

v0.2.1 (April 30, 2016)

  • Internal
    • Fixed some propTypes related warnings

v0.2.0 (April 30, 2016)

  • Internal
    • Switched to using float for columns instead of CSS3 Multiple column layout
    • Removed lodash.times
    • Added propTypes
  • Documentation
    • added documentation for new rootStyles property
    • added missing documentation for className property

v0.1.2 (April 11, 2016)

  • Bug fix
    • cross browser compatibility
  • Documentation
    • refactored and improved demo

v0.1.1 (April 11, 2016)

  • Bug fix
    • use inline styles to fix missing styles.css in build

v0.1.0 (April 10, 2016)

First public release.