Skip to content

Releases: zxing-js/ngx-scanner

v3.4.0

13 Jan 07:56
3cd73e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

16 Nov 06:53
19ef6d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.3.0

v3.2.2: Merge pull request #420 from zxing-js/bugfix/419-fix-version

09 Jul 06:12
2baeca0
Compare
Choose a tag to compare
  • Use an explicit version of @zxing/library as the latest version does not work reliably with 1D-codes

Angular 12

17 Jun 07:21
4d5131d
Compare
Choose a tag to compare
  • Compatibility with Angular 12

Hit ignition 💥 - patch 3

27 Jan 16:10
Compare
Choose a tag to compare
  • Fix Ivy incompatibility with controls variable for Angular 10.

Hit ignition 💥 - patch 2

29 Oct 01:35
Compare
Choose a tag to compare
  • Fix a bug where the camera stream wasn't freed after it's use ended (e.g. when switching cameras).
  • Made workaround on demo where instanceof and Exception::name stopped working and errors types can't be checked.

Hit ignition 💥 - patch 1

27 Oct 00:20
Compare
Choose a tag to compare
  • Experimental setter input for media stream constraints, have fun testing camera zoom and other stuff.
  • Updated browser layer.
  • General improvements, bug fixes and dependency updates.

Hit ignition 💥

26 Oct 14:54
Compare
Choose a tag to compare
  • New using new well-tested browser layer.
  • Angular 10 compatibility.
  • enabled now really enables the scanner back on if there was a device scan running before setting enabled=false.
  • Fix lots of autostart issues.
  • Added delayBetweenScanSuccess to add a delay after a scan success to decode a barcode.
  • No more restart() or reset() needed.
  • Performance stills not optimal, but it's already better than previous version.

Important: if you use instanceof in order to handle Errors inside catch or generic error blocks, please be aware this may not work anymore as our depencies changed and the classes you're using for instanceof may not be the same instance, please preffer comparing the ZXing Exception names instead of instances to avoid bugs in your code.

Blue bacchiata - patch 1

18 Aug 03:34
Compare
Choose a tag to compare
  • Set license for published packages #290
  • Typo in isAutostarting getter name #324
  • Supported text consistency refinement isMediaDevicesSuported -> isMediaDevicesSupported #320
  • comments more consistent with the wiki #316
  • Allow user to change delay between scans #307
  • Seems like we have Angular 9 support now.

Blue bacchiata

07 Feb 23:08
Compare
Choose a tag to compare
  • Angular 9 support.