Skip to content

Vaadin Flow Components V14.7.0.alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 09 Aug 06:57
f2cf130

Vaadin Flow Components 14.7.0.alpha3

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

Changes in All components

  • Fixes:
    • Increase Web-Component version
    • Increase Web-Component version
    • Increase Web-Component version
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Make axisRescaled null safe (#1938). PR:1961. Ticket:1915

      Axis#setExtremes can be called with null params to reset to previous configuration.

Changes in vaadin-checkbox-flow

  • Fixes:
    • Allow changing checkboxgroup value if disabled checkbox value doesn't change (#1903). PR:1969
    • Disable checkbox after applying value (#994). PR:1714. Ticket:993

Changes in vaadin-crud-flow

  • Fixes:
    • Avoid adding a second grid to a crud when using a constructor without the grid argument (#1875). PR:1888

      Add test case for setting grid with crud initialized with no grid in its constructor.

Changes in vaadin-date-picker-flow

Changes in vaadin-grid-flow

  • New Features:

  • Fixes:

    • Update client side sort indicators after header is updated (#1841). PR:1911. Ticket:1839

      Add integration tests for sort column header change

    • Check if connector is available. PR:1740

Changes in vaadin-upload-flow

  • Fixes:
    • Allow partial I18N instances for Upload (#1906). PR:1930
    • Prevent NPE with autoUpload=false and multiple files are being uploaded. PR:1787

Compatibility