All Versions
33
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.3.0 Changes
- (Skipped)
-
v1.2.4 Changes
- โ ๐ Added Flow annotations to memoized methods to avoid a Flow warning for newer versions of Flow
-
v1.2.3 Changes
- ๐ ๐ Relaxed
children
validation checks. They were too strict and didn't support new React APIs likememo
.
- ๐ ๐ Relaxed
-
v1.2.2 Changes
- ๐ Improved Flow types for class component item renderers - (nicholas-l - #77)
-
v1.2.0 Changes
- ๐ฆ ๐ Flow types added to NPM package. (TrySound - #40)
- ๐ Relaxed grid
scrollTo
method to makescrollLeft
andscrollTop
params optional (so you can only update one axis if desired). - #63) - ๐ ๐ Fixed invalid
this
pointer inVariableSizeGrid
that broke theresetAfter*
methods - #58) - โฌ๏ธ Upgraded to babel 7 and used shared runtime helpers to reduce package size slightly. (TrySound - #48)
- โ Remove
overflow:hidden
from inner container (souporserious - #56)
-
v1.1.2 Changes
- ๐ ๐ Fixed edge case
scrollToItem
bug that caused lists/grids with very few items to have negative scroll offsets.
- ๐ ๐ Fixed edge case
-
v1.1.1 Changes
- ๐
๐
FixedSizeGrid
andFixedSizeList
automatically clear style cache when item size props change.
- ๐
๐
-
v1.0.3 Changes
- ๐ Avoid unnecessary scrollbars for lists (e.g. no horizontal scrollbar for a vertical list) unless content requires them.