Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 51a8082

Browse files
author
Jerome Houdan
committed
chore() update changelog and version
1 parent d504bc6 commit 51a8082

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,24 @@
55
The first versioned release of the webchat.
66

77
Every breaking change, bug fix or improvement will be referenced here.
8+
9+
# Version 1.1.0 (Sept 08, 2018)
10+
11+
## Description
12+
13+
TL;DR: Improve the way buttons and quickReplies are handled by the webchat.
14+
15+
A button or a quickReply is composed of:
16+
17+
- a title, displayed in the webchat (ex: "Let's the show begin!")
18+
- a value, sent to the Bot Connector when the button is clicked (ex: "RANDOM_BORING_INTERNAL_VALUE")
19+
20+
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".
21+
22+
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.
23+
24+
# Version 1.1.1 (Sept 21, 2018)
25+
26+
## Description
27+
28+
Patch preventing the apparition of "null" in the webchat's input on Edge

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webchat",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)