From 9f9efe0058397992fda43e104c90b79039d41c0f Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Wed, 27 Sep 2017 12:44:01 +0200 Subject: Support addCloseListener for Notification (#10027) Converts Notification to an Extension and adds support for listening to the closing of notifications. Fixes #888 --- all/src/main/templates/release-notes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'all/src') diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 327dae38b3..02806e7346 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -86,6 +86,7 @@
  • Separate row heights for header, body and footer in Grid
  • Support for item descriptions (tooltips) in CheckBoxGroup, RadioButtonGroup and Tree
  • Binder supports removing bindings
  • +
  • Notification supports CloseListener
  • @@ -109,8 +110,9 @@
  • 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.
  • Embedded is not a LegacyComponent anymore.
  • +
  • Notification method show returns Notification, instead of void.
  • -

    For incompatible or behaviour-altering changes in 8.1, please see 8.1 release notes

    +

    For incompatible or behavior-altering changes in 8.1, please see 8.1 release notes

    Known Issues and Limitations

    -- cgit v1.2.3