ソースを参照

Mention VaadinServiceInitListener and JS state diff in release notes (#8607)

* Mention VaadinServiceInitListener and JS state diff in release notes
tags/8.1.0.alpha1
Leif Åstrand 7年前
コミット
591312833d
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      all/src/main/templates/release-notes.html

+ 2
- 1
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>

読み込み中…
キャンセル
保存