Skip to content

Releases: gruhn/vue-qrcode-reader

v3.0.6

26 Oct 16:28
Compare
Choose a tag to compare

3.0.6 (2021-10-26)

Bug Fixes

  • QrcodeStream: reject infrared cameras (4f9eb72), closes #269

v3.0.5

24 Oct 20:46
Compare
Choose a tag to compare

3.0.5 (2021-10-24)

Bug Fixes

v3.0.4

09 Oct 11:50
Compare
Choose a tag to compare

3.0.4 (2021-10-09)

Bug Fixes

v3.1.0-vue3-compatibility.2

16 Aug 14:13
Compare
Choose a tag to compare
Pre-release

3.1.0-vue3-compatibility.2 (2021-08-16)

Features

v3.1.0-vue3-compatibility.1

16 Aug 13:36
Compare
Choose a tag to compare
Pre-release

3.1.0-vue3-compatibility.1 (2021-08-16)

Features

v3.0.3

14 Jun 20:51
Compare
Choose a tag to compare

3.0.3 (2021-06-14)

Bug Fixes

  • no ImageBitmap support in Safari (c222293), closes #248

v3.0.2

10 Jun 20:44
Compare
Choose a tag to compare

3.0.2 (2021-06-10)

Bug Fixes

  • "OffscreenCanvas is not defined" (4231936), closes #248

v3.0.1

26 May 19:35
Compare
Choose a tag to compare

3.0.1 (2021-05-26)

Bug Fixes

  • tracking: don't translate width/height (f2fcf92), closes #244

v3.0.0

07 Apr 15:59
Compare
Choose a tag to compare

3.0.0 (2021-04-07)

Bug Fixes

  • always apply BarcodeDetector polyfill (c9a1da8)

Code Refactoring

  • extract BarcodeDetector polyfill (96cd30a), closes #197
  • no tracking by default (2c29d31)
  • remove DropImageDecodeError event (dea620e)

Performance Improvements

BREAKING CHANGES

  • remove DropImageDecodeError event

Error event is throw when a non-image file is dropped/picked in
QrcodeDropDown/QrcodeCapture. The validation step is now outsourced to
the BarcodeDetector polyfill which instead throws a standard
DOMException.

  • track prop accepts no booleans anymore

New default is undefined. Also track functions don't receive the
location object as the first argument anymore but an array of detected
barcodes with the same structure as returned by BarcodeDetector.detect()

  • remove worker prop

The idea of the worker prop was mainly to allow users to plug in
other detection algorithms to other barcode types. We now fully endorse
the Barcode Detection API and shift efforts to extend polyfill support
for more barcode types.

v2.3.18

04 Mar 12:18
Compare
Choose a tag to compare

2.3.18 (2021-03-04)

Bug Fixes

  • freezes on iOS due to an uncaught exception (c47b76b)