diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-06-30 14:49:24 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2017-06-30 14:49:24 +0300 |
commit | 840e45b5dcc2c55f26d58cc8a6b9a3cf180507c5 (patch) | |
tree | 48f34333c1c2f0b6e95b771f834bf8f7d240487d /all | |
parent | 05fa102f874cc3dc1dcea1191d1a4eabc8f6125b (diff) | |
download | vaadin-framework-840e45b5dcc2c55f26d58cc8a6b9a3cf180507c5.tar.gz vaadin-framework-840e45b5dcc2c55f26d58cc8a6b9a3cf180507c5.zip |
Update release notes and screenshots for link style
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 46891fe8b2..b6485a18f1 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -109,6 +109,7 @@ <li><tt>Grid.Column</tt> now extends <tt>AbstractExtension</tt> instead of <tt>AbstractGridExtension</tt> to hide data generator specific API.</li> <li><tt>DataCommunicator</tt>, <tt>DataKeyMapper</tt> and <tt>KeyMapper</tt> public APIs have some minor changes for better bean identification.</li> <li><tt>Grid.createColumn</tt> now has one more parameter <tt>presentationProvider</tt>.</li> + <li>Valo link and (native) button styles are no longer global but only apply to the corresponding components when the mix-in is included.</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> |