Skip to content

Vaadin Flow Components V24.4.0.alpha2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 17 Jan 13:44
· 1637 commits to main since this release
c01f86f

Vaadin Flow Components 24.4.0.alpha2

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.4.0.alpha1

Changes in All Components

  • Chore:
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

  • New Features:

    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection
  • Fixes:

    • Do not clear on preserve selection
    • Remove provided scope for serialization tests
    • Remove character to fix compilation error

Changes in vaadin-combo-box-flow

  • New Features:
    • Add ComboBox.setOverlayWidth() and MultiSelectComboBox.setOverlayWidth(). PR:5743
    • Add ComboBox.setDropdownWidth() and MultiSelectComboBox.setDropdownWidth(). Fixes #2331
    • Add keepFilter option. PR:5953

Changes in vaadin-grid-flow

  • New Features:

    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection
  • Fixes:

    • Do not clear on preserve selection

    • Remove provided scope for serialization tests

    • Remove character to fix compilation error

    • Prevent grid from requesting too many sub-level items. PR:5916

      ---------

Changes in vaadin-list-box-flow

  • New Features:

    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection
  • Fixes:

    • Do not clear on preserve selection
    • Remove provided scope for serialization tests
    • Remove character to fix compilation error

Changes in vaadin-radio-button-flow

  • New Features:

    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection
  • Fixes:

    • Do not clear on preserve selection
    • Remove provided scope for serialization tests
    • Remove character to fix compilation error

Compatibility