Skip to content

v5.0.0

Compare
Choose a tag to compare
@yuriy-fix yuriy-fix released this 25 Apr 13:01
· 557 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v4.x:

  • The element uses Lumo theme by default. The previous default theme has been dropped. You can import the unstyled version from the src/vaadin-grid.html
  • The vaadin-grid-cell-content elements are now block containers instead of flex containers, and aligned to the center of the cell (instead of stretched).
  • height: auto no longer makes the grid auto-size by rows. Use the new heightByRows property instead.

New Features Since v4.x:

  • You can now style the first body row with [part="row"][first]. Useful for canceling a row border for the first row.

Changes Since v5.0.0-beta8:

  • 4925dad Fix a test that was silently failing

  • 67b7808 Don't reorder if all rows are hidden