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

Releases: hellobloom/share-kit

4.0.1

11 Feb 21:40
f9638bf
Compare
Choose a tag to compare

Improvements:

4.0.0

08 Feb 23:33
7e94f13
Compare
Choose a tag to compare

New Features:

  • renderRequestElement: Renderer that dynamically renders a "Tap To Share" button or QR code based on the client's user agent.
    • On mobile it will render a button that opens the Bloom app
    • On desktop it will render a QR code that the user will scan with the Bloom app

Breaking:

  • This release removes all depecreated functions and the react dependency. There will be a share-kit-react library coming soon!

  • generateRequestQRCOde, manageRequestQRCode, and RequestQRCode are removed

    • Replacements:
      • generateRequestQRCOde => renderRequestElement
      • manageRequestQRCode => renderRequestElement
      • RequestQRCode => RequestElement (from share-kit-react coming soon!!)

2.2.0

13 Nov 00:02
4380b11
Compare
Choose a tag to compare

2.2.0

Improvements:

  • Improve "eye" rendering

2.1.1

09 Nov 23:28
6e3e4aa
Compare
Choose a tag to compare

2.1.1 (HOTFIX)

Improvements:

  • Fix default width calculation of logo image

2.1.0

09 Nov 21:42
435dcb4
Compare
Choose a tag to compare

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

2.0.3

06 Nov 20:06
17db232
Compare
Choose a tag to compare

Bug fixes:

  • Fix npm package
    • Use package.json#files to include only the files we need in the package

2.0.2

06 Nov 18:43
3581378
Compare
Choose a tag to compare

Bug fixes:

  • Fix npm package including the .git directory
    • Now using yarn publish with yarn 1.12.1 since it supports 2fa

2.0.1

06 Nov 18:43
e0a42c4
Compare
Choose a tag to compare

Bug fixes:

  • Fix rendering issue in Firefox

2.0.0

16 Oct 16:28
791dfc3
Compare
Choose a tag to compare

BREAKING:

  • Removed the renderAs prop, the QR will always render with canvas now

New Features:

  • Add a image overlay to the QR code, can be turned off with the hideLogo prop