Skip to content

Vaadin Flow Components V24.7.0.alpha5

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 20 Jan 10:31
· 7 commits to main since this release
c4c881f

Vaadin Flow Components 24.7.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.7.0.alpha4

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-button-flow

  • Fixes:
    • Replace requestAnimationFrame with global click listener. PR:7045

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-context-menu-flow

  • Fixes:
    • Replace requestAnimationFrame with global click listener. PR:7045

Changes in vaadin-crud-flow

  • New Features:
    • Spring Data API for Grid. PR:7011

      Provides a Spring Data specific setItems variant based on Pageable. The method is called setItemsSpring because the signature is the same as existing setItems methods. Used as e.g. grid.setItemsSpring(pageable -> productService.list(pageable)) ---------

Changes in vaadin-grid-flow

  • New Features:
    • Spring Data API for Grid. PR:7011

      Provides a Spring Data specific setItems variant based on Pageable. The method is called setItemsSpring because the signature is the same as existing setItems methods. Used as e.g. grid.setItemsSpring(pageable -> productService.list(pageable)) ---------

Changes in vaadin-grid-pro-flow

  • New Features:

    • Spring Data API for Grid. PR:7011

      Provides a Spring Data specific setItems variant based on Pageable. The method is called setItemsSpring because the signature is the same as existing setItems methods. Used as e.g. grid.setItemsSpring(pageable -> productService.list(pageable)) ---------

  • Fixes:

    • Hide cell content until value is updated. PR:6973

Compatibility