Vue Beautiful Chat Versions Save

A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.

v2.5.0

3 years ago

2.1.0

5 years ago

Added message styling support using msgdown.

2.0.0

5 years ago

This release adds:

  • group chat
  • user list (click on the title and the list will toggle)
  • user name tooltip
  • user profiles (name, id, avatar)
  • message autolink (for shorter and automagically recognized url)
  • new api for vue-beautiful-chat

1.4.0

5 years ago

I added another config prop alwaysScrollToBottom when set to true it alwasy scrolls to bottom, when set to false (or unset) it scrolls to bottom only when reading the last sent/received message.

1.3.0

5 years ago

implemented #19 requested by @lassensteffen

1.2.0

5 years ago

Added colors customization!

Set your own colors for the chat component

1.1.0

5 years ago

adds typing indicator thanks to @senky

1.0.2

5 years ago

Added some new config properties. See #6

1.0.0

6 years ago

First release