Skip to content

v1.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Lodin Lodin released this 13 Aug 22:49
· 125 commits to master since this release

This 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.

Changes

  • Rework library to use react-window (#5 by @Lodin)