Skip to content

Releases: Wolox/react-chat-widget

Bug fix

11 Sep 15:26
Compare
Choose a tag to compare

v2.0.1

  • Fix #12
  • Improve in SCSS code by removing relative paths

v2.0.0

07 Sep 20:04
Compare
Choose a tag to compare

v2.0.0 New API 📦 🎉

This new version brings a new API. Now it's simpler to add messages and interact with the Widget.

We knew the responses array was not the best solution, so now there are methods for you to trigger different actions. The methods are:

addUserMessage(text);

addResponseMessage(text);

addLinkSnippet(link);

These methods have the intention of giving you more control over the widget and for new features, the methods for them are going to be added as well.

The whole implementation is written in the PR #11

v1.0.1

24 Aug 20:19
Compare
Choose a tag to compare

Bug fixes 📦

This new version contains fixes for bugs founded under v1.0 usage.

  • Fix issue when responding with instant messages will result in the user messages not showing at all
  • Add a default white background color to the messages container and a way to customize it too (adding background images, etc)
  • Add a high z-index
  • Fix messages container not scrolling to bottom when re open the conversation
  • Fix NPM and CI build badges in README. Now they'll go to the correct pages when clicked

The whole list of what's added is in the #10 Pull Request.

v1.0

17 Aug 18:01
Compare
Choose a tag to compare

First release 🎉 📦

This is the v1.0 of the chat widget module for React web apps. This first version features:

  • Plain text messages
  • Snippet-type messages for links
  • Avatar for the response messages
  • Full customization of the components