Releases: advanced-chat/vue-advanced-chat
Releases · advanced-chat/vue-advanced-chat
0.2.8: Disable actions for specific messages + add roomId prop
Changelog
- Add
disable_actions
anddisabled_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
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
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
Changelog
- Add online status of users
- Add indicator when a user is typing
0.2.4: Improve theme styling
Changelog
currentUserId
prop can be a string or a number- Add theme styles
Breaking Changes
- Rename
colors
prop tostyles
0.2.3: Fix message validation
Changelog
- Allow messages to be empty strings
- Add emoji picker fade animation
0.2.2: Web component support
Changelog
- Bug fixes and UI improvements
- Fix issues when building the project as a web component
0.2.1: Add reactions emojis + mobile responsiveness
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
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
Changelog
- Add an icon to quickly scroll the chat to the bottom