This repository was archived by the owner on Jan 15, 2021. It is now read-only.
2.0.0 Release
Breaking Changes
- Removed react-virtualized
- Removed SCSS
I decided to remove react-virtualized as a hard dependency since it was bloating the bundle size. Features like that should be opt-in, there was no-way to opt out. There should be a release shortly for a renderList prop allowing for you to use your own virtualization if you decided to. Removing react-virtualized dropped the bundle size from 254kb to 14.4kb.
I have also removed scss support so if you was depending on the picky.scss file you will no longer be able to do this. Sass seemed overkill for a small amount of styles.