summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-04-02 16:19:32 +0300
committerVaadin Code Review <review@vaadin.com>2015-04-07 11:42:44 +0000
commita9a48519ef306db52be20b2d302887ee8783c398 (patch)
tree18018277fc7a04d665db0a082d13ce32717053b2 /WebContent
parentb7808ca2836683a8d8bca15413a723656e9f1b92 (diff)
downloadvaadin-framework-a9a48519ef306db52be20b2d302887ee8783c398.tar.gz
vaadin-framework-a9a48519ef306db52be20b2d302887ee8783c398.zip
Mention push path change done for JSR-356 (#16738)
Change-Id: I58fee3dfe28375f33a66fb14de82598a6d688c4a
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/release-notes.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 8c558c9fa1..48116a027c 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -125,16 +125,7 @@
<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>