Vaadin v8.11.0.alpha1 Release Notes

Release Date: 2020-04-23 // about 4 years ago
  • ๐Ÿš€ Vaadin Framework 8.11.0.alpha1 is a pre-release for evaluating a number of new features and bug fixes. The API in this beta version is not considered final and may change based on user feedback.

    โœจ Enhancements:

    • โž• Added Tree#asMultiSelect() so that Tree can be used as multiselect field e.g. with Binder
    • โž• Added methods in Binder to enable / disable binding and binder level Validators on the fly
    • โž• Added Binder#writeBeanAsDraft method version to write all values passing conversion to the bean
    • ๐Ÿ‘ Allow AbstractDateField to provide DST zone names over custom ranges
    • ๐Ÿ”„ Changed DateField::setValue() to throw exception if date is not meeting range check. This also prevents server and client state sync issue.
    • Determining Push transport before re-connect should improve Push stability when there is hand over e.g. from WiFi to cable and vice versa

    ๐Ÿ’ฅ Breaking changes:

    • โšก๏ธ Updated hibernate dependency to newer version. Old version caused false positive warning in dependency security check.
    • โž• Added Upload button caption HTML content support
    • Upload is now prevented if there