Skip to content

Vaadin Flow Components V14.5.5

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 10 May 07:50
1c67d72

Vaadin Flow Components 14.5.5

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

Changes in vaadin-charts-flow

  • Fixes:
    • Change how setSeries converts array to ArrayList (#927) (#950). PR:952. 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.

Changes in vaadin-grid-flow

  • Fixes:
    • Restore sorting indicators after column order change (#876). PR:926

Compatibility

  • This release use Web Components listed in Vaadin Platform 14.5.5
  • Tested with Vaadin Flow version 2.5.4