diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-05-26 08:16:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 08:16:45 +0300 |
commit | bae3d61dd1f8524a115531d77465a56ca74b48a9 (patch) | |
tree | 156d421ce16e13ccb2ba9cf1736ab138d91cfd09 /all/src/main | |
parent | 72edc2188d81471c2273a542fc3b4cef8d73aa89 (diff) | |
download | vaadin-framework-bae3d61dd1f8524a115531d77465a56ca74b48a9.tar.gz vaadin-framework-bae3d61dd1f8524a115531d77465a56ca74b48a9.zip |
Update release-notes.html
Diffstat (limited to 'all/src/main')
-rw-r--r-- | all/src/main/templates/release-notes.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 4dc53fe0ec..3002e6aff8 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -60,8 +60,8 @@ <p> Vaadin Framework @version@ is a <!-- maintenance release that includes a number of bug fixes, as listed in the <a href="#changelog">change log</a> below. --> -<!-- feature release that includes --> - pre-release for evaluating + feature release that includes +<!-- pre-release for evaluating --> a number of new features and bug fixes, as listed in the <a href="#enhancements">list of enhancements</a> and <a href="#changelog">change log</a> below. @@ -83,13 +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 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>Added support for javax.validation @NotEmpty annotation.</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>Added support for javax.validation @NotEmpty annotation.</li> </ul> </p> |