Skip to content

Vaadin Flow Components V22.0.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 06 Aug 12:06
e19e98b

Vaadin Flow Components 22.0.0.alpha1

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

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Make axisRescaled null safe. PR:1938. Ticket:1915

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

Changes in vaadin-checkbox-flow

  • Fixes:
    • Disabled items can now be part of a CheckboxGroup's valid value. PR:1903

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

  • New Features:
    • Add support for custom formats to date picker. PR:1975

      Added support for custom date formats to the Flow DatePicker component. The DatePickerI18N class not supports setting a custom date format that will be used for displaying dates and parsing user inputs. Optionally additional parsing formats can be specified to support entering dates in different formats.

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

  • New Features:

    • Allow providing custom FileFactory to FileBuffer, MultiFileBuffer. PR:1907
  • Fixes:

    • Allow partial I18N instances for Upload. PR:1906

Compatibility