Skip to content

Vaadin Flow Components V22.0.15

Choose a tag to compare

@vaadin-bot vaadin-bot released this 09 May 07:08
e3c4f57

Vaadin Flow Components 22.0.15

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 22.0.14

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Throw exception instead of downloading node.js (#3039). PR:3067. 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-grid-flow

  • Fixes:
    • Use incremental numeric id as a key for Tree Grid items (#3046). PR:3125

      Using Object::toString as an item's key for server-client communication makes item's data visible on the client side, so generated numeric id is used instead. (cherry picked from commit 8fe0861)

Changes in vaadin-time-picker-flow

  • Fixes:
    • Make AM/PM parser case and space insensitive (#3044). PR:3058

Compatibility

  • This release use Web Components listed in Vaadin Platform 22.0.15
  • Tested with Vaadin Flow version 9.0.13