bitcoin-qr

A zero-dependency, zero-framework QR code web component for Bitcoin on-chain, Lightning, and unified BIP-21 payments.

MIT License

Downloads
760
Stars
8
Committers
1

Bot releases are hidden (Show)

bitcoin-qr - Release 1.3.0 Latest Release

Published by thebrandonlucas 6 months ago

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: https://github.com/thebrandonlucas/bitcoin-qr/compare/master%40%7B1week%7D...master

bitcoin-qr - Fix prior bad release

Published by thebrandonlucas 7 months ago

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

bitcoin-qr - Add debug option

Published by thebrandonlucas 7 months ago

What's Changed

Full Changelog: https://github.com/thebrandonlucas/bitcoin-qr/compare/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"
      />
bitcoin-qr - v1.1.4

Published by thebrandonlucas 7 months ago

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: https://github.com/thebrandonlucas/bitcoin-qr/compare/v1.1.3...v1.1.4

bitcoin-qr - v1.1.3

Published by thebrandonlucas 7 months ago

bitcoin-qr - Default to SVG Instead of canvas

Published by thebrandonlucas 7 months ago

What's Changed

Full Changelog: https://github.com/thebrandonlucas/bitcoin-qr/compare/v1.1.1...v1.1.2

bitcoin-qr - Bugfixes & README

Published by thebrandonlucas 7 months ago

bitcoin-qr - Migrate to qr-code-styling

Published by thebrandonlucas 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/thebrandonlucas/bitcoin-qr/compare/v1.0.6...v1.1.0

bitcoin-qr - v1.0.6

Published by thebrandonlucas 7 months ago