Skip to content

Vaadin Flow Components V25.3.0-alpha9

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 28 Aug 09:32
· 9 commits to main since this release
a0a142a

Vaadin Flow Components 25.3.0-alpha9

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 25.3.0-alpha8

Changes in All Components

Changes in vaadin-accordion-flow

  • New Features:
    • Add headingLevel API to Accordion. PR:9763

Changes in vaadin-ai-components-flow

  • Breaking Changes:

    • Split AI components into free and pro modules. PR:9887. Ticket:9775
    • Replace field highlight with revertable AI marker. PR:9868
  • New Features:

    • Add ToolException for LLM-safe tool errors. PR:9957
    • Support custom content in AI field marker popover. PR:9922
    • Implement background execution on provider level. PR:9960
    • Show confidence level on AI field marker. PR:9901
    • Report per-field sources for AI form fills. PR:9900
    • Implement AI orchestrator request interceptor API. PR:9879
  • Fixes:

    • Give parameterless AI tools a non-empty parameter schema. PR:9971
    • Drop CvdlName manifest entry from AI extensions module. PR:9913

Changes in vaadin-avatar-flow

  • Fixes:
    • Remove broken isEnabled overrides from TestBench elements. PR:9904. Tickets:4678, 5194

Changes in vaadin-card-flow

  • Fixes:
    • Reject Card removeAll while a children binding is active. PR:9896
    • Run signal-binding checks in Card index-based add. PR:9893

Changes in vaadin-checkbox-flow

  • Fixes:
    • Preserve slotted children on setItems in radio/checkbox group. PR:9863

Changes in vaadin-combo-box-flow

  • New Features:

    • Add autoFocusPartialMatch to combo boxes. PR:9889
  • Fixes:

    • Add deprecated entrypoints for moved connector files. PR:9944
    • Do not focus selected item while filtering. PR:9891. Ticket:9883

Changes in vaadin-context-menu-flow

  • Fixes:
    • Read menu item sub menu through a getter. PR:9947. Ticket:1042

Changes in vaadin-date-picker-flow

  • New Features:
    • Add dialogAccessibleName to DatePickerI18n. PR:9804
    • Add DatePicker date metadata TestBench API and ITs. PR:9878
    • Add per-date factory for date metadata provider. PR:9884
    • Add custom date part names to DatePicker. PR:9866
    • Add date metadata provider to DatePicker. PR:9865
    • Add disabled dates and weekdays to DatePicker. PR:9862

Changes in vaadin-date-time-picker-flow

  • New Features:

    • Add setDefaultTime to DateTimePicker. PR:9915
    • Add date metadata support to DateTimePicker. PR:9885
  • Fixes:

    • Truncate DateTimePickerElement.setDateTime to millis. PR:9846. Ticket:1994

Changes in vaadin-details-flow

  • Fixes:
    • Remove broken isEnabled overrides from TestBench elements. PR:9904. Tickets:4678, 5194

Changes in vaadin-grid-flow

  • Fixes:
    • Say TreeGrid instead of Grid in TreeGrid exception messages. PR:9976
    • Add deprecated entrypoints for moved connector files. PR:9944
    • Pass content reset callback to GridMenuItem super constructor. PR:9906

Changes in vaadin-login-flow

  • New Features:
    • Add headingLevel API to Login. PR:9766

Changes in vaadin-markdown-flow

  • New Features:
    • Add lineBreaks support to Markdown. PR:9930

Changes in vaadin-menu-bar-flow

  • Fixes:
    • Read menu item sub menu through a getter. PR:9947. Ticket:1042

Changes in vaadin-popover-flow

  • Fixes:
    • Avoid NPE when popover target is set again during auto-add. PR:9912. Ticket:7758

Changes in vaadin-radio-button-flow

  • Fixes:
    • Preserve slotted children on setItems in radio/checkbox group. PR:9863

Changes in vaadin-spreadsheet-flow

  • Breaking Changes:

    • Split AI components into free and pro modules. PR:9887. Ticket:9775
  • Fixes:

    • Check cell lock state when updating cell comments. PR:9905

Changes in vaadin-tabs-flow

  • Fixes:
    • Remove broken isEnabled overrides from TestBench elements. PR:9904. Tickets:4678, 5194

Changes in vaadin-time-picker-flow

  • New Features:

    • Add HasLabel and HasPlaceholder to TimePickerElement. PR:9902. Ticket:9898
  • Fixes:

    • Escape time separator before using it in a regular expression. PR:9872
    • Name the unsupported locale in the time picker error. PR:9873

Compatibility