diff options
author | Limon Monte <limonte@users.noreply.github.com> | 2017-03-16 17:12:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 17:12:42 +0200 |
commit | 5705f14f9de815ff3d34a4bab7fe55b4df3f59dc (patch) | |
tree | 79855520fbef6ea32d9df568d59f32c413221f92 /README.md | |
parent | 7211908670058d834b299884d9dc68de8828d420 (diff) | |
download | vaadin-core-5705f14f9de815ff3d34a4bab7fe55b4df3f59dc.tar.gz vaadin-core-5705f14f9de815ff3d34a4bab7fe55b4df3f59dc.zip |
Add Polymer 2 status column to the Elements table
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -6,15 +6,15 @@ [Vaadin elements](https://vaadin.com/elements) are an evolving set of open sourced custom HTML elements, which seamlessly extend the [Polymer Element Catalog](https://elements.polymer-project.org) with high-quality user interface components commonly needed in modern mobile and desktop business web applications. The following elements are included: -| Element | Bower Version | Npm version | Build Status | -|---------|---------------|-------------|--------------| -| [vaadin-combo-box](https://github.com/vaadin/vaadin-combo-box) |  | [](https://www.npmjs.com/package/vaadin-combo-box) | [](https://travis-ci.org/vaadin/vaadin-combo-box) | -| [vaadin-context-menu](https://github.com/vaadin/vaadin-context-menu) |  | [](https://www.npmjs.com/package/vaadin-context-menu) | [](https://travis-ci.org/vaadin/vaadin-context-menu) | -| [vaadin-date-picker](https://github.com/vaadin/vaadin-date-picker) |  | [](https://www.npmjs.com/package/vaadin-date-picker) | [](https://travis-ci.org/vaadin/vaadin-date-picker) | -| [vaadin-grid](https://github.com/vaadin/vaadin-grid) |  | [](https://www.npmjs.com/package/vaadin-grid) | [](https://travis-ci.org/vaadin/vaadin-grid) | -| [vaadin-icons](https://github.com/vaadin/vaadin-icons) |  | [](https://www.npmjs.com/package/vaadin-icons) | | -| [vaadin-split-layout](https://github.com/vaadin/vaadin-split-layout) |  | [](https://www.npmjs.com/package/vaadin-split-layout) | [](https://travis-ci.org/vaadin/vaadin-split-layout) | -| [vaadin-upload](https://github.com/vaadin/vaadin-upload) |  | [](https://www.npmjs.com/package/vaadin-upload) | [](https://travis-ci.org/vaadin/vaadin-upload) | +| Element | Bower Version | Npm version | Build Status | Polymer 2 support | +|---------|---------------|-------------|--------------|-------------------| +| [vaadin-combo-box](https://github.com/vaadin/vaadin-combo-box) |  | [](https://www.npmjs.com/package/vaadin-combo-box) | [](https://travis-ci.org/vaadin/vaadin-combo-box) | [Coming soon](https://github.com/vaadin/vaadin-combo-box/issues/413) | +| [vaadin-context-menu](https://github.com/vaadin/vaadin-context-menu) |  | [](https://www.npmjs.com/package/vaadin-context-menu) | [](https://travis-ci.org/vaadin/vaadin-context-menu) | [Coming soon](https://github.com/vaadin/vaadin-context-menu/issues/70) | +| [vaadin-date-picker](https://github.com/vaadin/vaadin-date-picker) |  | [](https://www.npmjs.com/package/vaadin-date-picker) | [](https://travis-ci.org/vaadin/vaadin-date-picker) | [Coming soon](https://github.com/vaadin/vaadin-date-picker/issues/344) | +| [vaadin-grid](https://github.com/vaadin/vaadin-grid) |  | [](https://www.npmjs.com/package/vaadin-grid) | [](https://travis-ci.org/vaadin/vaadin-grid) | [Coming soon](https://github.com/vaadin/vaadin-grid/issues/710) | +| [vaadin-icons](https://github.com/vaadin/vaadin-icons) |  | [](https://www.npmjs.com/package/vaadin-icons) | [](https://travis-ci.org/vaadin/vaadin-icons) |  | +| [vaadin-split-layout](https://github.com/vaadin/vaadin-split-layout) |  | [](https://www.npmjs.com/package/vaadin-split-layout) | [](https://travis-ci.org/vaadin/vaadin-split-layout) |  | +| [vaadin-upload](https://github.com/vaadin/vaadin-upload) |  | [](https://www.npmjs.com/package/vaadin-upload) | [](https://travis-ci.org/vaadin/vaadin-upload) | [Coming soon](https://github.com/vaadin/vaadin-upload/issues/156) | Vaadin Core Elements is a bundle that contains all the free elements, licensed under the Apache License 2.0. In addition, we have commercially licensed elements, such as [Vaadin Charts](https://github.com/vaadin/vaadin-charts). |