Skip to content

Releases: SAP/Webchat

WebChat v1.4.48

17 Jun 14:15
Compare
Choose a tag to compare
  • Updated component version
  • Replace deprecated method createStore

WebChat v1.4.47

09 May 17:02
8a943f9
Compare
Choose a tag to compare
  • Bug fix for QuickReplies

WebChat v1.4.46

03 May 17:17
0638f93
Compare
Choose a tag to compare
  • Add code to ignore new feature Welcome messages. This feature is currently only supported by WebClient.

Webchat v1.4.45

23 Mar 16:59
b00755d
Compare
Choose a tag to compare
  • Bump the dependency component versions

rel/1.4.38: Merge pull request #78 from SAPConversationalAI/mergeToOpenSource

13 Sep 14:57
488df28
Compare
Choose a tag to compare

Webchat v1.1.1

21 Sep 09:00
Compare
Choose a tag to compare

Patch preventing the apparition of "null" in the webchat's input on Edge

Webchat v1.1.0

06 Sep 07:11
Compare
Choose a tag to compare

TL;DR: Improve the way buttons and quickReplies are handled by the webchat.

A button or a quickReply is composed of:

  • a title, displayed in the webchat (ex: "Let's the show begin!")
  • a value, sent to the Bot Connector when the button is clicked (ex: "RANDOM_BORING_INTERNAL_VALUE")

Previously, the value was sent as a text message, and appeared as such in the webchat as a reply from the user. This mean that when clicking on "Let's the show beging", a user message would appear in the webchat with the content "RANDOM_BORING_INTERNAL_VALUE".

Now, when clicking on a button, both the value and the title are sent. This way, the Bot Connector still receive the value, but the webchat can display the more user-friendly title.

Webchat v1.0.0

21 Jun 08:36
Compare
Choose a tag to compare

The first versioned release of the webchat.