From 5727ab868e40df9d4f1096a39617cc3444ec4835 Mon Sep 17 00:00:00 2001
From: Henri Sara
Date: Thu, 7 Sep 2017 10:13:32 +0300
Subject: [PATCH] Update release notes for 8.2.0.alpha1 (#9937)
---
all/src/main/templates/release-notes.html | 48 ++++++++---------------
1 file changed, 17 insertions(+), 31 deletions(-)
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 4aba9969f0..ba25a60dd6 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -59,13 +59,13 @@
Vaadin Framework @version@ is a
- maintenance release that includes a number of bug fixes, as listed in the change log below.
+
-
-
-
+ href="#changelog">change log below.
+ The API in this alpha version is not considered final and may change based on your feedback.
@@ -83,42 +83,28 @@
enhancements. Below is a list of the most notable changes:
- - Components In Grid
- - HTML5 Drag and Drop support
- - TreeGrid, Tree and HierarchicalDataProvider
- - Improved OSGi Support
+ - Separate row heights for header, body and footer in Grid
+ - Support for item descriptions (tooltips) in CheckBoxGroup, RadioButtonGroup and Tree
+ - Binder supports removing bindings
- For enhancements introduced in Vaadin Framework 8.0, see the Release
- Notes for Vaadin Framework 8.0.0.
+ For enhancements introduced in Vaadin Framework 8.1, see the Release
+ Notes for Vaadin Framework 8.1.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-minor@
-
- The TreeGrid component replaces TreeTable component
- The Tree component replaces old Tree component
- The HierarchicalDataProvider interface replaces Container.Hierarchical and <TreeDataProvider replaces HierarchicalContainer
- The DragSourceExtension and DropTargetExtension extensions replace the old DnD features
- OSGi bundle manifests of Vaadin Framework JARs no longer export /VAADIN, and there are new mechanisms for publishing static resources for OSGi
- Tooltip styles for ContentMode.PREFORMATTED have been changed in all built-in themes to use the application font and allow long lines to wrap to multiple lines.
- Grid.Column now extends AbstractExtension instead of AbstractGridExtension to hide data generator specific API.
- DataCommunicator, DataKeyMapper and KeyMapper public APIs have some minor changes for better bean identification.
- Grid.createColumn now has one more parameter presentationProvider.
- Valo link and (native) button styles are no longer global but only apply to the corresponding components when the mix-in is included.
- The View interface now has additional methods and default implementations for them.
- The HasValue interface now has an additional method getDefaultValidator() with a default implementation.
- TreeGrid.createColumn() has an additional parameter.
- LocalDateTimeToDateConverter now uses ZoneId instead of ZoneOffset.
- FontAwesome icon alignment in ComboBox has changed in the theme.
- GridState variable rowHeight has replaced by three variables.
-
- For incompatible or behaviour-altering changes in 8.0, please see 8.0 release notes
+
+ Row height in Grid is replaced with separate header, body and footer row heights
+ GridState variable rowHeight has been replaced by three variables.
+ Button has a new constructor that may cause constructor calls with null as first parameter to be ambiguous.
+
+ For incompatible or behaviour-altering changes in 8.1, please see 8.1 release notes
Known Issues and Limitations
--
2.39.5