]> source.dussan.org Git - vaadin-framework.git/commitdiff
Mention push path change done for JSR-356 (#16738)
authorArtur Signell <artur@vaadin.com>
Thu, 2 Apr 2015 13:19:32 +0000 (16:19 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 7 Apr 2015 11:42:44 +0000 (11:42 +0000)
Change-Id: I58fee3dfe28375f33a66fb14de82598a6d688c4a

WebContent/release-notes.html

index 8c558c9fa159bfd5c13d66215e983e1c705bf9dc..48116a027c15e4d0e91922229332e0f684c684e0 100644 (file)
 
         <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3>
         <ul>
-            <li>
-                <p>The org.json and com.google.gwt.json libraries have been replaced by elemental.json.</p>
-                <p>JavascriptFunction.call parameter type has been changed to elemental.json.JsonArray, affecting JavaScript.addFunction, AbstractJavaScriptComponent.addFunction and AbstractJavaScriptExtension.addFunction</p>
-                <p>Raw JSON values passed to AbstractJavaScriptComponent.callFunction and AbstractJavaScriptExtension.callFunction should be changed to use elemental.json types.</p>
-            </li>
-            <li>The semantics of empty and required for Field classes has been made more consistent. This mainly affects Checkbox which is now considered to be empty when it is not checked.</li>
-            <li>The previously inconsistent behavior in HTML vs plain text rendering of Calendar event captions has been made consistent.</li>
-            <li>Support for Opera 12 has been dropped. Newer versions based on the Blink rendering engine are still supported.</li>
-            <li>Window's accessibility shortcut was moved to server-side. Now setCloseShortcut overrides the default value, while addCloseShortcut can be used to add more than one shortcut key for closing the window.
-                The protected value closeShortcut in Window was removed.</li>
+            <li>Push path has been changed from /PUSH/ to /PUSH to be compatible with JSR 356.</li>
         </ul>
         <h3 id="knownissues">Known Issues and Limitations</h3>
         <ul>