Skip to content

Vaadin Flow Components V24.9.4

Choose a tag to compare

@vaadin-bot vaadin-bot released this 29 Oct 06:56
· 6 commits to 24.9 since this release
1cd5eda

Vaadin Flow Components 24.9.4

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 24.9.3

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 (#8168). PR:8172. 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 (#8168). PR:8172. 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 (#8158). PR:8193

Compatibility

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