QR-code v2.0.0 Release Notes

Release Date: 2021-05-06 // almost 3 years ago
  • โž• Added

    • A new use_path: option on .as_svg. This uses a <path> node to greatly reduce the final SVG size. [#108]
    • A new viewbox: option on .as_svg. Replaces the svg.width and svg.height attribute with svg.viewBox to allow CSS scaling. [#112]
    • A new svg_attributes: option on .as_svg. Allows you to pass in custom SVG attributes to be used in the <svg> tag. [#113]

    ๐Ÿ”„ Changed

    • โšก๏ธ README updated
    • ๐Ÿ‘• Rakefile cleaned up. You can now just run rake which will run specs and fix linting using standardrb
    • ๐Ÿ“š Small documentation clarification @smnscp
    • โฌ†๏ธ Bump rqrcode_core to ~> 1.0

    ๐Ÿ’ฅ Breaking Change