Skip to content

Releases: vaadin/vaadin-grid

v5.1.0-alpha1

07 Jun 18:05
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 5.0.4:

  • 331f26e adding all-imports for material
  • 2ec9cb7 Remove unneded hash in version
  • f1361a5 Depend on stable version of material styles
  • 46ef824 Adding theme/material
  • ecc7c12 Enable visual tests with Lumo
  • 50b8b75 Fix linter issues
  • 249f5dc Update main level elements
  • 8692042 Remove Bower badge [skip ci]

v5.0.4

08 May 09:54
Compare
Choose a tag to compare

Changes Since v5.0.3:

v5.0.3

27 Apr 11:12
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.2:

  • 8a16a30 Fix vaadin-grid analysis generation

v5.0.2

27 Apr 09:06
Compare
Choose a tag to compare

Changes Since v5.0.1:

v5.0.1

27 Apr 07:46
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.0:

  • c820694 Revert bumping analysis.json

v5.0.0

25 Apr 13:01
Compare
Choose a tag to compare

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

v5.0.0-beta8 — Changing Templates

20 Apr 07:03
Compare
Choose a tag to compare

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

18 Apr 13:04
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.1.7:

  • 47e470e Remove dom-repeated column content on column removal
  • 8946c7a Don't activate on details cell click
  • 97cbc96 Fix multiple observer calls
  • 7cf12bc Fix vertical scrollbar with empty data
  • babe9d8 Add _findTemplate() tests

v5.0.0-beta7

23 Mar 14:52
Compare
Choose a tag to compare

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

09 Mar 08:35
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.0-beta5:

  • 56ca07c Increase the item pool lazily after initial batch is rendered
  • afdd45c Align with skeleton: refer to Vaadin components instead of elements
  • 9fe5035 Enable reordering columns of a group with no header