Releases: zxing-js/browser
Releases · zxing-js/browser
Vertigo Shooter
Fixes #18.
Eleven Race - patch 5
v0.0.5 0.0.5
Eleven Race - patch 4
v0.0.4 0.0.4
Eleven Race - patch 3
- Removed
ImageCapture
usage since it was not working very well, it's too bleeding edge for now.
Eleven Race - patch 2
- Video play on load internal remake: trying to eradicate the wrongly logged "Trying to play video that's already playing".
- New Media Stream API on scan:
streamVideoConstraintsApply
streamVideoConstraintsGet
streamVideoSettingsGet
streamVideoCapabilitiesGet
Eleven Race
This is the for GA release of the Browser-layer package. Why use this? Here goes some features:
- This is E2E tested.
- There are a lot of improvements since the original browser layer.
- Including scanner controls like torch and stop (that's really only these two for now, hehe).
- No more
reset
ti be able to do something different after starting a scan. - Very well scoped variables preventing crazy bugs.
- Respecting the
<img>
and<video>
elements from the user, which means not erasing them.
- Better performance.
- Cleaner codebase.
BrowserCodeReader
now has options.- Updated documentation.
- Releasing is decoupled from @zxing-js/library.
ZXing Browser Beta 1
- Very well improved browser layer since preview 1 and @zxing-js/library project.
- Performance improvements.
- Multiple continuous scans support.
- Browser code reader API improvements, e.g. we no longer need/have a
reset
method. - We now have meaningful E2E tests (which already prooved to be helpful) for some 2D barcode types.
The API should be stabilized by now, beta will just exist for identifying and fixing bugs.
ZXing Browser Preview 1
- Features the browser layer from the Library project.
- E2E tests for all Browser scanners