From 3c4545ff601cf60270f0864c36bc6d395f79a42f Mon Sep 17 00:00:00 2001 From: Michael Nahkies Date: Mon, 20 Nov 2023 22:03:32 +0000 Subject: [PATCH] chore: update docs for v17 --- CHANGES.md | 3 +++ README.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a800095..e29e666 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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`) diff --git a/README.md b/README.md index b622f90..a45eb87 100644 --- a/README.md +++ b/README.md @@ -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 @@ -100,6 +100,7 @@ major version. | Angular Version | ng-qrcode Versions | |-----------------|--------------------| +| ^17 | ^17 | | ^16 | ^16 | | ^15 | ^8 | | ^14 | ^7 |