Releases: PostHog/posthog-flutter
Releases · PostHog/posthog-flutter
4.0.0-RC.1
4.0.0-beta.2
- Flutter macOS support #76
4.0.0-beta.1
- Record the root view as
root ('/')
instead of not recording at all #74 - Do not mutate the given properties when calling capture #74
- Thanks @lukepighetti for the PR!
- 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
- Internal changes only
4.0.0-alpha.1
- 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
3.2.0
update version
v3.1.0
- Adds support for groups
- Fixes a type issue with identify so that the userId is now always a String
v3.0.5
- Fixes a bug with the iOS implementation for feature flags that stopped the SDK from building
v3.0.4
Finally have CI working for tagged releases