Skip to content

Vaadin Flow Components V24.4.0.alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 13 Feb 08:43
· 1601 commits to main since this release
ba119c4

Vaadin Flow Components 24.4.0.alpha4

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.alpha3

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Do not defer updating client-side sorter directions. PR:6030
    • Do not defer updating client-side selection mode. PR:6028

Changes in vaadin-menu-bar-flow

  • New Features:

    • Support reverse button collapsing order in menu-bar. PR:6048
  • Fixes:

    • Override HasStyle methods in MenuBarItem class. PR:6031

      Override some methods of the HasStyle interface to call the setClassName method in the MenuBar connector to reflect the class name changes on the item object related to the sub-menu item.

Compatibility