Skip to content

Releases: mebjas/html5-qrcode

V1.1.8

18 Jul 12:57
665041b
Compare
Choose a tag to compare

Version 1.1.8

  • Bug fix on Html5QrcodeScanner#clear()

V1.1.7

05 Jul 12:45
14fbc64
Compare
Choose a tag to compare

Minor fixes

  • Html5QrcodeScanner#clear() returns a Promise.
  • Bug fixes
    • #74 - state errors on file based scanning.

V1.1.3

13 Jun 07:19
bb9abbc
Compare
Choose a tag to compare

qrcode hidden under a method so that it cannot be overidden globally

V1.1.2

13 Jun 06:52
Compare
Choose a tag to compare
  • Updated underlying qrcode scanner to support new formats
  • File based scanning has min height, so that the visible canvas is not too small is not to small

v1.1.1

07 Jun 15:38
Compare
Choose a tag to compare

Version 1.1.0

  • Added support for full scanner with end to end UI - Html5QrcodeScanner

v1.0.9

09 May 07:10
Compare
Choose a tag to compare
  • Fixed issue #41
  • Added support for verbose logging in library as constructor argument.

v1.0.8

01 May 11:38
055963e
Compare
Choose a tag to compare

Version 1.0.8

  • Added support for realtime feedbacks on viewfinder for inline scanning

Library size: 58kb

v1.0.7

01 May 09:45
7a9f5c9
Compare
Choose a tag to compare

Version 1.0.7

  • Fixed the video size issue in issues/21
  • Removed fixed height of viewfinder, now the height is based on the video stream. The width is honored if the input element has a default width. Otherwise default width is applied.
  • If config.qrbox is greater than derived height, the config is ignored & no shading is applied.
  • The sequence of steps have changed
    • First we get the video feed from the selected camera
    • Then we render video
    • Then based on the height of the video we set the canvas and start scanning.
  • For file scanning, if the container element has some height or width both are honored.
    Otherwise default width is applied and height is derived from the image.

Older versions

Mostly covered in readme, changelog tracking started since version 1.0.7

v1.0.5

18 Apr 09:49
51dd856
Compare
Choose a tag to compare

Added support for file based scanning, helpful for the smart phone based browsers which doesn't support webcam.

selector_android
selector_iphone

v1.0.1

10 Apr 09:13
Compare
Choose a tag to compare

Added support for QR scan region with rest of the region shaded. A developer can choose to set the region of the viewfinder which should be scanned, making it easier to scan.
screen

This is an optional configuration, developer can choose to not use this.

  • Fixed ios safari support

The code is still 50Kb