Skip to content

Releases: thebrandonlucas/bitcoin-qr

Bug fixes n' such

19 Apr 05:59
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

Various bug fixes related to encoding and image positioning.

Add `image-embedded` option

19 Apr 01:46
Compare
Choose a tag to compare

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

10 Apr 22:48
Compare
Choose a tag to compare

This release does a few things:

  • Adds prefer-lightning attribute, which uses the lightning: as a prefix if both lightning and bitcoin 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

26 Mar 10:16
Compare
Choose a tag to compare

The last release contained a bad build, which this latest version fixes.

Add debug option

26 Mar 10:06
a483725
Compare
Choose a tag to compare

What's Changed

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

24 Mar 03:50
Compare
Choose a tag to compare

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

23 Mar 07:29
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

Default to SVG Instead of canvas

21 Mar 12:41
cd94cd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Bugfixes & README

21 Mar 12:16
Compare
Choose a tag to compare

Migrate to qr-code-styling

21 Mar 08:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.1.0