summaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-05-28 10:49:53 +0000
committerMarko Grönroos <magi@iki.fi>2009-05-28 10:49:53 +0000
commit8a95eed1d936161d92ff8bcabdeb4f8d6f2afaa8 (patch)
treef6a2fd4454f4c2ba429b566f1574e2b170b3ca99 /WebContent/release-notes.html
parent83e45b56d054bfa00e757b820e989e27da132b37 (diff)
downloadvaadin-framework-8a95eed1d936161d92ff8bcabdeb4f8d6f2afaa8.tar.gz
vaadin-framework-8a95eed1d936161d92ff8bcabdeb4f8d6f2afaa8.zip
Release Notes updated: setLayout deprecated, AbsoluteLayout, handling on unparseable date strings in DateField. Fixes #3004.
svn changeset:8059/svn branch:6.0
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 0d7080f657..bdadc3f417 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -41,7 +41,20 @@ IT Mill Toolkit 5.4, along with many bug fixes. The most significant additions a
<li>The <b>Form</b> component previously called two methods in <b>FieldFactory</b>. Now it always calls only one in <b>FormFieldFactory</b></li>
- <li><b>Panel</b> and <b>Window</b> can now contain a <b>ComponentContainer</b> as the "root layout" (previously only Layout) (<a href="http://dev.itmill.com/ticket/2921">#2921</a>). This should not require changes to user code.</li>
+ <li><b>Panel</b> and <b>Window</b> can now contain a <b>ComponentContainer</b>
+ (previously only <b>Layout</b>) as the "root layout" (<a
+ href="http://dev.itmill.com/ticket/2921">#2921</a>). The <tt>setLayout()</tt> method is
+ deprecated and the new <tt>setContent()</tt> method that accepts a
+ <b>ComponentContainer</b> is recommended.</li>
+
+ <li>Vaadin applications are now serializable, which allows compatibility with many clustering and cloud computing solutions.</li>
+
+ <li>The new <b>AbsoluteLayout</b> allows placing components by their coordinates.</li>
+
+ <li>The way how <b>DateField</b> handles unparseable non-empty input in the default
+ implementation of <tt>handleUnparsableDateString()</tt> method is changed (<a
+ href="http://dev.vaadin.com/ticket/2831">#2831</a>). It now throws a
+ <b>Property.ConversionException</b> instead of returning <tt>null</tt>.
</ul>
<p>The first three changes are not backward-compatible with IT Mill Toolkit 5.4.</p>