Skip to content

v4.0.0-beta1 — First Beta for Pure Polymer 2 Grid

Choose a tag to compare

@platosha platosha released this 25 Oct 12:15
· 887 commits to master since this release

Live Demo →
API Documentation →

Changes Since v4.0.0-alpha5:

  • 7061770 Remove interacting and navigating properties

    Also, mark internal modules private

  • 021e08f Don't support optional indexes in item APIs

  • 465ee0d Fix linter errors

  • 31b8350 Fix yargs version

  • cad0730 Update README.md

⚠️ Breaking Changes:

Since v4.0.0-alpha5:

  • interacting and navigating properties were removed from <vaadin-grid>. The corresponding attributes are still available for styling.

Since v3.x:

  • APIs renamed:

    • expandItem(item)openItemDetails(item)
    • collapseItem(item)closeItemDetails(item)
    • {{expanded}}{{detailsOpened}}
    • expandedItems[]detailsOpenedItems[]