react-virtualized
Advanced tools
Changelog
9.0.4
Changelog
9.0.2
CellMeasurerCache
based on user-feedback for the new API.columnCount
from 0 wouldnt properly restore previous scrollToRow
offset (and vice versa for rowCount
and scrollToColumn
)Grid
and Collection
to move some state-setting logic related to offsets from componentWillUpdate
to componentWillReceiveProps
. This change should have no externally visible impact. (#585)Changelog
9.0.1
WindowScroller
and mocked window
objectVersion 9 changes and upgrade steps are described in detail on the version 9 pull request.
Changelog
8.11.4
ColumnSizer
when verifying child is either a Grid
or a MultiGrid
. (#558)Changelog
8.11.3
scrollToRow
method to List
and Table
(as pass-thrus for Grid.scrollToCell
).MultiGrid
resize handling and caching. (@codingbull - #552)MultiGrid
better handles case where rowCount === fixedRowCount
.