Releases: advanced-chat/vue-advanced-chat
Releases · advanced-chat/vue-advanced-chat
0.7.8: Fix new message divider and scroll behaviour
Changelog
- New message divider is removed when sending or receiving a new message #137
- Fix smooth scroll behaviour when receiving a message
0.7.7: Add type declarations
Changelog
- Add type declarations file to improve typescript support
0.7.6: Revert CSS import + Add audio support types
Changelog
- Extract css build file
- Add support for audio types:
ogg,wav,mpeg - Add support for audio type
quicktime - Fix markdown bug
Breaking changes
import 'vue-advanced-chat/dist/vue-advanced-chat.css'is must be added
0.7.5: Remove CSS import + Add unpkg entry
Changelog
- Do not extract css build file
- Add
unpkgentry point
Breaking changes
import 'vue-advanced-chat/dist/vue-advanced-chat.css'must be removed
0.7.4: Add emoji autocomplete + Fix lamejs dependency
Changelog
- Add emoji autocomplete feature using keyboard shortcuts
- Set
lamejsas optional dependency - Fix scroll event not working on Electron #133
0.7.3: Add new audio with mp3 encoder
Changelog
- Improve audio recorder UI
- Improve audio player UI
- Add mp3 audio encoder with lamejs (optional dependency)
- Add new message indicator when user scrolled up
- Fix missing slots params
- Focus textarea after removing file
0.7.2: Props, Events and UI fixes
Changelog
- Fix rooms name overflow
- Fix
room-idinitialisation withsingle-roomprop - Clean markdown logic
Breaking changes
- Replace
messageIdparam bymessagein@delete-messageevent
0.7.1: Components refactor + use camelCase properties
Changelog
- Components refactoring to improve performance and maintainability
- Do not reset draft message when replying to a message
- Improve Electron compatibility
- Clean, bug and UI fixes
Breaking changes
- In
messagesprop,sender_idmust be changed tosenderId - In
messagesprop,disable_actionsmust be changed todisableActions - In
messagesprop,disable_reactionsmust be changed todisableReactions - In
rooms.usersprop,last_changedmust be changed tolastChanged
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