Vaadin Flow Components V20.0.0.beta2
Pre-releaseThis 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
.demobnd-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 notfelix:maven-bundle-pluginrun bnd-maven-plugin with default build profile
-
-
Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-charts-flow
- Fixes:
Changes in vaadin-grid-flow
Changes in vaadin-select-flow
Changes in vaadin-upload-flow
- Fixes:
Compatibility
- This release use Web Components listed in Vaadin Platform 20.0.0.beta2
- Tested with Vaadin Flow version 8.0.0.alpha3