Skip to content

Releases: zxing-js/browser

Vertigo Shooter

27 Jan 04:55
Compare
Choose a tag to compare

Eleven Race - patch 5

27 Jan 22:48
Compare
Choose a tag to compare
v0.0.5

0.0.5

Eleven Race - patch 4

27 Jan 22:47
Compare
Choose a tag to compare
v0.0.4

0.0.4

Eleven Race - patch 3

27 Oct 02:26
Compare
Choose a tag to compare
  • Removed ImageCapture usage since it was not working very well, it's too bleeding edge for now.

Eleven Race - patch 2

26 Oct 23:57
Compare
Choose a tag to compare
  • 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

26 Oct 14:27
Compare
Choose a tag to compare

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

22 Oct 06:13
Compare
Choose a tag to compare
ZXing Browser Beta 1 Pre-release
Pre-release
  • 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

21 Oct 03:03
Compare
Choose a tag to compare
Pre-release
  • Features the browser layer from the Library project.
  • E2E tests for all Browser scanners