diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-11-25 08:25:46 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-11-25 08:25:46 +0000 |
commit | 0a8b782a16ffa479fb19015f51a5b1d90fb17461 (patch) | |
tree | b8fb4657c5ec881af16b6a71d263d00134904727 /WebContent/release-notes.html | |
parent | fa5697390de1470e3fb3694d979106926f8999ea (diff) | |
download | vaadin-framework-0a8b782a16ffa479fb19015f51a5b1d90fb17461.tar.gz vaadin-framework-0a8b782a16ffa479fb19015f51a5b1d90fb17461.zip |
Release notes mention for VerticalSplitPanel/HorizontalSplitPanel (#6020) and PasswordField/TextArea (#3752)
svn changeset:16140/svn branch:6.5
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index f4ef155623..8f6066000d 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -53,7 +53,7 @@ contains a number of significant enhancements.</p> <p>The following changes can break backward compatibility in applications using an earlier version of Vaadin:</p> <ul> - <li>Table.setColumnCollapsed throws IllegalStateException instead of IllegalAccessException is collapsing is not allowed.</li> + <li>Table.setColumnCollapsed throws IllegalStateException instead of IllegalAccessException if collapsing is not allowed.</li> <li>Window.removeWindow(Window) now triggers window close listeners also when called explicitly. See <a href="http://dev.vaadin.com/ticket/3865">#3865</a> for more info. </li> @@ -64,13 +64,23 @@ contains a number of significant enhancements.</p> This also affects most built-in validators such as IntegerValidator.</li> </ul> +<h3>Backwards compatible API Changes</h3> + +<p>The following backwards compatible class/method changes have been:</p> + +<ul> + <li>SplitPanel has been deprecated in favor of VerticalSplitPanel and HorizontalSplitPanel.</li> + <li>PasswordField has been split from TextField to a separate component. As a result TextField.setSecret has been deprecated.</li> + <li>TextArea has been split from TextField to a separate component. As a result TextField.setRows has been deprecated.</li> +</ul> + <h3>Theme changes</h3> <p>The following changes have to be made to themes created for earlier versions of Vaadin in order for them to work correctly with Vaadin @version@:</p> <ul> <li>Due to the fixes for tickets <a href="http://dev.vaadin.com/ticket/5066">#5066</a> and <a href="http://dev.vaadin.com/ticket/2681">#2681</a>, - the Table component has a slightly changed DOM structure in it's header.'</li> + the Table component has a slightly changed DOM structure in it's header.</li> <ul> <li>The sort indicator (arrow icon) has been moved from being the background of the "caption container" DIV, to it's very own DIV. This DIV can be styled by the <pre>.v-table-sort-indicator</pre> selector. Sort indicator images can thus no longer be placed in the |