QR-code v2.0.0 Release Notes
Release Date: 2021-05-06 // over 2 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 thesvg.width
andsvg.height
attribute withsvg.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 usingstandardrb
- ๐ Small documentation clarification @smnscp
- โฌ๏ธ Bump
rqrcode_core
to~> 1.0
๐ฅ Breaking Change
- The dependency
rqrcode_core-1.0.0
has a tiny breaking change to theto_s
public method. https://github.com/whomwah/rqrcode_core/blob/master/CHANGELOG.md#breaking-changes
- A new