diff options
author | Olli Tietäväinen <ollit@vaadin.com> | 2018-11-28 13:59:32 +0200 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-12-04 10:34:50 +0200 |
commit | 893a6766707b85664b257fd709381c6969cdb06b (patch) | |
tree | fc04b476754bc3ba8fd187b18aadaf9c270dfc08 /all/src | |
parent | bc11479e4b3b4e1a7d1bfc97d1230611c2611f48 (diff) | |
download | vaadin-framework-893a6766707b85664b257fd709381c6969cdb06b.tar.gz vaadin-framework-893a6766707b85664b257fd709381c6969cdb06b.zip |
release notes additions
Diffstat (limited to 'all/src')
-rw-r--r-- | all/src/main/templates/release-notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 3b88314cba..35bcfa45d5 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -87,6 +87,8 @@ <li>Support for improved version of <tt>ContextMenu</tt> add-on (version 3.0.0.beta1).</li> <li>Rewrite <tt>OSGi</tt> bundles activation mechanism to follow <tt>OSGi</tt> best practices</li> <li>Change the return type of <tt>Grid.asMultiSelect</tt> and <tt>Grid.asSingleSelect</tt> that has API to access the features of corresponding selection model</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> |