Skip to content

Version 1.2.2

Choose a tag to compare

@naqvitalha naqvitalha released this 02 Dec 14:27
· 260 commits to master since this release
593b763

Improvements

  • Significant reduction in layout thrashing while having forceNonDeterministicRendering={true}. This will greatly improve the performance for lists having non deterministic and variable heights.
  • New prop extendedState is now added where all extra data that list items depend on can be passed. Changing this object will re-render all items. Make sure shouldComponentUpdate is also defined in your item.