summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorAnna Koskinen <Ansku@users.noreply.github.com>2020-05-12 12:05:44 +0300
committerGitHub <noreply@github.com>2020-05-12 12:05:44 +0300
commitd47874a4e5a1629f4987d17ce4762c10dd53f025 (patch)
tree5a591c5360459df4d706148601f47ecbc4b06402 /all
parentb1a5a1ca41377d3d3c61f7aeeba286d2fd6f0994 (diff)
downloadvaadin-framework-d47874a4e5a1629f4987d17ce4762c10dd53f025.tar.gz
vaadin-framework-d47874a4e5a1629f4987d17ce4762c10dd53f025.zip
Updated release-notes.html (#11998)8.11.0.beta1
* Updated release-notes.html
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 4e97d4dd4b..4dc53fe0ec 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -83,12 +83,13 @@
enhancements. Below is a list of the most notable changes:</p>
<ul>
- <li>Added Upload button caption HTML content support</li>
+ <li>Added Upload button caption HTML content support</li>
<li>Added Tree#asMultiSelect() so that Tree can be used as multiselect field e.g. with Binder</li>
<li>Added methods in Binder to enable / disable binding and binder level Validators on the fly</li>
<li>Added Binder#writeBeanAsDraft method version to write all values passing conversion to the bean</li>
- <li>Allow AbstractDateField to provide DST zone names over custom ranges</li>
- <li>Updated hibernate dependency to newer version. Old version caused false positive warning in dependency security check.</li>
+ <li>Allow AbstractDateField to provide DST zone names over custom ranges</li>
+ <li>Updated Hibernate dependency to newer version. Old version caused false positive warning in dependency security check.</li>
+ <li>Added support for javax.validation @NotEmpty annotation.</li>
</ul>
</p>
@@ -105,8 +106,8 @@
<ul>
<li>Changed DateField setValue() to throw exception if date is not meeting range check. This also prevents server and client state sync issue.</li>
- <li>Upload is now prevented if there is no file selected</li>
- <li>Determining Push transport before re-connect should improve Push stability when there is hand over e.g. from WiFi to cable and vice versa</li>
+ <li>Upload is now prevented if there is no file selected</li>
+ <li>Determining Push transport before re-connect should improve Push stability when there is hand over e.g. from WiFi to cable and vice versa</li>
</ul>
<h2>For incompatible or behavior-altering changes in 8.10, please see <a href="https://vaadin.com/download/release/8.10/8.10.0/release-notes.html#incompatible">8.10 release notes</a></h2>