Skip to content

Releases: gruhn/vue-qrcode-reader

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)

v2.3.17

01 Mar 09:40
Compare
Choose a tag to compare

2.3.17 (2021-03-01)

Bug Fixes

  • application freezes when stream is paused or stopped (e64d034)

v2.3.16

11 Dec 19:37
Compare
Choose a tag to compare

2.3.16 (2020-12-11)

Bug Fixes

  • remove browser field from package.json (dd7f55b), closes #212

v2.3.15

19 Nov 17:58
Compare
Choose a tag to compare

2.3.15 (2020-11-19)

Bug Fixes

  • worker-prop: cant instantiate arrow functions (b73fb64), closes #197

v2.3.15-alpha.1

18 Nov 23:45
Compare
Choose a tag to compare
v2.3.15-alpha.1 Pre-release
Pre-release

2.3.15-alpha.1 (2020-11-18)

Bug Fixes

  • worker-prop: cant instantiate arrow functions (ea50a14), closes #197
  • adjust camera selection fix (417f80b), closes #179
  • getCapabilities not supported in Firefox (fb13a38), closes #195
  • keep patching (ac84a8c)
  • narrow down camera selection (a0be7fa), closes #179
  • offline clients can't load webrtc shim (754a042), closes #197
  • unresolved merge conflict in code (673e273)
  • @init: capabilities empty on some devices (8d2fea4)

v2.3.14

19 Oct 18:06
Compare
Choose a tag to compare

2.3.14 (2020-10-19)

Bug Fixes

  • QrcodeStream: prefix CSS classes (00df746), closes #208