Skip to content

Version 3.0.5-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@naqvitalha naqvitalha released this 06 Jan 18:41
· 50 commits to master since this release
449cd4e

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