Skip to content

Vaadin Flow Components V25.0.0-alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 Aug 12:43
· 917 commits to main since this release
a429cc1

Vaadin Flow Components 25.0.0-alpha4

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.0.0-alpha3

Changes in All Components

  • Fixes:

    • Adjust MenuBarElement and ITs to pass with native popover. PR:7779

    • Adjust ComboBox and MultiSelectComboBox ITs to pass with native popover. PR:7780

    • Adjust LoginOverlay logic, TestBench and ITs for native popover. PR:7781

      ---------

  • Chore:

    • Increase Web-Component version
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-avatar-flow

  • Breaking Changes:
    • Remove setOverlayClassName from overlay components. PR:7813

Changes in vaadin-combo-box-flow

  • Breaking Changes:
    • Remove setOverlayClassName from overlay components. PR:7813

Changes in vaadin-confirm-dialog-flow

  • Breaking Changes:

    • Remove deprecated Element APIs from ConfirmDialog. PR:7745
  • New Features:

    • Add addClosedListener to ConfirmDialog. PR:7795

Changes in vaadin-context-menu-flow

  • Breaking Changes:

    • Remove setOverlayClassName from overlay components. PR:7813
    • Context menu test bench improvements. PR:7801
  • New Features:

    • Context menu testbench improvements

      ---------

Changes in vaadin-crud-flow

  • New Features:
    • Add CrudElement.getForm, deprecate CrudElement.getEditor. PR:7797

Changes in vaadin-date-picker-flow

  • Breaking Changes:
    • Remove setOverlayClassName from overlay components. PR:7813

Changes in vaadin-date-time-picker-flow

  • Breaking Changes:
    • Remove setOverlayClassName from overlay components. PR:7813

Changes in vaadin-dialog-flow

  • New Features:
    • Add setRole to Dialog and Popover, deprecate setOverlayRole. PR:7796

      ---------

    • Add addClosedListener to Dialog. PR:7794

Changes in vaadin-markdown-flow

  • Fixes:
    • Render markdown content on re-attachment. PR:7808

      ---------

Changes in vaadin-menu-bar-flow

  • Breaking Changes:
    • Remove setOverlayClassName from overlay components. PR:7813

Changes in vaadin-popover-flow

  • New Features:

    • Add setRole to Dialog and Popover, deprecate setOverlayRole. PR:7796

      ---------

  • Fixes:

    • Remove no longer needed logic from Popover TestBench element. PR:7782

Changes in vaadin-select-flow

  • Breaking Changes:
    • Remove setOverlayClassName from overlay components. PR:7813

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Use new custom editor if editors are updated

    • Improve custom editors internal structure to prevent NPE errors. PR:7755

    • Prevent trying to remove already removed

      Sometimes, the call to removeCellCustomEditor can be done to a widget already removed from its parent, which causes a client-side error. This change try to address that with some refactor on the custom editors internal map. The refactor aims to replace the keys that currently refer to the cell address with the editor ID itself. That way, in case the same editor is shared by more than one cell, the same Slot will be used. With the current logic, more than one Slot element would be created for the same editor, which could cause issues like, the editor not being shown because it was moved to the other Slot parent.

    • Use frozen panel size to calculate the visible rows/cols on scroll. PR:7719. Ticket:7507

      Use the top and left frozen panel size to calculate the amount of headers and rows to be rendered when the user scrolls. Currently, the size of the frozen panels are not accounted which causes some of the columns and rows to not be rendered even when there's available space for that.

    • Adjust top/left shift calculation

Changes in vaadin-time-picker-flow

  • Breaking Changes:
    • Remove setOverlayClassName from overlay components. PR:7813

Compatibility