Vaadin Flow Components V19.0.0
Vaadin Flow Components 19.0.0
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 19.0.0
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
Changes in vaadin-grid-pro-flow
- New Features: