Releases: mixpanel/mixpanel-react-native
Releases · mixpanel/mixpanel-react-native
Release v2.1.0
v2.1.0 (2022-09-14)
Fixes
- this version fixes a bug that was introduced in v2.0.0 that would cause many of the methods to behave incorrectly on Android
Enhancements
- add serverURL to init params and fix Android module #160
Release v2.0.1
v2.0.1 (2022-09-12)
Fixes
- update typescript and iOS bridging header #158
Release v2.0.0
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
v1.5.0 (2022-06-24)
Enhancements
- bump versions to get millisecond precision for event time property #146
Release v1.4.2
v1.4.2 (2022-05-21)
Enhancements
- bump versions to remove survey #140
Release v1.4.1
v1.4.1 (2022-05-09)
Fixes
- bump android version to 6.2.1 #138
Release v1.4.0
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
Enhancements
- upgrade android targetSdkVersion to 30 #131
Release v1.3.9
v1.3.9 (2022-03-02)
Merged pull requests:
- bump mixpanel-swift to 3.1.5 #129
Release v1.3.8
v1.3.8 (2022-02-25)
Enhancements
- add init super props & declare multi-prop interfaces #127