Releases: thebrandonlucas/bitcoin-qr
Bug fixes n' such
Full Changelog: v1.4.0...v1.4.1
Various bug fixes related to encoding and image positioning.
Add `image-embedded` option
Full Changelog: 8605ef9...407f62
This release adds an image-embedded
option to allow the image to simply be overlaid on top of the QR code or embedded in it. If your QR code doesn't scan, you may need to shrink the size of your image or modify the error-correction-level
.
It also fixes some bugs, and simplifies the url encoding logic for passed in strings.
Release 1.3.0
This release does a few things:
- Adds
prefer-lightning
attribute, which uses thelightning:
as a prefix if bothlightning
andbitcoin
attributes are passed in - Adds
image-embedded
attribute, which allows for images to be either embedded or overlayed on top of the qr-code. - Fixes a bug where the web component breaks Vite builds.
Full Changelog: master@{1week}...master
Fix prior bad release
The last release contained a bad build, which this latest version fixes.
Add debug option
What's Changed
- Add debug option by @thebrandonlucas in #3
Full Changelog: v1.1.4...v1.2.0
There is now a debug
option to get insights into why things may be breaking:
<bitcoin-qr
id="qr"
...
debug="true"
/>
v1.1.4
Before, the qr-code-styling
library was a dependency
, and not a devDependency
of package.json
, which actually made this not zero-dependency. This fixes that by moving it to devDependencies
.
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Full Changelog: v1.1.2...v1.1.3
Default to SVG Instead of canvas
What's Changed
- default to svg instead of canvas by @thebrandonlucas in #2
Full Changelog: v1.1.1...v1.1.2
Bugfixes & README
Full Changelog: v1.1.0...v1.1.1
Migrate to qr-code-styling
What's Changed
- Migrate to qr code styling by @thebrandonlucas in #1
New Contributors
- @thebrandonlucas made their first contribution in #1
Full Changelog: v1.0.6...v1.1.0