Skip to content

Releases: vaadin/vaadin-grid

v4.1.7

08 Mar 11:45
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.1.6:

  • 57d3f09 Enable reordering columns of a group with no headers

v5.0.0-beta5

07 Mar 14:07
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.0-beta4:

  • 4f417c0 Combine mixins to work in Chrome 65

  • be07e9b Detect touch device statically

v4.1.6

07 Mar 14:50
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.1.5:

  • 4650aa5 Combine mixins to work in Chrome 65

v5.0.0-beta4 - performance improvements

06 Mar 10:13
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.0-beta3:

  • 86e6467 Don't render empty rows if columns haven't yet initialized

  • bb2bc8f Align with skeleton: update stylelint and gulp-stylelint

  • d3d0fa1 Include row details rendering in the first row initialization

v5.0.0-beta3

28 Feb 14:59
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Breaking changes

height: auto no longer makes the grid auto-size by rows. Use the new heightByRows property instead.

Changes Since v5.0.0-beta2:

  • 6c09454 Rename auto-height to height-by-rows

  • 1b0ce83 Use autoHeight property

  • 33a2c17 Add layout dev demo page

  • 9dc6177 Add layout-fit attribute to enable sizing by parent layout

  • 4c16923 Add flex: auto; style to host

  • 1571fe1 Fix broken safari 9 test

  • cc96d87 Use normal font weight in footer cells [skip ci]

  • f5c56bb Improve slotted details template tests

  • 8d5f8d7 Support dynamic changing of details template

  • 2b0ad07 Support slotted row details template

v4.1.5 — Maintenance Release

12 Feb 12:54
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.1.4:

  • 85141ba Fix notifyPath call to not affect non-item properties
  • a4d5d9b Remove focus outline from underlying table
  • 2f63e88 Wrap style tags with custom-style element

v4.1.4 — Performance improvement for hidden columns

08 Feb 09:52
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.1.3:

  • cb916c7 Invoke notifyResize only when effective value of column hidden changes

v5.0.0-beta1 — First Beta version using Lumo theme by default

08 Feb 07:44
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).

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-alpha7:

  • 70f7ec6 Only scroll to index when necessary
  • 7c74bc7 Implement custom innerText to avoid IE11 issues
  • 0ae7e53 Fix how a target row gets scrolled into viewport
  • dbb3f50 Don't hide navigation mode when a non-body cell is focused
  • 1567abe Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0
  • 06b05b7 Update eslint and stylelint to check ./src and ./theme
  • c7e256e Shorten docs to make lint pass, fix typos in comments [skip ci]
  • c4608a4 Notify items array sub-property path

v4.1.3

06 Feb 13:43
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.1.2:

  • f18f66d Only scroll to index when necessary

  • 17cd338 Implement custom innerText to avoid IE11 issues

  • e9b9119 Fix how a target row gets scrolled into viewport

  • 61ceb90 Don't hide navigation mode when a non-body cell is focused

  • 5f5d023 Notify items array sub-property path

  • 77d4bac Fix build

  • 5f49541 Fix column ordering in keyboard navigation

v3.1.0

31 Jan 14:25
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v3.0.2:

  • 52f9938 PD-618 fix "grid not defined" error

  • 7c2ba39 resolve other polymer elements to 1 or 2

  • 113c283 allow polymer 1.9