Skip to content

Vaadin Flow Components V24.8.0.alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 08 Apr 11:50
· 1121 commits to main since this release
f749649

Vaadin Flow Components 24.8.0.alpha3

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.8.0.alpha2

Changes in All Components

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

Changes in vaadin-card-flow

  • New Features:

    • Add string based title api to card. PR:7225
    • Add card testbench methods. PR:7224
    • Implement card component flow counterpart. PR:7196
    • Add feature flag to the card component
  • Fixes:

    • Handle exceptions in testbench find element queries

    • Handle exceptions in testbench find element queries

    • Handle exceptions in testbench find element queries

    • Update title property name to match the web component

      ---------

Changes in vaadin-combo-box-flow

  • New Features:
    • Implement HasPlaceholder in ComboBoxElement. PR:7257
    • Implement HasPlaceholder in MultiSelectComboBoxElement

Changes in vaadin-date-picker-flow

  • Fixes:
    • Do not clear displayed value if component value was reverted. PR:7277

Changes in vaadin-date-time-picker-flow

  • Fixes:
    • Do not clear displayed value if component value was reverted. PR:7277

Changes in vaadin-dialog-flow

  • Fixes:
    • Use allowInert to not spam the logs. PR:7197

      ---------

Changes in vaadin-form-layout-flow

  • Breaking Changes:

    • Allow setColumnWidth to accept null values. PR:7254
  • New Features:

    • Add setColspan API to FormRow. PR:7253
    • Add FormItemElement and related FormLayoutElement methods. PR:7243

Changes in vaadin-grid-flow

  • Fixes:
    • Fire item click events when column uses focus button mode. PR:7232

Changes in vaadin-grid-pro-flow

  • Fixes:
    • Fire item click events when column uses focus button mode. PR:7232

Changes in vaadin-master-detail-layout-flow

  • New Features:
    • Add MasterDetailLayoutElement TestBench element. PR:7282
    • Add master-detail-layout Flow component APIs. PR:7249
    • Add initial APIs to MasterDetailLayout. PR:7228
    • Initial master detail layout package. PR:7226

Changes in vaadin-notification-flow

  • Fixes:
    • Use allowInert to not spam the logs. PR:7197

      ---------

Changes in vaadin-ordered-layout-flow

  • Fixes:
    • Do not throw when adding the same component twice. PR:7236

Changes in vaadin-side-nav-flow

  • Fixes:
    • Add missing check

    • Use allowInert to not spam the logs. PR:7197

      ---------

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Do not set z-index for sub-cells with text. PR:7239
    • Make sure subcells are hidden
    • Do not set zindex for subcells with text and revert initial fix

Changes in vaadin-text-field-flow

  • Fixes:
    • Do not clear displayed value if component value was reverted. PR:7277

Changes in vaadin-time-picker-flow

  • Fixes:
    • Do not clear displayed value if component value was reverted. PR:7277

Compatibility