Vaadin Flow Components V18.0.0.beta3
Pre-releaseVaadin Flow Components V18.0.0.beta3
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.
Changes in Flow Components from 18.0.0.beta2
Changes in vaadin-checkbox-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. (cherry picked from commit ed24e9b)
-
Changes in vaadin-combo-box-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. (cherry picked from commit ed24e9b)
-
-
Fixes:
Changes in vaadin-grid-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. (cherry picked from commit ed24e9b)
-
Changes in vaadin-list-box-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. (cherry picked from commit ed24e9b)
-
Changes in vaadin-radio-button-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. (cherry picked from commit ed24e9b)
-
Changes in 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. (cherry picked from commit ed24e9b)
-
Changes in vaadin-upload-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 18.0.0.beta3
- Tested with Vaadin Flow version 5.0.0.rc1