Skip to content

Vaadin Flow Components V23.3.0.alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 22 Nov 18:19
· 145 commits to 23.3 since this release
0122ed4

Vaadin Flow Components 23.3.0.alpha3

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 23.3.0.alpha2

Changes in All Components

  • Chore:
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-grid-flow

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

    • 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

Changes in vaadin-menu-bar-flow

  • Fixes:

Compatibility