Releases: whomwah/rqrcode
Releases · whomwah/rqrcode
v2.1.2
What's Changed
- Change inline styles to the fill property to allow for strict CSP style-src directive by @Jonakemon in #127
- Remove setup script as it just calls bundle install by @whomwah in #128
New Contributors
- @Jonakemon made their first contribution in #127
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
Version 2.0.0
[2.0.0] - 2021-05-06
Added
- A new
use_path:
option on.to_svg
. This uses a<path>
node to greatly reduce the final SVG size. [#108] - A new
viewbox:
option on.to_svg
. Replaces thesvg.width
andsvg.height
attribute withsvg.viewBox
to allow CSS scaling. [#112] - A new
svg_attributes:
option on.to_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
Version 1.0.0
Release of 1.0.0. It makes some changes to the organisation of the library plus a few other bits and pieces:
- Moves QRCode generation to new gem https://github.com/whomwah/rqrcode_core
- Renames internal dark? method to checked?
- Implement standalone option to allow embedding svg in other svg
- More Specs
v1.0.0.pre
This pre-release of 1.0.0
. It contains no new functionality but makes some changes to the organisation of the library. Here's a list of high level changes:
- Moves QRCode generation to new gem https://github.com/whomwah/rqrcode_core
- Updates README
- More Specs
- Renames internal
dark?
method tochecked?