Releases: mixpanel/mixpanel-react-native
Releases · mixpanel/mixpanel-react-native
Release v1.3.2
23 Aug 22:48
Compare
Sorry, something went wrong.
No results found
v1.3.2 (2021-08-23)
Fixes
Add constructor method type definition #85
Release v1.3.1
29 Jul 22:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix Mixpanel type conversion for ios
#48
Fix iOS compile error
#53
v1.2.0 - add new settings APIs(setUseIpAddressForGeolocation)
03 May 22:58
Compare
Sorry, something went wrong.
No results found
Add new settings APIs: setUseIpAddressForGeolocation, setLoggingEnabled(add android), setServerURL(add android)
#44
v1.1.1 - Bug fixes
18 Mar 00:43
Compare
Sorry, something went wrong.
No results found
Fix the issue of passing boolean value as int in iOS
#34
v1.1.0 - add Typescript support
03 Mar 19:56
Compare
Sorry, something went wrong.
No results found
v1.0.2 - bug fixes
28 Jan 01:06
Compare
Sorry, something went wrong.
No results found
Fix dynamic type not being able to convert properly in android that causes some group apis to fail
PR: #23
This is to address issue: #21