Skip to content

Releases: advanced-chat/vue-advanced-chat

0.7.8: Fix new message divider and scroll behaviour

25 Feb 11:51
Compare
Choose a tag to compare

Changelog

  • New message divider is removed when sending or receiving a new message #137
  • Fix smooth scroll behaviour when receiving a message

0.7.7: Add type declarations

22 Feb 16:28
Compare
Choose a tag to compare

Changelog

  • Add type declarations file to improve typescript support

0.7.6: Revert CSS import + Add audio support types

22 Feb 07:09
Compare
Choose a tag to compare

Changelog

  • Extract css build file
  • Add support for audio types: ogg, wav, mpeg
  • Add support for audio type quicktime
  • Fix markdown bug

Breaking changes

  • import 'vue-advanced-chat/dist/vue-advanced-chat.css' is must be added

0.7.5: Remove CSS import + Add unpkg entry

19 Feb 13:08
Compare
Choose a tag to compare

Changelog

  • Do not extract css build file
  • Add unpkgentry point

Breaking changes

  • import 'vue-advanced-chat/dist/vue-advanced-chat.css' must be removed

0.7.4: Add emoji autocomplete + Fix lamejs dependency

19 Feb 08:40
Compare
Choose a tag to compare

Changelog

  • Add emoji autocomplete feature using keyboard shortcuts
  • Set lamejs as optional dependency
  • Fix scroll event not working on Electron #133

0.7.3: Add new audio with mp3 encoder

18 Feb 09:14
Compare
Choose a tag to compare

Changelog

  • Improve audio recorder UI
  • Improve audio player UI
  • Add mp3 audio encoder with lamejs (optional dependency)
  • Add new message indicator when user scrolled up
  • Fix missing slots params
  • Focus textarea after removing file

0.7.2: Props, Events and UI fixes

13 Feb 14:46
Compare
Choose a tag to compare

Changelog

  • Fix rooms name overflow
  • Fix room-id initialisation with single-room prop
  • Clean markdown logic

Breaking changes

  • Replace messageId param by message in @delete-message event

0.7.1: Components refactor + use camelCase properties

12 Feb 07:41
Compare
Choose a tag to compare

Changelog

  • Components refactoring to improve performance and maintainability
  • Do not reset draft message when replying to a message
  • Improve Electron compatibility
  • Clean, bug and UI fixes

Breaking changes

  • In messages prop, sender_id must be changed to senderId
  • In messages prop, disable_actions must be changed to disableActions
  • In messages prop, disable_reactions must be changed to disableReactions
  • In rooms.users prop, last_changed must be changed to lastChanged

0.7.0: Add gif, WebP and videos support

29 Jan 22:27
Compare
Choose a tag to compare

Changelog

  • Add gif and WebP images support
  • Add image url preview
  • Add video files preview
  • Bug fixes

0.6.9: Add rooms list dropdown options

24 Jan 15:15
Compare
Choose a tag to compare

Changelog