From a18bf13b785bd361ee74a6a4b2132f8a57e5c3a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Tue, 3 Feb 2015 10:24:59 +0200 Subject: [PATCH] Update release notes to cover vaadin-widgets (#15544) Change-Id: Ide0d7f6aa2bb980eae3c9a4eeeb99ebc987fccac --- WebContent/release-notes.html | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 8e6385684f..a62bf1e940 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -113,6 +113,7 @@
  • Uses GWT 2.7 for improved compilation times when using Super Dev Mode.
  • @Viewport annotation for declaratively defining a mobile viewport definition for a UI.
  • Component captions, TabSheet/Accordion tab captions and Calendar event captions can be configured to be displayed as HTML.
  • +
  • The vaadin-widgets JAR package containing only GWT Widgets intended for standalone use without the rest of the framework. Currently only contains Grid.
  • Selects use converters when presenting itemids.
  • Improved performance when server response contains no visual changes (e.g. empty polling responses).
  • Development time on-the-fly scss compilation cache may now be preserved when redeploying or restarting the server.
  • @@ -220,6 +221,8 @@
  • Built-in themes (vaadin-themes)
  • +
  • Widgets for standalone client-side use (vaadin-widgets) +
  • Dependency libraries provided under the lib/ folder
  • @@ -253,25 +256,20 @@ your own, which you need to do if you use almost any add-on components.)

    - -

    Updates to the Packaging

    +

    - Since Vaadin 7.2.0, the old vaadin-theme-compiler has been moved into - a separate project and renamed to vaadin-sass-compiler. It is now included - along with the other 3rd party dependencies in the ZIP package. + For compiling the widget set, for instance when using Vaadin + add-ons with custom client-side implementation, you need to include + vaadin-client and vaadin-client-compiler on the + compiler classpath. Those JARs should be in a non-deployed project + library folder, such as lib.

    +

    Updates to the Packaging

    - For pure client-side development, you only need the - vaadin-client - and - vaadin-client-compiler - JARs, which should be put to a non-deployed project library - folder, such as - lib - . You also need them if you compile the widget set for any - reason, such as using Vaadin add-ons, or create new - server-side components integrated with client-side widgets. + Vaadin 7.4.0 introduces vaadin-widgets for pure + client-side development. This JAR only contains GWT Widgets + designed to be fully functional without Vaadin's server-side.

    Migrating from Vaadin 6

    -- 2.39.5