]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove mention of height limitation in Tree (#9689)
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Tue, 18 Jul 2017 11:01:29 +0000 (14:01 +0300)
committerHenri Sara <henri.sara@gmail.com>
Tue, 18 Jul 2017 11:01:29 +0000 (14:01 +0300)
Related to #9631

all/src/main/templates/release-notes.html

index 037f8ac31d631febd19674f7a62dd3fc857c7801..4ea3ccdabd091ac3b525208d2cff4e717be0b71b 100644 (file)
                 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.