Skip to content

Vaadin Flow Components V21.0.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 03 Aug 12:12
9f44dfb

Vaadin Flow Components 21.0.0.beta1

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

Changes in all components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Make axisRescaled null safe (#1938) (CP: 21.0). PR:1954. Ticket:1915

    • Make axisRescaled null safe. PR:1938

      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:1967

Changes in vaadin-crud-flow

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

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

Changes in vaadin-grid-flow

  • Fixes:
    • Update client side sort indicators after header is updated. PR:1841. Ticket:1839

      Add integration tests for sort column header change

Changes in vaadin-upload-flow

  • Fixes:
    • Allow partial I18N instances for Upload (#1906). PR:1951

Compatibility

  • This release use Web Components listed in Vaadin Platform 21.0.0.beta1
  • Tested with Vaadin Flow version 8.0.0.beta1