Skip to content

Commit

Permalink
Update CHANGELOG for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed May 16, 2018
1 parent dcc07c2 commit d76b0e6
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 7 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## 1.5.0 (2018-05-16)

### Features

- API updates:
- Update fetchMessages api with cache support
- Introduce message operation cache objects for fail operation handling
- Implement fetch participant API with cache enabled #196 #197 #198 #203
- Support beforeMessageID parameter for query messages #175
- UIKit updates:
- Support UI and Text customization support in SKYChatConversationViewController
- Support showing username list as conversation view title #80
- Provide more customization on text on conversation view #39
- Add more UI customization on conversation view #103
- Add capability to turn off some features in conversation view #103
- Add event hooks for conversation view #103 #148 #218
- Show placeholder during avatar loading state #216
- Disable highlighting text in message cell in JSQMessagesViewController-Skygear v7.3.5.4

### Bug Fixes

- API updates:
- Add missing adminIDs to options when calling chat:create_conversation SkygearIO/chat#192
- UIKit updates:
- For sending image message, update SKYKit to 1.3.1 with fail to init asset fixes
- Fix scroll position of conversation view
- Fix some minor issues in UIKit #194 #195
- Fix voice message related issues #207 #210
- Touch message list blank area should dismiss keyboard #40
- iPhone X support #141
- The chat view shifted to the top crash the layout when back from another view controller #143

### Other Notes

- Support Swift 4 #101
- Update APIs written in Objective-C to assume nonnullability #184
- Build Swift Example in travis
- Use Published JSQMessagesViewController-Skygear pod
- Make unnecessary properties to private #217
- Add back `@objc` decorator to all public classes in Swift

12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ PODS:
- FMDB (~> 2.6.0)
- MagicKit-Skygear (~> 0.0.6)
- SocketRocket (~> 0.4)
- SKYKitChat (1.2.0-alpha.7):
- SKYKitChat/Core (= 1.2.0-alpha.7)
- SKYKitChat/Core (1.2.0-alpha.7):
- SKYKitChat (1.5.0):
- SKYKitChat/Core (= 1.5.0)
- SKYKitChat/Core (1.5.0):
- Realm (~> 3.0.1)
- SKYKit/Core (~> 1.3.1)
- SKYKitChat/UI (1.2.0-alpha.7):
- SKYKitChat/UI (1.5.0):
- ALCameraViewController (~> 3.0)
- CTAssetsPickerController (~> 3.3.1)
- JSQMessagesViewController-Skygear (= 7.3.5.4)
Expand Down Expand Up @@ -80,11 +80,11 @@ SPEC CHECKSUMS:
Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180
SKPhotoBrowser: 5969c3813727f11fe37bea74a40425cafcb32f61
SKYKit: 49a6bd447246b3a2d0a5f78127a1429476c48ccf
SKYKitChat: 22abf9ec3cdd5ffd06cfc16a251abbc68f5ed765
SKYKitChat: 63ec1f79421ca68bf7aadca0047121030d48af9b
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
SVProgressHUD: c404a55d78acbeb7ebb78b76d3faf986475a6994

PODFILE CHECKSUM: 08bcd5e3aaa34705dce7fb1d8f9e85fa4957abc7

COCOAPODS: 1.3.1
COCOAPODS: 1.4.0
2 changes: 1 addition & 1 deletion SKYKitChat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SKYKitChat'
s.version = '1.2.0-alpha.7'
s.version = '1.5.0'
s.summary = 'Chat extension for SKYKit'

s.description = <<-DESC
Expand Down

0 comments on commit d76b0e6

Please sign in to comment.