From 697f770287bb786b6b5d4944a9202d145e4251f5 Mon Sep 17 00:00:00 2001 From: Adam Wagner Date: Wed, 27 Sep 2017 10:02:29 +0300 Subject: Implement error level on client side (#9817) Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139 --- all/src/main/templates/release-notes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'all') diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index fab73eff2a..7087b6c46c 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -106,6 +106,8 @@
  • DataCommunicator method getDataProviderSize is now public, not protected.
  • Binder method getBindings now returns a Collection, not a Set.
  • 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.
  • For incompatible or behaviour-altering changes in 8.1, please see 8.1 release notes

    -- cgit v1.2.3