Skip to content

v2.9.8

Choose a tag to compare

@igorzheludkov igorzheludkov released this 03 Sep 22:11
· 56 commits to main since this release

Fixes

  • Android tap now accounts for the status-bar inset on both fiber and native taps, so coordinates land where they measure instead of one status-bar height too high.
  • get_screen_state no longer lets a modal's overlay adopt the screen behind it — content adoption now checks paint order, not just containment, so a modal can no longer report the elements it visually blocks as its own reachable content.

New

  • get_screen_state now counts and attributes the press targets its walk drops (pruned as hidden, not yet measurable, or dropped for geometry), so a shorter-than-expected list or an empty overlay group is explained instead of silent.

Build hygiene

  • The build-hygiene denylist (used to keep third-party product names out of published output) now lives in a gitignored local file instead of the tracked script, since naming a specific competitor in a public repo was itself a tell.
  • Added a check that injected JS strings survive template-literal escaping.