From 00043711c60d8aad4fef9ee689ab14eb3e4bcb3b Mon Sep 17 00:00:00 2001 From: Christine Tham Date: Thu, 9 Feb 2023 10:54:16 +1100 Subject: [PATCH] v2.2.0 --- README.md | 4 +++- tsconfig.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 648bd8a..3a5bb3c 100644 --- a/README.md +++ b/README.md @@ -148,4 +148,6 @@ All commands are run from the root of the project, from a terminal: - 2.0.1: Updated screenshots, and improved landing page. - 2.1.0: updated to latest packages, fixed dev links, backported features from personal blog, including Next/Prev links, photo gallery support in Markdown, - and improved pagination control. \ No newline at end of file + and improved pagination control. +- 2.2.0: Fixed lint errors, reimplemented map, lightbox and carousel to use + leaflet, photoswipe and swiper packages instead of relying on external CDN. \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 35154ce..7523f8c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,8 @@ "forceConsistentCasingInFileNames": true, // Properly support importing CJS modules in ESM "esModuleInterop": true, - "noUnusedLocals": false, - "noUnusedParameters": false, + // "noUnusedLocals": false, + // "noUnusedParameters": false, "strict": true, // Error when a value import is only used as a type. "importsNotUsedAsValues": "error",