diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-02-15 17:18:05 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-15 17:18:05 +0200 |
commit | d4be47c18a81a2de28bcb3aab9366f0e6c5c613f (patch) | |
tree | 2481e6f2c2b676180bdf77fb3709497c0b2a172f | |
parent | a2d315550fb0fc8f557698ef60cd1c1b7631a42e (diff) | |
download | vaadin-framework-d4be47c18a81a2de28bcb3aab9366f0e6c5c613f.tar.gz vaadin-framework-d4be47c18a81a2de28bcb3aab9366f0e6c5c613f.zip |
Add release notes mention of context click events (#8573)
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index bf799b2496..1712e065e3 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -92,6 +92,7 @@ <li>Vaadin Framework is using GWT 2.8, allowing client side code to use Java 8</li> <li>Other Framework dependencies including Atmosphere have been upgraded</li> <li>Easier to integrate web components using HTML imports (<tt>@HtmlImport</tt>) and custom tag name support for <tt>AbstractJavaScriptComponent</tt></li> + <li>Context click events are now generated on iOS devices (<a href="https://github.com/vaadin/framework/issues/7387">#7387</a>)</li> </ul> <p> |