Releases: vaadin/vaadin-grid
v5.6.3
Live Demo →
API Documentation →
Changes Since v5.6.2:
v5.5.4
Live Demo →
API Documentation →
Changes Since v5.5.3:
v5.7.0-alpha2
Live Demo →
API Documentation →
Changes Since v5.7.0-alpha1:
v5.6.2
Live Demo →
API Documentation →
Changes Since v5.6.1:
v5.7.0-alpha1
Live Demo →
API Documentation →
New Features
- Added TypeScript definitions for Polymer 3 version
Changes Since v5.6.1:
v5.6.1
Live Demo →
API Documentation →
Changes Since v5.6.0:
v5.6.0
Live Demo →
API Documentation →
New Features
- Added right-to-left (RTL) support.
Changes Since v5.6.0-alpha3:
-
13e9e39 perf: skip scrollToIndex(0) on _effectiveSize changes (#1722)
scrollToIndex causes two calls to costly _assignModels, even when nothing actually changed.
This causes a lot of extra computation, especially with the Flow component method TreeGrid::expandRecursively,
which repeatedly changes _effectiveSize, which in turn resets the scroll position. -
24d5258 chore: remove Android Emulator from CRON
-
90966ef docs: Document heightByRows performance implications [skip ci] (#1710)
v5.6.0-alpha3
Live Demo →
API Documentation →
Changes Since v5.6.0-alpha2:
v5.5.3
Live Demo →
API Documentation →
Changes Since v5.5.2:
v5.6.0-alpha2
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.