All Versions
16
Latest Version
Avg Release Cycle
174 days
Latest Release
975 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.2 Changes
July 26, 2022- ✂ Remove setup script as it just calls bundle install [#128]
- 💅 Change inline styles to the fill property to allow for strict CSP style-src directive [#127]
-
v2.1.1 Changes
February 11, 2022- ➕ Added in a handler for when color arguments are passed in as symbols e.g
color: :yellow
. This also allows for the use of the:currentColor
keyword. [#122]
- ➕ Added in a handler for when color arguments are passed in as symbols e.g
-
v2.1.0 Changes
August 26, 2021- 👍 Sync Gemfile.lock with
rqrcode_core.1.2.0
Adds Multimode Support - ➕ Add badge for Standard linting
🔄 Changed
- Corrected method name referred to in CHANGELOG.
- 👍 Sync Gemfile.lock with
-
v2.0.0 Changes
May 06, 2021➕ 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
-
v1.2.0 Changes
December 26, 2020🔄 Changed
- ⚡️ README updated
- ⬆️ bump dependencies
- 💎 fix
required_ruby_version
for Ruby 3 support
🚀 [unreleased]: https://github.com/whomwah/rqrcode/compare/v2.1.2...HEAD
-
v1.1.1
September 19, 2019 -
v1.0.0 Changes
September 16, 2019NOTE: I will not be filling in this section any more, you can see the available packages here: https://github.com/whomwah/rqrcode/package
🚀 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 Changes
July 11, 2019🚀 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?
-
v0.10.1
February 11, 2016 -
v0.10.0
February 11, 2016