Skip to content

1.0.0: Vue 3 compatibility + new emoji picker

Compare
Choose a tag to compare
@antoine92190 antoine92190 released this 08 Aug 07:19

Changelog

  • Refactors to improve Vue 3 compatibility #138
  • Add new emoji picker with more emojis and skin tones 020214a
  • Fix lamejs dependency #190

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