Skip to content

v1.17.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 07:29

Fixed

  • qr-code scaling. The SVG bound its viewBox via a plain :viewBox, which the HTML parser lowercases to viewbox — silently ignored since SVG's viewBox is case-sensitive. With no valid viewBox the code rendered at ~1px per module instead of filling size. Now bound with Alpine's .camel modifier (:view-box.camel="viewBox") so it scales to any size, crisp and scannable. Thanks @afiqiqmal for the diagnosis (#9).

Full Changelog: v1.17.0...v1.17.1