Releases: vaadin/vaadin-grid
Releases · vaadin/vaadin-grid
v5.1.0-alpha1
Live Demo →
API Documentation →
Changes Since 5.0.4:
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
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 newheightByRows
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:
v5.0.0-beta8 — Changing Templates
Live Demo →
API Documentation →
New Features
- It is now possible to change the column templates (header, footer and body) dynamically.
Bug Fixes
- Remove dom-repeated column content on column removal
- Don't activate on details cell click
- Fix multiple observer calls
- Fix vertical scrollbar with empty data
- Header text-align now respects writing direction
Changes Since v5.0.0-beta7:
- 6458c0b Improve a flaky test
- 62bef6e Support changing column templates
- c1ed747 Reflect the changes to combined mixin
- d05e23d Optimize attribute toggling
- 87787f2 Remove dom-repeated column content on column removal
- 2db0d69 Update cell insance properties in a batch
- 8244955 Don't fire filter change event for initial value
- 88c7e57 Set item pending on clearCache only
- 44bd5b8 Test cleanup
- f3094da Remove default 100% body element height
- 34e2f1c Set scroller size with empty items
- 33a9463 Don't activate on details cell click
- c70f6e0 Use font-smoothing on the host
- 534c788 Adding description file for Vaadin Directory
- 85c8305 Workaround for Safari instead of Edge and IE11
- 8f87c7a Use
th
instead of[part~="header-cell"]
in core styles - 1fae78d Header text-align should respect writing direction
v4.1.8
Live Demo →
API Documentation →
Changes Since v4.1.7:
v5.0.0-beta7
Live Demo →
API Documentation →
Changes Since v5.0.0-beta6:
-
068dce8 Align with skeleton: use stable Chrome in travis
-
9f466f3 Set background colour for vaadin-grid
-
5434431 Update gitter link in readme
-
c4770e9 Make the editor text field 100% wide
-
5c8a521 Support slotted templates
-
f7b9cd4 Test newest iOS
-
8309776 Ignore irrelevant iOS Safari tests
-
9eb7d53 Fix blinking scrollbars regression (Safari)
-
bc58f3b Enable mobile tests on sauce labs
-
2cd222b Enable tests for Safari 9
v5.0.0-beta6 — performance improvements
Live Demo →
API Documentation →