diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-06-08 11:02:54 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-06-08 11:02:54 +0000 |
commit | 6940761ffbdad2624c92f3a1f99bc4040f018bf0 (patch) | |
tree | 35517c7097e59a623c260600d6e4878286513c48 /WebContent/release-notes.html | |
parent | 9cffab9586b2a2e6e0ecbd540374c98ff792a27e (diff) | |
download | vaadin-framework-6940761ffbdad2624c92f3a1f99bc4040f018bf0.tar.gz vaadin-framework-6940761ffbdad2624c92f3a1f99bc4040f018bf0.zip |
Added more highlighted features to the release notes
svn changeset:23918/svn branch:6.8
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 64243f50f3..83b41b32dd 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -92,6 +92,9 @@ <p>Possibility to set "alternative text" (<tt>alt</tt> attribute) for the <b>Embedded</b> component (<a href="http://dev.vaadin.com/ticket/6085">#6085</a>)</p> </li> <li> + <p>Possibility to query the browser window width and height on the server-side (<a href="http://dev.vaadin.com/ticket/5655">#5655</a>)</p> + </li> + <li> <p>Keyboard navigation in <b>TabSheet</b> (<a href="http://dev.vaadin.com/ticket/5100">#5100</a>)</p> </li> <li> @@ -104,7 +107,22 @@ <p>Non-collapsible <b>Table</b> columns (<a href="http://dev.vaadin.com/ticket/7495">#7495</a>)</p> </li> <li> - <p>Debug IDs unique to a window (<a href="http://dev.vaadin.com/ticket/5109">#5109</a>)</p> + <p>Selecting a <b>TabSheet</b> tab by its position or a <b>Tab</b> instance (<a href="http://dev.vaadin.com/ticket/8203">#8203</a>)</p> + </li> + <li> + <p>Getting a component by its index or the index of a given component in <b>CssLayout</b> (<a href="http://dev.vaadin.com/ticket/7614">#7614</a>)</p> + </li> + <li> + <p>Removing all <b>Validators</b> of a <b>Field</b> at once (<a href="http://dev.vaadin.com/ticket/8307">#8307</a>)</p> + </li> + <li> + <p>Debug IDs unique to a window, not the whole application (<a href="http://dev.vaadin.com/ticket/5109">#5109</a>)</p> + </li> + <li> + <p>Larger default size for the debug window (<a href="http://dev.vaadin.com/ticket/8523">#8523</a>)</p> + </li> + <li> + <p>Compatibility with Google SuperDevMode (<a href="http://dev.vaadin.com/ticket/8924">#8924</a>)</p> </li> <li> <p>An add-on for handling broken classloaders (<a href="http://dev.vaadin.com/ticket/8447">#8447</a>)</p> |