diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-07-04 11:58:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-04 11:58:12 +0300 |
commit | 684c75ef76344ebfc38980494057c69d6238d09e (patch) | |
tree | d131860ac56c7ace7a25438c9c95a42c8679e307 | |
parent | 4f2f682a998ac6342c4c31a44c6d0f94e0d0a06c (diff) | |
download | vaadin-framework-8.1.0.rc1.tar.gz vaadin-framework-8.1.0.rc1.zip |
Add information about known limitations (#9633)8.1.0.rc1
-rw-r--r-- | all/src/main/templates/release-notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index f919aaf21a..037f8ac31d 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -124,6 +124,8 @@ 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. </li> |