Skip to content

Vaadin Flow Components V14.6.0

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 May 10:46
b61f86e

Vaadin Flow Components 14.6.0

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

Changes in vaadin-charts-flow

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

Changes in vaadin-grid-pro-flow

  • Chore:
    • Increase Web-Component version

Compatibility

  • This release use Web Components listed in Vaadin Platform 14.6.0
  • Tested with Vaadin Flow version 2.6.0