diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-07-30 14:24:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 14:24:45 +0300 |
commit | 9807e71b6ae81e0fb5f6495bb779e566741582bd (patch) | |
tree | 891db9ed597c87d96bdabcb7a78a63e3830e2a0b /all | |
parent | 0860c1914940a8f7db7fb389bf742d7fedac47e0 (diff) | |
download | vaadin-framework-9807e71b6ae81e0fb5f6495bb779e566741582bd.tar.gz vaadin-framework-9807e71b6ae81e0fb5f6495bb779e566741582bd.zip |
Add mention of ContextMenu changes to Release Notes (#11085)8.6.0.alpha1
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 4ea087d469..88ba00634b 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,7 +83,8 @@ 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> </ul> </p> @@ -99,6 +100,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> </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> |