summaryrefslogtreecommitdiffstats
path: root/all/src
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2018-04-09 15:44:37 +0300
committerGitHub <noreply@github.com>2018-04-09 15:44:37 +0300
commit1121d795b6356baad0f7eba2a78fc4918ed93a01 (patch)
tree130d84cc1926e306c1020998561b47c0c8c1d5a1 /all/src
parent64f0e6e059581cf91c9369aacee0c371597cf075 (diff)
downloadvaadin-framework-1121d795b6356baad0f7eba2a78fc4918ed93a01.tar.gz
vaadin-framework-1121d795b6356baad0f7eba2a78fc4918ed93a01.zip
Update release notes (#10800)
Diffstat (limited to 'all/src')
-rw-r--r--all/src/main/templates/release-notes.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 4c646b0e7c..88518e5644 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -83,12 +83,16 @@
enhancements. Below is a list of the most notable changes:</p>
<ul>
- <li><tt>ComboBox</tt> has a better new item handling implementation with <tt>NewItemProvider</tt>.</li>
+ <li><tt>ComboBox</tt> has a better handling of new items with <tt>NewItemProvider</tt>.</li>
<li><tt>Binding</tt> APIs have been improved to allow more advanced use.</li>
- <li>New <tt>ReadOnlyHasValue</tt> wrapper class for easy implementation of new <tt>HasValue</tt>s for <tt>Binder</tt>.</li>
- <li>Built-in <tt>StringTo</tt> converters now have option to use <tt>ErrorMessageProvider</tt>.</li>
+ <li>New <tt>ReadOnlyHasValue</tt> wrapper helps to bind any visible element to a data item via <tt>Binder</tt>.</li>
+ <li>Built-in <tt>StringTo</tt> converters now have an option to use <tt>ErrorMessageProvider</tt>.</li>
<li><tt>Grid</tt> headers and footers now support tooltips.</li>
<li>Added <tt>Tree</tt> and <tt>TreeGrid</tt> recursive expand and collapse methods.</li>
+ <li><tt>BrowserResizeListener</tt> is called lazily during the resize (previously on each and every event browser fired, causing potentially hundreds of server visits per window resize).</li>
+ <li><tt>ItemClickEvent</tt> for <tt>Grid</tt> now takes an additional row index parameter.</li>
+ <li>Support starting downloads and opening URLs from a menu item.</li>
+
</ul>
</p>