Skip to content

Releases: PostHog/posthog-flutter

4.0.0-beta.2

17 Jan 07:52
Compare
Choose a tag to compare
4.0.0-beta.2 Pre-release
Pre-release
  • Flutter macOS support #76

4.0.0-beta.1

11 Jan 11:42
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release
  • Record the root view as root ('/') instead of not recording at all #74
  • Do not mutate the given properties when calling capture #74
  • Fix CAPTURE_APPLICATION_LIFECYCLE_EVENTS typo for iOS #74
  • Added iOS support for the DEBUG config #74
  • Upgrade iOS SDK that fixes missing Application Opened events #74

4.0.0-alpha.2

09 Jan 10:02
Compare
Choose a tag to compare
4.0.0-alpha.2 Pre-release
Pre-release
  • Internal changes only

4.0.0-alpha.1

05 Jan 12:17
Compare
Choose a tag to compare
4.0.0-alpha.1 Pre-release
Pre-release
  • Migrate to the new SDKs and latest tooling #70
    • Added missing features such as feature flags payloads, debug, and more

Breaking changes

  • Android minSdkVersion 21
  • iOS min version 13.0
  • Flutter min version 3.3.0
  • Upgraded PostHog Android SDK to v3
  • Upgraded PostHog iOS SDK to v3 preview
  • Upgraded PostHog JS SDK to the latest version
  • PostHog Flutter Plugins are written in Kotlin and Swift

Acknowledgements

Thanks @nehemiekoffi for the initial PR!

3.3.0

06 Nov 08:18
Compare
Choose a tag to compare
  • Migrate to Java 8 and minSdkVersion 19 #54

3.2.0

09 Oct 17:56
Compare
Choose a tag to compare
update version

v3.1.0

09 Jun 07:39
ede5e09
Compare
Choose a tag to compare
  • Adds support for groups
  • Fixes a type issue with identify so that the userId is now always a String

v3.0.5

02 Jun 07:25
9fc7433
Compare
Choose a tag to compare
  • Fixes a bug with the iOS implementation for feature flags that stopped the SDK from building

v3.0.4

14 Mar 06:08
Compare
Choose a tag to compare
Finally have CI working for tagged releases

v3.0.3

14 Mar 06:04
Compare
Choose a tag to compare
add flutter github action dependency for pub get