Skip to content

Vaadin Flow Components V23.4.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 19 Dec 13:51
· 21 commits to 23.4 since this release
6ca0eef

Vaadin Flow Components 23.4.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 23.4.0.alpha1

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-combo-box-flow

  • New Features:
    • Add setAutoExpand to MultiSelectComboBox. PR:5762
    • Add setSelectedItemsOnTop to MultiSelectComboBox. PR:5761

Changes in vaadin-grid-flow

  • New Features:

    • Add rows selection by dragging support to Grid (#5218) (CP: 23.4). PR:5684
    • Add util methods for rows and cells to GridElement (#5508). PR:5652
  • Fixes:

    • Make request transient so it does not prevent serialization (#5845). PR:5858
    • Call updateSelectionModeOnClient on attach (#5768) (CP: 23.4). PR:5782
    • Make sure connector exists for selection functions (#5748). PR:5774
    • Flush grid virtualizer until row count stabilizes. PR:5622

Changes in vaadin-split-layout-flow

  • Fixes:
    • Use executeJS to set flex value in SplitLayout (#5806) (CP: 23.4). PR:5819
    • Remove previous component on slot in add to primary/secondary (#5750) (CP: 23.4). PR:5759.

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Prevent tables to be loaded from XSSFSheet multiple times (#5685). PR:5707

Compatibility