diff options
-rw-r--r-- | CHANGES.md | 17 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | bower.json | 2 |
3 files changed, 20 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..c1cdd2b --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,17 @@ +## Vaadin Components 0.3.0.beta8 (2015-09-11) + +- vaadin-components becomes a repository with references to vaadin components. +- `<vaadin-grid>` is split in a new project. + +## Vaadin Components 0.3.0.beta7 (2015-09-02) + +- Polymer updated to v1.1.1 +- Renamed component `<v-grid>` to `<vaadin-grid>` +- Many improvements in [v-grid](https://github.com/vaadin/vaadin-grid/blob/master/CHANGES.md#vaadin-grid-v030beta7-2015-sept) + +## Vaadin Grid v0.2.1 (2015-05-15) +- New *material design* theme. + +## Vaadin Components 0.2.0 (2015-05-08) +- Polymer updated to v0.8.0-rc.7 +- Added `<v-grid>` component.
\ No newline at end of file @@ -84,11 +84,11 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP <!-- Bower --> <!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script> - <link href="bower_components/vaadin-components/vaadin-grid/vaadin-grid.html" rel="import"> --> + <link href="bower_components/vaadin-components/vaadin-components.html" rel="import"> --> <!-- ZIP archive --> <!-- <script src="deps/vaadin-components/webcomponentsjs/webcomponents-lite.js"></script> - <link href="deps/vaadin-components/vaadin-grid/vaadin-grid.html" rel="import"> --> + <link href="deps/vaadin-components/vaadin-components/vaadin-components.html" rel="import"> --> </head> <body> @@ -18,7 +18,7 @@ "**/tests" ], "dependencies": { - "vaadin-grid": "vaadin/vaadin-grid#master" + "vaadin-grid": "vaadin/vaadin-grid#0.9.0-beta1" }, "devDependencies": { "iron-doc-viewer": "polymerelements/iron-doc-viewer#~1.0.3", |