v2.0.0-alpha2
Pre-releaseChanges 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)
-
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)