Skip to content

v2.0.0

Compare
Choose a tag to compare
@mcallegari10 mcallegari10 released this 07 Sep 20:04
· 272 commits to master since this release

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