Releases: mixpanel/mixpanel-flutter
Releases · mixpanel/mixpanel-flutter
Release v1.4.5
v1.4.5 (2022-02-11)
Enhancements
- bump iOS SDK version to 3.1.4 #61
Fixes
- Fix registering non-string super props in init fails #62
- Fix several misspellings of "Mixpanel" #60
- Fix backward ordering of 'alias()' parameters on Android. #58
Release v1.4.4
v1.4.4 (2022-01-26)
Fixes
- Bump iOS SDK depedency to v3.1.2 #52
Release v1.4.3
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.4.4 or above.
v1.4.3 (2022-01-19)
Fixes
- Now First App Open will display 'flutter' as property value for 'Mixpanel Library' in iOS #49
Release v1.4.2
v1.4.2 (2022-01-05)
Merged pull requests:
- bump Mixpanel native SDK version to iOS 3.0.0, Android 6.0.0 #46
- register super properties on Mixpanel.init for iOS #46
- fix nested dictionary not being able to tracked properly in iOS #43
Release v1.4.1
v1.4.1 (2021-12-04)
Merged pull requests:
Release v1.4.0
v1.4.0 (2021-12-02)
Enhancements
Release v1.3.1
v1.3.1 (2021-09-25)
Enhancements
Merged pull requests:
- Bump native SDK dependencies #29
Release v1.3.0
v1.3.0 (2021-09-21)
Enhancements
- change the name 'properties' to 'superProperties' in init #28
- Add superProperties on initialize #14
Merged pull requests:
Release v1.2.1
v1.2.1 (2021-07-19)
Fixes
- Fix the bool value being tracked as Int #21
Release v1.2.0
v1.2.0 (2021-07-01)
Enhancements
- Add API
setUseIpAddressForGeolocation
#18
Please check the doc