A host of new features!
Probably the biggest release since the initial one. New features:
- Initial Index lets you start the list from the middle or from the bottom.
- Prepend Items convenience method for prepending items to the top of the list.
- A range callback lets you track the scrolling changes of the list.
- Stick to bottom lets you build a
tail -f
like interface easily. - Scroll Seek Placeholders let you avoid loading data and display placeholders instead when the user scrolls too fast.
Under the hood, scrollToIndex
is now more resilient, and handles unexpected item heights.
A new property, maxRangeSize
lets you handle huge jagged lists (read more in the API reference).
Share your feedback in the issues section!