Skip to content

v1.1.34 — inline-link press states, dependency bumps

Choose a tag to compare

@voyvodka voyvodka released this 14 Jul 07:12

Fixed

  • Press-state feedback on inline links now actually renders. The 404 page's .home-cta and the /download/ version pill both declared a prefers-reduced-motion-gated transform: scale(0.96) on :active, but both are anchors laid out as non-replaced inline boxes — where CSS transform does not apply. The press animation was silently dead CSS. Both now set display: inline-block, so the tactile :active treatment shipped for the version pill in v1.1.31 finally takes effect.

Accessibility

  • The landing page's .inline-cta links press like the site's other CTAsdisplay: inline-block, a transform transition, and a prefers-reduced-motion-gated scale(0.96) on :active, matching the primary/secondary CTAs and compare cards.

Dependencies

  • Minor/patch group bumps across two batchestailwindcss and @tailwindcss/vite 4.3.0 → 4.3.2, marked 18.0.5 → 18.0.6, dompurify 3.4.11 → 3.4.12, prettier 3.9.1 → 3.9.5. Manifest + lockfile only; all CI gates pass unchanged.

Full changelog: v1.1.33...v1.1.34