Skip to content

Commit d76b0e6

Browse files
committed
Update CHANGELOG for 1.5.0
1 parent dcc07c2 commit d76b0e6

File tree

3 files changed

+48
-7
lines changed

3 files changed

+48
-7
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+

Example/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ PODS:
3434
- FMDB (~> 2.6.0)
3535
- MagicKit-Skygear (~> 0.0.6)
3636
- SocketRocket (~> 0.4)
37-
- SKYKitChat (1.2.0-alpha.7):
38-
- SKYKitChat/Core (= 1.2.0-alpha.7)
39-
- SKYKitChat/Core (1.2.0-alpha.7):
37+
- SKYKitChat (1.5.0):
38+
- SKYKitChat/Core (= 1.5.0)
39+
- SKYKitChat/Core (1.5.0):
4040
- Realm (~> 3.0.1)
4141
- SKYKit/Core (~> 1.3.1)
42-
- SKYKitChat/UI (1.2.0-alpha.7):
42+
- SKYKitChat/UI (1.5.0):
4343
- ALCameraViewController (~> 3.0)
4444
- CTAssetsPickerController (~> 3.3.1)
4545
- JSQMessagesViewController-Skygear (= 7.3.5.4)
@@ -80,11 +80,11 @@ SPEC CHECKSUMS:
8080
Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180
8181
SKPhotoBrowser: 5969c3813727f11fe37bea74a40425cafcb32f61
8282
SKYKit: 49a6bd447246b3a2d0a5f78127a1429476c48ccf
83-
SKYKitChat: 22abf9ec3cdd5ffd06cfc16a251abbc68f5ed765
83+
SKYKitChat: 63ec1f79421ca68bf7aadca0047121030d48af9b
8484
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
8585
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
8686
SVProgressHUD: c404a55d78acbeb7ebb78b76d3faf986475a6994
8787

8888
PODFILE CHECKSUM: 08bcd5e3aaa34705dce7fb1d8f9e85fa4957abc7
8989

90-
COCOAPODS: 1.3.1
90+
COCOAPODS: 1.4.0

SKYKitChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SKYKitChat'
3-
s.version = '1.2.0-alpha.7'
3+
s.version = '1.5.0'
44
s.summary = 'Chat extension for SKYKit'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)