Releases: advanced-chat/vue-advanced-chat
Releases · advanced-chat/vue-advanced-chat
0.8.8: Add copy paste image + swipe back event
Changelog
- Add image copy paste (using Ctrl + V)* #185
- Add swipe back touch event to go back to rooms list on mobile devices #163
- Remove message animation when updating message
_id
#182
*Credits to @samuelnovaes
0.8.7: Improve performance
0.8.6: Add slots & props
Changelog
- Add
rooms-list-search
slot to replace the search bar - Add
show-search
prop to hide the search bar header - Add system message formatting
0.8.5: UI fixes
0.8.4: Vuetify & WC compatibility
0.8.3: Fix Angular WC + Fix new message divider
Changelog
- Fix compatibility when importing the chat in an Angular project as a web component
- Fix new message divider not show in some cases #152
0.8.2: Add message image placeholder + Fix scroll behaviour
0.8.1: Fix scroll behaviour + Add message avatar
Changelog
- Fix auto scroll when sending or receiving a new message
- Add message avatar by passing
avatar
inmessages
prop
0.8.0: Fix room-info & textarea-action-handler events
Changelog
- Fix
room-info
andtextarea-action-handler
events #142