Releases: gruhn/vue-qrcode-reader
Releases · gruhn/vue-qrcode-reader
v5.0.0
5.0.0 (2023-07-11)
Code Refactoring
- replace
init
event withcamera-on
/camera-off
/error
(2394f0a)
Features
- allow passing arbitrary video constraints (953919a), closes #322
- detect multiple QR codes at once (3f3b1fb)
BREAKING CHANGES
- remove
camera
prop
Use paused="true"
instead of camera="off"
. For all other uses of camera
use constraints
instead.
- remove
decode
event
To align overall naming conventions with the Barcode Detection API.
Use detect
event instead.
- change
detect
event payload
Event payload is now equal to the return value of BarcodeDetector.detect
,
namely and array of DetectedBarcode
instances. Incidentally, this now
enables detecting multiple QR codes at once.
- remove
init
event.
Usecamera-on
/camera-off
/error
instead.
v4.0.0
v4.0.0-vue3-compatibility.1
v3.1.8
v3.1.7
v3.1.6
v3.1.5
v3.1.4
v3.1.3
v3.1.0-vue3-compatibility.7
3.1.0-vue3-compatibility.7 (2023-03-08)
Bug Fixes
- camera: vue3 - Desk View Cameras added to blacklist (de, fr, it) and iPhone zoomed and ultrawide cam (9d82b50)