Skip to content

Releases: vaadin/vaadin-grid

v.1.1.1

26 Jul 14:30
Compare
Choose a tag to compare

Changes

  • Fixed row focus + keyboard issues. Now the user can add any focusable element in any cell of the grid (header, footer or body) without worrying about calling stopPropagation on click events.
  • Improved performance in lazy loading and cache, so as the grid does not send unnecessary requests to the server.
  • Downgraded wct-local package because it was breaking tests in Travis.

v1.1.0

01 Jul 09:48
Compare
Choose a tag to compare

Changes since v1.1.0-beta5:

  • Updated documentation

Issues closed in this milestone

v1.1.0-beta5 — Deprecate Angular 2 Directives, Bugfixes

21 Jun 09:20
Compare
Choose a tag to compare

Changes

  • The Angular 2 directives are deprecated, the console warning is added
  • Fixed Polymer CLI build failing due to a CSS syntax error
  • Prevent focus from being stolen for focusable elements inside cells

v1.0.1 – Update API documentation

21 Jun 07:34
Compare
Choose a tag to compare

Changes:

  • Remove columns[...].headerContent from API docs

    Jouni Koivuviita - Thu, 28 Jan 2016 00:11:55 +0200

v1.1.0-beta4 – Kraken

02 Jun 08:36
Compare
Choose a tag to compare

Changes:

  • Use a customised release of vaadin-widgets based on 7.7.0. This allows not maintaining a forked version of the Escalator.java anymore.

v1.1.0-beta3 – Support for noImplicitAny

10 May 10:14
Compare
Choose a tag to compare

Changes:

  • Directives can now be compiled with latest Angular 2 when noImplicitAny has been set in tsconfig.json

v1.1.0-beta2 – Support for Angular 2 Release Candidate

10 May 08:22
Compare
Choose a tag to compare

Changes:

  • Directive is now compatible with the @angular packages introduced in 2.0.0-rc.0.

v1.1.0-beta1

27 Apr 09:00
Compare
Choose a tag to compare

Changes:

  • Angular 2 Directive now fires grid-ready instead of ready event.

v1.1.0-alpha1 – Angular 2 Directives

26 Apr 13:54
Compare
Choose a tag to compare
  • Added Angular2 directives to easily use the grid in ng2 apps.
  • Updated dependencies to latest gwt-2.8.0-SNAPSHOT and vaadin-7.6.4
  • Using new JsInterop, removed some object monkey-patches (better perf)
  • Table in light-dom can be added dynamically
  • Columns need being modified using Polymer push/pop/splice/set API (breaking change)
  • Support for item elements and array changes via the Polymer API
  • Removed deprecated/unsupported usage of Object.observer API
  • Improved row height detection which improves initialization performance
  • Many improvements in documentation

1.0.0 – vaadin-grid stable

14 Dec 08:16
Compare
Choose a tag to compare

Stable 1.0.0 release of <vaadin-grid> element. 🚀

No changes from 1.0.0-rc1