Skip to content

Vaadin Flow Components V24.4.0.alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Feb 11:10
· 1607 commits to main since this release
28daae5

Vaadin Flow Components 24.4.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 24.4.0.alpha2

Changes in All Components

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

Changes in vaadin-combo-box-flow

  • Fixes:
    • Refresh value on data communicator reset. PR:6019
    • Refresh value on data communicator reset only for multiselectcombobox
    • Reset controller on attach to re-render components. PR:5997

Changes in vaadin-context-menu-flow

  • Fixes:
    • Remove connector only if it still exists. PR:5979

      ---------

Changes in vaadin-grid-flow

  • New Features:

    • Add remove functionality for grid header and footers. PR:5990
    • Add scrolltoitem support for grid. PR:5976
  • Fixes:

    • Switch header row contents correctly

    • Add layer 0 row content switch logic to footers

    • Restore header rows reverse

    • Clear content of removed rows

    • Restore isempty to prevent removing nonexisting default

    • Append children of column on removing layer

      This reverts commit 96ee625.

    • Re-render components on attach. PR:5989

    • Remove connector only if it still exists. PR:5979

      ---------

Changes in vaadin-menu-bar-flow

  • New Features:

Changes in vaadin-renderer-flow

  • Fixes:
    • Use parent node in directive to control retry timeout. PR:5823

    • Use queue microtask to try and get node only once again

    • Add second retry on animation end

    • Replace this with window

      This reverts commit 0c45bd5. This reverts commit 8574486.

    • Retry retrieving the node only once

    • Use parent node to control retry timeout

Changes in vaadin-side-nav-flow

  • New Features:
    • Add target API to SideNavItem. PR:5962

Compatibility