Skip to content

Vaadin Flow Components V23.1.0.alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 29 Apr 10:07
159604f

Vaadin Flow Components 23.1.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 23.1.0.alpha3

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Throw exception instead of downloading node.js. PR:3039. Ticket:2837

      Prevent the SVG generator from downloading node.js if it can not be found, and throw an exception instead. First tries to locate a global node installation, and as a fallback looks for a node installation provided by Flow's frontend toolchain to cover development setups where developers don't use a global node installation.

Changes in vaadin-confirm-dialog-flow

  • New Features:
    • Add method to disable closing on Esc. PR:3038

Changes in vaadin-context-menu-flow

  • Fixes:
    • Postpone tryCatchWrapper until Flow app is initialized. PR:3055

Changes in vaadin-grid-flow

  • Fixes:
    • Make GridElement dispatch selection events. PR:3080

Changes in vaadin-menu-bar-flow

  • Fixes:
    • Postpone tryCatchWrapper until Flow app is initialized. PR:3055

Changes in vaadin-select-flow

  • New Features:
    • Align Select constructors with ComboBox. PR:2991

    • Add constructors for Select component

      *Unify constructors by ComboBox example Remove label constructors

Changes in vaadin-split-layout-flow

  • New Features:
    • Add Spreadsheet component under experimental flag

Changes in vaadin-spreadsheet-flow

Changes in vaadin-time-picker-flow

  • Fixes:
    • Make AM/PM parser case and space insensitive. PR:3044

Changes in vaadin-upload-flow

  • Fixes:
    • Avoid internal indexing issue with nodes. PR:3052

Compatibility