Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

2.1.0

Choose a tag to compare

@JaceHensley JaceHensley released this 09 Nov 21:42
· 73 commits to master since this release
435dcb4

2.1.0

New Features:

  • Implement a QR code with circles and rounded "eyes" instead of squares
  • Add generateRequestQRCode
    • This takes a canvas element as well as the request data and options for the QR code.

Improvements:

  • Change the default EC level of the QR code to L
  • Change image URLs in README so they show up on npm
  • Make it so the logo doesn't half-cover any data bits
  • Change the logo background from a rounded rectangle to a regular rectangle

Deprecations:

  • createRequestQRCode, updateRequestQRCode, and removeRequestQRCode
    • If using React use RequestQRCode, otherwise use generateRequestQRCode