vue-advanced-chat

A beautiful chat rooms web component compatible with all Javascript frameworks

MIT License

Downloads
17K
Stars
1.7K
Committers
34

Bot releases are visible (Hide)

vue-advanced-chat - 0.2.8: Disable actions for specific messages + add roomId prop

Published by antoine92190 over 4 years ago

Changelog

  • Add disable_actions and disabled_reactions properties for each message
  • Add roomId prop to load a specific room at any time
  • UI improvements
vue-advanced-chat - 0.2.7: New props, slot and UI improvements

Published by antoine92190 over 4 years ago

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
vue-advanced-chat - 0.2.6: Fix online status and rooms loading

Published by antoine92190 over 4 years ago

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
vue-advanced-chat - 0.2.5: Online status and typing indicator

Published by antoine92190 over 4 years ago

Changelog

  • Add online status of users
  • Add indicator when a user is typing
vue-advanced-chat - 0.2.4: Improve theme styling

Published by antoine92190 over 4 years ago

Changelog

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

Breaking Changes

  • Rename colors prop to styles
vue-advanced-chat - 0.2.3: Fix message validation

Published by antoine92190 over 4 years ago

Changelog

  • Allow messages to be empty strings
  • Add emoji picker fade animation
vue-advanced-chat - 0.2.2: Web component support

Published by antoine92190 over 4 years ago

Changelog

  • Bug fixes and UI improvements
  • Fix issues when building the project as a web component
vue-advanced-chat - 0.2.1: Add reactions emojis + mobile responsiveness

Published by antoine92190 over 4 years ago

Changelog

  • Bug fixes and UI improvements
  • Add reaction emojis to send a reaction to any message
  • Improve responsiveness to work on mobile
vue-advanced-chat - 0.2.0: UI additions & improvements

Published by antoine92190 almost 5 years ago

Changelog

  • Refactor css themes
  • Improve footer input UI
  • Add "New messages" line to separate old and new messages
vue-advanced-chat - 0.1.9: Add scroll to bottom icon

Published by antoine92190 almost 5 years ago

Changelog

  • Add an icon to quickly scroll the chat to the bottom
vue-advanced-chat - 0.1.8: Add message actions & message reply flow

Published by antoine92190 almost 5 years ago

Changelog

  • Add customisable message menu using messageActions and messageActionHandler
  • Add reply message flow
  • New theme colors
  • UI improvements
vue-advanced-chat - 0.1.7: UI improvements & add theme colors

Published by antoine92190 almost 5 years ago

Changelog

  • Add some theme colors variables for better customisation
vue-advanced-chat - 0.1.6: Add theme customization & UI improvements

Published by antoine92190 almost 5 years ago

Changelog

  • Add light and dark themes
  • Add colors customisation to create your own themes