react-virtualized
Advanced tools
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)Changelog
9.7.2
React.PropTypes
reference in InfiniteLoader
.Changelog
9.7.1
prop-types
dependency to avoid deprecation warnings for React 15.5+.Changelog
9.6.0
WindowScroller
and Grid
now support horizontal window-scrolling via new autoWidth
property. (@maxnowack - #644)Masonry
component. For more information see issue #640.List
and Table
always overscan 1 row in the direction not being scrolled to better support keyboard navigation (via TAB and SHIFT+TAB). For more information see issue #625.Grid
no longer alters scroll direction for one axis (eg vertical) if a scroll event occurs for another axis (eg horizontal).Changelog
9.4.2
MultiGrid
so that focus outline shows through by default for main (bottom/right) Grid
. Top and left Grid
s are also not tab-focusable by default now since they are scroll-observers anyway.columnWidth
parameter to ColumnSizer
and deprecated getColumnWidth
callback. The callback was not necessary since columnWidth
doesn't change without a re-render and fixed number values perform better in Grid
due to some internal optimizations anyway.