All Versions
31
Latest Version
Avg Release Cycle
51 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v6.3.0 Changes
- ๐ Support React 17
-
v6.2.1 Changes
- ๐ Fixes bug on unmounting compononent with disablesImagesLoaded set to true
-
v6.2.0 Changes
April 13, 2018- ๐ columnWidth TypeScript interface now also supports HTMLElement or null
- ๐ transitionDuration TypeScript interface now also supports a string
-
v6.1.1 Changes
April 13, 2018๐ New Features
- โ Adds ability to pass in
imagesloaded
options to be passed on by React Masonry Component - โ Adds
number
type to the transitionDuration property on the Options TypeScript Interface
๐ Bug Fixes
- โ Removes old imagesloaded listeners so there is only ever 1 active listener.
- Correctly cleans up reference to imagesloaded handlers when the component is unmounted
- โ Adds ability to pass in
-
v6.1.0
March 31, 2018 -
v6.0.2 Changes
December 14, 2017- ๐ Allows gutter to be a number or string (Typescript)
- ๐จ Refactors item reloading to prevent race conditions
-
v6.0.1 Changes
October 22, 2017- โ Removes string style refs
-
v6.0.0 Changes
October 07, 2017- โก๏ธ Updates React peer dependencies to include [email protected]
- ๐ Uses Lodash library as dependency instead of individual lodash methods
- ๐ Fixes children.length check on diff
-
v5.0.7 Changes
June 04, 2017- โ Adds
horizontalOrder
to TypeScript Masonry options Interface
- โ Adds
-
v5.0.6 Changes
May 31, 2017- โ Adds support for TypeScript string columnWidth