diff options
author | Mehdi Javan <32511762+mehdi-vaadin@users.noreply.github.com> | 2018-06-29 12:46:49 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-06-29 12:46:49 +0300 |
commit | 214a8d002eb188ca30c376e2846a404f729dc389 (patch) | |
tree | 0cf0ac560a5e6d25dcb8b156fa8f91ab248e4242 /all/src/main | |
parent | 3389d896f74040308284648599512ddd5413f62c (diff) | |
download | vaadin-framework-214a8d002eb188ca30c376e2846a404f729dc389.tar.gz vaadin-framework-214a8d002eb188ca30c376e2846a404f729dc389.zip |
Remove 8.5 enhancements from master release notes (#11010)
Diffstat (limited to 'all/src/main')
-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 7c116d7479..6579587532 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -84,31 +84,24 @@ <ul> - <li><tt>Upload</tt> component now supports <tt>accept</tt> attribute.</li> - <li><tt>SerializablePredicate</tt> has new helper APIs.</li> - <li><tt>Tree</tt> component now implements <tt>Focusable</tt></li> - </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.4, see the <a - href="http://vaadin.com/download/release/8.4/8.4.0/release-notes.html">Release - Notes for Vaadin Framework 8.4.0</a>. + For enhancements introduced in Vaadin Framework 8.5, see the <a + href="http://vaadin.com/download/release/8.5/8.5.0/release-notes.html">Release + Notes for Vaadin Framework 8.5.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> <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> - <li><tt>AbstractSingleSelect</tt> communication has been partially re-written. Some <tt>protected</tt> API was removed.</li> - <li><tt>setStyleName(String, boolean)</tt> has been moved from <tt>AbstractComponent</tt> to <tt>Component</tt> interface as a default method.</li> - <li><tt>Window</tt> closing animation disabled by default.</li> - <li><tt>FileTypeResolver</tt> icon features have been moved to a compatibility version of the class.</li> - - <h2>For incompatible or behavior-altering changes in 8.4, please see <a href="https://vaadin.com/download/release/8.4/8.4.0/release-notes.html#incompatible">8.4 release notes</a></h2> + <ul> + </ul> + <h2>For incompatible or behavior-altering changes in 8.5, please see <a href="https://vaadin.com/download/release/8.5/8.5.0/release-notes.html#incompatible">8.5 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |