Releases: intercom/intercom-ios
Releases · intercom/intercom-ios
3.1.4
Bug Fixes
- Fixed an issue where layout could be broken for apps displayed in a right to left mode.
3.1.3
Bug Fixes
- Fixed send button issue described in #243.
3.1.2
Bug Fixes
- Add
languageOverride
to ICMUserAttributes
(Fixes #239.
Enhancements
- Add API to allow integrating Intercom push notifications manually without swizzling.
- Improved reliability of opening push notifications when using the existing automatic mode.
3.1.1
- Added more detailed logs in cases where the Messenger cannot open due to an error.
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
- Fixed an issue with
[Intercom enableLogging]
that caused debug logs not to be shown.
- Improved unread conversation count updating when using multiple devices at once.
3.0.24
- Updated fix for disappearing keyboard bug on iOS 8, 9 & 10 (#209).
3.0.23
Bug Fixes
- Fixed disappearing composer bug on iOS 8 described in #209.
+[Intercom logEventWithName:metaData:]
now works even if the meta data nil
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.
3.0.22
- Fixed crash in
-[PodIntercom_IntercomConversationInputAccessoryView updateConstraints]
.
- Fixed issue where text could be cut off in Notes or Posts.
- Some more changes to help reduce network request volume.
3.0.21
- Now supports Intercom Educate. Learn more here.
- More changes to reduce network request volume.
- Fixed crash that could occur after install in some rare cases.