8000 Tags · himalayan-yeti/html5-qrcode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: himalayan-yeti/html5-qrcode

Tags

v2.3.7

Toggle v2.3.7's commit message
Update package.json

v2.3.6

Toggle v2.3.6's commit message
Update package lock and minified scripts

For version 2.3.5

v2.3.5

Toggle v2.3.5's commit message
Update package lock and minified scripts

For version 2.3.5

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2.3.4 (mebjas#632)

* Scan alternatively between primary and secondary decoder

If secondary decoder is available.

Also,

`useBarCodeDetectorIfSupported` defaults to `true` and if supported the library will internally alternate between `BarcodeDetector` and `zxing-js`. Same robustness added for file based scan as well if more than one decoder is supported.

* Fixed ui issue#613

* Fix torch related bug

Fix for mebjas#634

Issue was related to track not getting updated on camera restart.

* Update changelog.md

* Scan image files at image resolution.

In case of `scanFile(..)` APIs, scan at image resolution. Show `Loading image...` while the image is being loaded for rendering.

* Update changelog.md

* misc documentation and PR fixes

* Update package.json

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2.3.3 fix error in Firefox (mebjas#622)

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2.3.2 (mebjas#620)

* Refactor camera component to ./src/camera

 - Refactor camera component to ./src/camera from ./src/html5-qrcode.ts

* Misc fixes (codacy)

* Codacy fixes

* (refactor) Abstract camera selection UI to a separate class

* Add support for zoom slider

And misc changes.

* misc fixes.

* Misc changes per PR comments.

* Update change log + codacy fix.

* Update html5-qrcode.min.js

* Add unit test for camera-selection-ui and camera-zoom-ui

* Refactor TorchButton and remove html5qrcode deps

To make it feasible to test the class.

* Create torch-button.test.ts

* Update torch-button.test.ts

* Make supportedScanTypes optional.

v2.3.1

Toggle v2.3.1's commit message
Merge branch 'master' of https://github.com/mebjas/html5-qrcode

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add features for v2.3.0 (mebjas#587)

* Add features for v2.3.0

Drag and drop support in file based scanning & info ui update.

* misc fixes + codacy fixes

v2.2.8

Toggle v2.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Custom camera labels when not available. (mebjas#580)

#### Custom camera labels when not available.
In certain browsers as well as cases like Android Webview it looks like camera
name is not returned by the browser. In such cases the camera selection has
empty named options.

To make the UX better, the library will give custom names to the cameras.

-   Github Issue: [Issue#578](mebjas#578)

For example in Duck Duck Go browser which has this behavior, it will look like
this

| Before selection | After selection |
| --- | --- |
| ![Screenshot_20221105-005544](https://user-images.githubusercontent.com/3007365/200032567-eb50b4f0-e25f-4bdb-a233-fcbb906122aa.png) | ![Screenshot_20221105-005550](https://user-images.githubusercontent.com/3007365/200032557-21679229-3d21-4212-a22f-1f2558b6f6b6.png) |

v2.2.7

Toggle v2.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0