react-virtualized
Advanced tools
Changelog
8.11.2
MultiGrid
method measureAllCells
; deprecated misnamed measureAllRows
method.Changelog
8.11.1
WindowScroller
when browser is resized. (@andrewbranch - #548)Changelog
8.11.0
scrollToCell
public method added to Grid
.Changelog
8.9.0
MultiGrid
reduces the boilerplate required to configure a Grid
with fixed columns and/or rows.defaultTableRowRenderer
passes new rowData
param to event handlers (in addition to index
).InfiniteLoader
load completes (@nickclaw - #528)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.Changelog
8.8.1
Fixed a bug with Grid
style-cache that caused stale cell-sizes to be used when Grid
resized.