Versionierte CSS-Assets und Dokumentation, bereit zum Einbinden in TYPO3-Projekte.
Für Produktion auf eine exakte Version pinnen:
<link rel="stylesheet" href="https://static.hyponoe.at/v0.6.0/styles.min.css">
Für automatische Minor/Patch-Updates auf den Major-Alias:
<link rel="stylesheet" href="https://static.hyponoe.at/v0/styles.min.css">
Seit diesem Release liefert das CDN auch JS-Bundles unter /vX.Y.Z/js/.
Das Manifest mit allen verfügbaren Dateien liegt unter /vX.Y.Z/js/index.json.
fetch("https://static.hyponoe.at/v0.6.0/js/index.json")
.then(r => r.json())
.then(manifest => console.log(manifest));
| Version | Datum | Assets | ||
|---|---|---|---|---|
| v0.6.0 | 2026-09-11 | styles.css | min | tokens.json |
| v0.5.3 | 2026-06-23 | styles.css | min | tokens.json |
| v0.5.2 | 2026-06-22 | styles.css | min | tokens.json |
| v0.5.1 | 2026-06-22 | styles.css | min | tokens.json |
| v0.5.0 | 2026-06-22 | styles.css | min | tokens.json |
| Alias | Pfad | Zeigt auf | Update |
|---|---|---|---|
| latest | /latest/styles.css | → v0.6.0 | updated on every release |
| v0 | /v0/styles.css | → latest v0.x.x | updated on minor/patch |