Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mebjas authored Oct 21, 2021
1 parent 74d03e6 commit 34751f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Version 2.1.0
- `[Fixed]` issues related to using with lodash - https://github.com/mebjas/html5-qrcode/issues/284
- `[Fixed]` Unable to use with typescript definition - https://github.com/mebjas/html5-qrcode/issues/283
- `[Fixed]` Not working with react - https://github.com/mebjas/html5-qrcode/issues/322
- `[Fixed]` TypeError: Html5QrcodeScanner is not a constructor - https://github.com/mebjas/html5-qrcode/issues/270
- `[Fixed]` TypeError: window._ is undefined - https://github.com/mebjas/html5-qrcode/issues/248

### Version 2.0.13
Added ability to set custom width and height to the scanner with `config.qrbox` argument.

Expand Down Expand Up @@ -247,4 +254,4 @@ html5QrCode.start({ facingMode: { exact: "environment"} }, config, qrCodeSuccess
Otherwise default width is applied and height is derived from the image.

### Older versions
Mostly covered in [readme](./README.md), changelog tracking started since `version 1.0.7`
Mostly covered in [readme](./README.md), changelog tracking started since `version 1.0.7`

0 comments on commit 34751f5

Please sign in to comment.