diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-07-18 14:01:29 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-07-18 14:01:29 +0300 |
commit | 3c5dd1fdb7e8feca8e9e28e2bdb2a0b2d7055f3f (patch) | |
tree | 49ca7d75afc3d7e7c971bb029119737b40c817b3 | |
parent | ca6d6110fb9ffd97b6100931360f37edafaf6cef (diff) | |
download | vaadin-framework-3c5dd1fdb7e8feca8e9e28e2bdb2a0b2d7055f3f.tar.gz vaadin-framework-3c5dd1fdb7e8feca8e9e28e2bdb2a0b2d7055f3f.zip |
Remove mention of height limitation in Tree (#9689)
Related to #9631
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 037f8ac31d..4ea3ccdabd 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -124,7 +124,6 @@ Internet Explorer (Windows Phone, Surface) (<a href="https://github.com/vaadin/framework/issues/5170">#5170</a>) </li> - <li>The new <tt>Tree</tt> component does not support height settings other than "undefined" - for scrolling and other heights, wrap the tree in a <tt>Panel</tt>.</li> <li>Payload based drop criteria do not work on IE11 - use criteria scripts if IE11 support of drop validation is required</li> <li>Specifying layout sizes using <tt>em</tt> is currently discouraged, because it results in fractional components sizes in many cases, which might cause unwanted 1px gaps between components. |