summaryrefslogtreecommitdiffstats
path: root/all/src
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-10-11 16:04:58 +0300
committerHenri Sara <henri.sara@gmail.com>2017-10-11 16:04:58 +0300
commitd0b5741b81d214491c93d4d042c79e10bb4f192e (patch)
treeea36411bfcf99c456e2e590782a51d0882ae0315 /all/src
parentdd806e8bb31ecc7bce50f3aed5ed3fab48364895 (diff)
downloadvaadin-framework-d0b5741b81d214491c93d4d042c79e10bb4f192e.tar.gz
vaadin-framework-d0b5741b81d214491c93d4d042c79e10bb4f192e.zip
Add ErrorLevel to Validators and results (#10099)
Fixes #9792
Diffstat (limited to 'all/src')
-rw-r--r--all/src/main/templates/release-notes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 20a7346182..f2c9a6523e 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -115,6 +115,7 @@
<li><tt>Button</tt> has a new constructor that may cause constructor calls with null as first parameter to be ambiguous.</li>
<li><tt>DataCommunicator</tt> methods <tt>getDataProviderSize</tt> and <tt>fetchItemsWithRange</tt> are now <tt>public</tt>, not <tt>protected</tt>.</li>
<li><tt>Binder</tt> method <tt>getBindings</tt> now returns a Collection, not a Set.</li>
+ <li><tt>Binder</tt> protected method <tt>handleError</tt> now takes a <tt>ValidationResult</tt>, not <tt>String</tt>.</li>
<li><tt>BindingBuilder</tt> now works like a proper builder. Adding a converter will not mark Binding as <tt>bound</tt> allowing chaining to the same object.</li>
<li><tt>ErrorLevel</tt> is removed from <tt>ErrorMessage</tt> and now <tt>com.vaadin.shared.ui.ErrorLevel</tt> should be used.</li>
<li>Error indicators are now <tt>&lt;span class="v-errorindicator"&gt;&lt;/span&gt;</tt> elements.</li>