Releases: advanced-chat/vue-advanced-chat
Releases · advanced-chat/vue-advanced-chat
1.5.2: Performance improvements
1.5.1: Fix audio player
Changelog
- Fix audio player due to an issue introduced in
lamejs
version1.2.1
zhuker/lamejs#86
1.5.0: Add message selection feature
Changelog
- Add message selection feature using
message-selection-actions
prop andmessage-selection-action-handler
event #270
1.4.5: Add username-options prop
Changelog
- Add
username-options
prop to control room messages username display condition #271
1.4.4: UI fixed + Add auto-scroll prop
1.4.3: Bug fixes and React compatibility
1.4.2: Add media preview modal
1.4.1: Add failure message + tags & emoji enabled props
1.4.0: Rework infinite scroll & text formatting
Changelog
- Vue 3 is now fully compatible with the
next
branch - Remove
vue-infinite-loading
dependency and replace it withIntersectionObserver
api 97f1a34 - Add
scroll-distance
prop to triggerfetch-messages
event at a specific pixel distance #111 - Remove emoji picker extra scrollbar on Windows #239
Breaking Changes
- Rework
text-formatting
to set custom markdown characters #247