Releases: Kommunicate-io/Kommunicate-iOS-SDK
Releases · Kommunicate-io/Kommunicate-iOS-SDK
5.3.0
5.2.0
5.1.0
5.0.0
4.0.0
Enhancements
- Added an option to pass conversation assignee in
Kommunicate.createConversation(conversation:)
API. - App ID sanity check: If an empty App ID is passed or if it is changed later, app will be stopped in the debug mode.
- Added restart conversation option. If the conversation is closed, then the input text field will be disabled, and a restart button will be shown.
- Added logout method with completion and deprecated the
Kommunicate.logoutUser()
method. Check MIGRATING.md for more.
Fixes
- Updated CSAT rating scale to 1-10 from 1-3.
- Fixed an issue where tapping on an in-app notification was not working in some cases.
3.1.0
3.0.0
Enhancements
- Added a new create conversation method based on the builder pattern.
- Added an option to pass conversation title, it will also be shown in the navigation bar.
- Added support for changing user language.
- Added a method in
KMConfiguration
for updating chat context.
Check MIGRATION guide for more details.
2.5.0
Enhancements
- Moved the new conversation button in navigation bar to the right. Now FAQ button's position will be same in Conversation list and Conversation screen.
- Reduced warning count.
2.4.0
Enhancements
- Added iOS 13 support
- Added support to change navigation bar properties using UIAppearance.
2.3.0
Enhancements
- Simplified the configuration to hide FAQ button and start new conversation button.