v1.1 → v1.2
This content is for v1.x. Switch to the latest version for up-to-date documentation.
v1.2.0 (2026-05-26) introduced versioned CDN distribution. No breaking changes — existing self-hosted embeds keep working untouched.
Recommended: switch to the CDN channel
Section titled “Recommended: switch to the CDN channel”Replace your self-hosted bundle references with the version-pinned jsDelivr channel to get patches and minors automatically:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/PMDevSolutions/Claudius@1/cdn/claudius.css"/><script src="https://cdn.jsdelivr.net/gh/PMDevSolutions/Claudius@1/cdn/claudius.iife.js"></script>If you do:
- Allow
cdn.jsdelivr.netin your CSP (script-src,style-src) @1never serves a future2.xbuild, so majors stay opt-in
Details: Embed via CDN. v1.2.1 was a CI-only patch.