Skip to content

Vaadin Flow Components V21.0.0.alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 18 May 08:33
88a90b3

Vaadin Flow Components 21.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 21.0.0.alpha1

Changes in all components

  • New Features:
    • Use web components 21.0.0-alpha2, fix tests. PR:978

Changes in vaadin-date-picker-flow

  • Fixes:
    • Set locale in onAttach instead of constructor. PR:167. Ticket:262

Changes in vaadin-grid-flow

  • Warranty Fixes:

    • Prevent IllegalArgumentException with sortable columns. PR:468. Ticket:1969
    • Restore sorting indicators after column order change. PR:876. Ticket:2175
  • New Features:

    • Allow setting the bean type after the Grid has been created. PR:600

    • Flow integration for Grid's cell-focus event. PR:836. Ticket:1536

      feat: Flow integration for Grid's cell-focus event (#822) Extended grid connector to handle the client side cell-focus event, integrated the grid event context and added a CellFocusEvent class and respective listener to Grid. This reverts commit fb0b803.

  • Fixes:

    • Prevent IllegalArgumentException when sortable columns are removed and recreated

    • Ensure editor closing when page refreshed while using PreserveOnRefresh. PR:865. Ticket:2176

      If Editor is not closed on detach and preserve on refresh is used, the ghost editor will cause an exception.

    • Synchronize column width recalculation with data refresh. PR:846

Changes in vaadin-select-flow

  • Fixes:
    • Disable client side validation. PR:973
    • Disable client validation

Changes in vaadin-upload-flow

  • Fixes:
    • Prevent NPE with autoUpload=false and multiple files are being uploaded. PR:919. Ticket:358

Compatibility