summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-05-03 13:37:56 +0300
committerHenri Sara <henri.sara@gmail.com>2017-05-03 13:37:56 +0300
commit3a7e95b98af0e9ad8f1d0160f6a1adcaa6cd8c58 (patch)
tree2345a81dea9a65f7fab763e3ba197ac82c04e51e /all
parent8a77872050b8b51013261458d2c766dc93ff6c11 (diff)
downloadvaadin-framework-3a7e95b98af0e9ad8f1d0160f6a1adcaa6cd8c58.tar.gz
vaadin-framework-3a7e95b98af0e9ad8f1d0160f6a1adcaa6cd8c58.zip
Fix minor issues with Tree theme and TB API (#9226)
Removes background color from Tree, adds release notes mention, JavaDoc updates.
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 46b99dd727..d7546701ec 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -84,7 +84,7 @@
<ul>
<li>Components In Grid</li>
<li>HTML5 Drag and Drop support</li>
- <li>TreeGrid and HierarchicalDataProvider</li>
+ <li>TreeGrid, Tree and HierarchicalDataProvider</li>
<li>Improved OSGi Support</li>
</ul>
@@ -100,7 +100,8 @@
<h2 id="incompatible">Incompatible or Behavior-altering Changes in @version@</h2>
- <li>The <tt>TreeGrid</tt> component replaces both <tt>TreeTable</tt> and <tt>Tree</tt> component</li>
+ <li>The <tt>TreeGrid</tt> component replaces <tt>TreeTable</tt> component</li>
+ <li>The <tt>Tree</tt> component replaces old <tt>Tree</tt> component</li>
<li>The <tt>HierarchicalDataProvider</tt> interface replaces <tt>Container.Hierarchical</tt> and <<tt>InMemoryHierarchicalDataProvider</tt> replaces <tt>HierarchicalContainer</tt></li>
<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>