Skip to content

Releases: advanced-chat/vue-advanced-chat

2.1.1

04 Dec 19:07

Choose a tag to compare

2.1.1 (2025-12-04)

Bug Fixes

  • search does not work correctly after page load (518697f)

2.1.0

22 Apr 20:00
87b7ee8

Choose a tag to compare

2.1.0 (2024-04-22)

Features

2.0.12

22 Apr 13:37
3c16ca0

Choose a tag to compare

2.0.12 (2024-04-22)

Bug Fixes

2.0.11

17 Feb 04:24

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

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

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

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

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

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

Choose a tag to compare

Changelog

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