Skip to content

Vaadin Flow Components V24.3.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 Oct 06:31
· 1745 commits to main since this release
8774be5

Vaadin Flow Components 24.3.0.alpha1

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.2.0.alpha11

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

Changes in vaadin-avatar-flow

  • New Features:
    • Add methods for setting class names to AvatarGroupItem. PR:5562

Changes in vaadin-combo-box-flow

  • New Features:
    • Add API to group selected items at the top of the overlay. PR:5620

Changes in vaadin-context-menu-flow

  • New Features:
    • Reflect class name set on item to root level button in MenuBar. PR:5594
    • Add option to keep menu bar open on item selection. PR:5398

Changes in vaadin-date-picker-flow

  • Breaking Changes:

    • Replace validated event with unparsable-change. PR:5572
  • Fixes:

    • Do not invalidate when clearing a valid value. PR:5579

Changes in vaadin-date-time-picker-flow

  • Fixes:
    • Do not invalidate when clearing a valid value. PR:5579

Changes in vaadin-grid-flow

  • New Features:

    • Grid column header and footer part names. PR:5566
    • Add util methods for rows and cells to GridElement. PR:5508
  • Fixes:

    • Properly clear pending requests on grid item collapse. PR:5491

Changes in vaadin-grid-pro-flow

  • New Features:

    • Add manual item refresh mode for gridpro column. PR:5415
    • Add backend update mode for gridpro column
  • Fixes:

    • Do not update the other items
    • Do not override geteditorvalue for custom editor. PR:5542

Changes in vaadin-menu-bar-flow

  • New Features:

    • Reflect class name set on item to root level button in MenuBar. PR:5594
  • Fixes:

    • Attach observer before filtering hidden items. PR:5539

Changes in vaadin-messages-flow

  • New Features:
    • Add methods for setting class names to MessageListItem. PR:5565

Changes in vaadin-renderer-flow

  • Fixes:
    • Avoid a concurrent modification in native button renderer. PR:5596
    • Set element renderer initially only if container is attached. PR:5534
    • Ignore removed nodes in flow component directive. PR:5484

Changes in vaadin-split-layout-flow

  • Fixes:
    • Make sure to get direct children in SplitterDragendEvent. PR:5603
    • Ensure all SplitLayout constructors call to addSplitterDragendListener. PR:5598

Changes in vaadin-tabs-flow

  • Fixes:
    • Ignore ancestor enabled state in tabs internal logic. PR:5506

Changes in vaadin-text-field-flow

  • Breaking Changes:

    • Replace validated event with custom logic around value-changed. PR:5581
    • Replace validated event with unparsable-change. PR:5564
  • Fixes:

    • Ensure client-side value property is initialized. PR:5590
    • Do not invalidate when clearing a valid value. PR:5579

Changes in vaadin-time-picker-flow

  • Breaking Changes:

    • Replace validated event with unparsable-change. PR:5576
  • Fixes:

    • Do not invalidate when clearing a valid value. PR:5579

Changes in vaadin-virtual-list-flow

  • New Features:
    • Add scrollTo API to VirtualList. PR:5037

Compatibility