Skip to content

Commit 24f7a99

Browse files
committed
new version
1 parent 28aa505 commit 24f7a99

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5.6
2+
- fixed a bug where named links would not render in a received message
3+
14
## 0.5.5
25
- new prop, `docViewer`, if this props is true, this will treat every link in received messages as a document and will open it in a popup using docs.google.com/viewer (note: this is an experimental feature and should be used with caution)
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge
2020
In your `<body/>`:
2121
```javascript
2222
<div id="webchat"/>
23-
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.5.js"></script>
23+
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.6.js"></script>
2424
<script>
2525
WebChat.default.init({
2626
selector: "#webchat",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rasa-webchat",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "Chat web widget for React apps and Rasa Core chatbots",
55
"main": "lib/index.js",
66
"repository": "git@https://github.com/mrbot-ai/rasa-webchat.git",

0 commit comments

Comments
 (0)