Releases: SAP/Webchat
Releases · SAP/Webchat
WebChat v1.4.48
- Updated component version
- Replace deprecated method createStore
WebChat v1.4.47
- Bug fix for QuickReplies
WebChat v1.4.46
- Add code to ignore new feature Welcome messages. This feature is currently only supported by WebClient.
Webchat v1.4.45
- Bump the dependency component versions
rel/1.4.38: Merge pull request #78 from SAPConversationalAI/mergeToOpenSource
Merge to open source
Webchat v1.1.1
Patch preventing the apparition of "null" in the webchat's input on Edge
Webchat v1.1.0
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
The first versioned release of the webchat.