Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.1.5 #371

Merged
merged 4 commits into from
Dec 20, 2021
Merged

Version 2.1.5 #371

merged 4 commits into from
Dec 20, 2021

Conversation

mebjas
Copy link
Owner

@mebjas mebjas commented Dec 20, 2021

Changelog

  • Changed behavior from throwing error in case qrbox.width or qrbox is larger
    than the width of the root element. In such cases the dimension will automatically
    be truncated to the size of root element and will throw a warning based on verbosity
    settings. This should address issue#357
  • If qrbox is not set in config for either Html5QrcodeScanner or Html5Qrcode
    the scanning box will default to the size of video stream. From UI perspective
    there will be no shaded QR scanning box visible to user. This should resolve
    Issue#343
  • Calling Html5QrcodeScanner#clear() will also clear the UI rendered due to image based scan. This should address issue#193

Resolves #357, Resolves #343, Resolves #193

### Changelog

 - Changed behavior from throwing error in case `qrbox.width` or `qrbox` is larger
    than the width of the root element. In such cases the dimension will automatically
    be truncated to the size of root element and will throw a warning based on verbosity
    settings. This should address [issue#357](#357)
Calling `Html5QrcodeScanner#clear()` will also clear the UI rendered due to image based scan. This should address [issue#193](#193)
@mebjas mebjas merged commit e2c0501 into master Dec 20, 2021
@mebjas mebjas deleted the v2.1.5 branch December 20, 2021 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant