diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-12-11 15:03:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 15:03:15 +0200 |
commit | ab0b1340864a42898129027a1b7a4dd5c9bb6cbd (patch) | |
tree | f29a3298a9d4d7affe5833e99133663c2a6a7a86 /all | |
parent | 96a7c2f99c657c14282fe9a721280d425565d4c6 (diff) | |
download | vaadin-framework-ab0b1340864a42898129027a1b7a4dd5c9bb6cbd.tar.gz vaadin-framework-ab0b1340864a42898129027a1b7a4dd5c9bb6cbd.zip |
Update release-note for 8.7 pre-release (#11365)
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index d184dd97df..d5b79557c5 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,9 +83,10 @@ enhancements. Below is a list of the most notable changes:</p> <ul> + <li>Add more context information to criteriaScript in <tt>GridDropTargetConnector</tt></li> <li>Add support for <tt>FocusShortcutListener</tt></li> + <li>Allow empty selection to be displayed in <tt>NativeSelect</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> </p> @@ -101,7 +102,7 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <ul> - <li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were changed due typo fix</li> + <li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were changed due to typo fix</li> </ul> <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> |