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
unpkg
entry 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
lamejs
as 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-id
initialisation withsingle-room
prop - Clean markdown logic
Breaking changes
- Replace
messageId
param bymessage
in@delete-message
event
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
messages
prop,sender_id
must be changed tosenderId
- In
messages
prop,disable_actions
must be changed todisableActions
- In
messages
prop,disable_reactions
must be changed todisableReactions
- In
rooms.users
prop,last_changed
must 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-actions
prop for more information on how to use it: https://github.com/antoine92190/vue-advanced-chat#props-api