All Versions
33
Latest Version
Avg Release Cycle
-
Latest Release
-

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 like memo.
  • v1.2.2 Changes

    • ๐Ÿ› Improved Flow types for class component item renderers - (nicholas-l - #77)
  • v1.2.1 Changes

    • ๐ŸŽ‰ Improved Flow types to include optional itemData parameter. (TrySound - #66)
    • ๐Ÿ› VariableSizeList and VariableSizeGrid no longer call size getter functions with invalid index when item count is zero.
  • v1.2.0 Changes

    • ๐Ÿ“ฆ ๐ŸŽ‰ Flow types added to NPM package. (TrySound - #40)
    • ๐ŸŽ‰ Relaxed grid scrollTo method to make scrollLeft and scrollTop params optional (so you can only update one axis if desired). - #63)
    • ๐Ÿ›  ๐Ÿ› Fixed invalid this pointer in VariableSizeGrid that broke the resetAfter* 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.
  • v1.1.1 Changes

    • ๐Ÿ’… ๐Ÿ› FixedSizeGrid and FixedSizeList automatically clear style cache when item size props change.
  • v1.1.0 Changes

    • ๐ŸŽ‰ Use explicit constructor and super to generate cleaner component code. (Andarist - #26)
    • โšก๏ธ ๐ŸŽ‰ Add optional shouldForceUpdate param reset-index methods to specify forceUpdate behavior. (nihgwu - #32)
  • v1.0.3 Changes

    • ๐Ÿ› Avoid unnecessary scrollbars for lists (e.g. no horizontal scrollbar for a vertical list) unless content requires them.