From 5480d82bb8554d3980a55714c6128cfe1d63ec92 Mon Sep 17 00:00:00 2001
From: Michael Forstner
Date: Mon, 10 Dec 2018 13:03:52 +0100
Subject: Add missing FocusShortcutListener (#11289)
* Add missing FocusShortcutListener
Was removed from 8.0 and not readded.
Fixes #8297
* Update Release note for this change
---
all/src/main/templates/release-notes.html | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
(limited to 'all/src/main')
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:
- - Improvements in MenuBar client-side customization.
- - Support for improved version of ContextMenu add-on (version 3.0.0.beta1).
- - Rewrite OSGi bundles activation mechanism to follow OSGi best practices
- - Change the return type of Grid.asMultiSelect and Grid.asSingleSelect that has API to access the features of corresponding selection model
+ - Add support for FocusShortcutListener
- Performance improvements for the Vaadin 7 compatibility Grid, picked from the Vaadin 7 branch.
- Fixes to Vaadin 7 compatibility Grid issues #10343 and #10998, picked from the Vaadin 7 branch.
@@ -94,9 +91,9 @@
- For enhancements introduced in Vaadin Framework 8.5, see the Release
- Notes for Vaadin Framework 8.5.0.
+ For enhancements introduced in Vaadin Framework 8.6, see the Release
+ Notes for Vaadin Framework 8.6.0.
For migrating from previous framework versions, see the list of incompatible changes and how to migrate
to Vaadin Framework 8.
@@ -107,7 +104,7 @@
VaadinIcons.SEARCH_MINUS and VaadinIcons.SEARCH_PLUS codes were changed due typo fix
- For incompatible or behavior-altering changes in 8.5, please see 8.5 release notes
+ For incompatible or behavior-altering changes in 8.6, please see 8.6 release notes
Known Issues and Limitations