Browse Source

Remove mention of height limitation in Tree (#9689)

Related to #9631
tags/8.1.0.rc2
Teemu Suo-Anttila 6 years ago
parent
commit
3c5dd1fdb7
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      all/src/main/templates/release-notes.html

+ 0
- 1
all/src/main/templates/release-notes.html View File

@@ -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.

Loading…
Cancel
Save