Skip to content

Latest commit

 

History

History
88 lines (37 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

88 lines (37 loc) · 1.82 KB

0.7.1

  • Make transform coordinates round to the nearest integer to avoid blurriness. Thank you @xaviergonz

0.7.0

0.6.0

0.5.0

0.4.0

  • Add onLayout props. Thanks for @jarib !

0.3.0

0.2.2

  • 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.

0.2.1

  • Support for React v15.5.x ~ (add prop-types package) #2
  • Fix lint and typechecking (flowtype)
  • Update devDependencies

0.2.0

0.1.1

  • Fix transition animation when sort order changed
  • Update demo page (Added shuffle button)

0.1.0

New feature

  • Support column percentage width

Bugfix

  • Change waiting for size calculation of react-sizeme before rendering
  • Fix warning when deleted before appear
  • Remove propTypes warning when there is no children

0.0.2

  • Fix files field in package.json

0.0.1

  • First release.