Skip to content

Latest commit

Β 

History

History
181 lines (93 loc) Β· 9.12 KB

CHANGELOG.md

File metadata and controls

181 lines (93 loc) Β· 9.12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.4.1 (2023-06-12)

Bug Fixes

  • intercom: πŸ› fixes building release (cb9cdd0)

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)

4.3.1 (2023-05-25)

Bug Fixes

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)

4.2.2 (2023-05-03)

Bug Fixes

  • ios: πŸ› moved ios methods to main thread (dc52787)
  • web: πŸ› removed unwanted 'boot' on logout (eaf9f53)

4.2.1 (2023-04-26)

Bug Fixes

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

Miscellaneous Chores

4.2.0 (2023-04-26)

Features

Bug Fixes

  • intercom: 🎨 use same space naming on each platform (b86743a)
  • intercom: πŸ› rename ios podspec (08daf5c)

4.0.2 (2022-12-14)

4.0.1 (2022-11-09)

Bug Fixes

  • Cann't resolve io.intercom.android:intercom-sdk (50f18ff)

3.0.3 (2022-05-10)

Features

  • intercom: allow sending of push token / receiving push notifs (50299dc)

Bug Fixes

  • intercom: fix imports (20623c7)
  • register user ios: get email from correct field (1aea48f)
  • unlock capacitor version (45f1703)

3.0.1 (2021-10-13)

Bug Fixes

3.0.0 (2021-10-11)

Bug Fixes

2.0.1 (2021-10-04)

Bug Fixes

  • displayMessageComposer can sen a message to the messenger (54428ce)

2.0.0 (2021-06-27)

  • update intercom dep for ios
  • update hide method for ios
  • fix example to use capacitor v2

1.1.0 (2020-07-11)

Features

  • extend user update with new properties (703d63e), closes #19

Bug Fixes

  • lock capacitor core in 2.0 to avoid yarn issues (6580a12)

1.0.3 (2020-07-01)

Features

Bug Fixes

  • android: revamp platform (9c72418)

1.0.2 (2020-06-27)

Bug Fixes

1.0.1 (2020-06-27)

Bug Fixes

1.0.0 (2020-06-27)

Features

  • add readme (63aaee0)
  • add setBottomPadding closes #3 (72737df)
  • add setUserHash resolves #2 (8614592)
  • android: add plugin initialization (4419064)
  • android: finish initial api (45b64b6)
  • capacitor: add support for iOS (beac173)
  • make the official cordova version plugin work on capacitor (87c6961)

Bug Fixes