diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-09-18 09:23:29 +0200 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-09-18 09:23:29 +0200 |
commit | 87fe8976a7af6fd44a4f8f7207334454f1039505 (patch) | |
tree | a3df20c43b1a6f11f3478fce85c654fd33eb93f9 /CHANGES.md | |
parent | c499e69fa0cd7853121fed1a5d6039837aebe297 (diff) | |
download | vaadin-core-87fe8976a7af6fd44a4f8f7207334454f1039505.tar.gz vaadin-core-87fe8976a7af6fd44a4f8f7207334454f1039505.zip |
Prepare version 0.3.0-beta9
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ + + +## Vaadin Components 0.3.0.beta9 (2015-09-18) + +- Host apidoc and demo launch pages in vaadin-components instead of +maintaining independent project for those +(deprecated components-examples & components-apidoc) +- Examples and apidoc are bundled with vaadin-components so as it is +possible to run them either local or wen deployed in CDN. + ## Vaadin Components 0.3.0.beta8 (2015-09-11) - vaadin-components becomes a repository with references to vaadin components. @@ -14,4 +24,4 @@ ## 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 +- Added `<v-grid>` component. |