Skip to content

Vaadin Flow Components V24.4.0.alpha5

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 21 Feb 09:54
· 1597 commits to main since this release
bc4b5ad

Vaadin Flow Components 24.4.0.alpha5

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.4.0.alpha4

Changes in vaadin-grid-flow

  • Fixes:
    • Sanitize last requested range on clear. PR:6010

      ---------

Changes in vaadin-renderer-flow

  • New Features:
    • Allow using live directive in LitRenderer. PR:6068

    • Allow using live directive in LitRenderer

      Inject the live directive into the closure where the render is executed. It's beneficial for cases where components can have their state changed by users to reset their value when the render is called.

Compatibility