Skip to content

Vaadin Flow Components V24.7.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 Feb 12:36
· 1175 commits to main since this release
ae9aa83

Vaadin Flow Components 24.7.0.beta1

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

Changes in vaadin-button-flow

  • New Features:
    • Make disabled buttons accessible with feature flag. PR:7050

Changes in vaadin-card-flow

  • New Features:

Changes in vaadin-charts-flow

  • New Features:
    • Add drag and drop to Chart API. PR:7026
    • Add Gantt specific API to Charts. PR:6997

Changes in vaadin-combo-box-flow

  • New Features:
    • Spring Data API for ComboBox. PR:7020

Changes in vaadin-grid-flow

  • New Features:
    • Add ClientItemToggleEvent to notify when user toggles an item. PR:6884
    • Allow passing HierarchyColumnComponentRenderer to addComponentHierarchyColumn. PR:7120
    • Spring Data API for Grid. PR:7011
    • Configure tooltip position in Grid. PR:6975

Changes in vaadin-menu-bar-flow

  • New Features:
    • Make disabled buttons accessible with feature flag. PR:7050

Changes in vaadin-ordered-layout-flow

  • New Features:
    • Add API to set spacing in HL/VL with custom values. PR:7129
    • Add horizontal alignment slots API to HorizontalLayout. PR:7051

Changes in vaadin-side-nav-flow

  • New Features:
    • Create side nav from menu entries. PR:6957
    • Create side nav items from menu entries
    • Add support for views with HasUrlParameter to SideNavItem. PR:6950

Changes in vaadin-virtual-list-flow

  • New Features:
    • Add virtual list item accessible name generator. PR:6977

Changes in Flow Components from 24.7.0.alpha12

Changes in All Components

  • Chore:
    • Increase Web-Component version

Compatibility