Skip to content

Releases: mixpanel/mixpanel-react-native

Release v1.3.6

13 Jan 22:19
Compare
Choose a tag to compare

v1.3.6 (2022-01-13)

Caution: Please DO NOT use this build! In this version, we have a bug in iOS that event names with & or % will be rejected by the server. We recommend you update to 1.3.7 or above.

Fixes

  • Fix common mobile events not showing 'react-native' as property value for 'Mixpanel Library' #122

Release v1.3.5

04 Jan 03:44
Compare
Choose a tag to compare

v1.3.5 (2022-01-04)

Merged pull requests:

  • nested dictionary should be a valid type in iOS #119
  • fix setGroup array properties #118
  • bump SDk dependencies #116
  • Fix Expo SDK 44 build error #115

Release v1.3.4

25 Sep 00:47
Compare
Choose a tag to compare

v1.3.4 (2021-09-25)

Merged pull requests:

  • Bump native SDK dependencies #102

Release v1.3.3

21 Sep 21:25
Compare
Choose a tag to compare

v1.3.3 (2021-09-21)

Fixes

  • Enable automatic events in iOS #99
  • replace JCenter with Maven #95

Merged pull requests:

  • Bump tmpl from 1.0.4 to 1.0.5 in /Samples/ContextAPIMixpanel #100
  • Bump tmpl from 1.0.4 to 1.0.5 #98
  • Bump tmpl from 1.0.4 to 1.0.5 in /Samples/MixpanelDemo #97
  • Bump path-parse from 1.0.6 to 1.0.7 in /Samples/MixpanelDemo #87
  • Bump path-parse from 1.0.6 to 1.0.7 #84
  • Bump react-native from 0.64.0 to 0.64.1 in /Samples/MixpanelDemo #80

Release v1.3.2

23 Aug 22:48
Compare
Choose a tag to compare

v1.3.2 (2021-08-23)

Fixes

  • Add constructor method type definition #85

Release v1.3.1

29 Jul 22:44
Compare
Choose a tag to compare

v1.3.1 (2021-07-29)

Fixes

  • Fix the inconsistency typescript definition of init #78

Merged pull requests:

  • Add more sample apps for integrating Mixpanel including using Context API #79

Release v1.3.0

28 Jul 07:51
Compare
Choose a tag to compare

v1.3.0 (2021-07-28)

Since this version, the class method of Mixpanel init() is deprecated. To initialize Mixpanel, please use the instance method init() instead. See the example below:

   const mixpanel = new Mixpanel('your project token');
   mixpanel.init();

Merged pull requests:

  • Deprecate the class method init() and improve the example #76

Release v1.2.4

24 Jun 20:42
Compare
Choose a tag to compare

Merged pull requests:

  • Polish README #67
  • Update README: Improve the quick start guide #66
  • Fix Android crash caused by invalid number being set as property value #65
  • Bump glob-parent from 5.1.1 to 5.1.2 #63
  • Add a CHANGELOG placeholder #62
  • Add github workflow for auto release #61

v1.2.3 - bump Mixpanel Android dependency

20 May 22:14
Compare
Choose a tag to compare
  • Bump Mixpanel Andriod dependency to 5.9.1 (Migrate to Airship 12.x for the integration)
    #59

v1.2.2 - Bug fixes

08 May 18:41
Compare
Choose a tag to compare
  • Fix Mixpanel type conversion for ios
    #48
  • Fix iOS compile error
    #53