diff options
author | Michael Forstner <michael.forstner@bsi-in.de> | 2018-12-10 13:03:52 +0100 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-12-10 14:03:52 +0200 |
commit | 5480d82bb8554d3980a55714c6128cfe1d63ec92 (patch) | |
tree | b2f9c2f05b1044d7e801d71387ed24004b237bc8 /all | |
parent | e7b721f3e81534957b27a3af656021a643530cdd (diff) | |
download | vaadin-framework-5480d82bb8554d3980a55714c6128cfe1d63ec92.tar.gz vaadin-framework-5480d82bb8554d3980a55714c6128cfe1d63ec92.zip |
Add missing FocusShortcutListener (#11289)
* Add missing FocusShortcutListener
Was removed from 8.0 and not readded.
Fixes #8297
* Update Release note for this change
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 35bcfa45d5..d184dd97df 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,10 +83,7 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>Improvements in <tt>MenuBar</tt> client-side customization.</tt></li> - <li>Support for improved version of <tt>ContextMenu</tt> add-on (version 3.0.0.beta1).</li> - <li>Rewrite <tt>OSGi</tt> bundles activation mechanism to follow <tt>OSGi</tt> best practices</li> - <li>Change the return type of <tt>Grid.asMultiSelect</tt> and <tt>Grid.asSingleSelect</tt> that has API to access the features of corresponding selection model</li> + <li>Add support for <tt>FocusShortcutListener</tt></li> <li>Performance improvements for the Vaadin 7 compatibility Grid, picked from the Vaadin 7 branch.</li> <li>Fixes to Vaadin 7 compatibility Grid issues #10343 and #10998, picked from the Vaadin 7 branch.</li> </ul> @@ -94,9 +91,9 @@ </p> <p> - For enhancements introduced in Vaadin Framework 8.5, see the <a - href="http://vaadin.com/download/release/8.5/8.5.0/release-notes.html">Release - Notes for Vaadin Framework 8.5.0</a>. + For enhancements introduced in Vaadin Framework 8.6, see the <a + href="http://vaadin.com/download/release/8.6/8.6.0/release-notes.html">Release + Notes for Vaadin Framework 8.6.0</a>. For migrating from previous framework versions, see <a href="#incompatible">the list of incompatible changes</a> and <a href="#migrating">how to migrate to Vaadin Framework 8</a>. </p> @@ -107,7 +104,7 @@ <li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were changed due typo fix</li> </ul> - <h2>For incompatible or behavior-altering changes in 8.5, please see <a href="https://vaadin.com/download/release/8.5/8.5.0/release-notes.html#incompatible">8.5 release notes</a></h2> + <h2>For incompatible or behavior-altering changes in 8.6, please see <a href="https://vaadin.com/download/release/8.6/8.6.0/release-notes.html#incompatible">8.6 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |