Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit dabf1e4

Browse files
author
Sravan S
committed
1.2.6(Sept 28, 2020)
- Bugfixes: * sendBirdSelectors.getSendFileMessage supports attaching files that are uploaded to a remote server * renderChatItem includes channel as a prop: * The available props are: { message: BaseMessage, onDeleteMessage: Fn, onUpdateMessage: Fn, channel: GroupChannel } * Place unsuccessful messages to the last on the allMessages
1 parent d3d9ee7 commit dabf1e4

File tree

11 files changed

+933
-858
lines changed

11 files changed

+933
-858
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 1.2.6(Sept 28, 2020)
4+
5+
- Bugfixes:
6+
* sendBirdSelectors.getSendFileMessage supports attaching
7+
files that are uploaded to a remote server
8+
* renderChatItem includes channel as a prop:
9+
* The available props are:
10+
{
11+
message: BaseMessage,
12+
onDeleteMessage: Fn,
13+
onUpdateMessage: Fn,
14+
channel: GroupChannel
15+
}
16+
* Place unsuccessful messages to the last on the allMessages
17+
318
## 1.2.5(Sept 21, 2020)
419

520
- Features/Bugs:

dist/index.css

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css.map

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

dist/index.es.css

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.css.map

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

0 commit comments

Comments
 (0)