Releases: sabitertan/BlazorBarcodeScanner
Releases · sabitertan/BlazorBarcodeScanner
v1.0.4
What's Changed
- Several features by @dframirez80 in #56
- Made it threadsafe by @KeesAlderliesten in #61
New Contributors
- @dframirez80 made their first contribution in #56
- @KeesAlderliesten made their first contribution in #61
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
- added FullWidthVideo flag
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Fix NullException in "StopDecoding" at page load by @Syntaxrabbit in #47
- Updated ZXing.js to latest (0.19.2)
New Contributors
- @Syntaxrabbit made their first contribution in #47
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Added .NET 7.0 support, dropped .NET 3.1 and 5.0 support.
- Update Readme by @TheDayIsMyEnemy in #44
New Contributors
- @TheDayIsMyEnemy made their first contribution in #44
Full Changelog: v0.2.8...v1.0.0
v0.2.8
Fixed server side rendering issues.
v0.2.7
Added ability to display permission errors
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- fix firefox bug ".getCapabilities is not a function" by @fabiankuehne in #26
New Contributors
- @fabiankuehne made their first contribution in #26
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Added .NET6 support.
What's Changed
- Correct return channel to .NET for errors by @uniederer in #18
- .NET 6 Upgrade by @sabitertan in #23
Full Changelog: v0.2.4...v0.2.5
0.2.4
- Removed obsolete JsInteropClass.OnBarcodeReceived
- Upgrade to ZXingJS 18.0.5 #17
Several bug fixes.
Thanks to @uniederer and @Hackmodford .