diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-12-28 15:35:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-28 15:35:04 +0200 |
commit | 5a8f7e83c18add9adb8e0869a535986f5202c794 (patch) | |
tree | 3fef8a09d9549d84b28ea299c4a71efd68769292 /all | |
parent | 18d42160f5ab236b42d7c50544880faa142ee87f (diff) | |
download | vaadin-framework-5a8f7e83c18add9adb8e0869a535986f5202c794.tar.gz vaadin-framework-5a8f7e83c18add9adb8e0869a535986f5202c794.zip |
Clear up enhancements contents from master (#11396)
* Clear up enhancements contents from master
* Upgrade the version mentioned in the release note
* Close the <span> block
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index ca50a2f647..14571d3375 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,19 +83,15 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>Add more context information to criteriaScript in <tt>GridDropTargetConnector</tt></li> - <li>Add support for <tt>FocusShortcutListener</tt></li> - <li>Allow setting customised style to input and label elements in <tt>CheckBox</tt></li> - <li>Allow empty selection to be displayed in <tt>NativeSelect</tt></li> - <li>Performance improvements for the Vaadin 7 compatibility Grid, picked from the Vaadin 7 branch.</li> + <li></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.6, see the <a - href="http://vaadin.com/download/release/8.6/8.6.0/release-notes.html">Release - Notes for Vaadin Framework 8.6.0</a>. + For enhancements introduced in Vaadin Framework 8.7, see the <a + href="http://vaadin.com/download/release/8.7/8.7.0/release-notes.html">Release + Notes for Vaadin Framework 8.7.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> @@ -103,11 +99,10 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <ul> - <li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were swapped due to typo fix</li> - <li>Public <tt>disableOnClick</tt> variable in <tt>VNatiButton</tt> is removed due to the refactoring</li> + <li></li> </ul> - <h2>For incompatible or behavior-altering changes in 8.6, please see <a href="https://vaadin.com/download/release/8.6/8.6.0/release-notes.html#incompatible">8.6 release notes</a></h2> + <h2>For incompatible or behavior-altering changes in 8.7, please see <a href="https://vaadin.com/download/release/8.7/8.7.0/release-notes.html#incompatible">8.7 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> @@ -442,7 +437,7 @@ <div id="footer"> <span class="slogan"><strong>vaadin <em>}></em> - </strong> Fight For Simplicity<span> <a href="#top">↑ Back + </strong> Fight For Simplicity</span> <a href="#top">↑ Back to top</a> </div> <!-- /footer --> |