Skip to content

Vaadin Flow Components V20.0.0.alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 23 Feb 06:36

Vaadin Flow Components 20.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 from 19.0.0.beta4

Changes in vaadin-dialog-flow

  • New Features:
    • Add "no-padding" theme variants to dialog. PR:589

Changes in vaadin-messages-flow

  • New Features:
    • Add MessageInput component. PR:658

      MessageInput is a Java wrapper for the component. It contains a field for writing a message and a button to submit it. The submission can be handled by adding a listener for SubmitEvent. Closes vaadin/vaadin-messages#30

    • Improve time formatting for MessageList. PR:646

      The message timestamps are formatted by using the UI's locale and the browser's timezone. Closes vaadin/vaadin-messages#25

    • Add MessageList component. PR:640

      MessageList is a Java wrapper for the component. It displays a list of chat messages or comments, which can be configured with the setItems method. Besides the message content, each message may display a user avatar and the time of the message. Resolves vaadin/vaadin-messages#10

Compatibility