From: Henri Sara Date: Thu, 8 Sep 2016 08:52:46 +0000 (+0300) Subject: Update release notes for Vaadin 8 X-Git-Tag: 8.0.0.alpha1~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ecb20d27d83f502c762a1c847218bf2d687cefd3;p=vaadin-framework.git Update release notes for Vaadin 8 Change-Id: Icf3d3632ec50c732d43acb784033ae6ae0e35d7b --- diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 874baab1d1..8e2d29d955 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -48,7 +48,7 @@
  • GWT Dependency Changes
  • Vaadin Installation
  • Package Contents
  • -
  • Migrating from Vaadin 6
  • +
  • Migrating from Vaadin 7
  • Vaadin @version@ dependencies
  • Upgrading to Vaadin @@ -95,7 +95,19 @@
    • New, simpler data binding API
    • Vaadin is now based on Java 8
    • +
    • Vaadin is using GWT 2.8, allowing client side code to use Java 8
    • +
    • Other Vaadin dependencies including Atmosphere have been upgraded
    + +

    + The new data binding API replaces the old Container, Item, Property, FieldGroup, + Validator, Converter and related classes with new mechanisms. + Also components using those are replaced with updated implementations using the + new API, and the old data binding API and components have been moved to separate + compatibility packages for ease of migration. + For more details, see the Book of Vaadin and how to migrate + to Vaadin 8. +

    For enhancements introduced in Vaadin 7.7, see the Incompatible or Behavior-altering Changes in @version-minor@

    Known Issues and Limitations