Skip to content

Commit

Permalink
chore: update docs for v17
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Nov 20, 2023
1 parent 433ff2b commit 3c4545f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 17.0.0 - 2023-11-20
- Support Angular 17 (#84 / #85)

# 16.0.0 - 2023-05-05
- Support Angular 16 (#76)
- Begin matching major version to major Angular version (hence the jump from `8` -> `16`)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Easy to use QR code generator for Angular projects.

**Features:**
* Compatible with Angular 16
* Compatible with Angular 17
* Leverages the widely used [qrcode](https://www.npmjs.com/package/qrcode)
package to do the heavy lifting
* Renders to HTML Canvas
Expand Down Expand Up @@ -100,6 +100,7 @@ major version.

| Angular Version | ng-qrcode Versions |
|-----------------|--------------------|
| ^17 | ^17 |
| ^16 | ^16 |
| ^15 | ^8 |
| ^14 | ^7 |
Expand Down

0 comments on commit 3c4545f

Please sign in to comment.