Releases: PostHog/posthog-ios
Releases · PostHog/posthog-ios
3.15.5
- fix: properly mask SwiftUI Text (and text-based views) (#257)
3.15.4
- fix: avoid zero touch locations (#256)
- fix: reading screen size could sometimes lead to a deadlock (#252)
3.15.3
- fix: mangled wireframe layouts (#250)
- recording: do not rotate the session id for hybrid SDKs (#253)
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)