Skip to content

Releases: advanced-chat/vue-advanced-chat

0.8.8: Add copy paste image + swipe back event

24 Jul 20:39
Compare
Choose a tag to compare

Changelog

  • Add image copy paste (using Ctrl + V)* #185
  • Add swipe back touch event to go back to rooms list on mobile devices #163
  • Remove message animation when updating message _id #182

*Credits to @samuelnovaes

0.8.7: Improve performance

17 Jul 08:28
Compare
Choose a tag to compare

Changelog

  • Improve typing performance when lots of messages are displayed* #153
  • Refactor SCSS files to improve web component compatibility a9c6678

*Credits to @mbuk

0.8.6: Add slots & props

27 Jun 06:37
Compare
Choose a tag to compare

Changelog

  • Add rooms-list-search slot to replace the search bar
  • Add show-search prop to hide the search bar header
  • Add system message formatting

0.8.5: UI fixes

01 May 09:22
Compare
Choose a tag to compare

Changelog

  • Fix infinite rooms scroll not working 3c0b67a
  • Fix message file icon position 9bf3633
  • Fix image options backg color 548cb64
  • Add missing video message content 9e011ef
  • Add missing audio/video file in reply message 8066ad4 f10935e

0.8.4: Vuetify & WC compatibility

05 Apr 11:46
Compare
Choose a tag to compare

Changelog

  • Fix Vuetify compatibility (upgrade sass-loader) #154
  • Remove SCSS scoped attributes for better Web Component compatibility
  • Fix infinite loading when messages are empty #155

0.8.3: Fix Angular WC + Fix new message divider

17 Mar 23:32
Compare
Choose a tag to compare

Changelog

  • Fix compatibility when importing the chat in an Angular project as a web component
  • Fix new message divider not show in some cases #152

0.8.2: Add message image placeholder + Fix scroll behaviour

13 Mar 13:30
Compare
Choose a tag to compare

Changelog

  • Add message image placeholder while loading an image*
  • Fix scroll behaviour: #143
  • Prevent typing-message event trigger after room is loaded
  • Do not show loading spinner if no room is selected

*Credits to @niklv

0.8.1: Fix scroll behaviour + Add message avatar

07 Mar 10:29
Compare
Choose a tag to compare

Changelog

  • Fix auto scroll when sending or receiving a new message
  • Add message avatar by passing avatar in messages prop

0.8.0: Fix room-info & textarea-action-handler events

03 Mar 08:00
Compare
Choose a tag to compare

Changelog

  • Fix room-info and textarea-action-handler events #142

0.7.9: Fix scroll behaviour + Add link-options prop

02 Mar 08:34
Compare
Choose a tag to compare

Changelog

  • Fix scroll behaviour when adding messages #139
  • Add link-options prop to disable url links or change urls target #141
  • Fix missing text-formatting prop in some components