All Versions
256
Latest Version
Avg Release Cycle
71 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v9.19.0 Changes
May 16, 2018- โก๏ธ Replaced
componentWillMount
,componentWillReceiveProps
, andcomponentWillUpdate
with async-safe lifecycles in advance of React 16.x deprecation warnings. Added react-lifecycles-compat as a dependency, to ensure backwards compatibility. - Public flow interface for
CellMeasurer
. (diogofcunha - #1058) - ๐ Improved build by setting
sideEffects
tofalse
. (0xR - #1064) - ๐ Fix flow type checks. (RyanLiu0235 - #1066)
- ๐ Rollup for UMD build. (TrySound - #994)
- ๐ Row direction support for
Masonry
(bardiarastin - #1071) - โ Add lint-staged and precommit hooks (TrySound - #1082)
- โ Add
scrollToRow
andscrollToColumn
support for ssr. (microcood - #1072) - โ Add
getTotalRowsHeight
andgetTotalColumnsWidth
toGrid
. (nihgwu - #1022) - ๐ Allow top-right and bottom-left scrollbars in
MultiGrid
be hidden. (RaviDasari - #1040) - ๐ Documentation changes
- Added
forceUpdateGrid
documentation forMultiGrid
. (kartikluke - #1079) - ๐ Fixed typo in
Grid
docs. (r-kot - #1092) - ๐ Fixed typo in
Collection
docs. (skipjack - #1050) - Added dynamically measured images example for
Masonry
. (kirill-konshin - #1081)
- Added
- โก๏ธ Replaced
-
v9.18.5 Changes
January 31, 2018- โช ๐ Revert changes > 9.18.0
<!--
-
v9.18.4
January 31, 2018 -
v9.18.3
January 31, 2018 -
v9.18.2
January 31, 2018 -
v9.18.0 Changes
- โจ Add
onScrollbarPresenceChange
prop toMultiGrid
.
- โจ Add
-
v9.17.1 Changes
- ๐ ๐
CellMeasurer
works properly in iframes and popup windows. (dfdeagle47 - #968)
- ๐ ๐