Releases: advanced-chat/vue-advanced-chat
Releases · advanced-chat/vue-advanced-chat
0.7.0: Add gif, WebP and videos support
Changelog
- Add gif and WebP images support
- Add image url preview
- Add video files preview
- Bug fixes
0.6.9: Add rooms list dropdown options
Changelog
- Add dropdown icon in the rooms list to handle custom room actions: #87
- Check
room-actionsprop for more information on how to use it: https://github.com/antoine92190/vue-advanced-chat#props-api
0.6.8: Add users tag feature
Changelog
- When typing
@in the textarea, a list of room users will appear and can be clicked to tag a specific user: #84 - Check
open-user-tagevent for more information on how to use it: https://github.com/antoine92190/vue-advanced-chat#events-api
0.6.7: Fix types build error
Changelog
- Do not auto-generate types files causing duplicate identifier error #114
0.6.6: Revert eslint dependencies
Changelog
- Revert eslint dependencies to fix package installation error with typescript #114
- Fix checkmark icon position on iOS
0.6.5: Fix jumpy scroll + update dependencies
Changelog
- Fix jumpy scroll when loading more messages
- Update dependencies
0.6.4: Add toggle-rooms-list event + bug fixes
Changelog
- Add
toggle-rooms-listevent when clicking the toggle icon to open/hide rooms list - Separate file type and extension when uploading a file
- Fix reaction emojis not displayed on iOS devices
0.6.3: Add infinite rooms
Changelog
- Keep device keyboard opened after sending message*
- Add paginated rooms on scroll:
Listen tofetch-more-roomsevent to load more rooms. Userooms-loadedto stop pagination when all rooms are loaded - Add rooms and messages DOM ID: can be used to manipulate a specific room or message using its ID
*Credits to @natsumework
0.6.2: Add show-footer prop
Changelog
- Add show-footer prop to show/hide room footer
0.6.1: Fixes not applied in previous npm release
(version) bump to 0.6.0