Skip to content

Commit a2d4c96

Browse files
committed
updated changelog
1 parent bc321aa commit a2d4c96

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
## 0.5.7
2+
- Fixed a bug where the connection would not close down when the component unmounted and continued polling indefinitely in the background.
3+
14
## 0.5.6
2-
- fixed a bug where named links would not render in a received message
5+
- Fixed a bug where named links would not render in a received message
36

47
## 0.5.5
5-
- 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)
8+
- 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)
69

710
## 0.5.4
811
- When reconnecting to an existing chat session, the bot will send a message contained in the localStorage key specified by the `NEXT_MESSAGE` constant. The message should be stringified JSON with a `message` property describing the message and an `expiry` property set to a UNIX timestamp in milliseconds after which this message should not be sent.

0 commit comments

Comments
 (0)