From 92d7c2cf64d4bf664dfb0328d1615dbad6fd6084 Mon Sep 17 00:00:00 2001
From: Artur Signell
Date: Tue, 7 Dec 2010 13:36:17 +0000
Subject: Minor restructuring and mention of TwinColSelect dual captions
svn changeset:16361/svn branch:6.5
---
WebContent/release-notes.html | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
(limited to 'WebContent')
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 8e65d21033..480c69be9f 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -43,9 +43,9 @@ contains a number of significant enhancements.
Implemented server-side logging using java.util.logging, allowing you to specify loglevels and get
rid of unnecessary messages. See #5715 for more info.
- ItemClickSource has been renamed to ItemClickNotifier for consistency with other classes.
GWT has been updated to version 2.1.0
Widgetset builder has been optimized to only look for paintables in Vaadin add-on jars (containing an add-on manifest). If you are packaging your own widgets into jar file, ensure they also contain the Vaadin add-on manifest.
+ TwinColSelect supports separate captions for the right and left selects (#2942)
Backward Incompatible API Changes
@@ -66,14 +66,20 @@ contains a number of significant enhancements.
Backwards compatible API Changes
-The following backwards compatible class/method changes have been:
+The following backwards compatible class/method changes have been made:
- SplitPanel has been deprecated in favor of VerticalSplitPanel and HorizontalSplitPanel.
- - PasswordField has been split from TextField to a separate component. As a result TextField.setSecret has been deprecated.
- TextArea has been split from TextField to a separate component. As a result TextField.setRows has been deprecated.
+ - PasswordField has been split from TextField to a separate component. As a result TextField.setSecret has been deprecated.
+ - Button.setSwitchMode has been deprecated in favor of CheckBox. Remember to set CheckBox in immediate mode.
+ - ItemClickSource has been renamed to ItemClickNotifier for consistency with other classes.
+
+
+The following backwards incompatible class/method changes have been made:
+
+
- RichTextArea no longer extends TextField as it cannot implement a large part of the TextField API.
- - Button.setSwitchMode has been deprecated in favor of CheckBox.
Theme changes
@@ -88,6 +94,8 @@ contains a number of significant enhancements.
can be styled by the .v-table-sort-indicator
selector. Sort indicator images can thus no longer be placed in the
.v-table-caption-container
DIV.
+ TwinColSelect DOM structure has changed slightly to support captions for the left and right column.
+ TwinColSelect now supports .v-select-twincol-options-caption and .v-select-twincol-selections-caption for the left and right captions.
New themeing possibilities:
--
cgit v1.2.3