Skip to content

Vaadin Flow Components V22.0.25

Choose a tag to compare

@vaadin-bot vaadin-bot released this 13 Dec 09:20
· 4 commits to 22.0 since this release
6ccca97

Vaadin Flow Components 22.0.25

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 22.0.24

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Throw error if requested page or item count exceeds the Flow limit (#3798). PR:4174

    • Correct the if clause and check it in the server side instead of the connector

      Correct length check, add isAllRowsVisible check, carry the code to the server side.

    • Change the exception message

    • Update sorters only if grid is attached (#3292) (CP: 22). PR:3976

    • Update sorters only if grid is attached (#3292) (CP: 22)

      (cherry picked from commit 6b697e4)

Changes in vaadin-upload-flow

  • Fixes:
    • Delay setting attribute until attached to fix NPE (#4205). PR:4228

Compatibility

  • This release use Web Components listed in Vaadin Platform 22.0.25
  • Tested with Vaadin Flow version 9.0.23