Skip to content

Commit 96ba62b

Browse files
committed
Update CHANGELOG for 1.5.0
1 parent 63a36b3 commit 96ba62b

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## 1.5.0 (2018-05-16)
2+
3+
### Features
4+
5+
- API updates:
6+
- Update getMessages api with cache support #94, #131
7+
- Introduce message operation cache objects for fail operation handling #130, #131, #132
8+
- Fetch participants api with cache support #153, #154
9+
- Add `subscribeToConversation` and `subscribeToUserChannel` function #195
10+
- UIKit updates:
11+
- Support UI and Text customization support in ConversationView
12+
- Update UIKit with local cache
13+
14+
### Bug Fixes
15+
16+
- API updates:
17+
- Update admin id option keys of chat:create_conversation SkygearIO/chat#192
18+
- UIKit updates:
19+
- Fix android 4 sending image from camera bug, grant Read & Write permission manually #162
20+
- Fix bubble color in android 4, should not allow user send out empty
21+
- Fix cannot load the image in image view in android 4 #163
22+
- Fail trailing space username make the app crash bug #163
23+
- Image rotation bug fix and refactor the message constructing in conversation view
24+
- Voice message bug fix #152 #158
25+
26+
### Other Notes
27+
28+
- API updates:
29+
- Rename ChatUser to Participant #170
30+
- Update API callback, rename function `onSucc` to `onSuccess` #121
31+
- Support beforeMessageID parameter for query messages #140
32+
- ChatContainer.editMessage() accepts metadata and asset #31
33+
- Example updates:
34+
- Update chat example with api test
35+
- Improve admin and participant list display #164
36+
- Separate UI Kit Classes from chat project
37+

0 commit comments

Comments
 (0)