Skip to content

Vaadin Flow Components V24.0.0.alpha5

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 25 Nov 13:29
2ea8368

Vaadin Flow Components 24.0.0.alpha5

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

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Create an individual npm script for building SVG generator. PR:4062

Changes in vaadin-grid-flow

  • Breaking Changes:

    • Remove Polymer template use from ComponentRenderer. PR:4148
    • Remove Grid.setVerticalScrollingEnabled. PR:4177
  • Fixes:

    • Throw error if requested page or item count exceeds the Flow limit. PR:3798

    • Correct the if clause and check it in the server side instead of the connector

      Correct length check, add isAllRowsVisible check, carry the code to the server side.

    • Change the exception message

Changes in vaadin-icons-flow

  • Breaking Changes:
    • Remove deprecated icons with typos. PR:4190

Changes in vaadin-menu-bar-flow

  • Fixes:
    • UI serialization with menu bar. PR:4159

Changes in vaadin-notification-flow

  • Fixes:
    • Preserve components added to notification on reload. PR:3913

Changes in vaadin-renderer-flow

  • Breaking Changes:
    • Remove Polymer template use from ComponentRenderer. PR:4148

Changes in vaadin-split-layout-flow

  • Breaking Changes:
    • Remove deprecated IronResizeEvent API. PR:4191

Changes in vaadin-tabs-flow

  • Breaking Changes:
    • Remove deprecated SelectedChangeEvent constructor. PR:4200

Changes in vaadin-time-picker-flow

  • Breaking Changes:
    • Remove deprecated setMinTime and setMaxTime. PR:4192

Changes in vaadin-upload-flow

  • Breaking Changes:
    • Remove deprecated UploadI18N.setCancel. PR:4197

Changes in vaadin-virtual-list-flow

  • Fixes:
    • Map virtual-list placeholder item with data generator. PR:4198

Compatibility