Releases: intercom/intercom-ios
Releases · intercom/intercom-ios
18.2.0
Release Date: 01-11-2024
📱 New Feature
- Added the ability to upload files to a conversation.
🚀 Enhancements
- Added new API
isUserLoggedIn
. This enables developers to determine if a user is currently logged in to Intercom. - Added new API
fetchLoggedInUserAttributes
. This enables developers to retrieve the attributes of the currently logged in user.
🐛 Bug Fixes
- Fixed some layout issues in the conversation view.
- Improvements to the photo previewer.
- Fixes some colour accessibility issues throughout the SDK.
- Fixes issue where clicking on the CTA in a post would not dismiss it.
18.1.0
Release Date: 01-10-2024
🐛 Bug Fixes
- Fixed a crash that could occur when calling setDeviceToken. This can now be worked around by disabling swizzling.
- Resolved an issue where the conversation would jump after loading completed.
- Corrected the accessibility of the “Powered by Intercom” link text.
🚀 Enhancements
- Improved memory management & performance in the Conversation screen.
Note
This release contains some beta features.
18.0.0
Release Date: 18-08-2024
🚀 Enhancements
- Updated to support iOS 18 and Swift 6 concurrency for all public interface types.
- The
sections
model has been previously deprecated in the Help Center API. It has now been removed. Any uses ofsections
should now be replaced withcollections
.
17.4.0
Release Date: 29-08-2024
🚀 Enhancements
- Added support for merged conversations
17.3.0
Release Date: 23-08-2024
🚀 Enhancements
- Added the ability to disable swizzling. This can be done by adding the following value to your
Info.plist
:
<key>IntercomDisableSwizzling</key>
<true/>
🐛 Bug Fixes
- Fixed various memory leaks.
- Addressed some constraint-related issues in the SDK that were outputting warnings in the console..
- Fixed a bug related to the Scroll to Bottom button in the conversation screen.
Note
This release contains some beta features.
17.2.2
Release Date: 08-08-2024
🐛 Bug Fixes
- Support added for multiline attribute collector.
- Fixes an issue with canvas kit where some users were experiencing crashes.
- Fixes some minor UI issues.
Note
This release contains some beta features.
17.2.1
Release Date: 18-07-2024
🐛 Bug Fixes
- Fixed an issue where the
Powered By Intercom
link could appear even when disabled.
Note
This release contains some beta features.
17.2.0
Release Date: 18-07-2024
🚀 Enhancements
- A newly designed composer for the messenger.
🐛 Bug Fixes
- Fixes an issue with text fields in surveys.
- Fixed issue allowing customers to start a conversation after reacting to an article.
- Fixes an issue to handle empty message parts for bot introductions.
Note
This release contains some beta features.
17.1.2
Release Date: 14-06-2024
🚀 Enhancements
- It is now possible to send push notifications to the Simulator.
🐛 Bug Fixes
- Fixed an issue where it was not possible to close modal view that was opened from a Messenger App.
- The message composer is now always displayed on the conversation screen when appropriate.
- When a conversation is closed, form entry is disabled on the conversation screen.
- Made some minor UI bug fixes.
17.1.1
Release Date: 28-05-2024
🐛 Bug Fixes
- Fixed some memory issues that impacted a small number of users.
- Fixed an issue that was preventing some modals from closing correctly.
- Removed Xcode console warning.