Skip to content

Releases: intercom/intercom-react-native

6.3.0

21 Dec 11:40
aaa699b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.3.0

6.2.0

03 Nov 17:23
Compare
Choose a tag to compare

🚀 Enhancements

  • Added support for WKAppBoundDomains. Customers who use App Bound Domains simply need to add intercom.help to their list of WKAppBoundDomains in their Info.plist. This will ensure that Help Center articles load correctly.
  • Perceived bot speed improvements
  • Java setup update
  • Bumped target SDK to Android 14
  • Support anchor links in Articles
  • Enables Fin streaming

🐛 Bug Fixes

  • Fixed an issue that was preventing Universal Links from opening correctly.
  • Fixed an issue that was cutting off messages on iPad.
  • Fixed an issue that was preventing the Status Page app from opening on the homescreen.
  • Fixed an issue where it tapping on an image with a link was not working.
  • Tapping on an in-app now opens the correct conversation.
  • Removed unused ViewHolders
  • Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0
  • Home screen UI fixes
  • Intercom Badge hidden when Fin is streaming
  • Make new conversations wait for open endpoint
  • Use parts from open response to build new conversation intros

Release 6.1.0

17 Oct 14:41
88cc7a7
Compare
Choose a tag to compare

🚀 Enhancements

📱 New Feature: Set better expectations with your customers by customising the Start Conversation button in your Messenger

mobile

👋 With this release, you can select from a list of options to customize the Start Conversation button in the Messenger. This can be changed in Messenger settings under the "Conversations" section and will affect the Start Conversation button on Messenger Home and in spaces Iike Messages and Help.

🐛 Bug Fixes

  • Fixed an issue that prevented some users from selecting any images to upload in a conversation.

6.0.1

03 Oct 15:49
c363ae7
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed an issue that was causing a crash when updating a user or logging a user in to Intercom.
  • This issue was reported in the Intercom Community Forum here and here.

6.0.0

02 Oct 13:32
a473e74
Compare
Choose a tag to compare

🚀 Enhancements

  • Support for iOS 17 including:
    • Privacy manifest added
    • Digitally signed SDK

🐛 Bug Fixes

  • Resolved an issue that was causing a crash when long pressing messages on iOS 17
  • Fixed Android crash due to concurrent modification exception.
  • Fixed Android issue with device token removal after user identity reset.
  • Fixed Android crash related to locale settings on older OS versions.
  • Fixed date and time picker issue.

Notes:

  • This version requires Android compileSdkVersion to be at least 34. If you are not ready to use API level 34, please stay on the previous version of Intercom.
  • The following deprecated functions have now been removed and the below alternatives should be used:
Deprecated method Replacement
registerIdentifiedUser loginUserWithUserAttributes
registerUnidentifiedUser loginUnidentifiedUser
updateUser(params: UpdateUserParamList) updateUser(userAttributes: UserAttributes)
displayMessenger present
displayHelpCenter presentSpace(space: Space)
displayMessageComposer presentMessageComposer
displayArticle presentContent(content: Content)
displayCarousel presentContent(content: Content)
displaySurvey presentContent(content: Content)
displayHelpCenterCollections presentContent(content: Content)

5.3.1

07 Sep 12:09
3591eec
Compare
Choose a tag to compare

📱 New Feature : Tickets Space in Messenger

👋 Introducing the new tickets space in Messenger. Enabling the ticket space lets end users submit, view, and get updates on all of their tickets from one centralized place in the Messenger.

🐛 Bug Fixes

  • Fixed a memory leak issue with NSURLSession.
  • Fixes crash due to notification bubbles on older Android versions.
  • Fixes NullPointerException that might have occurred when sending a message on Android.
  • Fixes Manifest merger failed error when using a FileProvider on Android.
  • Enable editing on Attribute Collectors if the value already exists.

5.2.0

02 Aug 13:46
b222b52
Compare
Choose a tag to compare

Enhancements 🎉

  • New API to present a conversation programmatically.

5.1.2

05 Jul 11:25
fdd72b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.1...5.1.2

5.1.1

31 May 11:09
7b6ed24
Compare
Choose a tag to compare

What's Changed

  • FIx: Handle loginUserWithUserAttributes with only userId by @albinekb in #102

Full Changelog: 5.1.0...5.1.1

5.1.0

29 May 14:55
ff26a3e
Compare
Choose a tag to compare

What's Changed

  • Bumps Android sdk to 15.1.+
  • Fixes deeplinks for iOS when the app is in a killed state by @uddish in #95
  • Fix multiple collections display on React Native [iOS] by @uddish in #96
  • fix: RN Intercom on iOS run not on main thread by @mateusz1913 in #86
  • Update readme according to the docs by @uddish in #98
  • Replace deprecated methods in readme by @uddish in #100

Full Changelog: 5.0.0...5.1.0