Skip to content

v5.4.3

Compare
Choose a tag to compare
@tomivirkki tomivirkki released this 29 Oct 10:47
· 65 commits to master since this release

Live Demo →
API Documentation →

Changes Since v5.4.2:

  • 7707868 fix: mouse scroll doesn't fetch new items (#962)

    The function _scrollIntoView(index) is used instead of scrollToIndex(index) to provide more accurate scroll while restoring the old position in unknown size lazy loading, and ensure the next page after target index is also loaded and rendered.

    Fixes #957