Version 3.0.5-beta.1
Pre-release
Pre-release
·
53 commits
to master
since this release
New Features:
- Server Side Rendering support.
layoutSizeprop 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. onItemLayoutcallback 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.alwaysStickyFooterprop 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.propsinstead ofnewPropswhile updatingonVisibleIndicesChangedcallback