summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>2019-04-11 12:41:50 +0300
committerGitHub <noreply@github.com>2019-04-11 12:41:50 +0300
commit562cd7a8fba9909847ecdd587c5c3aff31ad9449 (patch)
tree052173fa025b533bb28474a91a99028d48070fb2
parent557af9af920b94dbe39b99c8df930691cba501e5 (diff)
downloadvaadin-framework-562cd7a8fba9909847ecdd587c5c3aff31ad9449.tar.gz
vaadin-framework-562cd7a8fba9909847ecdd587c5c3aff31ad9449.zip
Update release note for 8.8 releases (#11541)8.8.0.beta1
-rw-r--r--all/src/main/templates/release-notes.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index f592513d87..713bdcc112 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -83,7 +83,12 @@
enhancements. Below is a list of the most notable changes:</p>
<ul>
- <li></li>
+ <li>Add <tt>StringToUuidConverter</tt></li>
+ <li>Allow value update by clicking on <tt>Slider</tt></li>
+ <li>Allow use Enter and Space keys to fire <tt>Window</tt> header buttons</li>
+ <li>Support more KeyCodes</li>
+ <li>Support customized JSONSerializer</li>
+ <li>Improve the binding of columns defined through string with nested properties in <tt>Grid</tt></li>
</ul>
</p>
@@ -99,7 +104,7 @@
<h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2>
<ul>
- <li></li>
+ <li>Public <tt>setCaption(String text)</tt> method in <tt>VPanel</tt> has been refactored to <tt>setCaption(String text, boolean captionAsHtml)</tt> due to internal changes.</li>
</ul>
<h2>For incompatible or behavior-altering changes in 8.7, please see <a href="https://vaadin.com/download/release/8.7/8.7.0/release-notes.html#incompatible">8.7 release notes</a></h2>