Skip to content

v.1.0.0

Compare
Choose a tag to compare
@maslianok maslianok released this 07 Aug 09:33
· 70 commits to master since this release

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.