From: Pekka Hyvönen Date: Fri, 17 Mar 2017 07:38:09 +0000 (+0200) Subject: Update release notes for 8.1.0.alpha1 (#8863) X-Git-Tag: 8.1.0.alpha1~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ea2d386f3b49c0c67f6e9685b7e4d7868bdadc8e;p=vaadin-framework.git Update release notes for 8.1.0.alpha1 (#8863) --- diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 36ce1e4804..95d1c37acc 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -64,13 +64,8 @@ a number of new features and bug fixes, as listed in the list of enhancements and change log below. - This beta release contains breaking changes based on your feedback on the previous beta version, - and we may change things on future beta versions based on your feedback if necessary. + The API in this alpha version is not considered final and will change based on your feedback.

-

Special note for add-on developers: please test your add-on against - Framework 8.0 and update your add-on as needed. - -

Change Log for Vaadin Framework @version@

@@ -87,154 +82,29 @@ enhancements. Below is a list of the most notable changes:

-

- 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 list of incompatible changes and how to migrate - to Vaadin Framework 8.

- For enhancements introduced in Vaadin Framework 7.7, see the Release - Notes for Vaadin Framework 7.7.0. + For enhancements introduced in Vaadin Framework 8.0, see the Release + Notes for Vaadin Framework 8.0.0. + For migrating from previous framework versions, see the list of incompatible changes and how to migrate + to Vaadin Framework 8.

Incompatible or Behavior-altering Changes in @version@

- - - - - - - - +
  • The TreeGrid component replaces both TreeTable and Tree component
  • +
  • The HierarchicalDataProvider interface replaces Container.Hierarchical and <InMemoryHierarchicalDataProvider replaces HierarchicalContainer
  • +
  • The DragSourceExtension and DropTargetExtension extensions replace the old DnD features
  • + +

    For incompatible or behaviour-altering changes in 8.0, please see 8.0 release notes

    +

    Known Issues and Limitations

    -
  • Grid does not support adding components to cells. Instead light-weight Renderers can be - used to present and edit data.
  • The Maven GWT compilation for Vaadin7WidgetSet requires at least 1G of memory, when using the vaadin-client-compability package. If compiled inside Eclipse, possibly even more.