react-virtualized
Advanced tools
Changelog
9.17.0
Table
component. Read more about this here. Special thanks to CzBuCHi for the initial proposal and iteration in PRs #946 and #957. (bvaughn - #966)Table
performance for cases with large numbers of columns. (gannunziata - #942)CellMeasurer
with a List
. (OriR - #959)Masonry
component now renders at least one column to avoid an invalid, Infinity height layout issue. (djeeg - #961)className
and style
props added to AutoSizer
component.Changelog
9.16.1
WindowScroller
(TrySound - #953)WindowScroller
(TrySound - #949)WindowScroller
scrollElement prop type (TrySound - #948)AutoSizer
(via the detectElementResize
helper) now supports properly rendering into iframes and child windows (ahutchings - #900)Changelog
9.14.1
WindowScroller
with undefined window
variable.Changelog
9.14.0
serverHeight
and serverWidth
props to WindowScroller
for better server-side rendering support.Changelog
9.12.0
defaultWidth
and defaultHeight
props to AutoSizer
to better support server-side rendering.Changelog
9.11.1
Masonry
component now properly pre-renders as specified by overscanByPixels
Changelog
9.11.0
List
and Grid
scroll snapping / resetting bugfix #825 by @TrySoundMultiGrid
crash due to scrollTo*
prop being NaN
#829 by @mcordova47MultiGrid
invalid tabIndex
prop type #818 by @kalley