react-virtualized
Advanced tools
Changelog
4.6.2
Replaced single occurence of Number.isNaN
with isNaN
to avoid IE compatibility issues. Maybe in the future I will add a polyfill dependency but I did not intend to introduce this without a major version bump so I'm removing it.
Changelog
4.6.1
Removes event.stopPropagation
since it was unnecessary to prevent keyboard event bubbling, only to prevent the default browser behavior.
Changelog
4.6.0
Relocated a couple of static style properties from inline style object to exported CSS file for easier customization.
Added Grid__cell
and VirtualScroll__row
classes.
Changelog
4.5.0
Added onScroll
callback to Grid
, FlexTable
, and VirtualScroll
.
Added scrollToCell
method to Grid
and scrollToRow
to FlexTable
, and VirtualScroll
.
Changelog
4.4.3
Added -ms-flex
and -webkit-flex
browser prefixes to FlexTable
cells.
Changelog
4.4.2
Fixed invalid function reference in Grid
triggered by specifying an initial scrollToRow
property.
Changelog
4.4.1
Fixed distribution to include new Grid
component as an export.
Changelog
4.4.0
Added new Grid
component for virtualizing rows and columns .
Updated AutoSizer
component to support managing only width
or height
(in addition to both).
Changelog
4.3.0
FlexTable
now supports dynamic row-heights (in the same way as VirtualScroll
).