Skip to content

Releases: sabitertan/BlazorBarcodeScanner

v1.0.4

18 Nov 13:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 Feb 22:08
851121d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Feb 23:02
Compare
Choose a tag to compare
  • added FullWidthVideo flag

Full Changelog: v1.0.1...v1.0.2

v1.0.1

17 Feb 22:45
Compare
Choose a tag to compare

What's Changed

  • Fix NullException in "StopDecoding" at page load by @Syntaxrabbit in #47
  • Updated ZXing.js to latest (0.19.2)

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Dec 16:02
eaa1987
Compare
Choose a tag to compare

What's Changed

Added .NET 7.0 support, dropped .NET 3.1 and 5.0 support.

New Contributors

Full Changelog: v0.2.8...v1.0.0

v0.2.8

16 May 23:11
Compare
Choose a tag to compare

Fixed server side rendering issues.

v0.2.7

23 Jan 23:18
Compare
Choose a tag to compare

Added ability to display permission errors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

11 Jan 23:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

10 Nov 00:45
e7249eb
Compare
Choose a tag to compare

Added .NET6 support.

What's Changed

Full Changelog: v0.2.4...v0.2.5

0.2.4

26 May 10:59
Compare
Choose a tag to compare
  • Removed obsolete JsInteropClass.OnBarcodeReceived
  • Upgrade to ZXingJS 18.0.5 #17
    Several bug fixes.
    Thanks to @uniederer and @Hackmodford .