All Versions
13
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.1 Changes
- ๐ Make transform coordinates round to the nearest integer to avoid blurriness. Thank you @xaviergonz
-
v0.7.0 Changes
- โ Add
itemComponent
props. Thank you @solomonhawk ! #35
- โ Add
-
v0.6.0 Changes
- โ Add
rtl
props. Thank you @azizghuloum !
- โ Add
-
v0.5.0 Changes
- โ Add
horizontal
props. Thank you @ilyalesik !
- โ Add
-
v0.4.0 Changes
- โ Add
onLayout
props. Thanks for @jarib !
- โ Add
-
v0.3.0 Changes
- โ Add
gridRef
props. Thanks for @mquandalle and @derwydd !
- โ Add
-
v0.2.2 Changes
- ๐ 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.
- ๐ Fix calculations for percentage columns width #16
-
v0.2.1 Changes
- ๐ Support for React v15.5.x ~ (add
prop-types
package) #2 - ๐ Fix lint and typechecking (flowtype)
- โก๏ธ Update devDependencies
- ๐ Support for React v15.5.x ~ (add
-
v0.1.1 Changes
- ๐ Fix transition animation when sort order changed
- โก๏ธ Update demo page (Added shuffle button)