Skip to content

Vaadin Flow Components V20.0.0.alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 25 Mar 12:18
97494d1

Vaadin Flow Components 20.0.0.alpha4

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 20.0.0.alpha3

Changes in All Flow Components

  • Breaking Changes:

    • Use unified web components versions. PR:727
  • New Features:

    • Move lumo and material themes from flow to mono-repo. PR:706

Changes in vaadin-avatar-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-combo-box-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-crud-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-dialog-flow

  • Fixes:
    • Make dialog scoped shortcuts work. PR:725. Tickets:7799, 229

      Uses API provided by Flow to make keydown events passed from the overlay to the Dialog element when the dialog has been used for listening for shortcuts with .listenOn(dialog). Depends on vaadin/flow#10264

Changes in vaadin-grid-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-pro-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-messages-flow

  • New Features:

    • Add MessageInput i18n API. PR:735

      resolves vaadin/vaadin-messages#37 The API details are consistent with components such as DatePicker and Upload: - the i18n property setters return this for method chaining - updating the properties on previously set i18n doesn't update the component automatically.

    • Add MessageInput constructor with submit listener. PR:736

  • Fixes:

    • Make setItems called lazily. PR:738

Changes in vaadin-radio-button-flow

  • New Features:
    • Make RadioButtonGroup implement HasSize. PR:594

Changes in vaadin-rich-text-editor-flow

Changes in vaadin-text-field-flow

  • Chore:
    • Increase Web-Component version

Compatibility