Skip to content

Releases: advanced-chat/vue-advanced-chat

2.1.0

22 Apr 20:00
87b7ee8
Compare
Choose a tag to compare

2.1.0 (2024-04-22)

Features

2.0.12

22 Apr 13:37
3c16ca0
Compare
Choose a tag to compare

2.0.12 (2024-04-22)

Bug Fixes

2.0.11

17 Feb 04:24
Compare
Choose a tag to compare

2.0.11 (2024-02-17)

Bug Fixes

  • audio distortion with bluetooth headphone (f257a86)

2.0.10

01 Dec 18:36
Compare
Choose a tag to compare

2.0.10 (2023-12-01)

Bug Fixes

2.0.9: Add dist files to release build

28 Nov 18:49
b6c7c0a
Compare
Choose a tag to compare

Changelog

  • Fix broken release version due to missing dist files: #489

2.0.8: Improve markdown support

27 Nov 22:14
Compare
Choose a tag to compare

Changelog

  • Prevent XXS and improve markdown support #448
  • Add multiple-files prop #458

2.0.7: Add capture-files prop

01 Feb 17:10
Compare
Choose a tag to compare

Changelog

  • Fix emoji suggestion cursor position #403
  • Add option for specifying the capture attr on the file input #415

2.0.6: Add multiple chat support & emoji-data-source prop

27 Nov 16:26
Compare
Choose a tag to compare

Changelog

  • Add multiple chat support #368
  • Fix types 7bd77b3 9998e47
  • Add emoji-data-source prop to replace emojis data table
  • Fix roomTextarea up and down keys in #400

2.0.5: Fix typings & drag and drop availability

25 Nov 12:44
Compare
Choose a tag to compare

Changelog

  • Fix typings
  • Disable drag & drop if show-files is disabled #385

2.0.4: Add drag & drop files & message-avatar slot & search-room event

30 Oct 16:14
Compare
Choose a tag to compare

Changelog

  • Add the possibility to drag & drop files #336
  • Export register function in TS definition #379
  • Fix multiple edit / reply actions #380
  • Add message-avatar_{{MESSAGE_ID}} slot #372
  • Add custom-search-room-enabled prop and search-room event to use custom room search event 8976dc4