Releases: mixpanel/mixpanel-react-native
Releases · mixpanel/mixpanel-react-native
Release v1.3.7
Release v1.3.6
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
Release v1.3.4
Release v1.3.3
v1.3.3 (2021-09-21)
Fixes
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
Release v1.3.1
Release v1.3.0
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
v1.2.3 - bump Mixpanel Android dependency
- Bump Mixpanel Andriod dependency to 5.9.1 (Migrate to Airship 12.x for the integration)
#59