summaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-12-03 08:28:22 +0000
committerArtur Signell <artur.signell@itmill.com>2010-12-03 08:28:22 +0000
commit721eebf2c1cba05eefb08caa0dddb31b5af2a829 (patch)
tree67a0cff40b1179c074f7d63d1fca78e6ae6709e7 /WebContent/release-notes.html
parent87b1833aad62d665dd8b887ce25f0c3c353a8032 (diff)
downloadvaadin-framework-721eebf2c1cba05eefb08caa0dddb31b5af2a829.tar.gz
vaadin-framework-721eebf2c1cba05eefb08caa0dddb31b5af2a829.zip
Release notes mention for RichTextArea hierarchy change and Button.setSwitchMode deprecation
svn changeset:16294/svn branch:6.5
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 8f6066000d..8e65d21033 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -72,6 +72,8 @@ contains a number of significant enhancements.</p>
<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>
+ <li>RichTextArea no longer extends TextField as it cannot implement a large part of the TextField API.</li>
+ <li>Button.setSwitchMode has been deprecated in favor of CheckBox.</li>
</ul>
<h3>Theme changes</h3>