Skip to content

v2.0.0-alpha1

Compare
Choose a tag to compare
@Peppe Peppe released this 18 Feb 07:57
· 26 commits to master since this release

API Documentation →

Components included in vaadin-messages

<vaadin-message>

lumo-message-ltr

<vaadin-message-list>

lumo-message-list-ltr

<vaadin-message-input>

lumo-message-input-ltr

Changes Since v1.0.0-alpha1:

  • New component, <vaadin-message-input>. It is a component consisting of a text area and button for users to type in messages and submit it. You can attach a 'submit' event listener to the component to be able to listen to messages sent by the user. <vaadin-message-list> and <vaadin-message-input> can be used together to build a chat or comment section.

  • 24a8ce7 Depended component versions synced to those of Vaadin 20. We will first release this to Vaadin 20 as 2.0.0, and then backport it to Vaadin 14 as 1.0.0 (PR: #35)

  • c5be790 Define items in visual test for vaadin-message-list with js (PR: #26)

  • bcd7021 Fix wrong replacements by magi tool (PR: #23)