Skip to content

Releases: PostHog/posthog-ios

3.17.0

10 Dec 10:36
Compare
Choose a tag to compare
  • feat: ability to add a custom label to autocapture elements (#271)

3.16.2

05 Dec 09:46
Compare
Choose a tag to compare
  • fix: ignore autocapture events from keyboard window (#269)

3.16.1

04 Dec 08:38
Compare
Choose a tag to compare
  • fix: screen flicker when capturing a screenshot when a sensitive text field is on screen (#270)

3.16.0

03 Dec 07:58
Compare
Choose a tag to compare
  • fix: deprecate maskPhotoLibraryImages due to unintended masking issues (#268)

3.15.9

28 Nov 10:34
Compare
Choose a tag to compare
  • fix: skip capturing a snapshot during view controller transitions (#265)

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)