From bec1c92932b2e01b117e4aabffe3f0fe39ff07ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Fri, 19 Dec 2014 11:10:50 +0200 Subject: [PATCH] Mention checkbox.isEmpty breaking change in release notes Change-Id: I7c2136319c00401460ee979e3b606cad7ad85fef --- WebContent/release-notes.html | 1 + 1 file changed, 1 insertion(+) 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 @@

JavascriptFunction.call parameter type has been changed to elemental.json.JsonArray, affecting JavaScript.addFunction, AbstractJavaScriptComponent.addFunction and AbstractJavaScriptExtension.addFunction

Raw JSON values passed to AbstractJavaScriptComponent.callFunction and AbstractJavaScriptExtension.callFunction should be changed to use elemental.json types.

+
  • 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.
  • Support for Opera 12 has been dropped. Newer versions based on the Blink rendering engine are still supported.
  • Known issues

    -- 2.39.5