react-virtualized v9.8.0 Release Notes

    • 🏁 πŸŽ‰ WindowScroller supports scrollToIndex prop. (@leoasis - #643)
    • πŸŽ‰ Allow ArrowKeyStepper to be used as a controlled component. (@mking-clari - #688)
    • πŸ‘ πŸŽ‰New handleScroll method on Grid to better support custom scrollbars. (@5angel - #693)
    • 🏁 πŸ› Added edge-case guard to WindowScroller to prevent calling setState when unmounted. (@liorbrauer - #689)
    • πŸ›  πŸ› Fixed edge-case in 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)