Skip to content

v5.4.7

Compare
Choose a tag to compare
@tomivirkki tomivirkki released this 04 Dec 07:21
· 55 commits to master since this release

Live Demo →
API Documentation →

Changes Since v5.4.6:

  • a3385b6 fix: Scrolling quickly to the bottom shows blank items (#978)

    When the dropdown was being scrolled quickly, some pages weren't being loaded and skipped in the end. It has been fixed by resending the skipped pages after the scroller reset and filter those indexes which are close to current scroller position, so as to avoid unnecessary duplicated pages and loading indicator hanging.

    Fixes: #970

  • 13e57f5 fix: support clearing the items property (#975)