Tags: himalayan-yeti/html5-qrcode
Tags
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.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.
Merge branch 'master' of https://github.com/mebjas/html5-qrcode
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
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 | | --- | --- | |  |  |
PreviousNext