Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Vaadin Date Picker Flow - 2.0.0.rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ujoni ujoni released this 23 May 13:52
· 31 commits to master since this release

This is a feature release of the Java integration for <vaadin-date-picker> Web Component (github), to be used from the server side Java with Vaadin Flow.

All changes

  • Support for Flow 2.0

⚠️ Breaking Changes:

  • The clear button is now hidden by default. To make it visible, use setClearButtonVisible(true). (Note: if the value of the combo box is empty, the clear button is always hidden.)

See all the changes in this release here.

Compatibility

This release for vaadin-date-picker-flow

  • is built on<vaadin-date-picker> Web Component version 4.0.1
  • tested with Vaadin Flow version 2.0.0.rc2.