Skip to content

Vaadin Flow Components V24.4.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 30 Apr 12:53
· 1529 commits to main since this release
b5a37d4

Vaadin Flow Components 24.4.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.3.0

Changes in vaadin-checkbox-flow

  • New Features:
    • Add required state and validation support to Checkbox. PR:6167
    • Add HasHelper to the InputField interface. PR:6191
    • Add Checkbox helper and CheckboxGroup item helper generator. PR:6166
    • Implement proper readonly state in CheckboxGroup. PR:6165
    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection

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:
    • Added getSelectionMode method. PR:5852
    • Add remove functionality for grid header and footers. PR:5990
    • Add scrolltoitem support for grid. PR:5976
    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection

Changes in vaadin-grid-pro-flow

  • New Features:
    • Disable editing for individual cells. PR:6158

Changes in vaadin-list-box-flow

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

Changes in vaadin-login-flow

  • New Features:
    • Add AbstractLogin.showErrorMessage(). PR:5749

Changes in vaadin-menu-bar-flow

  • New Features:
    • Support reverse button collapsing order in menu-bar. PR:6048
    • Add MenuBar.close(). PR:5745

Changes in vaadin-radio-button-flow

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

Changes in vaadin-renderer-flow

  • New Features:
    • Allow using live directive in LitRenderer. PR:6068

Changes in vaadin-side-nav-flow

  • New Features:
    • Add router-ignore API to SideNavItem. PR:6143
    • Add target API to SideNavItem. PR:5962

Changes in vaadin-text-field-flow

  • New Features:
    • Add scrollToStart and scrollToEnd API. PR:6041

Changes in Flow Components from 24.4.0.alpha25

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Prevent potential deserialization issue in LitRenderer. PR:6257

Changes in vaadin-renderer-flow

  • Fixes:
    • Prevent potential deserialization issue in LitRenderer. PR:6257

Changes in vaadin-split-layout-flow

  • Fixes:
    • Clear primary and secondary components on remove. PR:6250

Changes in vaadin-upload-flow

  • New Features:
    • Add file name to progress and file rejected listeners. PR:5793
    • Implement file remove listener for upload (24.4). PR:5789

Compatibility