Skip to content

Releases: gruhn/vue-qrcode-reader

v5.3.0

16 Aug 17:44
Compare
Choose a tag to compare

5.3.0 (2023-08-16)

Features

v5.2.0

08 Aug 21:15
Compare
Choose a tag to compare

5.2.0 (2023-08-08)

Features

v5.1.0

18 Jul 17:30
Compare
Choose a tag to compare

5.1.0 (2023-07-18)

Features

  • QrcodeStream: throw timeout error when camera won't load (a8d5da0), see #298

v5.0.0

11 Jul 23:05
Compare
Choose a tag to compare

5.0.0 (2023-07-11)

Code Refactoring

  • replace init event with camera-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.
    Use camera-on/camera-off/error instead.

v4.0.0

06 Jul 10:34
Compare
Choose a tag to compare

4.0.0 (2023-07-06)

Features

BREAKING CHANGES

  • drop Vue 2 support

v4.0.0-vue3-compatibility.1

06 Jul 02:14
Compare
Choose a tag to compare
Pre-release

4.0.0-vue3-compatibility.1 (2023-07-06)

Features

BREAKING CHANGES

  • drop Vue 2 support

v3.1.8

19 Jun 11:24
Compare
Choose a tag to compare

3.1.8 (2023-06-19)

Bug Fixes

  • attempt to decode inverted QR codes (1812b42), closes #238

v3.1.7

13 Jun 11:01
Compare
Choose a tag to compare

3.1.7 (2023-06-13)

Bug Fixes

v3.1.6

14 Apr 14:49
Compare
Choose a tag to compare

3.1.6 (2023-04-14)

Bug Fixes

  • camera: czech iphone camera to blackList (f94b2e5)

v3.1.5

30 Mar 15:54
Compare
Choose a tag to compare

3.1.5 (2023-03-30)

Bug Fixes

  • camera: back ultra wide camera added to blacklist (en) (dec1548)