Vaadin Flow Components V19.0.7
Vaadin Flow Components 19.0.7
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.6
Changes in all components
- Fixes:
-
⧉ Use bnd-maven-plugin for building OSGi (Thanks @stbischof for the contribution )(#896)(#932)(CP 19.0). PR:941.
fix/ignore bnd issue when generating war
-
⧉ 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
-
Changes in vaadin-charts-flow
- Fixes:
Changes in vaadin-date-picker-flow
Changes in vaadin-grid-flow
-
Fixes:
-
⧉ Use bnd-maven-plugin in pro components
-
⧉ Restore sorting indicators after column order change (#876). PR:923
-
⧉ Ensure editor closing when page refreshed while using PreserveOnRefresh (#865). PR:891. Ticket:2176
If Editor is not closed on detach and preserve on refresh is used, the ghost editor will cause an exception.
-
⧉ Synchronize column width recalculation with data refresh (#846). PR:872
-
Chore:
- ⧉ Increase Web-Component version