Skip to content

Vaadin Flow Components V21.0.0.alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Jun 11:40
68eb2eb

Vaadin Flow Components 21.0.0.alpha3

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 21.0.0.alpha2

Changes in All components

  • Chore:
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • New Features:
    • SVGGenerator for exporting charts in the server side.. PR:1756

      Generate an SVG string of a chart using a Configuration instance with the chart's data. Example usage: java Configuration chartConfiguration = createChartConfiguration(); String svg; // using a try-with-resources block is recommended try (SVGGenerator generator = new SVGGenerator()) { svg = generator.generate(chartConfiguration); } // svg now holds the chart as an SVG string

Changes in vaadin-checkbox-flow

  • Fixes:
    • Disable checkbox after applying value. PR:994. Ticket:993

Changes in vaadin-date-picker-flow

  • Fixes:
    • Update date picker overlay after setting I18N settings. PR:1742. Ticket:1411

Changes in vaadin-grid-flow vaadin-iron-list-flow

  • New Features:

Changes in vaadin-grid-flow

  • Fixes:
    • Check if connector is available. PR:1701

Changes in vaadin-virtual-list-flow

  • New Features:

  • Chore:

    • Increase Web-Component version

Compatibility