Vaadin Flow Components V22.0.25
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)
-