react-virtualized v2.7.0 Release Notes

  • ⚡️ Moved onRowsRendered to componentDidUpdate (instead of render) to keep render free of side-effects. ➕ Added tests to ensure that the callback is only invoked once per start/stop index pair (and not again unless the indices change).