Vaadin Framework 8.4.0.rc1
Pre-release
Pre-release
Vaadin Framework 8.4.0.rc1 is a release candidate version for evaluating the enhancements mentioned below.
Enhancements in Vaadin Framework 8.4
ComboBoxhas a better handling of new items withNewItemProvider.BindingAPIs have been improved to allow more advanced use.- New
ReadOnlyHasValuewrapper helps to bind any visible element to a data item viaBinder. - Built-in
StringToconverters now have an option to useErrorMessageProvider. Gridheaders and footers now support tooltips.- Added
TreeandTreeGridrecursive expand and collapse methods. BrowserResizeListeneris called lazily during the resize.ItemClickEventfor Grid now takes an additional row index parameter.- Support starting downloads and opening URLs from a
MenuItem. ComboBoxsupportsConnectorResourceicons.
Incompatible or Behavior-altering Changes in 8.4
BrowserWindowOpenerConnectorandFileDownloaderConnectornow are subclasses ofAbstractEventTriggerExtensionConnector.- Date range limits in
AbstractDateFieldStateare nowStrings instead ofDates, some client-side method signatures were changed. BrowserResizeListeneris only called once resizing ends.ItemClickEventforGridnow takes an additional row index parameter.