Skip to content

v5.6.0-alpha2

Compare
Choose a tag to compare
@tulioag tulioag released this 24 Feb 11:54
· 153 commits to master since this release

Live Demo →
API Documentation →

Changes Since v5.6.0-alpha1:

  • 9cbe6c1 Rerender grid after loading items. (#1694)

    Fixes vaadin/vaadin-grid-flow#476

    • Grid is re-rendered after every callback. Undoes #1491
    • ensureSubCacheForScaledIndex is only called for items in $.items.children
    • _isExpanded now uses a Set to lookup item ids.