Skip to content

Version 3.0.5

Compare
Choose a tag to compare
@naqvitalha naqvitalha released this 25 Jan 11:26
· 49 commits to master since this release
e481e07

New Features:

  • Server Side Rendering support. layoutSize prop introduced that can be passed on the server. This value will be used for first render and frame skip that happens on normal client rendering to measure size is avoided.
  • onItemLayout callback added. Can report when an item layout changes. First call can also be used as a proxy to determine when atleast one item has been rendered on screen. The callback doesn't report the layout however, it can be queried from RLV ref.
  • alwaysStickyFooter prop available to make the last sticky footer item remain at the end of the screen.

Bug Fixes:

  • OffsetY compute fix for first sticky render
  • Fixed incorrect reference to this.props instead of newProps while updating onVisibleIndicesChanged callback