Skip to content

Vaadin Flow Components V24.3.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 28 Nov 08:45
· 1708 commits to main since this release
e39becb

Vaadin Flow Components 24.3.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.alpha6

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-combo-box-flow

  • Breaking Changes:
    • Make components implement the new HasPlaceholder interface. PR:5756

Changes in vaadin-date-picker-flow

  • Breaking Changes:
    • Make components implement the new HasPlaceholder interface. PR:5756

Changes in vaadin-grid-flow

  • Fixes:
    • Make sure connector exists for selection functions. PR:5748

Changes in vaadin-ordered-layout-flow

  • New Features:
    • Make Scroller implement Focusable. PR:5738

Changes in vaadin-select-flow

  • Breaking Changes:
    • Make components implement the new HasPlaceholder interface. PR:5756

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Init all CellValueManager locale specific fields properly. PR:5736
    • Avoid using formatRawCellContents() for number cell formatting because it ignores conditional formatting. PR:5725

Changes in vaadin-text-field-flow

  • Breaking Changes:
    • Make components implement the new HasPlaceholder interface. PR:5756

Changes in vaadin-time-picker-flow

  • Breaking Changes:
    • Make components implement the new HasPlaceholder interface. PR:5756

Compatibility