Releases: intercom/intercom-ios
Releases · intercom/intercom-ios
3.2.0
Bug Fixes
- Fixed an issue with unread conversations not appearing if the message was received while the app was backgrounded and reopened in under a minute.
- Fixed an issue with setting the bottom padding so that in-apps will overlap with the nav bar causing a rendering issue.
Enhancements
- Added a new method to the public API
+[Intercom setUserHash:]
to support Identity Verification with Intercom. This method deprecates the Secure Mode method+[Intercom setHMAC:data:]
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
- Added new GIF button to the composer in the Messenger, so your users can search for and share GIFs in conversations.
- Updated image upload functionality.
- Added
ICMUserAttributes
and+[Intercom updateUser:]
to help make updating users easier.+[Intercom updateUserWithAttributes:]
is now deprecated. - Improved behaviour in landscape on small devices.
- Fixed issue where errors could be logged on first launch.
3.0.25
3.0.24
3.0.23
Bug Fixes
- Fixed disappearing composer bug on iOS 8 described in #209.
+[Intercom logEventWithName:metaData:]
now works even if the meta datanil
or empty.- Fixed issue where text was never bold in Post messages.
- Fixed Korean characters appearing in Japanese locale.
- Fixed layout issue when using external keyboards.
Enhancements
- Made changes to ensure the warning in #206 is only given in development.
- Improved selected state for message and article reactions.
- Added improved error logging.
- Additional changes to reduce network request volume.