Skip to content

Releases: mixpanel/mixpanel-react-native

Release v2.0.1

12 Sep 19:36
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

v1.4.1 (2022-05-09)

Fixes

  • bump android version to 6.2.1 #138

Release v1.4.0

06 May 18:00
Compare
Choose a tag to compare

v1.4.0 (2022-05-06)

Enhancements

  • Bump to latest ios and android sdk versions and remove android people identify(deprecated) #137
  • Allow disable flush on background #135
  • Adds a new API getDeviceId for React Native #134

Release v1.3.10

26 Mar 00:37
Compare
Choose a tag to compare

v1.3.10 (2022-03-26)

Enhancements

  • upgrade android targetSdkVersion to 30 #131

Release v1.3.9

02 Mar 02:02
Compare
Choose a tag to compare

v1.3.9 (2022-03-02)

Merged pull requests:

  • bump mixpanel-swift to 3.1.5 #129

Release v1.3.8

25 Feb 21:59
Compare
Choose a tag to compare

v1.3.8 (2022-02-25)

Enhancements

  • add init super props & declare multi-prop interfaces #127

Release v1.3.7

26 Jan 23:12
Compare
Choose a tag to compare

v1.3.7 (2022-01-26)

Fixes

  • Bump iOS SDK to v3.1.2 #125