Browse Source

Updated release-notes.html (#11998)

* Updated release-notes.html
tags/8.11.0.beta1^0
Anna Koskinen 4 years ago
parent
commit
d47874a4e5
No account linked to committer's email address
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      all/src/main/templates/release-notes.html

+ 6
- 5
all/src/main/templates/release-notes.html View File

@@ -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>

Loading…
Cancel
Save