Releases: gruhn/vue-qrcode-reader
Releases · gruhn/vue-qrcode-reader
v3.1.0
v3.0.6
v3.0.5
v3.0.4
v3.1.0-vue3-compatibility.2
3.1.0-vue3-compatibility.2 (2021-08-16)
Features
v3.1.0-vue3-compatibility.1
v3.0.3
v3.0.2
v3.0.1
v3.0.0
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
DropImageDecodeErrorevent (dea620e)
Performance Improvements
BREAKING CHANGES
- remove
DropImageDecodeErrorevent
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.
trackprop 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
workerprop
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.