Skip to content

Releases: mixpanel/mixpanel-flutter

Release v1.4.5

11 Feb 21:31
Compare
Choose a tag to compare

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

26 Jan 23:02
Compare
Choose a tag to compare

v1.4.4 (2022-01-26)

Fixes

  • Bump iOS SDK depedency to v3.1.2 #52

Release v1.4.3

19 Jan 23:44
Compare
Choose a tag to compare

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

05 Jan 00:51
Compare
Choose a tag to compare

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

04 Dec 00:09
Compare
Choose a tag to compare

v1.4.1 (2021-12-04)

Merged pull requests:

  • Some lint fixes #40

Release v1.4.0

02 Dec 23:37
Compare
Choose a tag to compare

v1.4.0 (2021-12-02)

Enhancements

  • Add Flutter Web support #35

    Please add the following snippet to your web/index.html inside <head></head> in your Flutter project.

    <script src="./assets/packages/mixpanel_flutter/assets/mixpanel.js"></script>
    

Release v1.3.1

25 Sep 06:38
Compare
Choose a tag to compare

v1.3.1 (2021-09-25)

Enhancements

  • Migrate from JCenter #22

Merged pull requests:

  • Bump native SDK dependencies #29

Release v1.3.0

21 Sep 17:15
Compare
Choose a tag to compare

v1.3.0 (2021-09-21)

Enhancements

  • change the name 'properties' to 'superProperties' in init #28
  • Add superProperties on initialize #14

Merged pull requests:

  • Remove jCenter #24

Release v1.2.1

19 Jul 23:42
Compare
Choose a tag to compare

v1.2.1 (2021-07-19)

Fixes

  • Fix the bool value being tracked as Int #21

Release v1.2.0

01 Jul 20:47
Compare
Choose a tag to compare

v1.2.0 (2021-07-01)

Enhancements

  • Add API setUseIpAddressForGeolocation #18
    Please check the doc