chore: version 1.4.1 — correctifs changelog et sélecteur de largeur
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
46a8a0b75f
commit
d81acf2b19
2 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog — Alpinux Static
|
# Changelog — Alpinux Static
|
||||||
|
|
||||||
|
## [1.4.1] — 2026-05-06
|
||||||
|
|
||||||
|
### Corrigé
|
||||||
|
- Changelog : `TypeError` au rendu — clé `items` du dict en conflit avec la méthode Python `dict.items()` en Jinja2 (renommée `entries`)
|
||||||
|
- Sélecteur de largeur : boutons L et ∞ sans effet — `max-width:none` + `margin:auto` sur flex child rétrécissait `<main>` ; remplacé par `data-cw` sur `<html>` + sélecteurs CSS d'attribut
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## [1.4.0] — 2026-05-06
|
## [1.4.0] — 2026-05-06
|
||||||
|
|
||||||
### Ajouté
|
### Ajouté
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.4.0
|
1.4.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue