v1.2.2
v1.2.2 — Doc site consistency fixes
Section titled “v1.2.2 — Doc site consistency fixes”Release note titles standardized
Section titled “Release note titles standardized”All release note pages now use the same "v1.X.X" title format. Older pages had a "Release Notes — v1.X.X" prefix that was inconsistent with v1.2.1.
Sidebar ordering fixed
Section titled “Sidebar ordering fixed”Plans and Releases sidebar sections now correctly show newest first. Root cause: individual files had sidebar: order: X frontmatter that silently overrode the reversed: true setting in astro.config.mjs. Removed manual order: overrides from 5 release files and 1 plan file.
Plans index page — full table added
Section titled “Plans index page — full table added”/docs/plans/ now lists all 37 implementation plans in a table (newest first), matching the format of /docs/releases/. Previously it had only a brief description with no navigation links.
Badly named plan file removed
Section titled “Badly named plan file removed”2025-01-beta-feedback-plan.md (missing day — invalid naming convention) deleted. It was a duplicate of the correctly named 2026-05-01-beta-feedback-plan.md.
dev-setup.md — Node 24 references
Section titled “dev-setup.md — Node 24 references”- Tip header updated from
"Node >=22 LTS — Node 24 recommended"to"Node 24 LTS recommended" - Line 103 updated from
"Node ≥ 22 — already required"to"Node 24+ — already required"
Commit
Section titled “Commit”0b82a14— docs: standardize release titles, fix sidebar ordering, plans index table, Node 24 dev-setupad18230— chore: release v1.2.2