summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-05-07 11:54:08 +0300
committerGitHub <noreply@github.com>2018-05-07 11:54:08 +0300
commit507bd2d102bea7d57ae8f3bd86fc8a94a2b215b7 (patch)
treefa67a5a6c8e490def4ce9b3fe3b2026022bfa277 /all
parent3b904640cc56b6100d43a429aaedd462adcf46a1 (diff)
downloadvaadin-framework-507bd2d102bea7d57ae8f3bd86fc8a94a2b215b7.tar.gz
vaadin-framework-507bd2d102bea7d57ae8f3bd86fc8a94a2b215b7.zip
Update release notes for 8.5.0.alpha1 (#10888)
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html31
1 files changed, 10 insertions, 21 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 1379d89e63..d5e6f191c1 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -83,39 +83,28 @@
enhancements. Below is a list of the most notable changes:</p>
<ul>
- <li><tt>ComboBox</tt> has a better handling of new items with <tt>NewItemProvider</tt>.</li>
- <li><tt>Binding</tt> APIs have been improved to allow more advanced use.</li>
- <li>New <tt>ReadOnlyHasValue</tt> wrapper helps to bind any visible element to a data item via <tt>Binder</tt>.</li>
- <li>Built-in <tt>StringTo</tt> converters now have an option to use <tt>ErrorMessageProvider</tt>.</li>
- <li><tt>Grid</tt> headers and footers now support tooltips.</li>
- <li>Added <tt>Tree</tt> and <tt>TreeGrid</tt> recursive expand and collapse methods.</li>
- <li><tt>BrowserResizeListener</tt> is called lazily during the resize (previously on each and every event browser fired, causing potentially hundreds of server visits per window resize).</li>
- <li><tt>ItemClickEvent</tt> for <tt>Grid</tt> now takes an additional row index parameter.</li>
- <li>Support starting downloads and opening URLs from a menu item.</li>
-
</ul>
</p>
<p>
- For enhancements introduced in Vaadin Framework 8.3, see the <a
- href="http://vaadin.com/download/release/8.3/8.3.0/release-notes.html">Release
- Notes for Vaadin Framework 8.3.0</a>.
+ 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 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>BrowserWindowOpenerConnector</tt> and <tt>FileDownloaderConnector</tt> now are subclasses of <tt>AbstractEventTriggerExtensionConnector</tt>
- <li>Date range limits in <tt>AbstractDateFieldState</tt> are now <tt>String</tt>s instead of <tt>Date</tt>s, some client-side method signatures were changed</li>
- <li><tt>BrowserResizeListener</tt> is only called once resizing ends.</li>
- <li><tt>ItemClickEvent</tt> for <tt>Grid</tt> now takes an additional row index parameter.</li>
- <li><tt>AbstractSingleSelect</tt> functionality has been partially re-written. Parts of the <tt>protected</tt> API regarding selection has been removed</li>
+ <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>
+
- <h2>For incompatible or behavior-altering changes in 8.3, please see <a href="https://vaadin.com/download/release/8.3/8.3.0/release-notes.html#incompatible">8.3 release notes</a></h2>
-
-
<h3 id="knownissues">Known Issues and Limitations</h3>
<ul>
<li><tt>@PushStateNavigation</tt> can cause browser to load resources from wrong URLs