Releases: Kommunicate-io/Kommunicate-iOS-SDK
Releases · Kommunicate-io/Kommunicate-iOS-SDK
5.9.0
Enhancements
- Added an option to launch a conversation with conversation list in the background.
- Added message character limit to limit the number of characters in a message.
- Now, conversation feedback from the SDK will be shown in the Dashboard.
- Now, time and state will be shown in the 'all buttons' rich message template.
- Enabled screen transition animations in all the screens.
Fixes
- Fixed an issue where the back button in Conversation screen was not updating in RTL.
5.8.0
Enhancements
- Added support for setting a pre-filled message before launching a chat.
- Added support for language change rich message.
- Enabled document sharing in the default configuration.
- Added send message API for sending text and rich messages.
- Added config options for changing text view’s text and placeholder style. [ALS]
- Added date picker and text validation support in form template. [ALS]
- New Photos UI for iOS 14+ devices to send images/videos without giving full access to the library. [ALS]
5.7.1
Fixes
- Fixed an issue where button tap in form template was not working in iOS 14. [ALS]
- Now, sender's profile image and name will be shown in all buttons rich message template. [ALS]
- Fixed an issue where the empty chat list screen was half white and half gray in iOS 14. [ALS]
5.7.0
5.6.1
5.6.0
Enhancements
- Added support for showing Agent's away status.
- Added document sharing support. [ALS]
Fixes
- In
createConversation()
method,clientConversationId
will be used even when the single thread option is enabled. - Fixed an issue where only dashboard option for single thread conversation was used, not the one that was passed locally.
- Now, if
agentIds
are passed in thecreateConversation()
method, then the defaultagent
won't be added.
5.5.1
5.5.0
5.4.1
5.4.0
Enhancements
- Migrated to Swift 5.
Fixes
- Fixed an issue where, in some cases, conversation did not switch correctly when we opened it through a notification.
- Fixed an issue where changing tint color through
UIAppearance
was not working in case of directly launching a conversation thread. - Fixed JSON parsing error in app settings response.