From 74596c3a779eab47784a3c63da9b24258e5763b2 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 23 Aug 2011 12:52:42 +0000 Subject: [PATCH] #7424 Updated release notes based on review comments svn changeset:20575/svn branch:6.7 --- WebContent/release-notes.html | 61 ++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 48c9cdd5bc..fa9ba25481 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -45,6 +45,8 @@
  • Enhancements in Vaadin @version@
  • Fixes in Vaadin @version@
  • +
  • Backwards + incompatible changes in Vaadin @version@
  • Vaadin @version@ dependencies
  • Upgrading to Vaadin @version-minor@
  • @@ -127,13 +129,13 @@ id to prevent session fixation attacks

    - Notification now supports plain text its contents + Notification now supports a plain text mode for its contents

    - OptionGroup now supports HTML for the items + OptionGroup now supports a HTML mode for the item captions

    - MenuBar now supports HTML for the items + MenuBar now supports a HTML mode for the item captions

    ComboBox now supports scrolling using the mouse wheel @@ -149,11 +151,11 @@ Button can be automatically disabled when clicked

    - Tree, Tableand TreeTable supports tooltips for + Tree, Table and TreeTable support tooltips for individual items or cells

    - Tableand TreeTable now supports GeneratedRows that can + Table and TreeTable now support GeneratedRows that can be used for grouping or summary rows

    @@ -164,7 +166,8 @@ TreeTable supports expand and collapse listeners

    - PopupDateFieldandInlineDateField now supports Timezones + PopupDateField and InlineDateField now supports time + zones

    Sampler is no longer distributed as part of Vaadin @version@. @@ -199,6 +202,16 @@ details of the defects can be found at dev.vaadin.com.

    +

    Backwards incompatible + changes in Vaadin @version@

    +

    Table.ColumnGenerator.generateCell has been changed to return + Object instead of Component to enable generation of plain text.

    +

    Package names for SQLContainer, TreeTable and Chameleon Theme + java files have been changed from com.vaadin.addons.* to com.vaadin.*

    +

    +

    If you have been using SQLContainer, TreeTable or Chameleon + Theme as add-ons, remove the add-on jars from the project.

    +

    Vaadin @version@ dependencies

    Vaadin uses GWT @gwt-version@ for widget set compilation. GWT can be downloaded from http://code.google.com/webtoolkit/. @@ -211,15 +224,15 @@

    When upgrading from an earlier Vaadin version, you must

    Remember also to refresh the project in your IDE to ensure that @@ -244,15 +257,12 @@

    Liferay and other portal users must install the new - vaadin-@version@.jar to the - ROOT/WEB-INF/lib - directory in the portal - . Additionally the contents of the - VAADIN - folder from the jar must be extracted to the - ROOT/html/VAADIN - directory in the Liferay installation. If your portal uses custom - widgets, install the latest version of ROOT/WEB-INF/lib/vaadin.jar in the portal. Additionally the + contents of the VAADIN folder from the JAR must be extracted + to the ROOT/html/VAADIN directory in the Liferay + installation. If your portal uses custom widgets, install the latest + version of Vaadin Control Panel for Liferay for easy widget set compilation. @@ -389,8 +399,8 @@

    Vaadin supports JSR-168 and JSR-286 Portlet specifications. All - portals that implementated either of the portlet specifications - should work. The following portals are supported: + portals that implement either of the portlet specifications should + work. The following portals are supported:

    - -- 2.39.5