]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added more highlighted features to the release notes
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 8 Jun 2012 11:02:54 +0000 (11:02 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 8 Jun 2012 11:02:54 +0000 (11:02 +0000)
svn changeset:23918/svn branch:6.8

WebContent/release-notes.html

index 64243f50f3847f3c5d7f4a1726ecc06fa6574d2d..83b41b32dd78a1f0ec48ae18df0ab1cfbbf2c15f 100644 (file)
@@ -91,6 +91,9 @@
         <li>
           <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>
           <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>