Skip to content

v0.7.0

Compare
Choose a tag to compare
@maccesch maccesch released this 08 Feb 04:02
· 107 commits to master since this release

Changes in this version:

[0.7.0] - 2024-02-08

Features πŸš€

  • Virtualization β€” Only elements that are visible are rendered (with some extra for smooth scrolling).
    • Other display acceleration strategies like infinite scroll and pagination are implemented as well.
  • Caching β€” Only rows that are visible are requested from the data source and then cached.
  • Error handling β€” If an error occurs while loading data, it is displayed in a table row instead of the failed data.
  • Easy reloading β€” The data can be reloaded through the ReloadController.

Breaking Changes πŸ› οΈ

Everything? - sorry. This release is like half a rewrite with much less macro magic.
Please check the docs and examples.