Skip to content

Releases: advanced-chat/vue-advanced-chat

0.2.8: Disable actions for specific messages + add roomId prop

09 Apr 00:35
Compare
Choose a tag to compare

Changelog

  • Add disable_actions and disabled_reactions properties for each message
  • Add roomId prop to load a specific room at any time
  • UI improvements

0.2.7: New props, slot and UI improvements

24 Mar 06:49
Compare
Choose a tag to compare

Changelog

  • Add responsiveBreakpoint prop to control the viewport size when rooms list show fold left
  • Add singleRoom prop to hide rooms list on the left
  • Add rooms-header named slot to add a template on top of rooms list (above the search bar)
  • Add theme colors
  • UI improvements
  • Bug fixes

0.2.6: Fix online status and rooms loading

21 Mar 20:06
Compare
Choose a tag to compare

Changelog

  • Fix online status not updated realtime
  • Fix auto scroll when opening room for the first time
  • Prevent room messages to load twice (stress test)
  • Improve online status UI

0.2.5: Online status and typing indicator

18 Mar 11:01
Compare
Choose a tag to compare

Changelog

  • Add online status of users
  • Add indicator when a user is typing

0.2.4: Improve theme styling

15 Mar 00:14
Compare
Choose a tag to compare

Changelog

  • currentUserId prop can be a string or a number
  • Add theme styles

Breaking Changes

  • Rename colors prop to styles

0.2.3: Fix message validation

07 Mar 05:03
Compare
Choose a tag to compare

Changelog

  • Allow messages to be empty strings
  • Add emoji picker fade animation

0.2.2: Web component support

05 Mar 08:27
Compare
Choose a tag to compare

Changelog

  • Bug fixes and UI improvements
  • Fix issues when building the project as a web component

0.2.1: Add reactions emojis + mobile responsiveness

01 Feb 22:15
Compare
Choose a tag to compare

Changelog

  • Bug fixes and UI improvements
  • Add reaction emojis to send a reaction to any message
  • Improve responsiveness to work on mobile

0.2.0: UI additions & improvements

20 Dec 04:41
Compare
Choose a tag to compare

Changelog

  • Refactor css themes
  • Improve footer input UI
  • Add "New messages" line to separate old and new messages

0.1.9: Add scroll to bottom icon

16 Dec 10:00
Compare
Choose a tag to compare

Changelog

  • Add an icon to quickly scroll the chat to the bottom