Skip to content

Releases: gruhn/vue-qrcode-reader

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)

v3.1.4

28 Mar 09:15
75b537f
Compare
Choose a tag to compare

3.1.4 (2023-03-28)

Bug Fixes

  • camera: add dual/triple rear cameras to blacklist (de+en) (#331) (75b537f)

v3.1.3

08 Mar 16:46
Compare
Choose a tag to compare

3.1.3 (2023-03-08)

Bug Fixes

  • camera: Zoomed and Ultrawide de iPhone Camera was added into blacklist (1f0b55b)

v3.1.0-vue3-compatibility.7

08 Mar 16:45
Compare
Choose a tag to compare
Pre-release

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)