diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-27 12:44:01 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-27 13:44:01 +0300 |
commit | 9f9efe0058397992fda43e104c90b79039d41c0f (patch) | |
tree | 6903fb464d96fb1f8f6a4e92c1308833388fd210 /all/src/main/templates/release-notes.html | |
parent | 94c57dea3848635e0ae42fae464e23301f9e7c2c (diff) | |
download | vaadin-framework-9f9efe0058397992fda43e104c90b79039d41c0f.tar.gz vaadin-framework-9f9efe0058397992fda43e104c90b79039d41c0f.zip |
Support addCloseListener for Notification (#10027)
Converts Notification to an Extension and adds support for listening to the closing of notifications.
Fixes #888
Diffstat (limited to 'all/src/main/templates/release-notes.html')
-rw-r--r-- | all/src/main/templates/release-notes.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <li>Separate row heights for header, body and footer in Grid</li> <li>Support for item descriptions (tooltips) in CheckBoxGroup, RadioButtonGroup and Tree</li> <li>Binder supports removing bindings</li> + <li>Notification supports CloseListener</li> </ul> </p> @@ -109,8 +110,9 @@ <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><span class="v-errorindicator"></span></tt> elements.</li> <li><tt>Embedded</tt> is not a <tt>LegacyComponent</tt> anymore.</li> + <li><tt>Notification</tt> method <tt>show</tt> returns <tt>Notification</tt>, instead of <tt>void</tt>.</li> - <h2>For incompatible or behaviour-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> + <h2>For incompatible or behavior-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> |