- Make transform coordinates round to the nearest integer to avoid blurriness. Thank you @xaviergonz
- Add
itemComponent
props. Thank you @solomonhawk ! #35
- Add
rtl
props. Thank you @azizghuloum !
- Add
horizontal
props. Thank you @ilyalesik !
- Add
onLayout
props. Thanks for @jarib !
- Add
gridRef
props. Thanks for @mquandalle and @derwydd !
- Fix calculations for percentage columns width #16
Thanks @mquandalle! - Migrate from react-addons-transition-group to react-transition-group. #17
- Remove setState warning that occurs after unmounting.
- Support for React v15.5.x ~ (add
prop-types
package) #2 - Fix lint and typechecking (flowtype)
- Update devDependencies
- Fix transition animation when sort order changed
- Update demo page (Added shuffle button)
- Support column percentage width
- Change waiting for size calculation of react-sizeme before rendering
- Fix warning when deleted before appear
- Remove propTypes warning when there is no children
- Fix files field in package.json
- First release.