diff options
author | Leif Åstrand <legioth@gmail.com> | 2017-02-21 14:54:28 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2017-02-21 14:54:28 +0200 |
commit | 591312833dd77060ba62e0a6c4d2c77167b4db84 (patch) | |
tree | e7d8918d263e3d8d74d7c435e7681e4247602048 /all/src | |
parent | 22a6a37aa41df3efba4cb29d90392c602389ccd9 (diff) | |
download | vaadin-framework-591312833dd77060ba62e0a6c4d2c77167b4db84.tar.gz vaadin-framework-591312833dd77060ba62e0a6c4d2c77167b4db84.zip |
Mention VaadinServiceInitListener and JS state diff in release notes (#8607)
* Mention VaadinServiceInitListener and JS state diff in release notes
Diffstat (limited to 'all/src')
-rw-r--r-- | all/src/main/templates/release-notes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 1712e065e3..36ce1e4804 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -91,8 +91,9 @@ <li>Vaadin Framework is now based on Java 8</li> <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>Easier to integrate web components using HTML imports (<tt>@HtmlImport</tt>), custom tag name support for <tt>AbstractJavaScriptComponent</tt> and more efficient transmission of shared state changes for JavaScript components</li> <li>Context click events are now generated on iOS devices (<a href="https://github.com/vaadin/framework/issues/7387">#7387</a>)</li> + <li>Add-ons can use <tt>META-INF/services/com.vaadin.server.VaadinServiceInitListener</tt> to automatically hook into the initialization sequence of the framework</li> </ul> <p> |