v1.0.0-beta.0
Pre-releaseThis release introduces a significant change to the library by replacing the library this package based on from react-virtualized
to react-window
.
Reason
The react-window
is a new virtualization library for React from the same author that is going to replace old and awkward react-virtualized
. The components from the new library have a user-friendly design and bring way fewer bytes than the old one.
Breaking changes
The whole release is a breaking change. It would be correct to say that it is an entirely new library based on old ideas. To migrate from the v0.1.7
version to the 1.0.0-beta.0
it would be better to follow the examples and storybook stories and rewrite your components that uses the original tree component. Also, you can follow the recommendations from #5.