Skip to content

Vaadin Flow Components V18.0.0.beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 23 Nov 09:14
· 44 commits to 18.0 since this release
ad548d0

Vaadin 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:

    • Clear ComboBox filter on drop down close. PR:393. Ticket:388

      Since the DataCommunicator erases the combo box non-empty filter after each request, the filter needs to be set again to DataCommunicator even if it's the same as last sent. (cherry picked from commit d121fac)

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