From 57f05f410ebcd57bf09c242a32d17e9f01f6750d Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Mon, 10 Sep 2012 15:46:12 +0300 Subject: Updated Release Notes for Vaadin 7.0.0.beta1. Some fixes. --- WebContent/release-notes.html | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) (limited to 'WebContent/release-notes.html') diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 6e2b331e86..5e6ba6f42b 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -81,13 +81,13 @@

For server-side development, copy the vaadin-server, - vaadin-client-compiled, vaadin-shared, and - vaadin-themes-compiled from the main folder and the dependencies from the - lib folder to the WEB-INF/lib folder of your Vaadin project. The - vaadin-theme-compiler can be copied to a library folder that is not - deployed with the web application. (The vaadin-client-compiled is - necessary if you do not wish to compile the widget set by your own, which you need - to do if you use almost any add-on components.) + vaadin-client-compiled, vaadin-shared, + vaadin-theme-compiler, and vaadin-themes-compiled from the main + folder and the dependencies from the lib folder to the + WEB-INF/lib folder of your Vaadin project. (The + vaadin-client-compiled is necessary if you do not wish to compile the + widget set by your own, which you need to do if you use almost any add-on + components.)

@@ -138,6 +138,7 @@

  • GWT is now built into Vaadin Framework
  • Navigation API for view navigation -