Skip to content

posthog-js@1.418.10

Choose a tag to compare

@dustinbyrne dustinbyrne released this 21 Aug 14:54
· 62 commits to main since this release
Immutable release. Only release title and notes can be modified.
3508c05

1.418.10

Patch Changes

  • #4451 e1d993c Thanks @posthog! - Guard the replayer's hover handling against non-element and detached hover targets, which previously threw an unhandled TypeError (querySelectorAll on a node without that method) and stopped session recording playback mid-stream.
    (2026-08-21)

  • #4557 4451274 Thanks @posthog! - Keep replay playback running when a recording adopts constructed stylesheets across a document swap. A constructed stylesheet can only be adopted by the document that created it, so a sheet held over a swap is rejected and the error previously stopped the player. Adoption now falls back to whatever is already applied.
    (2026-08-21)