Releases: PostHog/posthog-ios
Releases · PostHog/posthog-ios
3.15.2
- fix: allow changing person properties after identify (#249)
3.15.1
- fix: accessing UI APIs off main thread to get screen size (#247)
3.15.0
- add autocapture support for UIKit (#224)
3.14.2
- fix issue with resetting accent color in SwiftUI app (#238)
- fix $feature_flag_called not captured after reloading flags (#232)
3.14.1
- recording: fix RN iOS masking (#230)
3.14.0
- add option to pass a custom timestamp when calling capture() (#228)
- fix crash when loading dynamic colors from storyboards (#229)
3.13.3
- fix race condition in PostHogFileBackedQueue.deleteFiles (#218)
3.13.2
- add missing capture method for objC with groups overload (#217)
3.13.1
- add optional distinctId parameter to capture methods (#216)
3.13.0
- recording: session replay respect feature flag variants (#209)
- add
postHogMask
view modifier to manually mask a SwiftUI view (#202)