Skip to content

Releases: Fiksuruoka-fi/capacitor-intercom

v5.0.0

26 Feb 13:24
8913ddb
Compare
Choose a tag to compare

5.0.0 (2024-02-26)

Breaking changes

  • capacitor: upgrade to capacitor v5

Bug Fixes

  • ios: read unread notifications from Intercom SDK when notification fires (1cbc636)

v4.4.1

12 Jun 09:01
6c1228d
Compare
Choose a tag to compare

4.4.1 (2023-06-12)

Bug Fixes

  • intercom: 🐛 fixes building release (cb9cdd0)

v4.4.0

30 May 07:06
bad868a
Compare
Choose a tag to compare

4.4.0 (2023-05-30)

Features

  • intercom: add support for dynamic env keys (caaa80d)

Bug Fixes

  • intercom: 🐛 fixes null checks on user attributes (635127f)

v4.3.1

25 May 09:23
ced9e86
Compare
Choose a tag to compare

4.3.1 (2023-05-25)

Bug Fixes

v4.3.0

05 May 14:42
bdcbec7
Compare
Choose a tag to compare

4.3.0 (2023-05-05)

Features

  • intercom: ✨ adds support for multiple companies (c59020e)

Bug Fixes

  • intercom: 🐛 customAttributes might be null (0ab1531)
  • intercom: 🐛 fixes registering ios push notification token (0dad7b1)
  • intercom: 🐛 fixes resolving the unreadConversationListener setup (e45b3de)

v4.2.2

03 May 15:50
84928b9
Compare
Choose a tag to compare

Bug Fixes

  • ios: 🐛 moved ios methods to main thread (dc52787)
  • web: 🐛 removed unwanted 'boot' on logout (eaf9f53)

v4.2.1

26 Apr 18:07
Compare
Choose a tag to compare

4.2.1 (2023-04-26)

Bug Fixes

  • enforce adding "v" in tag (39fbf59)
  • intercom: 🎨 unify updateUser method with different platforms (80c1d40)

Miscellaneous Chores

v4.2.0

26 Apr 17:59
ba6cc52
Compare
Choose a tag to compare

4.2.0 (2023-04-26)

Features

  • intercom: 🚀 : add web sdk (c9bdeda)

Bug Fixes

  • intercom: 🎨 use same space naming on each platform (b86743a)
  • intercom: 🐛 rename ios podspec (08daf5c)

v4.1.0

21 Apr 14:30
Compare
Choose a tag to compare

Bug Fixes

  • Included parameter validations before calling Intercom SDK.
  • Make customAttributes optional within updateUser

Features

  • Added new renamed methods to be in sync with Intercom SDK.
  • loginIdentifiedUser()
  • loginUnidentifiedUser()
  • Added new methods
    • presentContent(...)
    • present(...)
    • setupUnreadConversationListener()
    • removeUnreadConversationListener()
    • getUnreadConversationCount()

Dependecies

  • Updated Intercom SDK

Deprecated

  • Added deprecation notice for the methods deprecated by Intercom SDK.