Releases: crisp-im/crisp-sdk-ios
Releases · crisp-im/crisp-sdk-ios
2.8.1
fix: Using placeholders in custom texts using the Customization plugin would crash
2.8.0
- feat: Support push notifications
2.7.0
- feat: Support uploading and viewing videos
- feat: Introduce ChatViewConfiguration to prevent textfield from becoming firstResponder
- fix: Prevent a crash when localizations were overridden with empty strings
- fix: Support required messages
2.6.0
- fix: Welcome text wasn't taken from Customization plugin if Welcome Theme was set to anything other than
default
- fix: Display only the first name of operators
- chore: Make
CrispSDK.session
and CrispSDK.user
immutable to silence concurrency warnings
2.5.5
- fix: Customizing text in the Customization could lead to a hang in the chat (refs #97)
2.5.4
- fix: Coalesce changes to session data performed when offline into a single update to prevent being rate limited
2.5.3
- fix: Reading from
user
or session
would erroneously return cached remote data if new data was set while the ChatBox was offline (i. e. not presented)
2.5.2
- fix: Prevent transformation of session data keys when serializing, which could lead to session data not being saved
2.5.1
- feat: Add Privacy Manifest and sign framework
2.4.6
- print a warning when an invalid key is used for session data