Skip to content

Releases: whomwah/rqrcode

v2.1.2

26 Jul 10:18
b3b6b5a
Compare
Choose a tag to compare

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

Full Changelog: v2.1.1...v2.1.2

v2.1.1

11 Feb 11:13
489d2c7
Compare
Choose a tag to compare

What's Changed

  • Upgrade StandardRB dependencies and CI support for Ruby 3.1 by @whomwah in #121
  • Add support for named colors in svg export by @phoozle in #122

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

26 Aug 10:08
e264a82
Compare
Choose a tag to compare

Version 2.0.0

06 May 10:26
309c11c
Compare
Choose a tag to compare

[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 the svg.width and svg.height attribute with svg.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 using standardrb
  • Small documentation clarification @smnscp
  • Bump rqrcode_core to ~> 1.0

Breaking Change

Version 1.0.0

16 Sep 14:20
824c5c0
Compare
Choose a tag to compare

Release of 1.0.0. It makes some changes to the organisation of the library plus a few other bits and pieces:

v1.0.0.pre

11 Jul 09:45
6c60ab7
Compare
Choose a tag to compare
v1.0.0.pre Pre-release
Pre-release

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: