Skip to content

Releases: advanced-chat/vue-advanced-chat

1.5.2: Performance improvements

22 Jan 13:05
Compare
Choose a tag to compare

Changelog

  • Extract room footer to its own component to avoid messages re-renders #153
  • Fix files progress bar position 16ebf4e

1.5.1: Fix audio player

09 Jan 23:45
Compare
Choose a tag to compare

Changelog

  • Fix audio player due to an issue introduced in lamejs version 1.2.1 zhuker/lamejs#86

1.5.0: Add message selection feature

09 Jan 23:28
Compare
Choose a tag to compare

Changelog

  • Add message selection feature using message-selection-actions prop and message-selection-action-handler event #270

1.4.5: Add username-options prop

09 Jan 11:30
Compare
Choose a tag to compare

Changelog

  • Add username-options prop to control room messages username display condition #271

1.4.4: UI fixed + Add auto-scroll prop

26 Dec 10:51
Compare
Choose a tag to compare

Changelog

  • Fix Angular compatibility issues #260
  • Fix users tags behaviour with several words #258
  • Fix messages avatar display #262
  • Add auto-scroll prop to add more control over auto scrolling behaviour #264

1.4.3: Bug fixes and React compatibility

04 Dec 18:03
Compare
Choose a tag to compare

Changelog

  • Fix react compatibility issue #233
  • Fix type definition typo #257
  • Fix user tags and templates text suggestions appearance containing spaces #258
  • Fix large file upload not displayed immediately #255
  • Add upload progress for videos and files #254

1.4.2: Add media preview modal

27 Nov 15:41
Compare
Choose a tag to compare

Changelog

  • Add media preview fullscreen modal for images and videos #246

Credits to @liweicheng00

1.4.1: Add failure message + tags & emoji enabled props

27 Nov 12:15
Compare
Choose a tag to compare

Changelog

  • Add scroll ref security check #252
  • Add user-tags-enabled & emojis-suggestion-enabled props #249
  • Add failure message icon #248

1.4.0: Rework infinite scroll & text formatting

20 Nov 10:58
Compare
Choose a tag to compare

Changelog

  • Vue 3 is now fully compatible with the next branch
  • Remove vue-infinite-loading dependency and replace it with IntersectionObserver api 97f1a34
  • Add scroll-distance prop to trigger fetch-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

1.3.1: Fix message replies files + textarea events items

08 Nov 22:18
Compare
Choose a tag to compare

Changelog

  • Remove mobile textarea border when showing files b09d7a4
  • Fix message replies only showing images or videos 771c9cf
  • Allow message files to be an empty array #235
  • Fix @paste and @input events not handling array items properly #236