Releases: vaadin/vaadin-grid
Releases · vaadin/vaadin-grid
v.1.1.1
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
v1.1.0-beta5 — Deprecate Angular 2 Directives, Bugfixes
Changes
- The Angular 2 directives are deprecated, the console warning is added
- Use @vaadin/angular2-polymer instead
- 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
Changes:
-
Remove columns[...].headerContent from API docs
Jouni Koivuviita - Thu, 28 Jan 2016 00:11:55 +0200
v1.1.0-beta4 – Kraken
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
Changes:
- Directives can now be compiled with latest Angular 2 when
noImplicitAny
has been set intsconfig.json
v1.1.0-beta2 – Support for Angular 2 Release Candidate
Changes:
- Directive is now compatible with the
@angular
packages introduced in2.0.0-rc.0
.
v1.1.0-beta1
Changes:
- Angular 2 Directive now fires
grid-ready
instead ofready
event.
v1.1.0-alpha1 – Angular 2 Directives
- 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
Stable 1.0.0 release of <vaadin-grid>
element. 🚀
No changes from 1.0.0-rc1