vue-advanced-chat

A beautiful chat rooms web component compatible with all Javascript frameworks

MIT License

Downloads
17K
Stars
1.7K
Committers
34

Bot releases are hidden (Show)

vue-advanced-chat - 1.4.4: UI fixed + Add auto-scroll prop

Published by antoine92190 almost 3 years ago

Changelog

vue-advanced-chat - 1.4.3: Bug fixes and React compatibility

Published by antoine92190 almost 3 years ago

Changelog

vue-advanced-chat - 1.4.2: Add media preview modal

Published by antoine92190 almost 3 years ago

Changelog

Credits to @liweicheng00

vue-advanced-chat - 1.4.1: Add failure message + tags & emoji enabled props

Published by antoine92190 almost 3 years ago

Changelog

vue-advanced-chat - 1.4.0: Rework infinite scroll & text formatting

Published by antoine92190 almost 3 years ago

Changelog

Breaking Changes

vue-advanced-chat - 1.3.1: Fix message replies files + textarea events items

Published by antoine92190 almost 3 years ago

Changelog

vue-advanced-chat - 1.3.0: Add image files progress bar

Published by antoine92190 almost 3 years ago

vue-advanced-chat - 1.2.2: Add spinner-icon prop + fix message input on Safari

Published by antoine92190 almost 3 years ago

Changelog

vue-advanced-chat - 1.2.1: Bugs fixes and UX improvements

Published by antoine92190 about 3 years ago

Changelog

*Credits to @natsumework

vue-advanced-chat - 1.2.0: Add autocomplete templates text

Published by antoine92190 about 3 years ago

Changelog

*Credits to @ycarooliveira

vue-advanced-chat - 1.1.2: Fix rooms infinite loading

Published by antoine92190 about 3 years ago

Changelog

vue-advanced-chat - 1.1.0: Multiple files support

Published by antoine92190 about 3 years ago

Changelog

Breaking Changes

  • messages prop update:

    • file: {} is now files: [{}]
    • replyMessage.file: {} is now replyMessage.files: [{}]
  • send-message event is now returning files instead of file

  • edit-message event is now returning files instead of file

vue-advanced-chat - 1.0.0: Vue 3 compatibility + new emoji picker

Published by antoine92190 about 3 years ago

Changelog

Breaking Changes

  • Emoji reaction name was replaced by unicode in the messages prop. messages.reaction object should now look like this:
reactions: {
  😁: [
    1234, // USER_ID
    4321
  ]
}

https://github.com/antoine92190/vue-advanced-chat#messages-prop

vue-advanced-chat - 0.9.0: Add props and fix lamejs import

Published by antoine92190 about 3 years ago

Changelog

vue-advanced-chat - 0.8.9: Prepare vue 3 migration + revert message animation

Published by antoine92190 about 3 years ago

Changelog

Breaking

  • You need to update vue to version 2.6.14 to continue using the library
vue-advanced-chat - 0.8.8: Add copy paste image + swipe back event

Published by antoine92190 about 3 years ago

Changelog

*Credits to @samuelnovaes

vue-advanced-chat - 0.8.7: Improve performance

Published by antoine92190 over 3 years ago

Changelog

*Credits to @mbuk

vue-advanced-chat - 0.8.6: Add slots & props

Published by antoine92190 over 3 years ago

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