Skip to content

Vaadin Flow Components V19.0.0.beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 10 Feb 10:45
b734bbf

Vaadin Flow Components 19.0.0.beta1

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

Notable changes in this release

Changes in vaadin-checkbox-flow vaadin-combo-box-flow vaadin-grid-flow vaadin-list-box-flow vaadin-radio-button-flow vaadin-select-flow

  • Breaking Changes:
    • Use data view filter and sorting only to that component. PR:366. Ticket:8655

      In-memory filtering and sorting are now stored directly in component, which gives an opportunity to change it through the data view API for a certain component separately from other components bound to the same data provider.

Changes in PRO components: vaadin-board-flow vaadin-charts-flow vaadin-combo-box-flow vaadin-confirm-dialog-flow vaadin-cookie-consent-flow vaadin-crud-flow vaadin-grid-pro-flow vaadin-rich-text-editor-flow

  • Breaking Changes:
    • Change CVAL3 to CVDL4 for PRO components. PR:511

Changes in vaadin-grid-pro-flow

  • New Features:
    • Add EditOnClick feature. PR:480. Ticket:73

      Add API to enable edit mode to Grid Pro with a single click on the cell.

Compatibility

  • This release use Web Components listed in Vaadin Platform 19.0.0.beta1
  • Tested with Vaadin Flow version 6.0.0.beta2