Vaadin Flow Components V22.0.15
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: