- Add onImagesLoaded event
- Use lodash.assign instead of own extend function
- Add option to fire imagesloaded after each image is loaded
- Call masonry.destroy() on component unmount
- Fix layout of prepended elements
- Fix peer dependency typos...(derp)
- Update React peer dependencies to include >=15.0.0
- Update masonry-layout to ^4.0.0
- Add peer dependency on React >= 0.14
- No longer need to pass in React or execute component as a function
- Use NPM dependencies instead of forked dependencies
- Allow addition of custom props
- Remove < React 0.14 compatibility.
- Compatible with React 0.14 and above only