summaryrefslogtreecommitdiffstats
path: root/all/src/main
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-05-19 14:57:03 +0300
committerAleksi Hietanen <aleksi@vaadin.com>2017-05-19 14:57:03 +0300
commit1d755ee77b1ad60ef809dcc48fb09608dd2625c3 (patch)
tree00903d9eee4e4fb1159947caf7a79ea0953fa605 /all/src/main
parentd7003aa96c1aed9ffefa35ff09679b3e602243fb (diff)
downloadvaadin-framework-1d755ee77b1ad60ef809dcc48fb09608dd2625c3.tar.gz
vaadin-framework-1d755ee77b1ad60ef809dcc48fb09608dd2625c3.zip
Hide DataGenerator from Column API (#9351)
Diffstat (limited to 'all/src/main')
-rw-r--r--all/src/main/templates/release-notes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index abfda6bf2e..82aab0c1b5 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -106,7 +106,8 @@
<li>The <tt>DragSourceExtension</tt> and <tt>DropTargetExtension</tt> extensions replace the old DnD features</li>
<li>OSGi bundle manifests of Vaadin Framework JARs no longer export <tt>/VAADIN</tt>, and there are new mechanisms for publishing static resources for OSGi</li>
<li>Tooltip styles for <tt>ContentMode.PREFORMATTED</tt> have been changed in all built-in themes to use the application font and allow long lines to wrap to multiple lines.</li>
-
+ <li><tt>Grid.Column</tt> now extends <tt>AbstractExtension</tt> instead of <tt>AbstractGridExtension</tt> to hide data generator specific API.</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>