diff options
author | Piotr Wilkin <piotr.wilkin@syndatis.com> | 2017-09-20 12:30:12 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-20 13:30:12 +0300 |
commit | 634c0cc31096963ec16c50555d2eff228a1712f4 (patch) | |
tree | c5342180ba87e779fea1e9720529fb30bee39d87 /all/src/main | |
parent | 8657a5ff49f22d87005e93771415129dfc657d88 (diff) | |
download | vaadin-framework-634c0cc31096963ec16c50555d2eff228a1712f4.tar.gz vaadin-framework-634c0cc31096963ec16c50555d2eff228a1712f4.zip |
Add scroll logic from TreeGrid to Tree (#10005)
Fixes #9967
Diffstat (limited to 'all/src/main')
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index ba25a60dd6..594eae8d65 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -103,6 +103,7 @@ <li>Row height in <tt>Grid</tt> is replaced with separate header, body and footer row heights</li> <li><tt>GridState</tt> variable <tt>rowHeight</tt> has been replaced by three variables.</li> <li><tt>Button</tt> has a new constructor that may cause constructor calls with null as first parameter to be ambiguous.</li> + <li><tt>DataCommunicator</tt> method <tt>getDataProviderSize</tt> is now <tt>public</tt>, not <tt>protected</tt>.</li> <h2>For incompatible or behaviour-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> |