diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-01-16 14:05:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 14:05:39 +0200 |
commit | e5d5192ce17f5117c3c5818427add47db64d38b0 (patch) | |
tree | e9463c97c3c54684b83b7b7482394de059520763 | |
parent | 07805ae6a79f3cf94c281a4d9cdec482f2aad781 (diff) | |
download | vaadin-framework-e5d5192ce17f5117c3c5818427add47db64d38b0.tar.gz vaadin-framework-e5d5192ce17f5117c3c5818427add47db64d38b0.zip |
Update release-note for 8.10
-rw-r--r-- | all/src/main/templates/release-notes.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index d8840acd83..39ff177e0c 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:</p> <ul> - <li>Allowed using <tt>BeanValidationBinder</tt> with scanNestedDefinitions.</li> + <li>Added helper methods for setting only <tt>height</tt> or <tt>width full</tt></li> + <li>Allowed using <tt>BeanValidationBinder</tt> with scanNestedDefinitions.</li> <li>Allowed conditional asRequired in <tt>Binder</tt>.</li> <li>Allowed <tt>Binder</tt> to save partial data to a bean.</li> <li>Improved access to triggering session cleanup.</li> + <li>Making <tt>Grid::setEditable</tt> friendlier</li> </ul> </p> @@ -121,7 +123,7 @@ components sizes in many cases, which might cause unwanted 1px gaps between components. </li> <li>Up-to-date information about configuration needed for push and compatibility issues are available in - <a href="https://vaadin.com/wiki/-/wiki/Main/Configuring+push+for+your+environment">this wiki page.</a> + <a href="https://vaadin.com/docs/v8/framework/articles/ConfiguringPushForYourEnvironment.html">this documentation page.</a> <br /> The most prominent limitations are: <ul> @@ -388,12 +390,11 @@ </p> <ul> - <li>Mozilla Firefox 54+</li> - <li>Mozilla Firefox ESR 52+</li> + <li>Mozilla Firefox latest</li> + <li>Mozilla Firefox ESR latest</li> <li>Internet Explorer 11, Edge (latest version)</li> <li>Safari 9+</li> - <li>Google Chrome 59+</li> - </ul> + <li>Google Chrome latest</li> <p> Additionally, Vaadin Framework supports the built-in browsers in the |