Skip to content

Releases: PostHog/posthog-ios

3.15.8

28 Nov 07:31
Compare
Choose a tag to compare
  • no user facing changes

3.15.7

25 Nov 13:25
Compare
Choose a tag to compare
  • fix: detect and mask out system photo library and user photos (#261)

    • This can be disabled through the following sessionReplayConfig options:
    config.sessionReplayConfig.maskAllSandboxedViews = false
    config.sessionReplayConfig.maskPhotoLibraryImages = false

3.15.6

20 Nov 08:39
Compare
Choose a tag to compare
  • fix: read accessibilityLabel from parent's view to avoid performance hit on RN (#259)

3.15.5

19 Nov 18:28
Compare
Choose a tag to compare
  • fix: properly mask SwiftUI Text (and text-based views) (#257)

3.15.4

19 Nov 12:08
Compare
Choose a tag to compare
  • fix: avoid zero touch locations (#256)
  • fix: reading screen size could sometimes lead to a deadlock (#252)

3.15.3

18 Nov 10:37
Compare
Choose a tag to compare
  • fix: mangled wireframe layouts (#250)
  • recording: do not rotate the session id for hybrid SDKs (#253)

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)