Vaadin Framework 8.4.0.beta1
Pre-release
Pre-release
·
747 commits
to master
since this release
Vaadin Framework 8.4.0.beta1 is a pre-release for evaluating a number of new features and bug fixes.
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.