Releases: advanced-chat/vue-advanced-chat
Releases · advanced-chat/vue-advanced-chat
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-tag
event 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-list
event 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-rooms
event to load more rooms. Userooms-loaded
to 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
0.6.0: Fix kebab-case events + image type from file name
Changelog
- Fix missing kebab-case events
- Fix image type with multiple dots in file name
0.5.9: Fix travis build failure
Changelog
- Replace
format-links
bylinkify
to avoid travis build failure