From f5d8dd7bf4a58af048f0ee13061b1bde5a95facb Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Mon, 25 Sep 2017 11:28:40 +0300 Subject: Improve Binder value change handling with bean validation (#9988) Changed values are now only applied to the bean when they pass both field and bean validation. Any change that breaks validation will be pending and is attempted to apply when another change event comes. This patch also makes the order of status change event handler and listener call order. This addresses some of the issues raised in #9955. --- all/src/main/templates/release-notes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'all/src/main/templates') diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 594eae8d65..d488f3e5e0 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -100,10 +100,11 @@

Incompatible or Behavior-altering Changes in @version-minor@

-
  • Row height in Grid is replaced with separate header, body and footer row heights
  • +
  • Row height in Grid is replaced with separate header, body and footer row heights
  • GridState variable rowHeight has been replaced by three variables.
  • Button has a new constructor that may cause constructor calls with null as first parameter to be ambiguous.
  • DataCommunicator method getDataProviderSize is now public, not protected.
  • +
  • Binder method getBindings now returns a Collection, not a Set.
  • For incompatible or behaviour-altering changes in 8.1, please see 8.1 release notes

    -- cgit v1.2.3