Skip to content

Vaadin Flow Components V24.6.0.beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 21 Nov 13:00
· 36 commits to main since this release
f22ec00

Vaadin Flow Components 24.6.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.5.0

Changes in vaadin-context-menu-flow

  • New Features:
    • Implement disable on click for menu item. PR:6815

Changes in vaadin-dashboard-flow

  • New Features:
    • Add constructor overloads for dashboard widget. PR:6841
    • Add dashboard feature flag. PR:6832
    • Add dashboard component. PR:6706
    • Add dashboard packages. PR:6548
    • Add title API to dashboard widget. PR:6560
    • Introduce add and remove widget functionality to dashboard. PR:6572
    • Implement max col count feature. PR:6581
    • Add dashboard widget colspan support. PR:6591
    • Add max min column width support. PR:6594
    • Add gap support to dashboard. PR:6596
    • Add min row height support to dashboard. PR:6613
    • Add dashboard sections support. PR:6606
    • Use components to set items on the client side. PR:6610
    • Add content support to dashboard widget. PR:6618
    • Add rowspan support to dashboard widget. PR:6624
    • Add header support to dashboard widget. PR:6617
    • Support drag drop for dashboard. PR:6633
    • Add drag resize support to dashboard. PR:6643
    • Support dashboard item remove using button. PR:6650
    • Implement i18n support. PR:6668
    • Implement item mode changed events. PR:6672
    • Add dense layout support to dashboard. PR:6678

Changes in vaadin-date-picker-flow

  • New Features:
    • Add server-side fallback parser. PR:6743

Changes in vaadin-dialog-flow

  • New Features:
    • Add dragged event to Dialog. PR:6784
    • Add position API to Dialog. PR:6782

Changes in vaadin-grid-flow

  • New Features:
    • Conditional selection of grid items. PR:6740

Changes in vaadin-ordered-layout-flow

  • New Features:
    • Add wrap API to HorizontalLayout/VerticalLayout. PR:6839

Changes in vaadin-text-field-flow

  • New Features:
    • Configure min and max rows in text area. PR:6828

Changes in vaadin-upload-flow

  • New Features:
    • Implement HasEnabled for Upload. PR:6787

Changes in Flow Components from 24.6.0.alpha4

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-pro-flow

  • Fixes:
    • Hide the grid-pro editor component until updated. PR:6820

Compatibility