react-virtualized v3.0.0 Release Notes

  • ๐Ÿ’… CSS styles have been split into two groups: functional styles (eg. position, overflow) and presentational styles (eg. text-transform, color) and both have been converted to inline styles rather than being loaded as CSS. This was done primarily to simplify usage for universal/isomorphic rendering.

    ๐Ÿ“š For more information on customizing styles refer to the documentation...