diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-07-11 08:32:32 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-07-11 08:32:32 +0300 |
commit | 48a6ade74d89eccbb10fe04be9f08276cca1beef (patch) | |
tree | 411974fd08ef4bb5f9be8d6ce4c35a726cc715aa | |
parent | ba7e42c60b9618aabdfbb201cfcc2ae1b50c1bea (diff) | |
download | vaadin-framework-48a6ade74d89eccbb10fe04be9f08276cca1beef.tar.gz vaadin-framework-48a6ade74d89eccbb10fe04be9f08276cca1beef.zip |
Update release notes (#11035)8.5.0.beta2
-rw-r--r-- | all/src/main/templates/release-notes.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 95a6105ea9..16494437f7 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -101,9 +101,8 @@ <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>AbstractSingleSelect</tt> communication has been partially re-written to fix bugs related to selected item updates. That caused removal of some broken <tt>protected</tt> API.</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> |