diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-12-19 11:10:50 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-12-19 11:10:50 +0200 |
commit | bec1c92932b2e01b117e4aabffe3f0fe39ff07ae (patch) | |
tree | 359f36f891e0a72c348eec72898e8501424185e9 /WebContent | |
parent | 9e6607a63dbd84b8f80ce702d1ea727fee6e4dc3 (diff) | |
download | vaadin-framework-bec1c92932b2e01b117e4aabffe3f0fe39ff07ae.tar.gz vaadin-framework-bec1c92932b2e01b117e4aabffe3f0fe39ff07ae.zip |
Mention checkbox.isEmpty breaking change in release notes
Change-Id: I7c2136319c00401460ee979e3b606cad7ad85fef
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index d02e0eeb37..a060372580 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -133,6 +133,7 @@ <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>Support for Opera 12 has been dropped. Newer versions based on the Blink rendering engine are still supported.</li> </ul> <h3 id="knownissues">Known issues</h3> |