- Added: add
sequential
prop to distribute children by height sequentially by @yangchristina
- Added: add typescript types by @zvonimirr
- Added: allow custom masonry and item HTML tags by @zvonimirr
- Added: add inner width as default by @artemijkurganov
- Fixed: Un even column items when Masonry child is invalid by @sarathjasrin
- Added: ES6 modules build
- Added: CommonJS build
- Added: UMD build
- Added: Demo
- Added: Tests
- Added:
style
prop
- Fixed: SSR
- Added: img alt for a11y accessibility
- Updated: react v16 as a peer dependency
- Added: custom className support
- Added: single node children support
- Fixed: do not reset this.container
- Updated: handle default columns count
- Added:
files
to package.json
- Updated: Use
npm
to publish package
- Updated:
react
version to15.5
- Added:
prop-types
package inpeerDependencies
- Removed:
browser
field inpackage.json
- Removed:
dist
task inpackage.json
- Removed:
watch
task inpackage.json
- Removed:
webpack
dev dependency
- Added:
gutter
prop onMansory
component
- Added:
Masonry
component - Added:
ResponsiveMasonry
component