Skip to content

Vaadin Flow Components V19.0.7

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 May 08:10
4d10bb9

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

Changes in vaadin-charts-flow

  • Fixes:
    • Change how setSeries converts array to ArrayList. PR:946. Ticket:515

      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-date-picker-flow

  • Fixes:
    • Set locale in onAttach instead of constructor (#167). PR:843.

Changes in vaadin-grid-flow

  • Warranty Fixes:

    • Prevent IllegalArgumentException when sortable columns are removed and recreated(#468)(#918) (CP 19.0). PR:931. Ticket:1969
  • Fixes:

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

    • 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

Compatibility

  • This release use Web Components listed in Vaadin Platform 19.0.7
  • Tested with Vaadin Flow version 6.0.8