Skip to content

v1.1.26

Choose a tag to compare

@voyvodka voyvodka released this 22 Jun 10:39

Security

  • Finished the external-link noopener rollout on the render-time href links the 1.1.25 pass missed: 404 recovery links, /community/ FAQ inline links and forum cards, and /download/ per-OS asset cards. rel="noopener noreferrer" is guarded the same way as each href, so internal and disabled links stay untouched.

Accessibility

  • Skip-to-content link now draws a visible :focus-visible ring (2px --focus-ring) plus a reduced-motion-gated scale(0.96) press state once it slides into view.
  • 404 page recovery cards and the ← Home link gained the standard :focus-visible outline so keyboard users can see which target holds focus.

Dependencies

  • Minor/patch group: astro 6.4.7 → 6.4.8, dompurify 3.4.8 → 3.4.11, isomorphic-dompurify 3.16.0 → 3.18.0 (manifest + lockfile only).

Build

  • GitHub Actions: actions/checkout 6 → 7 across CI/CodeQL/deploy, and pnpm/action-setup 6.0.8 → 6.0.9 (SHA-pinned). CI-only.