react-virtualized
Advanced tools
Changelog
9.10.1
window
reference bugfixGrid.defaultProps
bugfixChangelog
9.10.0
Grid
uses requestAnimationFrame
instead of setTimeout
for improved scroll-ended debounce timing (@guilhermefloriani - #742)onRowRightClick
prop added to Table
(@damian-codilime - #741)Table
component now allow children that extend Column
(@CptLemming - #748)containerProps
prop added to Grid
(@implausible - #778)Grid
accessibility improved via better aria attributes (@smockle - #744)CellMeasurererCache.clearAll
also sets row and column counts (@tcosentino - #796)Changelog
9.9.0
InfiniteLoader
API method resetLoadMoreRowsCache
accepts optional parameter to auto-reload most recent range of rows. (@BamaBoy - #704)MultiGrid
now supports scrolling when hovering over fixed rows or columns by way of new enableFixedColumnScroll
and enableFixedRowScroll
props. (@danalloway - #708)WindowScroller
supports new configurable scrollingResetTimeInterval
prop (similar to Grid
). (@djeeg - #728)Grids
locked with ScrollSync
. (@nathanpower - #727)onScrollbarPresenceChange
prop added to Grid
.Changelog
9.8.0
WindowScroller
supports scrollToIndex
prop. (@leoasis - #643)ArrowKeyStepper
to be used as a controlled component. (@mking-clari - #688)handleScroll
method on Grid
to better support custom scrollbars. (@5angel - #693)WindowScroller
to prevent calling setState
when unmounted. (@liorbrauer - #689)Grid
where setting an initial scroll-to offset with a height
or width
of 0 caused the scroll-to prop to be ignored when size later changed. (#691)Changelog
9.7.6
Table
column cells and headers. (@jchen527 - #681)CellMeasurer
restores width
and height
style
values after measuring to avoid edge-case layout bugs. (@marcelmokos - #675)Changelog
9.7.5
CellMeasurerCache
by removing some unnecessary computations for fixed-width/fixed-height use cases. (@RaviDasari - #676)MultiGrid
ensures correct row/column indices are passed to CellMeasurerCache
for top-right and bottom Grid
s. (#670)Changelog
9.7.4
nonce
attribute to AutoSizer
for better Content Security Policy compliance. (@akihikodaki - #663)Column
renderers now accept a columnIndex
parameter as well. This allows multiple Table
columns to more easily use CellMeasurer
to compute the min row height. (@BamaBoy - #662)