Releases: mixpanel/mixpanel-react-native
Releases · mixpanel/mixpanel-react-native
Release v2.2.4
Release v2.2.3
What's Changed
- Update README.md Logo by @austinpray-mixpanel in #182
- safer handling of nil superProperties by @jaredmixpanel in #183
- use ubuntu-latest in github release action by @jaredmixpanel in #184
- Make 'groups' argument optional in trackWithGroups by @m0rl in #169
New Contributors
- @austinpray-mixpanel made their first contribution in #182
- @m0rl made their first contribution in #169
Full Changelog: v2.2.1...v2.2.3
Release v2.2.1
Release v2.2.0
v2.2.0 (2023-03-06)
NOTE:
- From this version we will prefix randomly generated device-specific distinct_ids with "$device:". The prefix is applied the next time a new random ID is generated, any IDs generated by previous SDK versions and persisted on the device will continue to be used as-is until reset is called to generate a new ID. This does not change the value sent for the $device_id property, which will continue to be the randomly-generated ID without a prefix. Mixpanel's $identify endpoint has been updated to accept UUIDs with this prefix to coordinate with this change.
Enhancements
- bump ios to 4.0.5 and android to 7.3.0 #176
Release v2.1.0
Release v2.0.1
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