diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-11-14 13:57:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 13:57:06 +0200 |
commit | 8ff2a8dd707932d150e6c903a8309b7311e8b1b7 (patch) | |
tree | bbea29d06ed7c7ee68265600e4d0002962bbedda | |
parent | 77c6f3b5cfe040afbb685fa13273b0ef6e248610 (diff) | |
download | vaadin-framework-8.6.1.tar.gz vaadin-framework-8.6.1.zip |
Mention the update for ContextMenu in release note (#11315)8.6.1
-rw-r--r-- | all/src/main/templates/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 4b901436a6..8c529c9cb2 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -84,7 +84,7 @@ <ul> <li>Improvements in <tt>MenuBar</tt> client-side customization.</tt></li> - <li>Support for improved version of <tt>ContextMenu</tt> add-on (version 3.0.0.beta1).</li> + <li>Support for improved version of <tt>ContextMenu</tt> add-on (version 3.0.0).</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> </ul> |