Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V21.0.0.alpha6

16 Jun 09:45
1668584
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 21.0.0.alpha6

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

There are no Changes in Flow Components since 21.0.0.alpha5

Compatibility

Vaadin Flow Components V21.0.0.alpha5

14 Jun 12:06
681b12a
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 21.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.

There are no Changes in Flow Components since 21.0.0.alpha4

Compatibility

Vaadin Flow Components V19.0.9

14 Jun 09:06
6391169
Compare
Choose a tag to compare

Vaadin Flow Components 19.0.9

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 19.0.8

Changes in vaadin-checkbox-flow

  • Fixes:
    • Disable checkbox after applying value (#994). PR:1713. Ticket:993

Changes in vaadin-date-picker-flow

Changes in vaadin-grid-flow

  • Fixes:

Changes in vaadin-upload-flow

  • Fixes:
    • Prevent NPE with autoUpload=false and multiple files are being uploaded. PR:1788

Compatibility

  • This release use Web Components listed in Vaadin Platform 19.0.9
  • Tested with Vaadin Flow version 6.0.10

Vaadin Flow Components V20.0.3

16 Jun 07:13
8cda3f2
Compare
Choose a tag to compare

Vaadin Flow Components 20.0.3

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

There are no Changes in Flow Components since 20.0.2

Compatibility

  • This release use Web Components listed in Vaadin Platform 20.0.3
  • Tested with Vaadin Flow version 7.0.2

Vaadin Flow Components V20.0.2

14 Jun 07:43
8cda3f2
Compare
Choose a tag to compare

Vaadin Flow Components 20.0.2

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

There are no Changes in Flow Components since 20.0.1

Compatibility

  • This release use Web Components listed in Vaadin Platform 20.0.2
  • Tested with Vaadin Flow version 7.0.2

Vaadin Flow Components V14.6.3

10 Jun 11:27
3edff22
Compare
Choose a tag to compare

Vaadin Flow Components 14.6.3

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 14.6.2

Changes in vaadin-upload-flow

  • Fixes:
    • Prevent NPE with autoUpload=false and multiple files are being uploaded. PR:1786

Compatibility

  • This release use Web Components listed in Vaadin Platform 14.6.3
  • Tested with Vaadin Flow version 2.6.3

Vaadin Flow Components V21.0.0.alpha4

10 Jun 08:08
06ab995
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 21.0.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 21.0.0.alpha3

Changes in All components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Remove credits from generated SVG. PR:1768
    • Remove replace() call in internal_bundle_path
    • Update tests to do equality checks instead of contains checks.
    • NodeRunner adds backslashes right before double quotes when running in Windows because Windows eats them up otherwise

Compatibility

Vaadin Flow Components V14.6.2

07 Jun 08:47
4b718e6
Compare
Choose a tag to compare

Vaadin Flow Components 14.6.2

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 14.6.1

Changes in vaadin-checkbox-flow

  • Fixes:
    • Disable checkbox after applying value (#994). PR:1715. Ticket:993

Changes in vaadin-date-picker-flow

Changes in vaadin-grid-flow

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

Compatibility

  • This release use Web Components listed in Vaadin Platform 14.6.2
  • Tested with Vaadin Flow version 2.6.2

Vaadin Flow Components V21.0.0.alpha3

07 Jun 11:40
68eb2eb
Compare
Choose a tag to compare
Pre-release

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

Vaadin Flow Components V20.0.1

03 Jun 09:45
02138a9
Compare
Choose a tag to compare

Vaadin Flow Components 20.0.1

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 20.0.0

Changes in vaadin-date-picker-flow

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

Compatibility

  • This release use Web Components listed in Vaadin Platform 20.0.1
  • Tested with Vaadin Flow version 7.0.1