From c691c6865ec678f723ccb11127d9071d8e7f9be9 Mon Sep 17 00:00:00 2001 From: Will <54405168+ctrlaltwill@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:00:48 +1200 Subject: [PATCH] Delete offline directory --- offline/release-notes-1.7.1.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 offline/release-notes-1.7.1.md diff --git a/offline/release-notes-1.7.1.md b/offline/release-notes-1.7.1.md deleted file mode 100644 index 2be61239..00000000 --- a/offline/release-notes-1.7.1.md +++ /dev/null @@ -1,15 +0,0 @@ -### Release Date -2026-06-24 - -### Summary -LearnKit 1.7.1 is a patch release with internal hotfixes for lint compliance. No functional changes. - ---- - -### Hotfixes - -- Replaced direct `innerHTML` assignments with sanitized `replaceChildrenWithHTML` across cloze and code-fence rendering paths (parse error modal, gatekeeper, reviewer, widget session). -- Switched bare `document` references to `activeDocument` in chart color resolution for popout window compatibility. -- Replaced `instanceof HTMLElement` checks with cross-window-safe `nodeType` comparisons in tooltip mutation observer. -- Fixed bare `setTimeout` usage in browser preferences persistence. -- Resolved TypeScript unsafe-type warnings in the docs site content config.