From 2497276048046a06eecffba96784e287368d7425 Mon Sep 17 00:00:00 2001
From: Tatu Lund
Date: Thu, 23 Apr 2020 14:03:45 +0300
Subject: Updating release notes (#11955)
* Updating release notes
* Fixing typo
---
all/src/main/templates/release-notes.html | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
(limited to 'all/src')
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index a2148b4831..b4c2ab515c 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -83,10 +83,12 @@
enhancements. Below is a list of the most notable changes:
-
-
-
-
+ - Added Upload button caption HTML content support
+ - Added Tree#asMultiSelect() so that Tree can be used as multiselect field e.g. with Binder
+ - Added methods in Binder to enable / disable binding and binder level Validators on the fly
+ - Added Binder#writeBeanAsDraft method version to write all values passing conversion to the bean
+ - Allow AbstractDateField to provide DST zone names over custom ranges
+ - Updated hibernate dependency to newer version. Old version caused false positive warning in dependency security check.
@@ -99,10 +101,12 @@
to Vaadin Framework 8.
- No Incompatible or Behavior-altering Changes in @version-minor@
+ Incompatible or Behavior-altering Changes in @version-minor@
-
+ - Changed DateField setValue() to throw exception if date is not meeting range check. This also prevents server and client state sync issue.
+ - Upload is now prevented if there is no file selected
+ - Determining Push transport before re-connect should improve Push stability when there is hand over e.g. from WiFi to cable and vice versa
For incompatible or behavior-altering changes in 8.10, please see 8.10 release notes
--
cgit v1.2.3