Skip to content

Vaadin Flow Components V18.0.2

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 08 Dec 08:50
· 35 commits to 18.0 since this release
379c836

Vaadin Flow Components V18.0.2

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.1

Changes in vaadin-avatar-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-combo-box-flow

  • Fixes:

    • Fix setting value to lazy loading ComboBox. PR:478. Ticket:391

      ComboBox should only throw when no items/callback has been set to it. There is a possibility that the value is set but the backend doesn't have this item available, but that is an edge case and something that should not happen and should be possible to prevent by resetting the data and thus a responsibility of the application developer. (cherry picked from commit eb91269)

  • Chore:

    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Fix setting value to lazy loading ComboBox. PR:478. Ticket:391

      ComboBox should only throw when no items/callback has been set to it. There is a possibility that the value is set but the backend doesn't have this item available, but that is an edge case and something that should not happen and should be possible to prevent by resetting the data and thus a responsibility of the application developer. (cherry picked from commit eb91269)

    • Prevent exception in gridConnector (#462). PR:475. Ticket:376

Changes in vaadin-icons-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-radio-button-flow

  • Fixes:
    • Disable client side validation (#461). PR:490. Ticket:179

      - Disable client side validation - Validation from Binder will happen upon Binder#validate() or if the field binding uses withValidator

Compatibility

  • This release use Web Components listed in Vaadin Platform 18.0.2
  • Tested with Vaadin Flow version 5.0.2