Skip to content

Releases: mixpanel/mixpanel-react-native

Release v2.2.4

25 Apr 22:46

Choose a tag to compare

v2.2.4 (2023-04-25)

Fixes

  • use semaphore to prevent concurrent access to properties object #188

Release v2.2.3

17 Apr 23:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.3

Release v2.2.1

23 Mar 04:34

Choose a tag to compare

v2.2.1 (2023-03-23)

Enhancements

  • bump iOS version to 4.1.0 #180

Release v2.2.0

06 Mar 07:40

Choose a tag to compare

v2.2.0 (2023-03-06)

NOTE:

  • From this version we will prefix randomly generated device-specific distinct_ids with "$device:". The prefix is applied the next time a new random ID is generated, any IDs generated by previous SDK versions and persisted on the device will continue to be used as-is until reset is called to generate a new ID. This does not change the value sent for the $device_id property, which will continue to be the randomly-generated ID without a prefix. Mixpanel's $identify endpoint has been updated to accept UUIDs with this prefix to coordinate with this change.

Enhancements

  • bump ios to 4.0.5 and android to 7.3.0 #176

Release v2.1.0

14 Sep 16:06

Choose a tag to compare

v2.1.0 (2022-09-14)

Fixes

  • this version fixes a bug that was introduced in v2.0.0 that would cause many of the methods to behave incorrectly on Android

Enhancements

  • add serverURL to init params and fix Android module #160

Release v2.0.1

12 Sep 19:36

Choose a tag to compare

v2.0.1 (2022-09-12)

Fixes

  • update typescript and iOS bridging header #158

Release v2.0.0

09 Sep 22:22

Choose a tag to compare

v2.0.0 (2022-09-09)

BREAKING CHANGE:

This major release removes all remaining calls to Mixpanel's /decide API endpoint. The main effect of this is that the SDK no longer fetches the remote status of your project's "Automatically collect common mobile events" setting. From this version forward, automatic event tracking can only be controlled by the, now required, parameter trackAutomaticEvents. Upon upgrading, existing implementations will need to add this parameter to their Mixpanel initializer calls.

Enhancements

  • make trackAutomaticEvents required and bump versions to deprecate Decide #153

Release v1.5.0

24 Jun 23:00

Choose a tag to compare

v1.5.0 (2022-06-24)

Enhancements

  • bump versions to get millisecond precision for event time property #146

Release v1.4.2

21 May 00:18

Choose a tag to compare

v1.4.2 (2022-05-21)

Enhancements

  • bump versions to remove survey #140

Release v1.4.1

09 May 23:59

Choose a tag to compare

v1.4.1 (2022-05-09)

Fixes

  • bump android version to 6.2.1 #138