diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-09-26 13:03:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 13:03:17 +0300 |
commit | 2ada6169f0c43a90265295224f65fdbf2c8653ca (patch) | |
tree | f09808ee5129a1bcba6f47d01d5db431ed322b00 /all/src | |
parent | eebb0debc4cb02c1d6d83626f43e0535d07443f6 (diff) | |
download | vaadin-framework-2ada6169f0c43a90265295224f65fdbf2c8653ca.tar.gz vaadin-framework-2ada6169f0c43a90265295224f65fdbf2c8653ca.zip |
Update release note for framework 8.6.0.beta1 (#11205)
* Update release note for framework 8.6.0.beta1
Diffstat (limited to 'all/src')
-rw-r--r-- | all/src/main/templates/release-notes.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 88ba00634b..7b77985900 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -65,7 +65,7 @@ a number of new features and bug fixes, as listed in the <a href="#enhancements">list of enhancements</a> and <a href="#changelog">change log</a> below. - The API in this alpha version is not considered final and may change based on your feedback. + The API in this beta version is not considered final and may change based on your feedback. </p> <!-- ================================================================ --> @@ -83,8 +83,10 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>Improvements in <tt>MenuBar</tt> client-side customization.</tt> - <li>Support for improved version of <tt>ContextMenu</tt> add-on.</li> + <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>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> </p> @@ -100,7 +102,7 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <ul> - <li><tt>VOverlay</tt> workaround with <tt>static</tt> reference to current overlay has been removed</tt> + <li><tt>VOverlay</tt> workaround with <tt>static</tt> reference to current overlay has been removed</tt></li> </ul> <h2>For incompatible or behavior-altering changes in 8.5, please see <a href="https://vaadin.com/download/release/8.5/8.5.0/release-notes.html#incompatible">8.5 release notes</a></h2> |