mixpanel-react-native
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -12,3 +12,3 @@ /** | ||
const mixpanel = await Mixpanel.init("token"); | ||
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.3.2", "mp_lib": "react-native"}); | ||
expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.3.3", "mp_lib": "react-native"}); | ||
}); | ||
@@ -15,0 +15,0 @@ |
# | ||
## [v1.3.3](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.3) (2021-09-21) | ||
### Fixes | ||
- Enable automatic events in iOS [\#99](https://github.com/mixpanel/mixpanel-react-native/pull/99) | ||
- replace JCenter with Maven [\#95](https://github.com/mixpanel/mixpanel-react-native/pull/95) | ||
**Closed issues:** | ||
- library not found for -lMixpanelReactNative for iOS [\#96](https://github.com/mixpanel/mixpanel-react-native/issues/96) | ||
- mixpanel.register not supported in react-native library [\#90](https://github.com/mixpanel/mixpanel-react-native/issues/90) | ||
- Mixpanel.addPushDeviceToken ? [\#89](https://github.com/mixpanel/mixpanel-react-native/issues/89) | ||
- Are the types correct on the latest version? [\#83](https://github.com/mixpanel/mixpanel-react-native/issues/83) | ||
**Merged pull requests:** | ||
- Bump tmpl from 1.0.4 to 1.0.5 in /Samples/ContextAPIMixpanel [\#100](https://github.com/mixpanel/mixpanel-react-native/pull/100) | ||
- Bump tmpl from 1.0.4 to 1.0.5 [\#98](https://github.com/mixpanel/mixpanel-react-native/pull/98) | ||
- Bump tmpl from 1.0.4 to 1.0.5 in /Samples/MixpanelDemo [\#97](https://github.com/mixpanel/mixpanel-react-native/pull/97) | ||
- Bump path-parse from 1.0.6 to 1.0.7 in /Samples/MixpanelDemo [\#87](https://github.com/mixpanel/mixpanel-react-native/pull/87) | ||
- Bump path-parse from 1.0.6 to 1.0.7 [\#84](https://github.com/mixpanel/mixpanel-react-native/pull/84) | ||
- Bump react-native from 0.64.0 to 0.64.1 in /Samples/MixpanelDemo [\#80](https://github.com/mixpanel/mixpanel-react-native/pull/80) | ||
# | ||
## [v1.3.2](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.2) (2021-08-23) | ||
### Fixes | ||
- Add constructor method type definition [\#85](https://github.com/mixpanel/mixpanel-react-native/pull/85) | ||
**Closed issues:** | ||
- Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId [\#75](https://github.com/mixpanel/mixpanel-react-native/issues/75) | ||
- It only track on Android in iOS nothing at all [\#72](https://github.com/mixpanel/mixpanel-react-native/issues/72) | ||
- Mixpanel React Native is null [\#71](https://github.com/mixpanel/mixpanel-react-native/issues/71) | ||
- Are the documented initializations correct? [\#70](https://github.com/mixpanel/mixpanel-react-native/issues/70) | ||
- Getting "MixpanelReactNative is null" on fresh install [\#46](https://github.com/mixpanel/mixpanel-react-native/issues/46) | ||
- Example using ContextAPI and functional components [\#17](https://github.com/mixpanel/mixpanel-react-native/issues/17) | ||
# | ||
## [v1.3.1](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.1) (2021-07-29) | ||
@@ -55,1 +97,5 @@ | ||
{ | ||
"name": "mixpanel-react-native", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Official React Native Tracking Library for Mixpanel Analytics", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ { | ||
"react": "17.0.1", | ||
"react-native": "0.64.0", | ||
"react-native": "0.64.1", | ||
"react-native-gesture-handler": "^1.8.0", | ||
@@ -18,0 +18,0 @@ "react-native-interactable": "^2.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2969938