diff options
author | Marko Gronroos <magi@vaadin.com> | 2012-04-20 11:06:08 +0300 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2012-04-20 11:06:08 +0300 |
commit | 8ba1a72e1715160bf23b2c3773c8a5c758464063 (patch) | |
tree | aba302ad0cf8d643e014d4e75d66e6904217be39 /WebContent/release-notes.html | |
parent | 9b1e46d3a642af0f25d088cca4997f17bf3cbdcf (diff) | |
download | vaadin-framework-8ba1a72e1715160bf23b2c3773c8a5c758464063.tar.gz vaadin-framework-8ba1a72e1715160bf23b2c3773c8a5c758464063.zip |
Added release notes for 7.0.alpha2.
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 58067308c4..acac1c0334 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -82,10 +82,7 @@ <li>Complete overhaul of the client-server communication architecture <ul> <li>All add-on components that have widgets need to be ported to Vaadin 7</li> - <li>Integration of a GWT widget is done in a <i>connector</i> class - <ul> - </ul> - </li> + <li>Integration of a GWT widget is done in a <i>connector</i> class</li> <li>Component-to-widget mapping now defined on the client-side, in the connector</li> <li>No more <b style="text-decoration: line-through">Paintable</b> or <b style="text-decoration: line-through">VariableOwner</b> <li>Server-side component and client-side widget can have a <emphasis>shared state</emphasis> object which is automatically synchronized</li> @@ -114,7 +111,7 @@ <p> For a complete list of changes in this release, please see the <a - href="http://dev.vaadin.com/query?status=closed&group=resolution&milestone=Vaadin+7.0.0.alpha1">list + href="http://dev.vaadin.com/query?status=closed&group=resolution&milestone=Vaadin+7.0.0.alpha2">list of closed tickets</a>. </p> @@ -126,6 +123,17 @@ <b>Root</b> or <b>Root.LegacyApplication</b> instead of <b>Application</b>. </p> + <para> + Vaadin 6 add-ons (ones that contain widgets) do not work in Vaadin 7 - please + check the add-ons in <a href="http://vaadin.com/directory/">Vaadin Directory</a> + for Vaadin 7 support. + </p> + + <p> + Any custom client-side widgets need to be changed to use the new client-server + communication API or the Vaadin 6 compatibility API. + </p> + <p> A detailed list of migration changes are given in the <a href="http://dev.vaadin.com/wiki/Vaadin7/MigrationGuide">Vaadin 7 Migration @@ -309,8 +317,7 @@ </p> <ul> - <li>Windows (see the <a href="#knownissues">Zip installation - notice above</a>)</li> + <li>Windows</li> <li>Linux</li> <li>Mac OS X</li> </ul> @@ -351,11 +358,11 @@ </p> <ul> - <li>Mozilla Firefox 10</li> + <li>Mozilla Firefox 11</li> <li>Internet Explorer 8-9</li> <li>Safari 5</li> <li>Opera 11</li> - <li>Google Chrome 16</li> + <li>Google Chrome 18</li> </ul> <h2 id="vaadinontheweb">Vaadin on the Web</h2> |