Skip to content

v2.0.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Peppe Peppe released this 11 Mar 08:04
· 15 commits to master since this release

API Documentation →

Changes Since v2.0.0-alpha1:

  • eb071bd Feature: Add keyboard navigation to <vaadin-message-list> (#22)

  • 68ffc34 Feature: Add own component tags for user's avatar (<vaadin-message-avatar>), the input text area ( <vaadin-message-input-text-area>), and the input submit button (<vaadin-message-input-button>) This enables theming of the components, without affecting buttons, text-areas and avatars outside of the messages components. (#50)

  • fb2f79c Feature: Add disabled property to vaadin-message-input (#44)

  • d5686e4 Feature: add internationalization (i18n) to vaadin-message-input, to enable customizing the "Send" and "Message" texts (#41)

  • f9efd7a Fix: Set message-input's text-area's aria-label as property (#55)

  • 51c79eb Fix: New TypeScript definitions (#53)

  • 32c1676 Fix: vaadin-message-list doesn't throw an exception anymore if items property is not set. (#51)

  • beef43f Fix: Set flex-shrink:0 on vaadin-message-input, to avoid it being shrunk to smaller when put in an layout (#48)

  • 3a0f859 Fix: Updates to Lumo and Material themes (#46)

  • ed3d8ed Fix: remove DS_Store files from git (#45)