Releases: advanced-chat/vue-advanced-chat
Releases · advanced-chat/vue-advanced-chat
0.5.0: Add unread messages badge counter
Changelog
- Unread messages badge counter can be displayed by adding the
unreadCountproperty to each room object backgroundCounterBadgeandcolorCounterBadgecolors can be changed using thethemeprop
0.4.9: Fix Firefox input size
Changelog
- Fix css issue on Firefox that would overlap search input with the plus icon
0.4.8: Fix urls conflict with text formatting
Changelog
- Fix issue that would split urls when adding text formatting shortcut characters inside the url
Credits to @berksaribas
0.4.7: Add action param to openFile function
Changelog
- Add
actionparam to openFile function. Available options aredownloadandpreview
0.4.6: Add showNewMessagesDivider prop
Changelog
- Add
roomMessageprop - show/hide the blue line divider between seen and unseen messages
0.4.5: Fix undefined roomTextarea ref
Changelog
- Fix undefined roomTextarea ref on Quasar Framework
0.4.4: Add roomMessage prop
Changelog
- Add
roomMessageprop - default textarea value
0.4.3: Add code text formatting + Bug fixes
Changelog
- Add inline & multiline code formatting
- Prevent
roomIdwatcher to trigger fetchRoom if null - UI fixes
0.4.2: Text formatting support
Changelog
- Add bold / italic / strike / underline text formatting
- fix
roomIdprop initialisation - UI fixes and improvements
0.4.1: Fix linkified messages + roomInfo event
Changelog
- Add
roomInfoevent triggered on room header click - Remove v-html to avoid unexpected html formatting
- Fix linkify message to open urls
- Add username in front of last messages in rooms list