|
| 1 | +## 1.5.0 (2018-05-16) |
| 2 | + |
| 3 | +### Features |
| 4 | + |
| 5 | + - API updates: |
| 6 | + - Update fetchMessages api with cache support |
| 7 | + - Introduce message operation cache objects for fail operation handling |
| 8 | + - Implement fetch participant API with cache enabled #196 #197 #198 #203 |
| 9 | + - Support beforeMessageID parameter for query messages #175 |
| 10 | + - UIKit updates: |
| 11 | + - Support UI and Text customization support in SKYChatConversationViewController |
| 12 | + - Support showing username list as conversation view title #80 |
| 13 | + - Provide more customization on text on conversation view #39 |
| 14 | + - Add more UI customization on conversation view #103 |
| 15 | + - Add capability to turn off some features in conversation view #103 |
| 16 | + - Add event hooks for conversation view #103 #148 #218 |
| 17 | + - Show placeholder during avatar loading state #216 |
| 18 | + - Disable highlighting text in message cell in JSQMessagesViewController-Skygear v7.3.5.4 |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | + - API updates: |
| 23 | + - Add missing adminIDs to options when calling chat:create_conversation SkygearIO/chat#192 |
| 24 | + - UIKit updates: |
| 25 | + - For sending image message, update SKYKit to 1.3.1 with fail to init asset fixes |
| 26 | + - Fix scroll position of conversation view |
| 27 | + - Fix some minor issues in UIKit #194 #195 |
| 28 | + - Fix voice message related issues #207 #210 |
| 29 | + - Touch message list blank area should dismiss keyboard #40 |
| 30 | + - iPhone X support #141 |
| 31 | + - The chat view shifted to the top crash the layout when back from another view controller #143 |
| 32 | + |
| 33 | +### Other Notes |
| 34 | + |
| 35 | + - Support Swift 4 #101 |
| 36 | + - Update APIs written in Objective-C to assume nonnullability #184 |
| 37 | + - Build Swift Example in travis |
| 38 | + - Use Published JSQMessagesViewController-Skygear pod |
| 39 | + - Make unnecessary properties to private #217 |
| 40 | + - Add back `@objc` decorator to all public classes in Swift |
| 41 | + |
0 commit comments