From 48767f198d60c87eece668bea659e2b39f2ba922 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Pekka=20Hyv=C3=B6nen?=
Date: Fri, 22 Dec 2017 10:17:09 +0200
Subject: [PATCH] Updated release notes for 8.2 final (#10459)
Added mention of GridRowDragger, moved PushState navigation to top on features list.
Commented unnecessary mention about alpha version.
---
all/src/main/templates/release-notes.html | 29 ++++++++++++-----------
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 9eb6a1e39a..9cccfa095f 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -65,7 +65,7 @@
a number of new features and bug fixes, as listed in the list of enhancements and change log below.
- The API in this alpha version is not considered final and may change based on your feedback.
+
@@ -83,19 +83,20 @@
enhancements. Below is a list of the most notable changes:
- - Separate row heights for header, body and footer in Grid
- - Support for item descriptions (tooltips) in CheckBoxGroup, RadioButtonGroup and Tree
- - Binder supports removing bindings
- - Binding builder methods do not have to be chained
- - Bean validation failures will revert changes in Binder
- - Notification supports CloseListener
- - Tree now has methods to scroll it programmatically
- - The browser time zone can be obtained from WebBrowser if the browser supports it
- - AbstractDateField now supports formatting of time zone information
- - PushState based navigation support
- - Grid WAI-ARIA support has been improved (aria-sort added)
- - Client side ErrorLevel support
- - VaadinService, VaadinServlet and VaadinServletService have protected no-args constructors to make DI integrations simpler
+ - HTML5 History.PushState based navigation 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
+ - Binding builder methods do not have to be chained
+ - Bean validation failures will revert changes in Binder
+ - GridRowDragger has been added for making it easy to have DnD reordering of Grid's rows or dragging rows between two grids.
+
- Notification supports CloseListener
+ - Tree now has methods to scroll it programmatically
+ - The browser time zone can be obtained from WebBrowser if the browser supports it
+ - AbstractDateField now supports formatting of time zone information
+ - Grid WAI-ARIA support has been improved (aria-sort added)
+ - Client side ErrorLevel support
+ - VaadinService, VaadinServlet and VaadinServletService have protected no-args constructors to make DI integrations simpler
--
2.39.5