Skip to content

Releases: PostHog/posthog-ios

3.15.2

13 Nov 06:29
Compare
Choose a tag to compare
  • fix: allow changing person properties after identify (#249)

3.15.1

12 Nov 10:45
Compare
Choose a tag to compare
  • fix: accessing UI APIs off main thread to get screen size (#247)

3.15.0

11 Nov 07:37
Compare
Choose a tag to compare
  • add autocapture support for UIKit (#224)

3.14.2

08 Nov 11:42
0e3845e
Compare
Choose a tag to compare
  • fix issue with resetting accent color in SwiftUI app (#238)
  • fix $feature_flag_called not captured after reloading flags (#232)

3.14.1

05 Nov 15:23
Compare
Choose a tag to compare
  • recording: fix RN iOS masking (#230)

3.14.0

05 Nov 09:51
Compare
Choose a tag to compare
  • add option to pass a custom timestamp when calling capture() (#228)
  • fix crash when loading dynamic colors from storyboards (#229)

3.13.3

25 Oct 04:51
Compare
Choose a tag to compare
  • fix race condition in PostHogFileBackedQueue.deleteFiles (#218)

3.13.2

18 Oct 11:40
Compare
Choose a tag to compare
  • add missing capture method for objC with groups overload (#217)

3.13.1

16 Oct 13:26
Compare
Choose a tag to compare
  • add optional distinctId parameter to capture methods (#216)

3.13.0

14 Oct 16:44
Compare
Choose a tag to compare
  • recording: session replay respect feature flag variants (#209)
  • add postHogMask view modifier to manually mask a SwiftUI view (#202)