Skip to content

Releases: vaadin/vaadin-messages

v1.0.2

04 Nov 11:10
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.1:

  • b1ca6b4 Update vaadin-message-input-text-area-styles.js (#70)

  • 641068a fix: remove extra margin and padding rules (#67)

v1.0.1

25 Mar 08:36
Compare
Choose a tag to compare

Live demo and examples →
API documentation →

Changes Since v1.0.0:

  • d192ad1 chore: update magi-cli to 0.29.2 [skip ci]

  • 9fa648c chore: fix version getters for 1.0.0 [skip ci]

v1.0.0

25 Mar 07:34
Compare
Choose a tag to compare

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.
  • fc2b5ba Add all-imports.d.ts (#65)

  • 5074415 chore: add all-imports.js as default import (#64)

    Co-authored-by: Pekka Maanpää pekkamaa@vaadin.com

  • 6213f0b chore: update versions to '2.0.0-alpha2' (#56)

v2.0.0-alpha2

11 Mar 08:04
Compare
Choose a tag to compare
v2.0.0-alpha2 Pre-release
Pre-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)

v2.0.0-alpha1

18 Feb 07:57
Compare
Choose a tag to compare

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)

v1.0.0-alpha1

09 Feb 13:51
Compare
Choose a tag to compare
v1.0.0-alpha1 Pre-release
Pre-release

API Documentation →

Changes