Skip to content

Commit

Permalink
v3.0.2 - update dependencies and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Dec 13, 2019
1 parent a8e9c00 commit c199af1
Show file tree
Hide file tree
Showing 5 changed files with 1,696 additions and 1,320 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.2 - 2019-12-13
- Dependencies updated
- Amend README.md to note workarounds for https://github.com/mnahkies/ng-qrcode/issues/2#issuecomment-563414305

# 3.0.1 - 2019-08-11
- Amend README.md

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ See: https://www.npmjs.com/package/qrcode#error-correction-level for further det
A demo app is included in the repository under `projects/ng-qrcode-demo` which can be
run locally using `ng build && ng serve`

# Known/Common Issues

## Reference Error 'global' is not defined
Essentially in some cases Angular will bundle a version of the buffer library that is not
compatible with web browsers if the 'global' object is not defined.

This can be easily worked around, see comment here for options:
https://github.com/mnahkies/ng-qrcode/issues/2#issuecomment-563414305

# Footnote / Package History

Pre-version 2.0.0 this package was developed by [emin93](https://github.com/emin93) and used the `qrious`
Expand Down
Loading

0 comments on commit c199af1

Please sign in to comment.