From 507bd2d102bea7d57ae8f3bd86fc8a94a2b215b7 Mon Sep 17 00:00:00 2001
From: Teemu Suo-Anttila
Date: Mon, 7 May 2018 11:54:08 +0300
Subject: Update release notes for 8.5.0.alpha1 (#10888)
---
all/src/main/templates/release-notes.html | 31 ++++++++++---------------------
1 file changed, 10 insertions(+), 21 deletions(-)
(limited to 'all/src/main')
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:
- - ComboBox has a better handling of new items with NewItemProvider.
- - Binding APIs have been improved to allow more advanced use.
- - New ReadOnlyHasValue wrapper helps to bind any visible element to a data item via Binder.
- - Built-in StringTo converters now have an option to use ErrorMessageProvider.
- - Grid headers and footers now support tooltips.
- - Added Tree and TreeGrid recursive expand and collapse methods.
- - BrowserResizeListener is called lazily during the resize (previously on each and every event browser fired, causing potentially hundreds of server visits per window resize).
- - ItemClickEvent for Grid now takes an additional row index parameter.
- - Support starting downloads and opening URLs from a menu item.
-
- For enhancements introduced in Vaadin Framework 8.3, see the Release
- Notes for Vaadin Framework 8.3.0.
+ For enhancements introduced in Vaadin Framework 8.4, see the Release
+ Notes for Vaadin Framework 8.4.0.
For migrating from previous framework versions, see the list of incompatible changes and how to migrate
to Vaadin Framework 8.
Incompatible or Behavior-altering Changes in @version-minor@
- BrowserWindowOpenerConnector and FileDownloaderConnector now are subclasses of AbstractEventTriggerExtensionConnector
- Date range limits in AbstractDateFieldState are now Strings instead of Dates, some client-side method signatures were changed
- BrowserResizeListener is only called once resizing ends.
- ItemClickEvent for Grid now takes an additional row index parameter.
- AbstractSingleSelect functionality has been partially re-written. Parts of the protected API regarding selection has been removed
+ AbstractSingleSelect communication has been partially re-written. Some protected API was removed.
+ setStyleName(String, boolean) has been moved from AbstractComponent to Component interface as a default method.
+ Window closing animation disabled by default.
+ FileTypeResolver icon features have been moved to a compatibility version of the class.
+
+ For incompatible or behavior-altering changes in 8.4, please see 8.4 release notes
+
- For incompatible or behavior-altering changes in 8.3, please see 8.3 release notes
-
-
Known Issues and Limitations
- @PushStateNavigation can cause browser to load resources from wrong URLs
--
cgit v1.2.3