diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-06-06 10:55:06 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-06-06 10:55:06 +0000 |
commit | dd1065300b46d142d3452a6a4d473d5f28a9751b (patch) | |
tree | 87ecf712409f5d5197e8e20c0781409f1b8f6f2c /WebContent/release-notes.html | |
parent | d78d0a488df5db5c78d6fd1c1e1448871723ea45 (diff) | |
download | vaadin-framework-dd1065300b46d142d3452a6a4d473d5f28a9751b.tar.gz vaadin-framework-dd1065300b46d142d3452a6a4d473d5f28a9751b.zip |
#7126 release notes: include liferay theme in Vaadin JAR
svn changeset:19231/svn branch:6.6
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 43b353f391..adf58da5d8 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -73,6 +73,7 @@ contains a number of significant enhancements.</p> <!-- li>Support lazy loading properly in <b>ComboBox</b> (<a href="http://dev.vaadin.com/ticket/4233">#4233</a>)</li> --> <li><tt>CheckBox</tt> now supports null values, displayed as false (<a href="http://dev.vaadin.com/ticket/6918">#6918</a>)</li> <li>The method <tt>Button.fireClick(MouseEventDetails)</tt> is used by Button instead of <tt>Button.fireClick()</tt>. Subclasses should override the former and not the latter.</li> + <li>The 'liferay' theme is included in Vaadin core starting from version 6.6.2. Themes still need to be copied to the shared resource directory in a Liferay installation when upgrading Vaadin.</li> </ul> <p>In the client-side API:</p> |