diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-08-11 15:27:27 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-08-11 15:27:27 +0300 |
commit | bda7e54cb6eadddf07fb19d88479c642c4831a66 (patch) | |
tree | 4b88c87dd70733cf1c309630c8c2e0e8ca2ad15b /all | |
parent | 9a491b040d5c9d11e227acfdecfa867e5d7cf7d2 (diff) | |
download | vaadin-framework-bda7e54cb6eadddf07fb19d88479c642c4831a66.tar.gz vaadin-framework-bda7e54cb6eadddf07fb19d88479c642c4831a66.zip |
Provide API for setting row heights in Grid for different sections (#9810)
Fixes #9425
Diffstat (limited to 'all')
-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 afc82cc67d..4aba9969f0 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -116,6 +116,7 @@ <li><tt>TreeGrid.createColumn()</tt> has an additional parameter.</li> <li><tt>LocalDateTimeToDateConverter</tt> now uses <tt>ZoneId</tt> instead of <tt>ZoneOffset</tt>.</li> <li><tt>FontAwesome</tt> icon alignment in <tt>ComboBox</tt> has changed in the theme.</li> + <li><tt>GridState</tt> variable <tt>rowHeight</tt> has replaced by three variables.</li> <h2>For incompatible or behaviour-altering changes in 8.0, please see <a href="https://vaadin.com/download/release/8.0/8.0.0/release-notes.html#incompatible">8.0 release notes</a></h2> |