diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-05-13 13:05:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 13:05:39 +0300 |
commit | 502a144a2dc6b4f1606022360f09d14b9fe687ee (patch) | |
tree | 787288b9e09b84327b725cd7ceff4a194cb68d85 /all/src/main/templates | |
parent | 786ca648388335540cba09de8fbd1f234c705e70 (diff) | |
download | vaadin-framework-502a144a2dc6b4f1606022360f09d14b9fe687ee.tar.gz vaadin-framework-502a144a2dc6b4f1606022360f09d14b9fe687ee.zip |
Update to 8.12-snapshot (#11995)
Diffstat (limited to 'all/src/main/templates')
-rw-r--r-- | all/src/main/templates/release-notes.html | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index b4c2ab515c..cdc1dbd015 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,20 +83,15 @@ 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></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.10, see the <a - href="http://vaadin.com/download/release/8.10/8.10.0/release-notes.html">Release - Notes for Vaadin Framework 8.10.0</a>. + For enhancements introduced in Vaadin Framework 8.11, see the <a + href="http://vaadin.com/download/release/8.11/8.11.0/release-notes.html">Release + Notes for Vaadin Framework 8.11.0</a>. For migrating from previous framework versions, see <a href="#incompatible">the list of incompatible changes</a> and <a href="#migrating">how to migrate to Vaadin Framework 8</a>. </p> @@ -104,12 +99,10 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <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></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> + <h2>For incompatible or behavior-altering changes in 8.11, please see <a href="https://vaadin.com/download/release/8.11/8.11.0/release-notes.html#incompatible">8.11 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |