summaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html18
1 files changed, 6 insertions, 12 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index e9b4a24ce1..463f366069 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -95,16 +95,15 @@
enhancements. Below is a list of the most notable changes:</p>
<ul>
- <li>Column reordering using drag and drop in Grid</li>
- <li>Column hiding in Grid</li>
- <li>Row details support in Grid</li>
- <li>JSR 356 WebSocket support has been refactored to improve compatibility with Wildfly and WebLogic</li>
+ <li>Completely new reconnect dialog</li>
+ <li>Grid unbuffered editing</li>
+ <li>Grid keyboard navigation enhancement</li>
</ul>
<p>
- For enhancements introduced in Vaadin 7.4, see the <a
- href="http://vaadin.com/download/release/7.4/7.4.0/release-notes.html">Release
- Notes for Vaadin 7.4.0</a>.
+ For enhancements introduced in Vaadin 7.5, see the <a
+ href="http://vaadin.com/download/release/7.5/7.5.0/release-notes.html">Release
+ Notes for Vaadin 7.5.0</a>.
</p>
<h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3>
@@ -114,11 +113,6 @@
it must list all close shortcuts, including ESCAPE, separated by whitespace. Existing, unchanged code should
behave as before. See ticket <a href="https://dev.vaadin.com/ticket/17383">#17383</a> for more information
on the reasoning behind the change.</li>
- <li>The push path has been changed from /PUSH/ to /PUSH to be compatible with JSR 356.</li>
- <li>Widgetset files and other pre-compressed resources are sent as gzip to compatible browsers.
- This may interfere with custom response compression solutions that do not respect the Content-Encoding response header.</li>
- <li>Unused methods related to the "out of sync" message have been removed from SystemMessages class.</li>
- <li>All notifications use the WAI-ARIA alert role to be compatible with Jaws</li>
<li>Grid SelectionModels are now Extensions. This update removes all selection related variables and API from
GridConnector, GridState, GridServerRpc and GridClientRpc</li>
</ul>