]> source.dussan.org Git - vaadin-framework.git/commitdiff
Mention checkbox.isEmpty breaking change in release notes
authorLeif Åstrand <leif@vaadin.com>
Fri, 19 Dec 2014 09:10:50 +0000 (11:10 +0200)
committerLeif Åstrand <leif@vaadin.com>
Fri, 19 Dec 2014 09:10:50 +0000 (11:10 +0200)
Change-Id: I7c2136319c00401460ee979e3b606cad7ad85fef

WebContent/release-notes.html

index d02e0eeb37e9996f8902b632f6b982b3ab63d8ae..a06037258032bf97df25db09401f0a3c7d690255 100644 (file)
                 <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>