v1.1.34 — inline-link press states, dependency bumps
Fixed
- Press-state feedback on inline links now actually renders. The 404 page's
.home-ctaand the/download/version pill both declared aprefers-reduced-motion-gatedtransform: scale(0.96)on:active, but both are anchors laid out as non-replaced inline boxes — where CSStransformdoes not apply. The press animation was silently dead CSS. Both now setdisplay: inline-block, so the tactile:activetreatment shipped for the version pill in v1.1.31 finally takes effect.
Accessibility
- The landing page's
.inline-ctalinks press like the site's other CTAs —display: inline-block, atransformtransition, and aprefers-reduced-motion-gatedscale(0.96)on:active, matching the primary/secondary CTAs and compare cards.
Dependencies
- Minor/patch group bumps across two batches —
tailwindcssand@tailwindcss/vite4.3.0 → 4.3.2,marked18.0.5 → 18.0.6,dompurify3.4.11 → 3.4.12,prettier3.9.1 → 3.9.5. Manifest + lockfile only; all CI gates pass unchanged.
Full changelog: v1.1.33...v1.1.34