All Versions
256
Latest Version
Avg Release Cycle
71 days
Latest Release
-

Changelog History
Page 7

  • v8.11.3 Changes

    • โž• Adding missing scrollToRow method to List and Table (as pass-thrus for Grid.scrollToCell).
    • ๐Ÿ›  ๐Ÿ› Bugfixes with MultiGrid resize handling and caching. (@codingbull - #552)
    • ๐Ÿ’… ๐Ÿ› List checks it row-style object has been frozen before modifying width; (fix for upcoming React 16 change).
    • ๐Ÿ›  ๐Ÿ› MultiGrid better handles case where rowCount === fixedRowCount.
  • v8.11.2 Changes

    • ๐Ÿ—„ ๐Ÿ› Added MultiGrid method measureAllCells; deprecated misnamed measureAllRows method.
  • v8.11.1 Changes

    • ๐Ÿ ๐Ÿ› Fixed regression in WindowScroller when browser is resized. (@andrewbranch - #548)
  • v8.11.0 Changes

  • v8.10.0 Changes

    • ๐Ÿ ๐ŸŽ‰ WindowScroller supports custom target element via a new scrollElement prop; defaults to window for backwards compatibility. (@andrewbranch - #481)
    • ๐Ÿ‘ ๐Ÿ› MultiGrid supports onScroll property. (@Pana - #536)
    • ๐ŸŽ‰ New id-based CellMeasurer cell size cache, idCellMeasurerCellSizeCache. (@bvaughn - #538)
  • v8.9.0 Changes

    • ๐Ÿ†• New MultiGrid reduces the boilerplate required to configure a Grid with fixed columns and/or rows.
    • 0๏ธโƒฃ defaultTableRowRenderer passes new rowData param to event handlers (in addition to index).
    • ๐Ÿ’… ๐Ÿ› Styles are no longer cached while scrolling for compressed lists (@nickclaw - #527)
    • ๐Ÿ› Cell cache is reset once InfiniteLoader load completes (@nickclaw - #528)
    • โž• Add loose-envify support for Browserify users (@chrisvasz - #519, #523)
    • ๐Ÿ‘ dom-helpers dependency relaxed to support 2.x and 3.x versions (@danez - #522)
    • ๐Ÿ’… ๐Ÿ› Collection no longer drops its overflow style in certain conditions; see facebook/react/issues/8689 for more info.
  • v8.8.1 Changes

    ๐Ÿ›  Fixed a bug with Grid style-cache that caused stale cell-sizes to be used when Grid resized.

  • v8.8.0 Changes

    ๐Ÿ’… Grid now temporarily caches inline style objects to avoid causing shallow compare to fail unnecessarily (see PR 506).

    ๐Ÿ’… AutoSizer internal detectElementResize library now no longer creates duplicate <style> tags when unmounted and remounted (see PR 507).

  • v8.7.1 Changes

    ๐Ÿ‘€ Reverted part of the change introduced in version 8.6.0 that changed the behavior regarding controlled/uncontrolled scrollTop and scrollLeft props and Grid in a way that was not backwards compatible. (See issue #490 for more.)

  • v8.7.0 Changes

    โž• Added updatePosition to WindowScroller to handle case when header items change or resize. WindowScroller also better handles window resize events.