Releases: vaadin/vaadin-messages
v1.0.2
Live Demo →
API Documentation →
Changes Since v1.0.1:
v1.0.1
Live demo and examples →
API documentation →
Changes Since v1.0.0:
v1.0.0
Live Demo and examples →
API Documentation →
Changes Since v2.0.0-alpha2:
-
aa5b3e5 V14 compatible depenendencies (#66)
- Downgrade dependencies to match V14 versions.
https://github.com/vaadin/platform/blob/14.6/versions.json used as source for version numbers.
- Remove version func from styling-components
input-button, input-text, and message-avatar exist so that you can theme them more easily.
Coverage test was failing because the version function was never executed.
Looking at other components, these theming-purposed components do not have version function, and are not tested.
I removed the version functions for these component to follow the pattern of other components.- message-avatar also.
-
5074415 chore: add all-imports.js as default import (#64)
Co-authored-by: Pekka Maanpää pekkamaa@vaadin.com
v2.0.0-alpha2
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)
-
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)
v2.0.0-alpha1
Components included in vaadin-messages
<vaadin-message>
<vaadin-message-list>
<vaadin-message-input>
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)