From 3bf3e1999e0c51ace82dcc4263fdeb4716f1eb03 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 21 Feb 2017 14:54:28 +0200 Subject: Mention VaadinServiceInitListener and JS state diff in release notes (#8607) * Mention VaadinServiceInitListener and JS state diff in release notes --- all/src/main/templates/release-notes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'all') diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 8fc2d2364c..e28f3e77d1 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -92,8 +92,9 @@
  • Vaadin Framework is now based on Java 8
  • Vaadin Framework is using GWT 2.8, allowing client side code to use Java 8
  • Other Framework dependencies including Atmosphere have been upgraded
  • -
  • Easier to integrate web components using HTML imports (@HtmlImport) and custom tag name support for AbstractJavaScriptComponent
  • +
  • Easier to integrate web components using HTML imports (@HtmlImport), custom tag name support for AbstractJavaScriptComponent and more efficient transmission of shared state changes for JavaScript components
  • Context click events are now generated on iOS devices (#7387)
  • +
  • Add-ons can use META-INF/services/com.vaadin.server.VaadinServiceInitListener to automatically hook into the initialization sequence of the framework
  • -- cgit v1.2.3