Releases: gruhn/vue-qrcode-reader
Releases · gruhn/vue-qrcode-reader
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
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
v2.3.17
v2.3.16
v2.3.15
v2.3.15-alpha.1
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)