From: Marko Grönroos Date: Wed, 14 May 2008 18:18:24 +0000 (+0000) Subject: Toolkit 5.2.0rc3. X-Git-Tag: 6.7.0.beta1~4771 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8f48f286b7d517c0c6254e7dc56d40ee7dba111e;p=vaadin-framework.git Toolkit 5.2.0rc3. svn changeset:4491/svn branch:trunk --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ca4e73bb5d..4ab30b771f 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -15,7 +15,10 @@

Introducing IT Mill Toolkit 5

Effortless web application development for Java-programmers. - Visit itmill.com +
@@ -39,29 +42,51 @@ of fixed problems.

  • Support for Java Portlets. See the following dev.itmill.com wiki articles for details.
  • Default theme has been collected in a single CSS file in WebContent/ITMILL/themes/default/styles.css, which is a compilation of the - separate CSS files in the subdirectories. Custom themes should inherit this stylesheet - with import command.
  • - -
  • (In 5.1.2)

    Support for multiple applications in the same browser window. -See WebContent/multiapp.html for an example on how to embed -multiple applications.

    IMPORTANT! If you have embedded -Toolkit Applications in a HTML page with earlier versions of IT Mill -Toolkit, you must update the embedding page! Run the application -separately, -view the source code, and copy the loading code to your HTML -page.

  • + separate CSS files in the subdirectories. Custom themes must inherit this stylesheet + with the import command: +
    @import "../default/styles.css";
    + +
  • The default theme for TabSheet has changed in a way that may cause + incompatibility with custom styling. If you have problems, just ask on the forum.
  • + +
  • (Since 5.1.2)

    Support for multiple applications in the same browser window. See + WebContent/multiapp.html for an example on how to embed multiple + applications.

    IMPORTANT! If you have embedded Toolkit Applications in a + HTML page with earlier versions of IT Mill Toolkit, you must update the embedding page! + Run the application separately, view the source code, and copy the loading code to your + HTML page.

  • Many bug fixes. See the ChangeLog below.
  • For up-to-date status of known problems, see the developer website dev.itmill.com.
  • +

    Important known problems in

    + + + +

    For other known problems, see open tickets at developer site dev.itmill.com.

    ChangeLog Between IT Mill Toolkit 5.1.2 and 5.2.0

    diff --git a/build/VERSION.properties b/build/VERSION.properties index 1318d3008d..fcb66cde6e 100644 --- a/build/VERSION.properties +++ b/build/VERSION.properties @@ -1 +1 @@ -version=5.2.0rc2 +version=5.2.0rc3