From d0b5741b81d214491c93d4d042c79e10bb4f192e Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Wed, 11 Oct 2017 16:04:58 +0300 Subject: Add ErrorLevel to Validators and results (#10099) Fixes #9792 --- all/src/main/templates/release-notes.html | 1 + 1 file changed, 1 insertion(+) (limited to 'all/src') 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 @@
  • Button has a new constructor that may cause constructor calls with null as first parameter to be ambiguous.
  • DataCommunicator methods getDataProviderSize and fetchItemsWithRange are now public, not protected.
  • Binder method getBindings now returns a Collection, not a Set.
  • +
  • Binder protected method handleError now takes a ValidationResult, not String.
  • BindingBuilder now works like a proper builder. Adding a converter will not mark Binding as bound allowing chaining to the same object.
  • ErrorLevel is removed from ErrorMessage and now com.vaadin.shared.ui.ErrorLevel should be used.
  • Error indicators are now <span class="v-errorindicator"></span> elements.
  • -- cgit v1.2.3