Release version 2.1.3

This commit is contained in:
2026-09-11 23:30:48 +02:00
parent 3c899d971b
commit be04b24eb0
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## [2.1.3] - 2026-09-11
* CSP: UI strings ship as a JSON data block, not a CSP-blocked inline script
* Cards: broken icon images fall back to the icon font (*onerror* fixed)
* Iframe: a cross-origin iframe no longer throws a *SecurityError* on load
* Fullscreen: scroll recalculation stops when the header animation ends
* Fullscreen: a resize that keeps the fullscreen state triggers no recalc
* Test coverage: no executable inline scripts; recalc must stop (Cypress)
## [2.1.2] - 2026-09-10 ## [2.1.2] - 2026-09-10
* CI: lint tests install the project first, so the image publishes again * CI: lint tests install the project first, so the image publishes again

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "portfolio-ui" name = "portfolio-ui"
version = "2.1.2" version = "2.1.3"
description = "A lightweight YAML-driven portfolio and landing-page generator." description = "A lightweight YAML-driven portfolio and landing-page generator."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"