UNPKG

react-columns

Version:

React component for rendering columns from a list of children with horizontal ordering

78 lines (59 loc) 1.86 kB
# Changelog Tags: - [New Feature] - [Bug Fix] - [Breaking Change] - [Documentation] - [Internal] - [Polish] ## v1.2.1 (May 25, 2019) - **Internal** - Upgrade to React 16.8.2 ## v1.2.0 (March 17, 2018) - **Internal** - Upgrade to React 16.2.0 [#23](https://github.com/novascreen/react-columns/pull/23) (thanks to [@IreneIrene](https://github.com/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** - [#7](https://github.com/novascreen/react-columns/pull/7) Enable server side rendering (thanks to [@olapersson](https://github.com/olapersson)) - **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.