v.1.0.0
The library becomes 8 times smaller 🎉 Before: 31.54kb gzipped; Now: 4.25kb gzipped;
❗️Breaking changes
We extracted some features to a separate HOCs to keep the library size as small as possible:
- Immutable support extracted to a separate HOC. Now you must use makeImmutable to work with Immutable data
- Virtualized lists support extracted to a separate HOC. Now you must use makeVirtualized to virtualize list options.