Skip to content

Vaadin Flow Components V20.0.0.beta2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 19 May 12:19
4f42f80

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.beta1

Changes in All Components

  • Fixes:

    • Use bnd-maven-plugin for building OSGi (in behalf of @stbischof)(#896)(#932)(CP 20.0). PR:940.

    • Use bnd-maven-plugin for building OSGi (in behalf of @stbischof). PR:896

    • Bnd export should only export project package

      PR #708 did not adress the fact that bnd exports all classes from the classpath. felix only uses the project sources this could be fixed by explicit name the the exported package bnd caclulates variables like the exported packagename remove build-helper-maven-plugin and maven project.properties rename packages that all demo projects uses the package pattern .demo bnd-plugin exists in demo project but the generates MANIFEST.MF was not used configure maven-jar-plugin that the bnd-generated MANIFEST.MF is used configure bnd to calculate the package and bsn for demo-projects changes on flow-component and demo: use bnd-maven-plugin not felix:maven-bundle-plugin run bnd-maven-plugin with default build profile

    • Use bnd-maven-plugin in pro components. PR:932

  • Chore:

    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Change how setSeries converts array to ArrayList. PR:945.

      Because setSeries(...series) uses Arrays.asList to convert from array to List, one cannot call addSeries after calling setSeries(...series) since it throws a UnsupportedOperationException. cherry-pick: #927

Changes in vaadin-grid-flow

Changes in vaadin-select-flow

  • Fixes:
    • Disable client side validation (#973). PR:982

Changes in vaadin-upload-flow

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

      cherry-pick: #919

Compatibility