mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-11 21:46:47 +00:00
Release version 2.1.3
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user