Releases: AmityCo/Amity-Social-Cloud-UIKit-iOS
2.6.2
UIKit 2.6.2 Release Notes
=============================================================
New Features
- [Internal]#UP-6052 Add endpoint setting page for sample app
Fixes
- #UP-5994 Fix compose bar shows avatar which doesn't belong to current user
- #UP-6070 Fix app crashes when open my following or my follower list pages
- #UP-6000 Add logic to reset the messages live collection, after SDK reconnect while user stay in chat page.
Breaking Changes:
Api:
Behaviour:
Compatibility
- Xcode Version: 12.5
- Realm Version: 10.12.0
- Minimum Target: iOS 12.0
2.6.1
UIKit 2.6.1 Release Notes
=============================================================
New Features
- #UP-5470 Add allowPostAttachments option in AmityPostTextEditorViewController
Fixes
- #UP-5336 Disable scrolling animation in chat page
- #UP-5404 Fix realm invalidation crash issue in registerDevice method
- [Internal]#UP-5903 Fix join channel issue for "Message List with text only keyboard"
Breaking Changes:
Api:
- Added new API
allowPostAttachments
inAmityPostEditorSettings
. Developers can now choose what attachment types to allow when users create a post. All possible attachment types can be found in AmityPostAttachmentType. - Removed shouldCameraButtonHide, shouldAlbumButtonHide, shouldFileButtonHide in AmityPostEditorSettings. Please use allowPostAttachments instead.
// Only allow `file` attachment when creating a post.
let settings = AmityPostEditorSettings()
settings.allowPostAttachments = [.file]
let postCreator = AmityPostCreatorViewController.make(postTarget: postTarget, settings: settings)
- Add completion handler in registerDeviceForPushNotification method.
AmityUIKitManager.registerDeviceForPushNotification("device-token") { isSuccess, error in
// Handle completion here
}
Behaviour:
Compatibility
- Xcode Version: 12.5
- Realm Version: 10.12.0
- Minimum Target: iOS 12.0
2.6.0
UIKit 2.6.0 Release Notes
New Features
-
[Vision] Live Stream Post Feature
#UP-4112
#UP-4321
#UP-4323
#UP-4325
#UP-4327
#UP-4329
#UP-4332
#UP-4334
#UP-4336
#UP-4338
#UP-4592
#UP-4868
#UP-4869
#UP-4870
#UP-4871 -
[HarryPotter] Poll Post Feature
#UP-4747 Fix design issues in poll post feature
#UP-3922 Build Dedicated renderer for poll
#UP-3925 Build composer for poll post creation
#UP-3928 New component poll post type
#UP-4910 Cannot add option more than 1 option
#UP-4930 Fix poll selection issue in single selection mode
#UP-5007 Poll options text in a post should not truncate
#UP-4917 Cursor in poll post
#UP-4937 Error screen while submitting vote
Fixes
- [Vision] #UP-3973 Fix image blink in chat page
- [Vision] #UP-4591 Media gallery empty state
- [Shazam] #UP-4882 Show error button for message
Breaking Changes
Api:
Behaviour:
Compatibility
- Xcode Version: 12.5
- Realm Version: 10.12.0
- Minimum Target: iOS 12.0
2.5.1
UIKit 2.5.0 Release Notes
New Features
none
Fixes
none
Breaking Changes
none
Api:
- SDK upgrade to 5.6.1
Behaviour:
none
Compatibility
- Xcode Version: 12.5
- Realm Version: 10.12.0
- Minimum Target: iOS 12.0
2.5.0
UIKit 2.5.0 Release Notes
New Features
Vision
Magneto
Fixes
HarryPotter
- #UP-UP-2329 Fix issue where user can add more than 10 pictures when creating post
- #UP-4549 Fix play sign overlay issue when viewing image in message
- #UP-4059 Fix pending banner not stable issue
Magneto
- #UP-4168 Fix issue where users are able to see unfollowed user posts
- #UP-4195 Fix issue where the following list keeps showing in unfollowed users
- #UP-3681 Fix issue where keyboard overlaps chat messages when typing
- #UP-4430 Fix issue where app crashed after uploading banned images.
- #UP-3878 Fix issue where voice recording on chat doesn't start collecting sounds.
- #UP-4108 Fix issue where create community button on
- #UP-4097 Fix issue where the number of posts in the community does not indicate the correct value
Breaking Changes
Api:
none
Behaviour:
Magneto
- #UP-4115 Introduce
leaveCommunityDidTap(:_)
to AmityEventHandler for navigating user to desire page after leaving the community
Compatibility
- Xcode Version: 12.5
- Realm Version: 10.12.0
- Minimum Target: iOS 12.0