Browse Source

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
tags/8.8.0.beta1
Sun Zhe 5 years ago
parent
commit
5a8f7e83c1
No account linked to committer's email address
1 changed files with 7 additions and 12 deletions
  1. 7
    12
      all/src/main/templates/release-notes.html

+ 7
- 12
all/src/main/templates/release-notes.html View File

@@ -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">&uarr; Back
</strong> Fight For Simplicity</span> <a href="#top">&uarr; Back
to top</a>
</div>
<!-- /footer -->

Loading…
Cancel
Save