Skip to content

Vaadin Flow Components V25.0.0-beta3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 29 Oct 14:30
· 20 commits to main since this release
2bb5245

Vaadin Flow Components 25.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 25.0.0-beta2

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-messages-flow

  • Fixes:
    • Return empty Text component if renderer is updated with null. PR:8168. Ticket:6825

      Add the same behavior as when createComponenet is called and the component renderer returns null to the updateComponent method. That prevents a NPE in the AbstractComponentDataGenerator#refreshData method when it tries to call getElement in the updated component.

Changes in vaadin-renderer-flow

  • Fixes:
    • Return empty Text component if renderer is updated with null. PR:8168. Ticket:6825

      Add the same behavior as when createComponenet is called and the component renderer returns null to the updateComponent method. That prevents a NPE in the AbstractComponentDataGenerator#refreshData method when it tries to call getElement in the updated component.

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Do not hide rows/columns for nonexistent freeze pane splits. PR:8158

    • Do not hide columns for nonexistent freeze pane splits

      Addresses #8136.

Compatibility