Skip to content

Vaadin Flow Components V24.0.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 24 Oct 08:32
8814f4c

Vaadin Flow Components 24.0.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 from 23.3.0.alpha1

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-accordion-flow

  • Fixes:
    • Add missing annotations to AccordionPanel. PR:3818

Changes in vaadin-combo-box-flow

  • Fixes:
    • Make ComboBox serializable when items are provided. PR:3823
    • Recompute data range max size on page size change. PR:3799

Changes in vaadin-grid-flow

  • Fixes:
    • Change the fetch query so that the filter is passed. PR:3787
    • Apply the fix for also the server side selectAll
    • Sort indicator order for append multi-sort priority. PR:3786

Changes in vaadin-grid-pro-flow

  • New Features:
    • Warn about item id changes after editing field. PR:3782

Changes in vaadin-notification-flow

  • Fixes:
    • Keep opened state with preserve on refresh. PR:3784

Changes in vaadin-rich-text-editor-flow

  • Fixes:
    • Remove hasLabel from RichTextEditor. PR:3788

Changes in vaadin-spreadsheet-flow

  • New Features:

    • Drop remove listener methods in favor of registrations. PR:3898
  • Fixes:

    • Pass the object to be used by method. PR:3855
    • Retain spreadsheet styles correctly on disconnect and connect. PR:3837

Changes in vaadin-tabs-flow

  • Fixes:
    • Update selected property on selected change. PR:3851
    • Set tabsheet selected property on setSelectedIndex. PR:3846

Compatibility