Skip to content

Releases: mattmezza/vue-beautiful-chat

v2.5.0

19 Nov 11:37
Compare
Choose a tag to compare

message styling support

20 Nov 13:26
Compare
Choose a tag to compare

Added message styling support using msgdown.

2.0.0

16 Sep 21:12
Compare
Choose a tag to compare

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 automatic scroll to bottom

04 Aug 20:15
Compare
Choose a tag to compare

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 system message

04 Aug 19:43
Compare
Choose a tag to compare

implemented #19 requested by @lassensteffen

1.2.0

30 Jul 07:40
Compare
Choose a tag to compare

Added colors customization!

Set your own colors for the chat component

1.1.0

29 Jul 10:07
Compare
Choose a tag to compare

adds typing indicator thanks to @senky

1.0.2

26 Jun 21:43
Compare
Choose a tag to compare

Added some new config properties. See #6

1.0.0

13 Mar 00:02
Compare
Choose a tag to compare

First release