diff options
author | Leif Åstrand <legioth@gmail.com> | 2017-05-15 11:44:24 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-05-15 11:44:24 +0300 |
commit | 6cfd4ed55a1f8e5defa6ef42e6c666966aca584b (patch) | |
tree | 5dfe42e91f947a34442d5cd1f6d2e7b3805dc0cc /all | |
parent | 8949b2def6000c648974cbe6c24753711e84ad87 (diff) | |
download | vaadin-framework-6cfd4ed55a1f8e5defa6ef42e6c666966aca584b.tar.gz vaadin-framework-6cfd4ed55a1f8e5defa6ef42e6c666966aca584b.zip |
Use theme font and normal line wrapping for regular tooltips (#9143)
Fixes #9121
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 d7546701ec..44b1690e7b 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -105,6 +105,7 @@ <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> + <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> <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> |